.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,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(255,255,255,0.9);background-image:none;top:1rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,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:#f6f6f6;background-image:none;top:1.8125rem;left:11.625rem;display:block; }
#QiMhds5FI5rHSMkCRr9Ev5sg5zpCpc1c { background-color:#ffa0f5;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(76,76,76,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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 #ffa0f5;border-left:0.0625rem solid #ffa0f5;border-right:0.0625rem solid #ffa0f5;border-bottom:0.0625rem solid #ffa0f5;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:#ffa0f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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(0,0,0,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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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 #ffa0f5;border-left:0.0625rem solid #ffa0f5;border-right:0.0625rem solid #ffa0f5;border-bottom:0.0625rem solid #ffa0f5;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:#ffa0f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:montserrat;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:montserrat; }
#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:#ffffff;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:#f6f6f6;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:50.5rem;width:75rem;overflow:visible;position:relative;display:block; }#JuU1WEPzh4LrvWG5Lky5NR5hNKPOnCN6 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;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) ;height:43.75rem;width:75rem;top:5.75rem;left:-0.0625rem;overflow:hidden;display:block; }
#HBvSraNlWunvmRvEi0df6cG003z94Cht { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0w1HNVvWCyJiL1UXh03fQggum93JtpU { color:#4c4c4c;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.6875rem;left:2.4375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ep9LokIzgELoS0wlJqgRpsHVCNIWXRzv { color:#4c4c4c;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.625rem;left:2.4375rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uChx0Xfd3kLqCPcPwTDzH2K1F0Dps2xl { color:#4c4c4c;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.8125rem;left:2.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EovR3gqx0bPKmThq774tx7nRCwUe4npV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffa0f5;border-left:0.125rem solid #ffa0f5;border-right:0.125rem solid #ffa0f5;border-bottom:0.125rem solid #ffa0f5;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:#ffa0f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.75rem;left:2.4375rem;display:block; }
#Cy8dMHPZFLOMOV8aLAzfoJNS89A834i6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;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) ;height:43.75rem;width:24.5625rem;top:5.75rem;left:-0.0625rem;overflow:hidden;display:none; }
#R3O3w4FB130FACKBsQ1U9Xr5qU0hZe6Z { position:absolute;display:block;z-index:15023;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.625rem;width:11.25rem;top:40.3125rem;left:60.6875rem;overflow:hidden;display:block; }
#iINpt5GsKCUrBrbabE68JS3FIrO8cJPh { position:absolute;display:block;z-index:15024;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.125rem;width:11.4375rem;top:43.375rem;left:60.5625rem;overflow:hidden;display:block; }
#spr6EFOG3flDGcl6hATUSNCOxrgWqGNa { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:15018;text-align:center;text-align-last:center;top:37.125rem;left:2.4375rem;display:block; }
#phnR6Wd7aor2reIhCLeHhnJ8U6RTVAPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8e30H5KLVFlViNWmGhSzAXzxTeF7TSR { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:15019;text-align:center;text-align-last:center;top:37.125rem;left:4.1875rem;display:block; }
#E408hlwSTyw9G47Tcs8zJZDC6pbWrmZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUKZCib7VmfUVfD8BidOEt91DvWe657E { position:absolute;display:block;z-index:15022;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:37.5625rem;left:4.125rem;overflow:hidden;display:block; }
#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT { background-color:#f6f6f6;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; }#qnv3RFGmITGE0VvVZUQkevGXHuE2O4SE { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.3125rem;width:31.3125rem;top:5.625rem;left:0.0625rem;overflow:hidden;display:block; }
#uWUmghVwXk5k3tWwypcwVZ9tQCZqp4aD { box-sizing:content-box;height:9.625rem;width:18.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:15017;background-color:rgba(255,255,255,0.9);background-image:none;top:32.5625rem;left:6.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#SRvbkySQpzUhvlTf5aZbySBxcVuSlabG { color:#ffa0f5;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:36.9375rem;left:7.125rem;height:3.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMnZQAy4CTTHGQd4seAo2pLpwKH2Dibp { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:34.3125rem;left:18.5625rem;overflow:hidden;display:block; }
#OcE56o6t7U1D76HKuy6nbT3f2ZQuGyBg { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:34.3125rem;left:16.6875rem;overflow:hidden;display:block; }
#TuBCNhV58ZC0SyNyyzBzN40foRyXfWio { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:34.3125rem;left:14.8125rem;overflow:hidden;display:block; }
#irCv3iT7L5XiMu2vBcHOEV4BO77aNakG { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:34.3125rem;left:12.9375rem;overflow:hidden;display:block; }
#M9BoT4s9okItXesvlkUZJ02egSy668Lr { 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:1.875rem;width:1.875rem;top:34.3125rem;left:11.0625rem;overflow:hidden;display:block; }
#rvdtSUb1RIVBxmByQAnEk8DPkaNu5Wto { position:absolute;display:block;z-index:15052;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:4.0625rem;left:-1.4375rem;overflow:hidden;display:block; }
#UrdhDrl8LTAgO94C5STc273cTyOwzNLi { color:#4c4c4c;display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:9.5rem;left:34.9375rem;height:8.25rem;font-style:normal;text-align:right;text-align-last:right;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:5rem;left:55rem;display:block; }
#AgGxsTkVzhR0Gff8X7RuDUeEfPfrgEii { color:#4c4c4c;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.5625rem;left:55.125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmVEJQ0TVa9D9scQfKnx4TDZ85JFI7u5 { color:#ffa0f5;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.75rem;left:45rem;height:1.71875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WKmPBGXLyoiJbZUh85k9Judpy5g0gNKT { color:#4c4c4c;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.5rem;left:36.0625rem;height:12rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .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:transparent;background-image:none;vertical-align:top; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .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; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:400;font-size:1.125rem;color:#ffa0f5;height:auto;font-style:normal;text-align:right;text-align-last:right; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#4c4c4c;height:auto;line-height:1.5;overflow:hidden;text-align:right;text-align-last:right; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .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_7e8ba4dc4f75a02455dbd317a387115a27605f61.svg");background-size:contain !important; }#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-trigger.adaptive-delivery-prevent-bg, #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-trigger.lazyload, #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-trigger.lazyloading { background-image: none; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R { box-sizing:content-box;height:auto;width:39.875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15048;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:38.0625rem;left:35.125rem; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #NT68OfghFEklPSkZ18UsgMAuDDA1SqRP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #Cp47pF7c5em7ThfokgxEi72NTeHbLRzZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #nOL1X55pKIPDMZgLMAAPs64sBqpi0hpV { display:block;position:relative; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #iKBi1Oxkf5Ek8ofTfp0qLiWhauah127I {  }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #UExOyW3PcsCgKQAAD1TO9DUSepqBu6PR {  }
#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 { background-color:#ffffff;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; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container { background-color: transparent; background-image: none; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container > .video-iframe-container { display: none; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row > .video-iframe-container { display: none; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .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); }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container { border-width: 0; border-radius: 0; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#pK6h1Vd2DK9DkUTfs6KEfXfzfs5AxJr8 { box-sizing:content-box;height:34.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:14989;background-color:rgba(253,179,246,0.5);background-image:none;top:16.625rem;left:25.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#O3yBOLtPHqlfoLTu0Rq49l9LwaVEPCTp { box-sizing:content-box;height:34.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:14986;background-color:rgba(210,234,253,0.5);background-image:none;top:16.625rem;left:51.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#Byr3kxXes8sTrf5MXfzCy1BhEsuUnzMG { box-sizing:content-box;height:34.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:14990;background-color:rgba(210,236,178,0.5);background-image:none;top:16.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#rOSOFoQdP7TCaSc9qI9p4rt4f3iwsoee { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35.0625rem;left:1.3125rem;height:11.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRx2pgcvGqPSvAWtzFkKkKdubXaZMQur { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.75rem;width:23.625rem;top:16.625rem;left:0rem;overflow:hidden;display:block; }
#WqwHmsA0v9DByITnDBKuqP5iIIvT2Lmk { color:#4c4c4c;display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:5.5rem;left:14.1875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFb4uemCzkDrLEGlgFEl9TyT3x8KT3ZW { color:#ffa0f5;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:12.0625rem;left:5.75rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJkNSINXuv85h8De7zdxTsSdRoq1Mlfx { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.75rem;width:23.625rem;top:16.625rem;left:25.6875rem;overflow:hidden;display:block; }
#myqwlbqIhK43l0QHFg4zquSecMCfaJ8I { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.75rem;width:23.625rem;top:16.625rem;left:51.375rem;overflow:hidden;display:block; }
#iBNtTd8o0xIvVSXP3lsQcV3EWaorDBPT { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2);top:30.25rem;left:1.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qn8wSWtMWiFEWiCqIWPMauVQBT4u2fLS { 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:14997;background-color:#bed8a1;background-image:none;top:28.1875rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#EF9FX2tWktTa5342u91oKGRHe9uiKt2Z { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:3.75rem;top:27.0625rem;left:10rem;overflow:hidden;display:block; }
#U8ElX7saUSvnrcGdg5dqnvgE7ilTQMOZ { box-sizing:content-box;height:4.375rem;width:4.375rem;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:14998;background-color:#bed8a1;background-image:none;top:26.1875rem;left:9.6875rem;display:block; }
#Uvvc8zvODa6WxEp3PBX4coihK8TrdykP { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2);top:30.3125rem;left:27.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEAaOft6cgh52ay3QzCneXm9CIggyssG { 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:15001;background-color:#fdb3f6;background-image:none;top:28.25rem;left:27.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#X6Rw3no4J2vCWs2fVeQpsLdqSEVH2R7f { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:2.6875rem;top:27.125rem;left:36.1875rem;overflow:hidden;display:block; }
#lTPrDlPeLi4QP7MhAze5eXFlTRPZrZ80 { box-sizing:content-box;height:4.375rem;width:4.375rem;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:15002;background-color:#fdb3f6;background-image:none;top:26.25rem;left:35.375rem;display:block; }
#ySSP93CXIfdSt7OWPf1P39ZR4ZTgf9KU { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2);top:30.3125rem;left:53.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyNQ91avhdvm6qryD2t7B4cFTWSb8I3d { 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:15005;background-color:#c4dcf3;background-image:none;top:28.25rem;left:52.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#eL0OETzHDG8NN2zXvHHtnoMvNeR3Gnmw { box-sizing:content-box;height:4.375rem;width:4.375rem;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:15006;background-color:#c4dcf3;background-image:none;top:26.25rem;left:61.0625rem;display:block; }
#MTlbQu4HbAElOAwXTR9R6kLTDtxiTH2d { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.6875rem;width:2.6875rem;top:27.125rem;left:61.875rem;overflow:hidden;display:block; }
#BxpTW6ioEymeuyyTBoWQZLHFGbXhbtrm { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.0625rem;left:27rem;height:12.9948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2BzwVUJuiwOmRNm6lHrJUlmmiczagLT { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.0625rem;left:52.6875rem;height:12.9948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkySKxteqyFTTFuitHbW4xML8o9hwwdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container { background-color: transparent; background-image: none; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container > .video-iframe-container { display: none; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row > .video-iframe-container { display: none; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .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); }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container { border-width: 0; border-radius: 0; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#mnoTrJLOqDOTR2zqHvvCsvi5Q1TkQW1R { color:#ffa0f5;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:10.75rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6XGqaSyWm3MJE2goILBcXZiIEmhPcPc { 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:9.75rem;width:9.75rem;top:4.5625rem;left:9.6875rem;overflow:hidden;display:block; }
#vgdK3HiwuFSSRNKvOpxAEGWGU9Hfr3iz { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:7.3125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQvRZwkOyQLhUIB0HnyRHFtsXVodpcTf { box-sizing:content-box;height:38.75rem;width:17.5rem;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:#ffffff;background-image:none;top:16.125rem;left:0.625rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#E5sMily72f1f1gzk0bZUNaf0uGBn40EM { color:#4c4c4c;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGtq956bSKeJlvPzyxnlqtUPlLZayNbh { 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:31.25rem;width:17.5625rem;top:22.3125rem;left:0.625rem;overflow:hidden;display:block; }
#IgMbELDTtxffoaO5ZT8vtwiDBmX9S760 { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15005;background-color:#ffffff;background-image:none;top:16.1875rem;left:19.375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#BxuOhhsaTltmR5xJE5Tri7Uyte8RBcfp { color:#4c4c4c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.625rem;left:22.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kl1cKE2Z7Ti5q0Ml9M1uzOfmE1nbavJT { 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:31.25rem;width:17.5625rem;top:22.375rem;left:19.375rem;overflow:hidden;display:block; }
#rMIryNZfKEZaFxEvBS27BvMIfXJrDqaU { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15005;background-color:#ffffff;background-image:none;top:16.3125rem;left:38.0625rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#JuyKNCwKeoOV6Q3qURcMKubpPD2Auqso { color:#4c4c4c;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:41.625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpgXrrBlFkMtmpmfx59LnppAnTPByWqE { position:absolute;display:block;z-index:15053;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:31.25rem;width:17.5625rem;top:22.5625rem;left:38.125rem;overflow:hidden;display:block; }
#cquscoLT8kR1pPT2sbstnFgRMWwt8ads { box-sizing:content-box;height:38.75rem;width:17.5rem;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:#ffffff;background-image:none;top:16.3125rem;left:56.875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#E3U6HC3GEhkkTvqKEqRNriUNpAzv95ao { position:absolute;display:block;z-index:15055;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:31.25rem;width:17.5625rem;top:22.5rem;left:56.875rem;overflow:hidden;display:block; }
#TACzdDpMdT2hpZfpQ00TuZ8GKeNVX4ZD { color:#4c4c4c;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.75rem;left:58.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hT642RosFRiIs2q5zx7FNu8uSUwyks9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container { background-color: transparent; background-image: none; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container > .video-iframe-container { display: none; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row > .video-iframe-container { display: none; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .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); }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container { border-width: 0; border-radius: 0; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#QzwXUXem99eCniNdchE50fBKDiaDaNln { position:absolute;display:block;z-index:15053;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:31.25rem;width:17.5625rem;top:6.1875rem;left:47.3125rem;overflow:hidden;display:block; }
#P6q4XEBJaoU1pATaT6UteshnZB82h0S9 { color:#4c4c4c;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.4375rem;left:49.5625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeVSXRlTpZa2atL8QB8OK4PMTTtOznqU { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15006;background-color:#ffffff;background-image:none;top:0rem;left:47.3125rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#JW41wBA2NkFLSuRrm6d51GOT1bVq8wcl { color:#4c4c4c;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4375rem;left:29.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPSIR4glUxH75twRwTQTLlwf8QszT0LN { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15009;background-color:#ffffff;background-image:none;top:0rem;left:28.5625rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#bVnJs46UxRcgsnNVU0tGUOfw69blOQif { 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:31.25rem;width:17.5625rem;top:6.125rem;left:28.5625rem;overflow:hidden;display:block; }
#VdOqMub49VsGnN3070TbKQZS6Czbydky { color:#4c4c4c;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.5rem;left:10.5rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWP909SVEgW4toA1WLHmnQ1WhVhn50yP { position:absolute;display:block;z-index:15055;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:31.25rem;width:17.5625rem;top:6.25rem;left:9.25rem;overflow:hidden;display:block; }
#VNBOLusKLN9yxfJSoX20U8cztfC4nl27 { box-sizing:content-box;height:38.75rem;width:17.5rem;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:#ffffff;background-image:none;top:0rem;left:9.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container { background-color: transparent; background-image: none; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container > .video-iframe-container { display: none; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row > .video-iframe-container { display: none; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .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); }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container { border-width: 0; border-radius: 0; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#CWRG5N7R7VklSE2ywT9gdpVq4E5IwUsF { 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:31.25rem;width:17.625rem;top:6.25rem;left:57.375rem;overflow:hidden;display:block; }
#T89PIH1o0c7lTI2sx44VyVLMVT5P4E2P { 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:31.25rem;width:17.5625rem;top:6.3125rem;left:19.375rem;overflow:hidden;display:block; }
#ew2DTwh9Tg1nCpkzmN3Wk9MEdR1hwTQN { color:#4c4c4c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5rem;left:60.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEF0cSbdVdEnEbHUfesGMSCI2Xqkwg13 { color:#4c4c4c;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.5625rem;left:20.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xl7vS4sprJi0V2qlrJpWA3SGJtXNsp2k { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15004;background-color:#ffffff;background-image:none;top:0rem;left:57.3125rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#DcsHKKCQThzdRVwfI8G7pnpv9oCx0Tva { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15006;background-color:#ffffff;background-image:none;top:0.0625rem;left:19.3125rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#mykr4boPTdt2y4apTfK8aTCkQXivXGMo { color:#4c4c4c;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.25rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jsfe0yARrlkvtgXElZaOsxZxbdbeChEH { box-sizing:content-box;height:38.75rem;width:17.5rem;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:15010;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#KzTuovx4SvoTNNmf5bLMBhIrdxiEQHFN { position:absolute;display:block;z-index:15053;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:31.25rem;width:17.5625rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#pNEMgFITv0IMaPHTgIsgaUSzQocPo1m6 { position:absolute;display:block;z-index:15055;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:31.25rem;width:17.5625rem;top:6.3125rem;left:38.125rem;overflow:hidden;display:block; }
#dplIgsdri38dZ47PfhvszXbiADTDJyMt { box-sizing:content-box;height:38.75rem;width:17.5rem;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:#ffffff;background-image:none;top:0.0625rem;left:38.0625rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#oEQGTelyaa7ifzWTyPolUNdfTP1BxVRW { color:#4c4c4c;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.5rem;left:41.4375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWSoxMu9FdnPGtVT1bApZhFwc634iW4S { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:15018;text-align:center;text-align-last:center;top:43.0625rem;left:22.0625rem;display:block; }
#K2LOElE3m16Rwg8qTCcye5PzfopCuLeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHrpSl2BuUUgqHRzmH81wJFmbWSIJi9U { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:15019;text-align:center;text-align-last:center;top:43.0625rem;left:23.8125rem;display:block; }
#DMf9eerqekH9OUgAMAxwUaVlHaHKUXkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKb1OPQhUokOBi376v8bR5WMIfdTLyuV { position:absolute;display:block;z-index:15022;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:43.5rem;left:23.75rem;overflow:hidden;display:block; }
#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF { background-color:#ffffff;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; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container { background-color: transparent; background-image: none; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container > .video-iframe-container { display: none; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row > .video-iframe-container { display: none; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .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); }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container { border-width: 0; border-radius: 0; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#r4LMywvnthLTlfK52fsWEQcFf8a590cx { position:absolute;display:block;z-index:15055;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:16.375rem;width:16.375rem;top:31.6875rem;left:32rem;overflow:hidden;display:block; }
#SVqsPdn61OcHh51GTnrOwfV6GTA6cVxC { 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:14.6875rem;width:14.6875rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#XuluN48HKCQkZe9T9X1lIyyiLQKBVqvL { color:#4c4c4c;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEZVFNLOHPZ0thhyRFNIt6psbNayMN64 { box-sizing:content-box;height:2.9375rem;width:21.3125rem;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:15004;background-color:#ffffff;background-image:none;top:3.1875rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#MBqUT1QgXVhvoT4HVF3ZTkflkf8A8OJw { color:#4c4c4c;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPVru4nseTaVt3P41THgoC4nbuwbmAuw { position:absolute;display:block;z-index:15003;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:9.125rem;width:27.5rem;top:25.3125rem;left:11.75rem;overflow:hidden;display:block; }
#cFcBINNEDnsxiH235yzHAKPGl7ZLy4y3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.4375rem;width:11.1875rem;top:14.9375rem;left:13.75rem;overflow:hidden;display:block; }
#vwiX1oaXaREB5eAh0vfwHL71ilv7aPLr { position:absolute;display:block;z-index:15002;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:6.25rem;width:21.8125rem;top:19.375rem;left:14.6875rem;overflow:hidden;display:block; }
#TPchHoWuV5FySm0TyrbDdxxE8ym6vNP0 { position:absolute;display:block;z-index:15004;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:5.75rem;width:22.875rem;top:33.5rem;left:0rem;overflow:hidden;display:block; }
#hSe8pJzt6sk0wkQC5l4Pg1FrimI0yUAT { position:absolute;display:block;z-index:15052;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.6875rem;width:4.6875rem;top:28.9375rem;left:-0.8125rem;overflow:hidden;display:block; }
#XmlA6muVc0O72epk5zvKLLPJxegGJ6h2 { position:absolute;display:block;z-index:15053;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.0625rem;width:3.0625rem;top:16.75rem;left:27.6875rem;overflow:hidden;display:block; }
#dmpagUxeSQQksIrzvGKfpvCD5CLFhEhx { position:absolute;display:block;z-index:15054;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.3125rem;width:4.3125rem;top:32.59375rem;left:24.3125rem;overflow:hidden;display:block; }
#pnTbbuTO5xqzBrbxf0flvCfErnOFwNzr { position:absolute;display:block;z-index:15031;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:39.9375rem;width:28.8125rem;top:4.5rem;left:40.0625rem;overflow:hidden;display:block; }
#JbTy33mzGbvUrQP2FmbhOP5i6qo8Glcl { position:absolute;display:block;z-index:15055;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:16.375rem;width:16.375rem;top:31.6875rem;left:32rem;overflow:hidden;display:none; }
#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/uc/02da8bc2-9991-4745-845e-85d151b896ff/Projektbeznazwy20250901T112837298.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS.adaptive-delivery-prevent-bg, #JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS.lazyload, #JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS.lazyloading { background-image: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container { background-color: transparent; background-image: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container > .video-iframe-container { display: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row > .video-iframe-container { display: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .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); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container { border-width: 0; border-radius: 0; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#mBNelJtebs5Xc3bBuqNRtt63Vd6hAmr2 { box-sizing:content-box;height:5.25rem;width:37.125rem;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:15024;background-color:rgba(210,236,178,0.9);background-image:none;top:40.1875rem;left:18.9375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#QmQk5mRccZg42IoKbkFeFCP6qCN2VkM3 { color:#4c4c4c;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:41.8125rem;left:38.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBqN6fbI0kCAve8HbUnNccZzgEmTUDqt { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:22.4375rem;overflow:hidden;display:block; }
#apCUa8WUDXIPb81nltUEkJQWcH1faPqK { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:20.5625rem;overflow:hidden;display:block; }
#zqFzhAlrVfFBBZZHs5ZZn5n8fpwbGp1y { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:24.1875rem;overflow:hidden;display:block; }
#ENrFOf27dPZymqoH3KETCRGb54UJt2yd { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:34rem;overflow:hidden;display:block; }
#A2xhgXB2CXnGKf0v8JzTIBrVX8AK8sIs { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:28.0625rem;overflow:hidden;display:block; }
#XSX1cQrBaKzs88acCmDAZcChOzXpmQtu { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:26.125rem;overflow:hidden;display:block; }
#xKoplnpwZ7x4vVi3v4uBhn8pvIg2bt44 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:30rem;overflow:hidden;display:block; }
#VCUgUeVzlS3rDhUGCVgNONayVzQ8VkRS { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:41.3125rem;left:31.9375rem;overflow:hidden;display:block; }
#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza { background-color:#f6f6f6;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; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { background-color: transparent; background-image: none; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container > .video-iframe-container { display: none; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row > .video-iframe-container { display: none; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .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); }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { border-width: 0; border-radius: 0; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#fIWg1cLB90h0w2az90mUVRe5tGPuT8NU { color:#4c4c4c;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:15.125rem;left:2.875rem;height:29.38535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqK1IaeDUZ8dpzV2HdXGHwRl5G6zE1PE { color:#4c4c4c;display:block;width:54.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:8.4375rem;left:2.875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tc8B9rMQlh46pEpvgmyNy0CsOTWniIAe { box-sizing:content-box;height:2.9375rem;width:20.875rem;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:15021;background-color:#ffffff;background-image:none;top:3.8125rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#ceW4ADxoo4ULxOaUZfqxgTgfGcpba0Qi { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:4.75rem;left:0.0625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OI2BvTTBSFVq46LLcRZ3iF77LvxNLgzX { 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:7.4375rem;width:1.6875rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#q1fHvCcNve7rdXnJg41vwM0EQtNqDODR { color:#4c4c4c;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:17.9375rem;left:32.25rem;height:22.388875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CTpzRv6iBUgrJPwTDAbqa2Gio1PsV71t { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:39.4375rem;left:64.0625rem;overflow:hidden;display:block; }
#m5ikVhLBuMF8dEI45IT6DGk1OPqHN22B { box-sizing:content-box;height:23.75rem;width:0.3125rem;position:absolute;display:block;z-index:15045;background-color:#ffa0f5;background-image:none;top:17.9375rem;left:31.0625rem;display:block; }
#gZNrXO3X2C1N5zUn8GdyGFl6bSN0dC2c { box-sizing:content-box;height:32.0625rem;width:45.9375rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:15.875rem;left:29.0625rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#qzI9xKyLm5Dfullter1sCKSCXCCmD8DH { color:#ffa0f5;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:43.375rem;left:31.6875rem;height:2.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { background-color:#ffffff;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; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { background-color: transparent; background-image: none; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container > .video-iframe-container { display: none; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row > .video-iframe-container { display: none; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .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); }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { border-width: 0; border-radius: 0; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { font-size:0.875rem;font-family:arial;height:83rem;width:75rem;overflow:visible;position:relative;display:block; }#ySxTsgVo7iwvUA7MZPVVgkZQ9NbhTxhO { color:#ffa0f5;display:block;width:71.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:10.625rem;left:1.625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUIQZ3UygxoTu3T5Vt3hCZG4H9ZbF4mm { color:#4c4c4c;display:block;width:54.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.1875rem;left:10.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { box-sizing:content-box;height:12.25rem;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:15011;background-color:#f6f6f6;background-image:none;top:15.375rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:17.125rem;left:1.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { box-sizing:content-box;height:12.25rem;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:15005;background-color:#f6f6f6;background-image:none;top:15.4375rem;left:25.6875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { color:#4c4c4c;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.87451171875rem;left:26.8125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0UERqhQdbAy5mxHpBoxkWoaTHMKTvJo { color:#4c4c4c;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:17.125rem;left:26.8125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptNlEVJLCLmssw2micE40rgflcc3S5UW { 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:4.3125rem;width:4.3125rem;top:22.66796875rem;left:43.5625rem;overflow:hidden;display:block; }
#agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { box-sizing:content-box;height:12.25rem;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:15009;background-color:#f6f6f6;background-image:none;top:15.4375rem;left:51.1875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#BUnusVTvwI10HHUEFvgwr73AIRtsPLip { 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:5.3125rem;width:5.3125rem;top:17.625rem;left:68.1875rem;overflow:hidden;display:block; }
#HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { color:#4c4c4c;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.87451171875rem;left:52.65625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WzVL6rPTf7FH170kzvRtOayaxGsXnHdT { color:#4c4c4c;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:17.125rem;left:52.8125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#un6D512FcpH83v0taUpsT4kCUKvbX1fx { box-sizing:content-box;height:12.25rem;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:15003;background-color:#f6f6f6;background-image:none;top:29.8125rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { 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:5.875rem;width:5.875rem;top:30.625rem;left:16rem;overflow:hidden;display:block; }
#PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { color:#4c4c4c;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.0615234375rem;left:1.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytQbFaCPyzNx4PEoNt0ZyWuK03HZCTCR { color:#4c4c4c;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:31.375rem;left:1.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { 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:15001;background-color:#ffa0f5;background-image:none;top:29.875rem;left:25.6875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#ViFLmrvnWBwTCAG0zyvGtadEsqPcIBM0 { 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:4.9375rem;width:4.9375rem;top:57.1875rem;left:69.25rem;overflow:hidden;display:block; }
#rtptWTF6VramxeoGA1LrmaGTASFZiPQr { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);top:37.564453125rem;left:27.46875rem;height:15.59375625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);top:31.5625rem;left:27.46875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SITw4UaWvhAnEC74Nn4UKN4a5DDqNpVm { position:absolute;display:block;z-index:15030;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.875rem;width:6.875rem;top:28.8125rem;left:62.6875rem;overflow:hidden;display:block; }
#V0RsJB0T6hOZU8vRb9r91ADE87qT6LSN { 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.5rem;width:3.5rem;top:3.75rem;left:11.375rem;overflow:hidden;display:block; }
#xCJtGePEACsXgzAJ4EiLeBb6b7xAeA30 { 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:6rem;width:6rem;top:15.8125rem;left:18.375rem;overflow:hidden;display:block; }
#ivFJOZWxBR49Oo2OMzU2N81FkJ7Krswu { box-sizing:content-box;height:12.25rem;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:15007;background-color:#f6f6f6;background-image:none;top:58rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#TPwFolWfZ0o7Zydu7NrUss6gIKpIBtvD { color:#4c4c4c;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:65.25rem;left:1.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2XU863UzpPnKbTKxmh4mZF6QuGq00bw { 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:4.625rem;width:4.625rem;top:57.375rem;left:11.375rem;overflow:hidden;display:block; }
#yKpkviLA8wGaLKAwngxQT31LE0Vw355m { color:#4c4c4c;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:59.5625rem;left:1.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lKwckcKHCEV3X3JtEcGyqGcg6W0FZON2 { box-sizing:content-box;height:12.25rem;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:15011;background-color:#f6f6f6;background-image:none;top:58rem;left:25.6875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#CoDldT23ciMZJQHdagqGGkBenHccuN8b { color:#4c4c4c;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:65.25rem;left:27.3125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtfaUvEFTI6tVdPDcBQpmnQuXiB7evyt { 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:5.25rem;width:5.25rem;top:60.0625rem;left:42.625rem;overflow:hidden;display:block; }
#OfVHoGrswC2JmdPxTkzbbWBHHRExFk8q { color:#4c4c4c;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:59.5625rem;left:27.3125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGn0dPfBulU4uOPrHf3AZgAtD8vXEDh9 { box-sizing:content-box;height:12.25rem;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:15015;background-color:#f6f6f6;background-image:none;top:58rem;left:51.375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#I1mNGtzwU50TMPsO6rpCtUNESJWGMdkZ { color:#4c4c4c;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:65.25rem;left:53rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuaTeAV8l4CfdKMPvr9Hsb8tlFdzkTPL { color:#4c4c4c;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:59.5625rem;left:53rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOATC6qW4LM6XndbyNGSSiT2CDMMe3C9 { box-sizing:content-box;height:12.25rem;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:15007;background-color:#f6f6f6;background-image:none;top:43.75rem;left:0rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#qC0GWwOCtkv8D63Okfe4BVqpUqexF4St { color:#4c4c4c;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:51rem;left:1.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kGQ1V4avsfEoU1CHmQwllOAnLu2n1DT6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:44.9375rem;left:18.4375rem;overflow:hidden;display:block; }
#wu4hAWIqc0baTOmvTll0OuDTZzwTSRxe { color:#4c4c4c;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:45.3125rem;left:1.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ShMaxMyGcoAZKc568BMD0LVFwfLK5ytz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:19.5625rem;width:19.5625rem;top:34.96142578125rem;left:53.9375rem;overflow:hidden;display:block; }
#EHHXpK0SVng4xLNOhUKLmIIObsCoZ9vn { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:15015;text-align:center;text-align-last:center;top:74.1875rem;left:21.8125rem;display:block; }
#v1mwT8KM1LBkMQ2DqykWvZmGhGBhmnz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVDZv5aoGtX0aMASvussHiws40Q1kR5z { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:74.1875rem;left:23.5625rem;display:block; }
#AyyHcAHGD5KdzuxC98z43LDU7o3oFmwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6JMphsWUE7zPt3yEnwTd0WoKfdImHU8 { position:absolute;display:block;z-index:15019;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:74.625rem;left:23.5rem;overflow:hidden;display:block; }
#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 { background-color:#f6f6f6;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; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container { background-color: transparent; background-image: none; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container > .video-iframe-container { display: none; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row > .video-iframe-container { display: none; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .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); }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container { border-width: 0; border-radius: 0; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#XzaHRM1cuMM6JSw5e2lVBgQuckEurV48 { color:#4c4c4c;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:25.25rem;left:4.625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzG93DyAiVUwBL4FRCLszWf5g8UzywmS { color:#ffa0f5;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:12.375rem;left:5.75rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRc9dadEX7nvFizFqGH98gBDetuf72Zm { color:#4c4c4c;display:block;width:69.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:5.8125rem;left:2.65625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffzT1TMDvqLoZr7lTQSAhd4eUwcarna8 { position:absolute;display:block;z-index:15012;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:36.25rem;width:18rem;top:18.125rem;left:28.1875rem;overflow:hidden;display:block; }
#qf9LQ6ctoDZNn9LPaTf0mS6PTE2olpca { box-sizing:content-box;height:8.0625rem;width:27.8125rem;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:15032;background-color:rgba(255,255,255,0.8);background-image:none;top:20.5625rem;left:2.375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem #fdb3f6 ;display:block; }
#eR6ov3xoh5RJp2RoSZdTO60sVbEaOtTe { position:absolute;display:block;z-index:15034;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.125rem;width:3.125rem;top:21.125rem;left:14.75rem;overflow:hidden;display:block; }
#a1QZRizApmgIrhHXyJEWUZQ64ZCy7kpT { box-sizing:content-box;height:8.0625rem;width:27.8125rem;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:15035;background-color:rgba(255,255,255,0.8);background-image:none;top:16.6875rem;left:42.9375rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem #fdb3f6 ;display:block; }
#CZepLtvTRfw7fMSqbkqyFK0s1CpZo6CD { color:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:21.4375rem;left:44.625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJbekefJ80XrkPBpBkDppzmdfUZrPLXE { position:absolute;display:block;z-index:15037;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.125rem;width:3.125rem;top:17.4375rem;left:55.375rem;overflow:hidden;display:block; }
#dEx1X7FOr5WpVel5tdT7f4qOXI4nnPvr { box-sizing:content-box;height:8.0625rem;width:27.8125rem;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:15038;background-color:rgba(255,255,255,0.8);background-image:none;top:31.625rem;left:44.625rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem #fdb3f6 ;display:block; }
#PIg1FSTchcbzwX5VAiv7E0LKHCJ1qTe2 { color:#4c4c4c;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:35.9375rem;left:46.0625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iaKrTMe10xfT7rZlTCGpWRbPJc7LkpPl { position:absolute;display:block;z-index:15040;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.125rem;width:3.125rem;top:32.1875rem;left:57.0625rem;overflow:hidden;display:block; }
#JwhaTIGGtyhh833JDa1cRR5LRcLXCzpB { box-sizing:content-box;height:8.0625rem;width:27.8125rem;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(255,255,255,0.8);background-image:none;top:47.8125rem;left:43rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem #fdb3f6 ;display:block; }
#JV13eQKVfPr9fve6JRnkVAhduLOQmwDR { color:#4c4c4c;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:52.125rem;left:44.4375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udqANWC3aVVVlXHP7JCgeZb60Nn08Gbv { position:absolute;display:block;z-index:15043;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.125rem;width:3.125rem;top:48.375rem;left:55.4375rem;overflow:hidden;display:block; }
#NAM4qkqlHwXdvRrcwx4ZH5S15ovuTar2 { box-sizing:content-box;height:8.0625rem;width:27.8125rem;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:15044;background-color:rgba(255,255,255,0.8);background-image:none;top:38.3125rem;left:1.5rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem #fdb3f6 ;display:block; }
#FhJtzygBseIRZFCrcuVTbcGNMoMqgepg { color:#4c4c4c;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:42.625rem;left:2.9375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXfQLk3Pnso5rSTTrT4Ws0WukoMAoxBM { position:absolute;display:block;z-index:15046;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.125rem;width:3.125rem;top:38.875rem;left:13.9375rem;overflow:hidden;display:block; }
#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -o-linear-gradient(180deg, #f6f6f6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f6f6, #ffffff);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; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container { background-color: transparent; background-image: none; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container > .video-iframe-container { display: none; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row > .video-iframe-container { display: none; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .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); }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container { border-width: 0; border-radius: 0; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#TDcBk03ECeR4pfnh0oaNeJsP4eBZPOyp { position:absolute;display:block;z-index:15053;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:11.1875rem;top:26.75rem;left:42.5rem;overflow:hidden;display:block; }
#OF8eepDKCE9BrcpSWXxuZFbx8BoknhnA { position:absolute;display:block;z-index:15055;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.375rem;width:6.375rem;top:48.75rem;left:42.5rem;overflow:hidden;display:block; }
#Hlb1u0k008TNU1U39u4VTgWfgl7k5VHk { 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:4.375rem;width:4.375rem;top:22.375rem;left:4.25rem;overflow:hidden;display:block; }
#x5ZuofKopy87edCIR7aIWBv2rGdktkBH { 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:3.3125rem;width:3.3125rem;top:17.9375rem;left:63.6875rem;overflow:hidden;display:block; }
#CD77KclQQaSQTCWANJbpVgQVUMTTyaTU { color:#4c4c4c;display:block;width:53.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:7.4765625rem;left:10.9375rem;height:5.9982625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWSfuaIrdZ3ro0BNKtPBVAURSV3AzbKr { color:#ffa0f5;display:block;width:69.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3.5rem;left:2.90625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyLdPcdvsy7mGVBVyFtlmNistzqawhVb { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:15012;text-align:center;text-align-last:center;top:16.8125rem;left:21.8125rem;display:block; }
#t4ZUfi1UgVAlu7AR9e5bzi2idkax3i1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGQ3L34L8XawVG6C53VBqc4kKwugf4q5 { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:block; }
#WOziwLgPOonJDSvNTsF2W4AAkKXfTkqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsA5cRVeB2V7WCs2tvNHPJ99TycIOoX1 { position:absolute;display:block;z-index:15016;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:17.25rem;left:23.5rem;overflow:hidden;display:block; }
#t618zNd7SsBAW2DeVnJ80NMiRxLcAGPH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.5rem;width:55.5rem;top:0rem;left:9.75rem;overflow:hidden;display:none; }
#wUqRApaFXFtPgKaiMpJk5P1v6JIP54Is { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;display:none; }
#WkdRHv32snKyD5vlDEasPx2tEMQdUyPl { 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:41rem;width:55.5rem;top:8.375rem;left:9.75rem;overflow:hidden;display:block; }
#JlvuwTfiW5RWoO6d7bU3XN8TlwLbZCEy { 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:11.1875rem;top:25.5rem;left:49.6875rem;overflow:hidden;display:block; }
#hnIDc2HHZH6NESRqkwHHVnl98ppIdEF8 { 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:27.4375rem;width:11.125rem;top:24rem;left:63.875rem;overflow:hidden;display:block; }
#VVfstmsTHvxpxuHliWT384Gld3fMvtTF { 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:27.4375rem;width:11.3125rem;top:24.6875rem;left:56.6875rem;overflow:hidden;display:block; }
#w5gBC827gkoQ55SUxcxCZsIrl95lSdUJ { 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:27.4375rem;width:11rem;top:24.0625rem;left:0rem;overflow:hidden;display:block; }
#ATr7xwUNf2FvvvAqKiPc34XspIUNUAlS { 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:27.4375rem;width:11.125rem;top:24.6875rem;left:7.1875rem;overflow:hidden;display:block; }
#EzT21V4fKJR96wEV26KXLxeNwaD7TzHA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:11.3125rem;top:25.5rem;left:14.3125rem;overflow:hidden;display:block; }
#fGK0An1dXFIevM5nBfavfw510J7lRx6l { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:11.125rem;top:26.6875rem;left:21.8125rem;overflow:hidden;display:block; }
#NmD40cJxyErvE2yR2LRUWTgp2HKlD1yq { 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:13.5rem;top:28.3125rem;left:30.75rem;overflow:hidden;display:block; }
#WWV1b2624ht28XVSH57EIAOmOUoxXQkT { 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:41rem;width:55.5rem;top:8.375rem;left:9.75rem;overflow:hidden;display:none; }
#twccXkFm6iAwBNJ840KvH3JrwqSxL463 { background-color:#ffffff;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:83.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { background-color:#a3d16b;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(76,76,76,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:35.125rem;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:20.625rem;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:#ffffff;background-image:none;top:20.4375rem;left:0rem;border-top:0.0625rem solid #a3d16b;border-left:0.0625rem solid #a3d16b;border-right:0.0625rem solid #a3d16b;border-bottom:0.0625rem solid #a3d16b;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { color:#4c4c4c;display:block;width:22rem;position:absolute;font-family:montserrat;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(0,0,0,0.25);top:22.125rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { color:#a3d16b;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:43.125rem;left:0.6875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.2;letter-spacing:0;top:46.125rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:49.125rem;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:#4c4c4c;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.2;letter-spacing:0;top:53.125rem;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(76,76,76,0.7);display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:26.25rem;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:27.1875rem;left:8.5rem;display:block; }
#LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { color:#a3d16b;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:28.625rem;left:1.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:74.0625rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:60.0625rem;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:#4c4c4c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:56rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:62.9375rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:68.5625rem;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:5.5625rem;left:33.09375rem;overflow:hidden;display:block; }
#qo5okms4mEDnCDpXbuefIILm565oK5e3 { color:#4c4c4c;display:block;width:54.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:9.125rem;left:10.28125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPbosgdHEpZav6fIVaMQSSeTFkgBV6Ih { color:#ffa0f5;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:12.4375rem;left:5.75rem;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:#bed8a1;background-image:none;top:20.4375rem;left:0rem;border-top:0.0625rem solid #a3d16b;border-left:0.0625rem solid #a3d16b;border-right:0.0625rem solid #a3d16b;border-bottom:0.0625rem solid #a3d16b;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#ZgCgwfAqVa2wWgsIebGolR7MRDkc8Xsp { color:#a3d16b;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:29.25rem;left:5.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcbD8rKNAo1H9kLEkKPuHBkrTM8pi51Z { color:#4c4c4c;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:32.375rem;left:0rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKe4oGwMQEaiaoHqNaTi5hICmhHfNJGF { box-sizing:content-box;height:42.5rem;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:#ffffff;background-image:none;top:36.8125rem;left:0rem;border-top:0.0625rem solid #a3d16b;border-left:0.0625rem solid #a3d16b;border-right:0.0625rem solid #a3d16b;border-bottom:0.0625rem solid #a3d16b;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 { color:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:71.1875rem;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:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:65.8125rem;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:20.625rem;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:#ffffff;background-image:none;top:20.4375rem;left:26.5rem;border-top:0.0625rem solid #ff78f1;border-left:0.0625rem solid #ff78f1;border-right:0.0625rem solid #ff78f1;border-bottom:0.0625rem solid #ff78f1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#uG1n4sWmr9NGONlQxxa5rp7JTZWmzfJ8 { color:#4c4c4c;display:block;width:22rem;position:absolute;font-family:montserrat;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(0,0,0,0.25);top:22.125rem;left:26.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6dvEMOQQkc5Q7wWGe4hzaL5ypkFyTp7 { color:rgba(76,76,76,0.7);display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:26.25rem;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:#fdb3f6;background-image:none;top:20.4375rem;left:26.5rem;border-top:0.0625rem solid #ff78f1;border-left:0.0625rem solid #ff78f1;border-right:0.0625rem solid #ff78f1;border-bottom:0.0625rem solid #ff78f1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#pQHTP9XCN9DPFrcWK5mrLMr7yTVayKD6 { color:#4c4c4c;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:32.375rem;left:26.5rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7kZp2Czxzemv0W6y6kxKoTFpUKSTfUi { box-sizing:content-box;height:42.5rem;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:15019;background-color:#ffffff;background-image:none;top:36.8125rem;left:26.5rem;border-top:0.0625rem solid #ff78f1;border-left:0.0625rem solid #ff78f1;border-right:0.0625rem solid #ff78f1;border-bottom:0.0625rem solid #ff78f1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#PT4zMr0g9SQeLQbW0Pv5xoT8KVrgCwxF { color:#ff78f1;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:43.125rem;left:27.1875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXoUzt3i0L89BvELmH4gcsJynxtEh8lM { background-color:#ff78f1;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(76,76,76,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:35.125rem;left:28.125rem;display:block; }
#Mz7pGQFh8qv1KGxTAKCDSafzXfnlepXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xl795fIu5awgFOFtvhMHJcum6W97pm5P { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.2;letter-spacing:0;top:46.125rem;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:#ff78f1;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:29.25rem;left:33.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQm5iPlh9tBi4pwTImZha0bC7xc3rMUb { color:#ff78f1;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:28.625rem;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:5rem;position:absolute;display:block;z-index:15110;background-color:#ff0000;background-image:none;top:27.1875rem;left:35rem;display:block; }
#mHcm7RJw2r2l1e1WZTSaK37urcahrxmA { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.2;letter-spacing:0;top:49.125rem;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:#4c4c4c;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.2;letter-spacing:0;top:53.125rem;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:#4c4c4c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:56rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.2;letter-spacing:0;top:60.0625rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.2;letter-spacing:0;top:74.0625rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.2;letter-spacing:0;top:62.9375rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:68.5625rem;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:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.2;letter-spacing:0;top:71.1875rem;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:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.2;letter-spacing:0;top:65.8125rem;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:20.625rem;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:#ffffff;background-image:none;top:20.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(76,76,76,0.2) ;display:block; }
#LMt1nOv5hl2cgNMhltXkwtAycCaRMTT8 { color:#4c4c4c;display:block;width:22rem;position:absolute;font-family:montserrat;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(0,0,0,0.25);top:22.125rem;left:53rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxpqR68tvG8a3wd88gQwFMT6TPnL4QT2 { color:rgba(76,76,76,0.7);display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:26.25rem;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:20.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(76,76,76,0.2) ;display:block; }
#q0egyLy0Bb2r2QwXGoWx2cOViFfZTbLp { color:#4c4c4c;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:32.375rem;left:53rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhThSuVv1ol62tVywTuPuzWDF2ghQafG { box-sizing:content-box;height:42.5rem;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:15040;background-color:#ffffff;background-image:none;top:36.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(76,76,76,0.2) ;display:block; }
#kcmwDegEtdzDBoewC307EM7HU9wQpaSz { color:#67bbfd;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:43.125rem;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(76,76,76,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:35.125rem;left:54.625rem;display:block; }
#DVeTMn4o06RWSUWICCTxHkHeUwAibxO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15099;line-height:1.2;letter-spacing:0;top:46.125rem;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:montserrat;font-size:1.5625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:29.25rem;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:montserrat;font-size:2.8125rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:28.625rem;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:27.1875rem;left:60.875rem;display:block; }
#amLhEoD7SF7pVF0b3l3ay9sohA26hzfl { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.2;letter-spacing:0;top:49.125rem;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:#4c4c4c;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.2;letter-spacing:0;top:53.125rem;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:#4c4c4c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.2;letter-spacing:0;top:56rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.2;letter-spacing:0;top:60.0625rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.2;letter-spacing:0;top:74.0625rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.2;letter-spacing:0;top:62.9375rem;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:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.2;letter-spacing:0;top:68.5625rem;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:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.2;letter-spacing:0;top:71.1875rem;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:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.2;letter-spacing:0;top:65.8125rem;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:17.5rem;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(76,76,76,0.2) ;display:block; }
#Ct8OEiqL72bmc0kUSl49WliJlvyiV0xa { color:#ffffff;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:18.625rem;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:#ff78f1;background-image:none;top:17.375rem;left:26.5rem;border-top:0.0625rem solid #ff78f1;border-left:0.0625rem solid #ff78f1;border-right:0.0625rem solid #ff78f1;border-bottom:0.0625rem solid #ff78f1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#Gnt41ehaoHTfg4BI92pZSQAzoLakT1L5 { color:#ffffff;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:18.5rem;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:#a3d16b;background-image:none;top:17.375rem;left:0rem;border-top:0.0625rem solid #a3d16b;border-left:0.0625rem solid #a3d16b;border-right:0.0625rem solid #a3d16b;border-bottom:0.0625rem solid #a3d16b;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#emnf69uyc5mlzlbJkbXnHTShJJTtghAH { color:#ffffff;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:0rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeugA9eC8vLv4aLeHULmCq6HooVf83bc { background-color:#f6f6f6;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; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { background-color: transparent; background-image: none; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container > .video-iframe-container { display: none; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row > .video-iframe-container { display: none; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .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); }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { border-width: 0; border-radius: 0; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#bTyiLfTqsZx1wsDRqTkbi95kUGK8bboU { color:#4c4c4c;display:block;width:54.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:6.125rem;left:10.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { color:#ffa0f5;display:block;width:71.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:3.8125rem;left:1.625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#f6f6f6;background-image:none;vertical-align:top; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .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; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:400;font-size:1.125rem;color:#4c4c4c;height:auto;font-style:normal; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#4c4c4c;height:auto;font-weight:300;font-style:normal; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .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; }#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger.adaptive-delivery-prevent-bg, #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger.lazyload, #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-trigger.lazyloading { background-image: none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge { box-sizing:content-box;height:auto;width:59.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.375rem;left:6.5rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yUpEEsVoHKEO7WFqWdfdeOqPomJ5yeCQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aQn5KNNXr7S6T8twT7lTU7JIqUJySUQQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zMz4y5SRp7VqUyEB4SkxThG9m74dSGK6 { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XFyDxvbxIQSibFFRNAbJ7PrU1qLLebf4 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UnmrvKL0ifB77TFQucGKX2ShghkbDz09 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TM8LsstNSyx5lWTTOoU5BDPdFEbNR15s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #NNfKMbUaKPTWLNvrf3g7UVgJJ8ZSpNob { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hFFu2C6sAQicH2rrk69T3Os9VhsFkxRz { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #sDTgNDJDPg3ZITsHGZx397xsODbhJLPf {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #tBS6ItuV3Wl6nRW41pm7bpBnKVVTPWWf { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #d3kIt0rhWhWEuXaF1fqhhfWOM3v2zupp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ipFRaGAO1nIRUaXnxIXR4ILHzn3HorBq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UaDdZwg8Uv1m2t0n0VpyaP9x795lm007 { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #Tx5MSfgG3Ntb3ydHDTH5GKTIBogkpBnx {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #mOpSSr8t4omNi7SzKqv39KNbo4pBUKpn { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uTw5t6WDKTAsQHyoWJpbXTDtBRvBucs3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #eMDcRXT04eeCg0VQySr10ZMg5GIstC56 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #E0nam1l141Pao7JwcOIdoQxdzkmDwPJp { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #N3Hqxk7AzZWK2VMotQ7z0s1GtSAF2yCO {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A0sVZqwnvXdemqVmCJ4FTeeUhSA8KuBT { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aAeu9cDDSG3g1S07dkmNTQh9hMimdn4L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C4Z32B6mU4Mh5ddUAkSFqpWgx0fMVSFa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #lJLh3V8aO4OoXrUWxGGvqTnZQD31dVyH { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UTshw4HZaucR0vzqblnkuU0QvwSDXe35 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #M5wwUhW8ZkcCtpThtQBvlHu0fpGEykNz { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #nThlLh0yqZq9aTWwCMgLvuwwWcSFq0nw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #q4T5AGWtQ0olRUDu4mXlkEUA3KBA6DWf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #SZsBMZVVCUdfVBXHe212x4dqAlMG4Xfi { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #siXgzeP6uKC580STCKONkKRtZWXZKMsJ {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #BW53JzD6e0IrBNcAUKJTJ8efMM9zydBr { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #F9dJn75WVUa0PlftFZqBJ9AlD090QbGC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #U0yHpoPvn4ShwZoKrMoBak2PE9AHJCUG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #wwTEB1alqnONCai8ix66whSwGdHTeUls { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #LN9ZGQiQVDTkFeBhJETM3mHma1Tlrusx {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #grLzLbusWsNcqJrAuI9Wzl8fvC3Lykv3 { display:none; }
#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f6f6, #ffffff);background-image: -o-linear-gradient(180deg, #f6f6f6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f6f6, #ffffff);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:29.875rem;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:13.625rem;top:1.21875rem;left:0rem;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.25rem;width:13.4375rem;top:1.21875rem;left:-15.132172428262rem;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:13.625rem;top:1.21875rem;left:46.375rem;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:13.625rem;top:1.21875rem;left:15.375rem;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:13.6875rem;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.3125rem;width:13.5625rem;top:1.21875rem;left:76.723376457775rem;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:13.625rem;top:1.21875rem;left:30.6875rem;overflow:hidden;display:block; }
#cZ1buoy5a98dJvBLMJ3X4TlGylBkTJzF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:16.859375476837rem;left:40.555555343628rem; }
#Z2NOCCGc4EuXF72b8hxzizml9dTHaM5I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:22.796875476837rem;left:40.430555343628rem; }
#Tz68iWzCtopT1ihSFehoJEbTsGFDtwcU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:16.796007633209rem;left:39.611112594604rem; }
#DebUiDygTMgxzgAFefbsdCKz8z6ZDwtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:22.796007633209rem;left:39.861112594604rem; }
#cJU2JxALq5HBhhgebEd6mfiUtWDcO6Pz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:22.796007633209rem;left:40.618055343628rem; }
#ImwZ7STa0aTKxkMZbt2hEsPdFqbvpIxi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:3.232638835907rem;left:51.736112594604rem; }
#EvaQmvNirG7CzEy73qf31aBEeJgf9HFf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ze3hThbczDP67AuXVmlF3Py4VV3tMQQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MkhqnVONKgqheauwoABqaPUbWM4mhZSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CzTWMRASKHSzsHIQN1tVedUZecsD2EJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XPfN9ETds6BbGkc3HHNT09kW0B84GeWH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cTye7fyyHH0uF2vG57Np26Q57DO3GEzu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TmJzXWVJOI4oPLR5Uwio8Ux8uwzwhdql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TpLTCKwBe0D7nPGsrq4i0qPeVTKZH1Wt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TgiOCwbRFTbCB8nfKPbquN92uQ8qUFGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tDLuHiCDiDLANEhWKiOp329JSRaC4U9T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC { background-color:#ffffff;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:#4c4c4c;display:block;width:54.4375rem;position:absolute;font-family:montserrat;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:#ffa0f5;display:block;width:69.1875rem;position:absolute;font-family:montserrat;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:#fde1fd;background-image:none;top:15.4375rem;left:2.875rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#y0Ti9hWaCLffqfLAyLy4Em3c6qMvsoA5 { color:#4c4c4c;display:block;width:18.625rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:26.375rem;position:absolute;font-family:montserrat;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 #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(76,76,76,0.2) ;display:block; }
#TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl { color:#4c4c4c;display:block;width:27.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:29.375rem;left:5.375rem;height:2.3994125rem;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:#4c4c4c;display:block;width:26.375rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:26.125rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:48.75rem;left:5.4375rem;height:3.59895625rem;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:59rem;left:5.4375rem;height:4.7986125rem;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:#4c4c4c;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:25.625rem;left:43.3125rem;height:2.3994125rem;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:#4c4c4c;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:29.375rem;left:43.25rem;height:2.3994125rem;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:#4c4c4c;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:33.5625rem;left:43.25rem;height:2.3994125rem;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:37.375rem;left:43.3125rem;height:4.7986125rem;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:27.9375rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:24.625rem;position:absolute;font-family:montserrat;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:#4c4c4c;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:59rem;left:43.3125rem;height:4.7986125rem;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:#4c4c4c;display:block;width:19.8125rem;position:absolute;font-family:montserrat;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:#ffffff;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; }
#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp { background-color:#ffffff;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; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container { background-color: transparent; background-image: none; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container > .video-iframe-container { display: none; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row > .video-iframe-container { display: none; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .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); }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container { border-width: 0; border-radius: 0; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#lZxOuQEZ4Se0Ar5T0onq5xg8AtQW31bO { 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:29.5rem;width:45.125rem;top:3.75rem;left:14.9375rem;overflow:hidden;display:block; }
#MPNNRtm1kTshWaIl92ZcVt0nuCy64hOy { color:#4c4c4c;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:13.625rem;left:16.4375rem;height:6.324625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lb1z4eRrbgzQUmqUTTBk7LIEFQZMtICm { color:#4c4c4c;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.6259765625rem;left:16.4375rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZ0KWXU8Zh9iMNTinV4krFgbDh0tDFd6 { color:#ffa0f5;display:block;width:40.3125rem;position:absolute;font-family:montserrat;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; }
#oqrlZKvRcIaNDSuMhy8WAniZzWMtdBmB { 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:7.4375rem;width:1.6875rem;top:35.6875rem;left:15.625rem;overflow:hidden;display:block; }
#M4PUGuoT5qLgTLDUpDTc1In7hDoVKs43 { color:#ffa0f5;display:block;width:24.1875rem;position:absolute;font-family:montserrat;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; }
#FOWKVRs8fZwfoXPlnA1eyrNqkhahhEeE { 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:16.0625rem;left:34.0625rem;overflow:hidden;display:block; }
#TmMIoViaCeSaqq7J1ty62EzK1GKBiwSb { 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; }
#iZTdzp7nvLKztWKmrwzL1a60eA8edn1W { 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; }
#g6WK0lCT0HmWkVpcRR8bFMbWa7yG1wqA { background-color:#ffffff;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 #ffa0f5 ;box-sizing:border-box;color:#ffa0f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:27.0625rem;left:16.4375rem;display:block; }
#WuL3xH4tpitoK04rCi0bIFTIDpIBTA11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWhHwuDqQwAuvh4cLtpAbvlw15N5D4lM { z-index:15003;top:27.0625rem;left:18.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KVwfTSbIVBgTlGreT0LZl5TiwCvlmCPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sF5EdQkG2PTl4TMhwpc0znH2EOodLJC2 { 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:27.625rem;left:17.3125rem;overflow:hidden;display:block; }
#TE5ugl8vauRk3Q81rJhIBHJIkpD1vcrf { background-color:#ffa0f5;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 #ffa0f5 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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; }
#yPFCcplVnHKyBEwHriZzCvOonROv7TWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBzeOECUfyP8GJxLzfUrvbLpuDo4ZMJQ { background-color:#4c4c4c;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:#f6f6f6;display:block;width:49.75rem;position:absolute;font-family:montserrat;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:#f6f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;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:5.75rem;left:0rem;width:47.625rem;height:27.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvSraNlWunvmRvEi0df6cG003z94Cht { top:9.4375rem;left:0rem;width:8.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { top:14.6875rem;left:0rem;width:41.0625rem;height:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9LokIzgELoS0wlJqgRpsHVCNIWXRzv { top:26.625rem;left:0rem;width:30.375rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChx0Xfd3kLqCPcPwTDzH2K1F0Dps2xl { top:32.8125rem;left:0rem;width:30.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EovR3gqx0bPKmThq774tx7nRCwUe4npV { width:18.75rem;height:3.125rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8dMHPZFLOMOV8aLAzfoJNS89A834i6 { display:block; }
 }@media only screen and (max-width: 763px) { #mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { top:5.75rem;left:0rem;width:24.5625rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3O3w4FB130FACKBsQ1U9Xr5qU0hZe6Z { top:40.3125rem;left:36.5rem;width:11.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iINpt5GsKCUrBrbabE68JS3FIrO8cJPh { top:43.375rem;left:36.3125rem;width:11.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spr6EFOG3flDGcl6hATUSNCOxrgWqGNa { width:29.6875rem;height:4.375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phnR6Wd7aor2reIhCLeHhnJ8U6RTVAPM { display:block; }
 }@media only screen and (max-width: 763px) { #v8e30H5KLVFlViNWmGhSzAXzxTeF7TSR { width:29.6875rem;height:4.375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E408hlwSTyw9G47Tcs8zJZDC6pbWrmZA { display:block; }
 }@media only screen and (max-width: 763px) { #EUKZCib7VmfUVfD8BidOEt91DvWe657E { top:37.5625rem;left:0rem;width:3.25rem;height:3.25rem;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) { #qnv3RFGmITGE0VvVZUQkevGXHuE2O4SE { top:5.625rem;left:0rem;width:31.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWUmghVwXk5k3tWwypcwVZ9tQCZqp4aD { top:32.5625rem;left:0rem;width:18.875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvbkySQpzUhvlTf5aZbySBxcVuSlabG { top:36.9375rem;left:0rem;width:17.125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnZQAy4CTTHGQd4seAo2pLpwKH2Dibp { top:34.3125rem;left:4.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcE56o6t7U1D76HKuy6nbT3f2ZQuGyBg { top:34.3125rem;left:3.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBCNhV58ZC0SyNyyzBzN40foRyXfWio { top:34.3125rem;left:1.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irCv3iT7L5XiMu2vBcHOEV4BO77aNakG { top:34.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BoT4s9okItXesvlkUZJ02egSy668Lr { top:34.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdtSUb1RIVBxmByQAnEk8DPkaNu5Wto { top:4.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrdhDrl8LTAgO94C5STc273cTyOwzNLi { top:9.5rem;left:7.625rem;width:40.125rem;height:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTldUlAxO1QTucyaFghTdpRAx98qVvM { top:5rem;left:27.75rem;width:20rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgGxsTkVzhR0Gff8X7RuDUeEfPfrgEii { top:5.5625rem;left:27.9375rem;width:19.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVEJQ0TVa9D9scQfKnx4TDZ85JFI7u5 { top:19.75rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKmPBGXLyoiJbZUh85k9Judpy5g0gNKT { top:23.5rem;left:8.8125rem;width:38.9375rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R { display:flex;height:auto;width:27.8125rem;top:35.25rem;left:17.4375rem; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #NT68OfghFEklPSkZ18UsgMAuDDA1SqRP {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #Cp47pF7c5em7ThfokgxEi72NTeHbLRzZ {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #nOL1X55pKIPDMZgLMAAPs64sBqpi0hpV {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #iKBi1Oxkf5Ek8ofTfp0qLiWhauah127I {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #UExOyW3PcsCgKQAAD1TO9DUSepqBu6PR {  }
 }@media only screen and (max-width: 763px) { #KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 { display:block; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK6h1Vd2DK9DkUTfs6KEfXfzfs5AxJr8 { top:16.625rem;left:12.0625rem;width:23.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3yBOLtPHqlfoLTu0Rq49l9LwaVEPCTp { top:16.625rem;left:24.125rem;width:23.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr3kxXes8sTrf5MXfzCy1BhEsuUnzMG { top:16.6875rem;left:0rem;width:23.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOSOFoQdP7TCaSc9qI9p4rt4f3iwsoee { top:35.0625rem;left:0rem;width:21rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRx2pgcvGqPSvAWtzFkKkKdubXaZMQur { top:16.625rem;left:0rem;width:23.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqwHmsA0v9DByITnDBKuqP5iIIvT2Lmk { top:5.5rem;left:0.5625rem;width:45.1875rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFb4uemCzkDrLEGlgFEl9TyT3x8KT3ZW { top:12.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJkNSINXuv85h8De7zdxTsSdRoq1Mlfx { top:16.625rem;left:12.0625rem;width:23.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #myqwlbqIhK43l0QHFg4zquSecMCfaJ8I { top:16.625rem;left:24.125rem;width:23.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNtTd8o0xIvVSXP3lsQcV3EWaorDBPT { top:30.25rem;left:0rem;width:19.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8wSWtMWiFEWiCqIWPMauVQBT4u2fLS { top:28.1875rem;left:0rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9FX2tWktTa5342u91oKGRHe9uiKt2Z { top:27.0625rem;left:0rem;width:3.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ElX7saUSvnrcGdg5dqnvgE7ilTQMOZ { top:26.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvvc8zvODa6WxEp3PBX4coihK8TrdykP { top:30.3125rem;left:14rem;width:19.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEAaOft6cgh52ay3QzCneXm9CIggyssG { top:28.25rem;left:13.5625rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Rw3no4J2vCWs2fVeQpsLdqSEVH2R7f { top:27.125rem;left:22.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPrDlPeLi4QP7MhAze5eXFlTRPZrZ80 { top:26.25rem;left:21.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySSP93CXIfdSt7OWPf1P39ZR4ZTgf9KU { top:30.3125rem;left:27.9375rem;width:19.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyNQ91avhdvm6qryD2t7B4cFTWSb8I3d { top:28.25rem;left:27.125rem;width:20.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL0OETzHDG8NN2zXvHHtnoMvNeR3Gnmw { top:26.25rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTlbQu4HbAElOAwXTR9R6kLTDtxiTH2d { top:27.125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxpTW6ioEymeuyyTBoWQZLHFGbXhbtrm { top:35.0625rem;left:13.375rem;width:21rem;height:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2BzwVUJuiwOmRNm6lHrJUlmmiczagLT { top:35.0625rem;left:26.75rem;width:21rem;height:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkySKxteqyFTTFuitHbW4xML8o9hwwdD { display:block; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnoTrJLOqDOTR2zqHvvCsvi5Q1TkQW1R { top:10.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6XGqaSyWm3MJE2goILBcXZiIEmhPcPc { top:4.5625rem;left:2.1875rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgdK3HiwuFSSRNKvOpxAEGWGU9Hfr3iz { top:7.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQvRZwkOyQLhUIB0HnyRHFtsXVodpcTf { top:16.125rem;left:0rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sMily72f1f1gzk0bZUNaf0uGBn40EM { top:17.5625rem;left:0rem;width:15.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtq956bSKeJlvPzyxnlqtUPlLZayNbh { top:22.3125rem;left:0rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgMbELDTtxffoaO5ZT8vtwiDBmX9S760 { top:16.1875rem;left:6.25rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxuOhhsaTltmR5xJE5Tri7Uyte8RBcfp { top:17.625rem;left:11.875rem;width:12rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1cKE2Z7Ti5q0Ml9M1uzOfmE1nbavJT { top:22.375rem;left:6.3125rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMIryNZfKEZaFxEvBS27BvMIfXJrDqaU { top:16.3125rem;left:18.1875rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuyKNCwKeoOV6Q3qURcMKubpPD2Auqso { top:17.8125rem;left:24.59375rem;width:10.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgXrrBlFkMtmpmfx59LnppAnTPByWqE { top:22.5625rem;left:18.25rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquscoLT8kR1pPT2sbstnFgRMWwt8ads { top:16.3125rem;left:30.125rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3U6HC3GEhkkTvqKEqRNriUNpAzv95ao { top:22.5rem;left:30.1875rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TACzdDpMdT2hpZfpQ00TuZ8GKeNVX4ZD { top:17.75rem;left:32.625rem;width:15.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT642RosFRiIs2q5zx7FNu8uSUwyks9g { display:block; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzwXUXem99eCniNdchE50fBKDiaDaNln { top:6.1875rem;left:18.25rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6q4XEBJaoU1pATaT6UteshnZB82h0S9 { top:1.4375rem;left:22.6875rem;width:13.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVSXRlTpZa2atL8QB8OK4PMTTtOznqU { top:0rem;left:18.1875rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW41wBA2NkFLSuRrm6d51GOT1bVq8wcl { top:1.4375rem;left:9rem;width:14.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSIR4glUxH75twRwTQTLlwf8QszT0LN { top:0rem;left:6.25rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVnJs46UxRcgsnNVU0tGUOfw69blOQif { top:6.125rem;left:6.3125rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdOqMub49VsGnN3070TbKQZS6Czbydky { top:1.5rem;left:0rem;width:15.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWP909SVEgW4toA1WLHmnQ1WhVhn50yP { top:6.25rem;left:0rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBOLusKLN9yxfJSoX20U8cztfC4nl27 { top:0rem;left:0rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl { display:block; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRG5N7R7VklSE2ywT9gdpVq4E5IwUsF { top:6.25rem;left:30.125rem;width:17.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89PIH1o0c7lTI2sx44VyVLMVT5P4E2P { top:6.3125rem;left:6.3125rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew2DTwh9Tg1nCpkzmN3Wk9MEdR1hwTQN { top:1.5rem;left:35.75rem;width:12rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEF0cSbdVdEnEbHUfesGMSCI2Xqkwg13 { top:1.5625rem;left:8.75rem;width:15.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl7vS4sprJi0V2qlrJpWA3SGJtXNsp2k { top:0rem;left:30.125rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsHKKCQThzdRVwfI8G7pnpv9oCx0Tva { top:0.0625rem;left:6.25rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mykr4boPTdt2y4apTfK8aTCkQXivXGMo { top:1.5rem;left:0rem;width:11.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsfe0yARrlkvtgXElZaOsxZxbdbeChEH { top:0.0625rem;left:0rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTuovx4SvoTNNmf5bLMBhIrdxiEQHFN { top:6.25rem;left:0rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNEMgFITv0IMaPHTgIsgaUSzQocPo1m6 { top:6.3125rem;left:18.25rem;width:17.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplIgsdri38dZ47PfhvszXbiADTDJyMt { top:0.0625rem;left:18.1875rem;width:17.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEQGTelyaa7ifzWTyPolUNdfTP1BxVRW { top:1.5rem;left:24.40625rem;width:10.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWSoxMu9FdnPGtVT1bApZhFwc634iW4S { width:29.6875rem;height:4.375rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2LOElE3m16Rwg8qTCcye5PzfopCuLeF { display:block; }
 }@media only screen and (max-width: 763px) { #hHrpSl2BuUUgqHRzmH81wJFmbWSIJi9U { width:29.6875rem;height:4.375rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMf9eerqekH9OUgAMAxwUaVlHaHKUXkd { display:block; }
 }@media only screen and (max-width: 763px) { #OKb1OPQhUokOBi376v8bR5WMIfdTLyuV { top:43.5rem;left:13.53125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF { display:block; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4LMywvnthLTlfK52fsWEQcFf8a590cx { top:31.6875rem;left:18.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVqsPdn61OcHh51GTnrOwfV6GTA6cVxC { top:15.625rem;left:0rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuluN48HKCQkZe9T9X1lIyyiLQKBVqvL { top:4.125rem;left:0rem;width:21.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZVFNLOHPZ0thhyRFNIt6psbNayMN64 { top:3.1875rem;left:0rem;width:21.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBqUT1QgXVhvoT4HVF3ZTkflkf8A8OJw { top:7.5rem;left:0rem;width:36.8125rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVru4nseTaVt3P41THgoC4nbuwbmAuw { top:25.3125rem;left:0rem;width:27.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcBINNEDnsxiH235yzHAKPGl7ZLy4y3 { top:14.9375rem;left:0.125rem;width:11.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwiX1oaXaREB5eAh0vfwHL71ilv7aPLr { top:19.375rem;left:1.0625rem;width:21.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPchHoWuV5FySm0TyrbDdxxE8ym6vNP0 { top:33.5rem;left:0rem;width:22.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSe8pJzt6sk0wkQC5l4Pg1FrimI0yUAT { top:28.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmlA6muVc0O72epk5zvKLLPJxegGJ6h2 { top:16.75rem;left:14.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmpagUxeSQQksIrzvGKfpvCD5CLFhEhx { top:32.5625rem;left:10.6875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTbbuTO5xqzBrbxf0flvCfErnOFwNzr { top:4.5rem;left:7.8125rem;width:28.8125rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTy33mzGbvUrQP2FmbhOP5i6qo8Glcl { top:31.6875rem;left:18.375rem;width:16.375rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS { display:block; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBNelJtebs5Xc3bBuqNRtt63Vd6hAmr2 { top:40.1875rem;left:5.3125rem;width:37.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmQk5mRccZg42IoKbkFeFCP6qCN2VkM3 { top:41.8125rem;left:24.5rem;width:16.4375rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBqN6fbI0kCAve8HbUnNccZzgEmTUDqt { top:41.3125rem;left:8.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCUa8WUDXIPb81nltUEkJQWcH1faPqK { top:41.3125rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqFzhAlrVfFBBZZHs5ZZn5n8fpwbGp1y { top:41.3125rem;left:10.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENrFOf27dPZymqoH3KETCRGb54UJt2yd { top:41.3125rem;left:20.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2xhgXB2CXnGKf0v8JzTIBrVX8AK8sIs { top:41.3125rem;left:14.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSX1cQrBaKzs88acCmDAZcChOzXpmQtu { top:41.3125rem;left:12.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKoplnpwZ7x4vVi3v4uBhn8pvIg2bt44 { top:41.3125rem;left:16.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCUgUeVzlS3rDhUGCVgNONayVzQ8VkRS { top:41.3125rem;left:18.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZsJWl5NQbmHlszXRDVORdpkAJUh6wza { display:block; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIWg1cLB90h0w2az90mUVRe5tGPuT8NU { top:15.125rem;left:0rem;width:24.9375rem;height:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqK1IaeDUZ8dpzV2HdXGHwRl5G6zE1PE { top:8.4375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8B9rMQlh46pEpvgmyNy0CsOTWniIAe { top:3.8125rem;left:0rem;width:20.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceW4ADxoo4ULxOaUZfqxgTgfGcpba0Qi { top:4.75rem;left:0rem;width:21rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2BvTTBSFVq46LLcRZ3iF77LvxNLgzX { top:8.4375rem;left:0rem;width:1.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fHvCcNve7rdXnJg41vwM0EQtNqDODR { top:17.9375rem;left:6.625rem;width:41.125rem;height:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpzRv6iBUgrJPwTDAbqa2Gio1PsV71t { top:39.4375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ikVhLBuMF8dEI45IT6DGk1OPqHN22B { top:17.9375rem;left:17.4375rem;width:0.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNrXO3X2C1N5zUn8GdyGFl6bSN0dC2c { top:15.875rem;left:1.6875rem;width:45.9375rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzI9xKyLm5Dfullter1sCKSCXCCmD8DH { top:43.375rem;left:15.3125rem;width:32.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { display:block; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySxTsgVo7iwvUA7MZPVVgkZQ9NbhTxhO { top:10.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { top:22.875rem;left:0rem;width:21rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUIQZ3UygxoTu3T5Vt3hCZG4H9ZbF4mm { top:7.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { top:15.375rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { top:17.125rem;left:0rem;width:16.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { top:15.4375rem;left:12.0625rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { top:22.8125rem;left:13.1875rem;width:14.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UERqhQdbAy5mxHpBoxkWoaTHMKTvJo { top:17.125rem;left:13.1875rem;width:21.75rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNlEVJLCLmssw2micE40rgflcc3S5UW { top:22.625rem;left:29.9375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { top:15.4375rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnusVTvwI10HHUEFvgwr73AIRtsPLip { top:17.625rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { top:22.8125rem;left:31.125rem;width:16.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVL6rPTf7FH170kzvRtOayaxGsXnHdT { top:17.125rem;left:31.4375rem;width:16.3125rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6D512FcpH83v0taUpsT4kCUKvbX1fx { top:29.8125rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { top:30.625rem;left:2.375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { top:37rem;left:0rem;width:21.125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQbFaCPyzNx4PEoNt0ZyWuK03HZCTCR { top:31.375rem;left:0rem;width:20.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { top:29.875rem;left:0rem;width:47.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFLmrvnWBwTCAG0zyvGtadEsqPcIBM0 { top:57.1875rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtptWTF6VramxeoGA1LrmaGTASFZiPQr { top:37.5625rem;left:13.84375rem;width:25.9375rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { top:31.5625rem;left:11.25rem;width:36.5rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITw4UaWvhAnEC74Nn4UKN4a5DDqNpVm { top:28.8125rem;left:40.4375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0RsJB0T6hOZU8vRb9r91ADE87qT6LSN { top:3.75rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCJtGePEACsXgzAJ4EiLeBb6b7xAeA30 { top:15.8125rem;left:4.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivFJOZWxBR49Oo2OMzU2N81FkJ7Krswu { top:58rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwFolWfZ0o7Zydu7NrUss6gIKpIBtvD { top:65.25rem;left:0rem;width:20.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2XU863UzpPnKbTKxmh4mZF6QuGq00bw { top:57.375rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpkviLA8wGaLKAwngxQT31LE0Vw355m { top:59.5625rem;left:0rem;width:20.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKwckcKHCEV3X3JtEcGyqGcg6W0FZON2 { top:58rem;left:12.0625rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoDldT23ciMZJQHdagqGGkBenHccuN8b { top:65.25rem;left:13.6875rem;width:20.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtfaUvEFTI6tVdPDcBQpmnQuXiB7evyt { top:60.0625rem;left:29rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfVHoGrswC2JmdPxTkzbbWBHHRExFk8q { top:59.5625rem;left:13.6875rem;width:20.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGn0dPfBulU4uOPrHf3AZgAtD8vXEDh9 { top:58rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1mNGtzwU50TMPsO6rpCtUNESJWGMdkZ { top:65.25rem;left:27.25rem;width:20.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaTeAV8l4CfdKMPvr9Hsb8tlFdzkTPL { top:59.5625rem;left:27.0625rem;width:20.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOATC6qW4LM6XndbyNGSSiT2CDMMe3C9 { top:43.75rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC0GWwOCtkv8D63Okfe4BVqpUqexF4St { top:51rem;left:0rem;width:20.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGQ1V4avsfEoU1CHmQwllOAnLu2n1DT6 { top:44.9375rem;left:4.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu4hAWIqc0baTOmvTll0OuDTZzwTSRxe { top:45.3125rem;left:0rem;width:20.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMaxMyGcoAZKc568BMD0LVFwfLK5ytz { top:34.9375rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHHXpK0SVng4xLNOhUKLmIIObsCoZ9vn { width:29.6875rem;height:4.375rem;top:74.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mwT8KM1LBkMQ2DqykWvZmGhGBhmnz5 { display:block; }
 }@media only screen and (max-width: 763px) { #KVDZv5aoGtX0aMASvussHiws40Q1kR5z { width:29.6875rem;height:4.375rem;top:74.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyyHcAHGD5KdzuxC98z43LDU7o3oFmwS { display:block; }
 }@media only screen and (max-width: 763px) { #o6JMphsWUE7zPt3yEnwTd0WoKfdImHU8 { top:74.625rem;left:9.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 { display:block; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzaHRM1cuMM6JSw5e2lVBgQuckEurV48 { top:25.25rem;left:0rem;width:23.375rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzG93DyAiVUwBL4FRCLszWf5g8UzywmS { top:12.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRc9dadEX7nvFizFqGH98gBDetuf72Zm { top:5.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffzT1TMDvqLoZr7lTQSAhd4eUwcarna8 { top:18.125rem;left:14.5625rem;width:18rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf9LQ6ctoDZNn9LPaTf0mS6PTE2olpca { top:20.5625rem;left:0rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR6ov3xoh5RJp2RoSZdTO60sVbEaOtTe { top:21.125rem;left:1.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1QZRizApmgIrhHXyJEWUZQ64ZCy7kpT { top:16.6875rem;left:19.8125rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZepLtvTRfw7fMSqbkqyFK0s1CpZo6CD { top:21.4375rem;left:23.125rem;width:24.625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJbekefJ80XrkPBpBkDppzmdfUZrPLXE { top:17.4375rem;left:41.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEx1X7FOr5WpVel5tdT7f4qOXI4nnPvr { top:31.625rem;left:19.8125rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIg1FSTchcbzwX5VAiv7E0LKHCJ1qTe2 { top:35.9375rem;left:22.625rem;width:25.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaKrTMe10xfT7rZlTCGpWRbPJc7LkpPl { top:32.1875rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwhaTIGGtyhh833JDa1cRR5LRcLXCzpB { top:47.8125rem;left:19.8125rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV13eQKVfPr9fve6JRnkVAhduLOQmwDR { top:52.125rem;left:22.625rem;width:25.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqANWC3aVVVlXHP7JCgeZb60Nn08Gbv { top:48.375rem;left:41.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAM4qkqlHwXdvRrcwx4ZH5S15ovuTar2 { top:38.3125rem;left:0rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhJtzygBseIRZFCrcuVTbcGNMoMqgepg { top:42.625rem;left:0rem;width:25.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXfQLk3Pnso5rSTTrT4Ws0WukoMAoxBM { top:38.875rem;left:0.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c { display:block; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcBk03ECeR4pfnh0oaNeJsP4eBZPOyp { top:26.75rem;left:28.875rem;width:11.1875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF8eepDKCE9BrcpSWXxuZFbx8BoknhnA { top:48.75rem;left:28.875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlb1u0k008TNU1U39u4VTgWfgl7k5VHk { top:22.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ZuofKopy87edCIR7aIWBv2rGdktkBH { top:17.9375rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD77KclQQaSQTCWANJbpVgQVUMTTyaTU { top:7.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWSfuaIrdZ3ro0BNKtPBVAURSV3AzbKr { top:3.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyLdPcdvsy7mGVBVyFtlmNistzqawhVb { width:29.6875rem;height:4.375rem;top:16.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ZUfi1UgVAlu7AR9e5bzi2idkax3i1n { display:block; }
 }@media only screen and (max-width: 763px) { #XGQ3L34L8XawVG6C53VBqc4kKwugf4q5 { width:29.6875rem;height:4.375rem;top:16.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOziwLgPOonJDSvNTsF2W4AAkKXfTkqd { display:block; }
 }@media only screen and (max-width: 763px) { #fsA5cRVeB2V7WCs2tvNHPJ99TycIOoX1 { top:17.25rem;left:9.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t618zNd7SsBAW2DeVnJ80NMiRxLcAGPH { top:0rem;left:0rem;width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUqRApaFXFtPgKaiMpJk5P1v6JIP54Is { width:15rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkdRHv32snKyD5vlDEasPx2tEMQdUyPl { top:8.375rem;left:0rem;width:47.75rem;height:35.274774774775rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlvuwTfiW5RWoO6d7bU3XN8TlwLbZCEy { top:25.5rem;left:36.0625rem;width:11.1875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnIDc2HHZH6NESRqkwHHVnl98ppIdEF8 { top:24rem;left:36.625rem;width:11.125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVfstmsTHvxpxuHliWT384Gld3fMvtTF { top:24.6875rem;left:36.4375rem;width:11.3125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5gBC827gkoQ55SUxcxCZsIrl95lSdUJ { top:24.0625rem;left:0rem;width:11rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATr7xwUNf2FvvvAqKiPc34XspIUNUAlS { top:24.6875rem;left:0rem;width:11.125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzT21V4fKJR96wEV26KXLxeNwaD7TzHA { top:25.5rem;left:0.6875rem;width:11.3125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGK0An1dXFIevM5nBfavfw510J7lRx6l { top:26.6875rem;left:8.1875rem;width:11.125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmD40cJxyErvE2yR2LRUWTgp2HKlD1yq { top:28.3125rem;left:17.125rem;width:13.5rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWV1b2624ht28XVSH57EIAOmOUoxXQkT { top:8.375rem;left:0rem;width:47.75rem;height:35.25rem;display:none; }
 }@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:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block; }
 }@media only screen and (max-width: 763px) { #g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { top:20.4375rem;left:0rem;width:21.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { top:22.125rem;left:0rem;width:22rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { top:43.125rem;left:0rem;width:20.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { top:46.125rem;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:49.125rem;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:53.125rem;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:26.25rem;left:0rem;width:22rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZhQxf7mJRpvzgsKytFugHTzzconWOy { top:27.1875rem;left:0rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { top:28.625rem;left:0rem;width:14.25rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { top:74.0625rem;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:60.0625rem;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:56rem;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:62.9375rem;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:68.5625rem;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:5.5625rem;left:19.46875rem;width:8.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5okms4mEDnCDpXbuefIILm565oK5e3 { top:9.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbosgdHEpZav6fIVaMQSSeTFkgBV6Ih { top:12.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKPM87ow6Vt74IEHtGt5Ztx8gur4fqtT { top:20.4375rem;left:0rem;width:21.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCgwfAqVa2wWgsIebGolR7MRDkc8Xsp { top:29.25rem;left:0rem;width:14.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbD8rKNAo1H9kLEkKPuHBkrTM8pi51Z { top:32.375rem;left:0rem;width:22rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKe4oGwMQEaiaoHqNaTi5hICmhHfNJGF { top:36.8125rem;left:0rem;width:21.875rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 { top:71.1875rem;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:65.8125rem;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:20.4375rem;left:12.875rem;width:21.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1n4sWmr9NGONlQxxa5rp7JTZWmzfJ8 { top:22.125rem;left:12.875rem;width:22rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dvEMOQQkc5Q7wWGe4hzaL5ypkFyTp7 { top:26.25rem;left:12.875rem;width:22rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDGbwzodMWrQhcmZo6hElZz3fmJWfpTh { top:20.4375rem;left:12.875rem;width:21.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHTP9XCN9DPFrcWK5mrLMr7yTVayKD6 { top:32.375rem;left:12.875rem;width:22rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7kZp2Czxzemv0W6y6kxKoTFpUKSTfUi { top:36.8125rem;left:12.875rem;width:21.875rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT4zMr0g9SQeLQbW0Pv5xoT8KVrgCwxF { top:43.125rem;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:35.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz7pGQFh8qv1KGxTAKCDSafzXfnlepXq { display:block; }
 }@media only screen and (max-width: 763px) { #xl795fIu5awgFOFtvhMHJcum6W97pm5P { top:46.125rem;left:14.5rem;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:29.25rem;left:20.25rem;width:12.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQm5iPlh9tBi4pwTImZha0bC7xc3rMUb { top:28.625rem;left:14.75rem;width:14.25rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptwTcgXeptRkS6v6mhaC7IbWsU1igEE { top:27.1875rem;left:21.375rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHcm7RJw2r2l1e1WZTSaK37urcahrxmA { top:49.125rem;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:53.125rem;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:56rem;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:60.0625rem;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:74.0625rem;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:62.9375rem;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:68.5625rem;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:71.1875rem;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:65.8125rem;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:20.4375rem;left:25.75rem;width:21.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMt1nOv5hl2cgNMhltXkwtAycCaRMTT8 { top:22.125rem;left:25.75rem;width:22rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxpqR68tvG8a3wd88gQwFMT6TPnL4QT2 { top:26.25rem;left:25.75rem;width:22rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQcw9IbtURy3xPIuFPuNndCp3kNJfQF { top:20.4375rem;left:25.75rem;width:21.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0egyLy0Bb2r2QwXGoWx2cOViFfZTbLp { top:32.375rem;left:25.75rem;width:22rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhThSuVv1ol62tVywTuPuzWDF2ghQafG { top:36.8125rem;left:25.75rem;width:21.875rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmwDegEtdzDBoewC307EM7HU9wQpaSz { top:43.125rem;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:35.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVeTMn4o06RWSUWICCTxHkHeUwAibxO3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ff22abpFDaASDbPRvxPxkz0rChmUbnA5 { top:46.125rem;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:29.25rem;left:35.375rem;width:12.375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygcTmLxBkPFT7tzgmMUV25k5Zen1PkO1 { top:28.625rem;left:33.5rem;width:14.25rem;height:3.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWfnZrL9e6TyfLOTTJsHlmWIOgoas3u { top:27.1875rem;left:41.5rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amLhEoD7SF7pVF0b3l3ay9sohA26hzfl { top:49.125rem;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:53.125rem;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:56rem;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:60.0625rem;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:74.0625rem;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:62.9375rem;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:68.5625rem;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:71.1875rem;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:65.8125rem;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:17.5rem;left:25.75rem;width:21.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8OEiqL72bmc0kUSl49WliJlvyiV0xa { top:18.625rem;left:25.75rem;width:22rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbmL2ZhePZ5SZbEnBam8wgfw7lq3qQN { top:17.375rem;left:12.875rem;width:21.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt41ehaoHTfg4BI92pZSQAzoLakT1L5 { top:18.5rem;left:12.875rem;width:22rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTBio3BHCZx4Z2VgNvmrBnFNcfTCgWD7 { top:17.375rem;left:0rem;width:21.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emnf69uyc5mlzlbJkbXnHTShJJTtghAH { top:18.5rem;left:0rem;width:22rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeugA9eC8vLv4aLeHULmCq6HooVf83bc { display:block; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTyiLfTqsZx1wsDRqTkbi95kUGK8bboU { top:6.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { top:3.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge { display:flex;height:auto;width:45rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yUpEEsVoHKEO7WFqWdfdeOqPomJ5yeCQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aQn5KNNXr7S6T8twT7lTU7JIqUJySUQQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zMz4y5SRp7VqUyEB4SkxThG9m74dSGK6 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XFyDxvbxIQSibFFRNAbJ7PrU1qLLebf4 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UnmrvKL0ifB77TFQucGKX2ShghkbDz09 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TM8LsstNSyx5lWTTOoU5BDPdFEbNR15s {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #NNfKMbUaKPTWLNvrf3g7UVgJJ8ZSpNob {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hFFu2C6sAQicH2rrk69T3Os9VhsFkxRz {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #sDTgNDJDPg3ZITsHGZx397xsODbhJLPf {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #tBS6ItuV3Wl6nRW41pm7bpBnKVVTPWWf {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #d3kIt0rhWhWEuXaF1fqhhfWOM3v2zupp {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ipFRaGAO1nIRUaXnxIXR4ILHzn3HorBq {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UaDdZwg8Uv1m2t0n0VpyaP9x795lm007 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #Tx5MSfgG3Ntb3ydHDTH5GKTIBogkpBnx {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #mOpSSr8t4omNi7SzKqv39KNbo4pBUKpn {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uTw5t6WDKTAsQHyoWJpbXTDtBRvBucs3 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #eMDcRXT04eeCg0VQySr10ZMg5GIstC56 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #E0nam1l141Pao7JwcOIdoQxdzkmDwPJp {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #N3Hqxk7AzZWK2VMotQ7z0s1GtSAF2yCO {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A0sVZqwnvXdemqVmCJ4FTeeUhSA8KuBT {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aAeu9cDDSG3g1S07dkmNTQh9hMimdn4L {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C4Z32B6mU4Mh5ddUAkSFqpWgx0fMVSFa {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #lJLh3V8aO4OoXrUWxGGvqTnZQD31dVyH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UTshw4HZaucR0vzqblnkuU0QvwSDXe35 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #M5wwUhW8ZkcCtpThtQBvlHu0fpGEykNz {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #nThlLh0yqZq9aTWwCMgLvuwwWcSFq0nw {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #q4T5AGWtQ0olRUDu4mXlkEUA3KBA6DWf {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #SZsBMZVVCUdfVBXHe212x4dqAlMG4Xfi {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #siXgzeP6uKC580STCKONkKRtZWXZKMsJ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #BW53JzD6e0IrBNcAUKJTJ8efMM9zydBr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #F9dJn75WVUa0PlftFZqBJ9AlD090QbGC {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #U0yHpoPvn4ShwZoKrMoBak2PE9AHJCUG {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #wwTEB1alqnONCai8ix66whSwGdHTeUls {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #LN9ZGQiQVDTkFeBhJETM3mHma1Tlrusx {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #grLzLbusWsNcqJrAuI9Wzl8fvC3Lykv3 {  }
 }@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:13.625rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDcIihwzV4gfvlKFwGPfwxemJT1I3q71 { top:1.1875rem;left:0rem;width:13.4375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4nHc4IGLdD67CPhsDbODVq7y8TZffX { top:1.1875rem;left:32.75rem;width:13.625rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxuAxQNWqeVpcs4OrQT8F1NExTCTJK2 { top:1.1875rem;left:1.75rem;width:13.625rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJ8xD3TCir74Jv7QrSnkdwzfSznndHT { top:1.1875rem;left:34.0625rem;width:13.6875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPQHxba6DllVXupTGecssCazqJnnfb28 { top:1.1875rem;left:34.1875rem;width:13.5625rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJlbRVcbFtgB4QPJ6BchEq9AhJpXHmgd { top:1.1875rem;left:17.0625rem;width:13.625rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ1buoy5a98dJvBLMJ3X4TlGylBkTJzF { top:16.8125rem;left:26.930555343628rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2NOCCGc4EuXF72b8hxzizml9dTHaM5I { top:22.75rem;left:26.805555343628rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz68iWzCtopT1ihSFehoJEbTsGFDtwcU { top:16.75rem;left:25.986112594604rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DebUiDygTMgxzgAFefbsdCKz8z6ZDwtL { top:22.75rem;left:26.236112594604rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJU2JxALq5HBhhgebEd6mfiUtWDcO6Pz { top:22.75rem;left:26.993055343628rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwZ7STa0aTKxkMZbt2hEsPdFqbvpIxi { top:3.1875rem;left:38.111112594604rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvaQmvNirG7CzEy73qf31aBEeJgf9HFf { display:none; }
 }@media only screen and (max-width: 763px) { #Ze3hThbczDP67AuXVmlF3Py4VV3tMQQT { display:none; }
 }@media only screen and (max-width: 763px) { #MkhqnVONKgqheauwoABqaPUbWM4mhZSU { display:none; }
 }@media only screen and (max-width: 763px) { #CzTWMRASKHSzsHIQN1tVedUZecsD2EJU { display:none; }
 }@media only screen and (max-width: 763px) { #XPfN9ETds6BbGkc3HHNT09kW0B84GeWH { display:none; }
 }@media only screen and (max-width: 763px) { #cTye7fyyHH0uF2vG57Np26Q57DO3GEzu { display:none; }
 }@media only screen and (max-width: 763px) { #TmJzXWVJOI4oPLR5Uwio8Ux8uwzwhdql { display:none; }
 }@media only screen and (max-width: 763px) { #TpLTCKwBe0D7nPGsrq4i0qPeVTKZH1Wt { display:none; }
 }@media only screen and (max-width: 763px) { #TgiOCwbRFTbCB8nfKPbquN92uQ8qUFGf { display:none; }
 }@media only screen and (max-width: 763px) { #tDLuHiCDiDLANEhWKiOp329JSRaC4U9T { display:none; }
 }@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) { #B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp { display:block; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZxOuQEZ4Se0Ar5T0onq5xg8AtQW31bO { top:3.75rem;left:1.3125rem;width:45.125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPNNRtm1kTshWaIl92ZcVt0nuCy64hOy { top:13.625rem;left:2.8125rem;width:27.375rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1z4eRrbgzQUmqUTTBk7LIEFQZMtICm { top:20.625rem;left:2.8125rem;width:25.0625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0KWXU8Zh9iMNTinV4krFgbDh0tDFd6 { top:35.25rem;left:5.5rem;width:40.3125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrlZKvRcIaNDSuMhy8WAniZzWMtdBmB { top:35.6875rem;left:2rem;width:1.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4PUGuoT5qLgTLDUpDTc1In7hDoVKs43 { 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) { #FOWKVRs8fZwfoXPlnA1eyrNqkhahhEeE { top:16.0625rem;left:20.4375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMIoViaCeSaqq7J1ty62EzK1GKBiwSb { top:30.25rem;left:42.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTdzp7nvLKztWKmrwzL1a60eA8edn1W { top:32.75rem;left:40.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WK0lCT0HmWkVpcRR8bFMbWa7yG1wqA { width:29.6875rem;height:4.375rem;top:27.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuL3xH4tpitoK04rCi0bIFTIDpIBTA11 { display:block; }
 }@media only screen and (max-width: 763px) { #BWhHwuDqQwAuvh4cLtpAbvlw15N5D4lM { top:27.0625rem;left:4.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwfTSbIVBgTlGreT0LZl5TiwCvlmCPB { display:block; }
 }@media only screen and (max-width: 763px) { #sF5EdQkG2PTl4TMhwpc0znH2EOodLJC2 { top:27.625rem;left:3.6875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5ugl8vauRk3Q81rJhIBHJIkpD1vcrf { width:29.6875rem;height:4.375rem;top:16.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPFCcplVnHKyBEwHriZzCvOonROv7TWq { 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;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { background-color: transparent; background-image: none; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container > .video-iframe-container { display: none; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row > .video-iframe-container { display: none; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .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); }#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:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuU1WEPzh4LrvWG5Lky5NR5hNKPOnCN6 { width:19.875rem;height:11.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBvSraNlWunvmRvEi0df6cG003z94Cht { width:7.5rem;height:0;top:19.486328125rem;left:11.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { width:20rem;height:3.0243rem;top:23.3125rem;left:0rem;font-size:1.375rem;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:4.87413125rem;top:27.1884765625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uChx0Xfd3kLqCPcPwTDzH2K1F0Dps2xl { width:18.75rem;height:0;top:47.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EovR3gqx0bPKmThq774tx7nRCwUe4npV { width:14.152375rem;height:2.08984375rem;top:38.9375rem;left:2.9228515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8dMHPZFLOMOV8aLAzfoJNS89A834i6 { display:block; }
 }@media only screen and (max-width: 763px) { #mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { width:19.875rem;height:35.4375rem;top:0.8125rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3O3w4FB130FACKBsQ1U9Xr5qU0hZe6Z { width:6.3125rem;height:2rem;top:17.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iINpt5GsKCUrBrbabE68JS3FIrO8cJPh { width:6.25rem;height:2.25rem;top:19.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spr6EFOG3flDGcl6hATUSNCOxrgWqGNa { width:19rem;height:4.375rem;top:37.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #phnR6Wd7aor2reIhCLeHhnJ8U6RTVAPM { display:block; }
 }@media only screen and (max-width: 763px) { #v8e30H5KLVFlViNWmGhSzAXzxTeF7TSR { width:20rem;height:4.375rem;top:33.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E408hlwSTyw9G47Tcs8zJZDC6pbWrmZA { display:block; }
 }@media only screen and (max-width: 763px) { #EUKZCib7VmfUVfD8BidOEt91DvWe657E { width:3.25rem;height:3.25rem;top:32.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3RWtTAakAK4WN5CbopbI6PtceJGZuT { display:block; }#xM3RWtTAakAK4WN5CbopbI6PtceJGZuT > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnv3RFGmITGE0VvVZUQkevGXHuE2O4SE { width:20rem;height:20rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWUmghVwXk5k3tWwypcwVZ9tQCZqp4aD { width:17rem;height:6.75rem;top:29.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRvbkySQpzUhvlTf5aZbySBxcVuSlabG { width:15.75rem;height:3.1484375rem;top:32rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnZQAy4CTTHGQd4seAo2pLpwKH2Dibp { width:1.5625rem;height:1.5625rem;top:29.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcE56o6t7U1D76HKuy6nbT3f2ZQuGyBg { width:1.5625rem;height:1.5625rem;top:29.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBCNhV58ZC0SyNyyzBzN40foRyXfWio { width:1.5625rem;height:1.5625rem;top:29.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irCv3iT7L5XiMu2vBcHOEV4BO77aNakG { width:1.5625rem;height:1.5625rem;top:29.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9BoT4s9okItXesvlkUZJ02egSy668Lr { width:1.5625rem;height:1.5625rem;top:29.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdtSUb1RIVBxmByQAnEk8DPkaNu5Wto { width:3.0625rem;height:3.0625rem;top:10.25rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrdhDrl8LTAgO94C5STc273cTyOwzNLi { width:20rem;height:4.330725rem;top:5.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTldUlAxO1QTucyaFghTdpRAx98qVvM { width:16.375rem;height:2.375rem;top:2rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgGxsTkVzhR0Gff8X7RuDUeEfPfrgEii { width:16.375rem;height:0.9624rem;top:2.6875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVEJQ0TVa9D9scQfKnx4TDZ85JFI7u5 { width:13.625rem;height:2.4746125rem;top:37.9375rem;left:5.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WKmPBGXLyoiJbZUh85k9Judpy5g0gNKT { width:19.0625rem;height:21rem;top:41.375rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-heading-text { font-size:1rem;height:auto; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-desc-text { font-size:0.875rem;height:auto; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R { display:flex;height:auto;width:20rem;top:62.375rem;left:0rem; }
#fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #NT68OfghFEklPSkZ18UsgMAuDDA1SqRP {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #Cp47pF7c5em7ThfokgxEi72NTeHbLRzZ {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #nOL1X55pKIPDMZgLMAAPs64sBqpi0hpV {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #iKBi1Oxkf5Ek8ofTfp0qLiWhauah127I {  }
 }@media only screen and (max-width: 763px) { #fAXCd5fzBvIIiA5V88vxsQIWUaZzni0R #UExOyW3PcsCgKQAAD1TO9DUSepqBu6PR {  }
 }@media only screen and (max-width: 763px) { #KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 { display:block; }#KzTmbXknTB0HJPi8U3nad8JB99ZwAts6 > .row .container { width:20rem;height:113.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK6h1Vd2DK9DkUTfs6KEfXfzfs5AxJr8 { width:20rem;height:22.125rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3yBOLtPHqlfoLTu0Rq49l9LwaVEPCTp { width:20rem;height:21.3125rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr3kxXes8sTrf5MXfzCy1BhEsuUnzMG { width:20rem;height:20.75rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOSOFoQdP7TCaSc9qI9p4rt4f3iwsoee { width:18.75rem;height:11.3715rem;top:28.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRx2pgcvGqPSvAWtzFkKkKdubXaZMQur { width:20rem;height:11.639625rem;top:11.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqwHmsA0v9DByITnDBKuqP5iIIvT2Lmk { width:18.5625rem;height:4.53645625rem;top:2.9375rem;left:0.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFb4uemCzkDrLEGlgFEl9TyT3x8KT3ZW { width:20rem;height:1.099825rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJkNSINXuv85h8De7zdxTsSdRoq1Mlfx { width:20rem;height:11.639625rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myqwlbqIhK43l0QHFg4zquSecMCfaJ8I { width:20rem;height:11.639625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNtTd8o0xIvVSXP3lsQcV3EWaorDBPT { width:20rem;height:2.19965rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8wSWtMWiFEWiCqIWPMauVQBT4u2fLS { width:20rem;height:5.625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9FX2tWktTa5342u91oKGRHe9uiKt2Z { width:3.75rem;height:2.6875rem;top:20.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ElX7saUSvnrcGdg5dqnvgE7ilTQMOZ { width:4.375rem;height:4.375rem;top:19.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvvc8zvODa6WxEp3PBX4coihK8TrdykP { width:19.8125rem;height:2.19965rem;top:57.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEAaOft6cgh52ay3QzCneXm9CIggyssG { width:20rem;height:5.625rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Rw3no4J2vCWs2fVeQpsLdqSEVH2R7f { width:2.6875rem;height:2.6875rem;top:53.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPrDlPeLi4QP7MhAze5eXFlTRPZrZ80 { width:4.375rem;height:4.375rem;top:52.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySSP93CXIfdSt7OWPf1P39ZR4ZTgf9KU { width:16.125rem;height:2.19965rem;top:91.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyNQ91avhdvm6qryD2t7B4cFTWSb8I3d { width:20rem;height:5.625rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL0OETzHDG8NN2zXvHHtnoMvNeR3Gnmw { width:4.375rem;height:4.375rem;top:86.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTlbQu4HbAElOAwXTR9R6kLTDtxiTH2d { width:2.6875rem;height:2.6875rem;top:87.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxpTW6ioEymeuyyTBoWQZLHFGbXhbtrm { width:18.75rem;height:12.5086875rem;top:61.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2BzwVUJuiwOmRNm6lHrJUlmmiczagLT { width:18.75rem;height:12.5086875rem;top:95.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkySKxteqyFTTFuitHbW4xML8o9hwwdD { display:block; }#TkySKxteqyFTTFuitHbW4xML8o9hwwdD > .row .container { width:20rem;height:175.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnoTrJLOqDOTR2zqHvvCsvi5Q1TkQW1R { width:12.875rem;height:2.19965rem;top:7.2109375rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S6XGqaSyWm3MJE2goILBcXZiIEmhPcPc { width:6.6875rem;height:6.6875rem;top:2.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgdK3HiwuFSSRNKvOpxAEGWGU9Hfr3iz { width:13.875rem;height:3.0244125rem;top:3.625rem;left:6.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQvRZwkOyQLhUIB0HnyRHFtsXVodpcTf { width:18.75rem;height:40rem;top:11rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sMily72f1f1gzk0bZUNaf0uGBn40EM { width:13.375rem;height:3.41145625rem;top:12.9375rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtq956bSKeJlvPzyxnlqtUPlLZayNbh { width:17.5625rem;height:31.25rem;top:17.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgMbELDTtxffoaO5ZT8vtwiDBmX9S760 { width:18.75rem;height:40rem;top:52.1875rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BxuOhhsaTltmR5xJE5Tri7Uyte8RBcfp { width:13.5625rem;height:2.2744125rem;top:54.875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1cKE2Z7Ti5q0Ml9M1uzOfmE1nbavJT { width:17.5625rem;height:31.25rem;top:58.875rem;left:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rMIryNZfKEZaFxEvBS27BvMIfXJrDqaU { width:18.75rem;height:40rem;top:93.43603515625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuyKNCwKeoOV6Q3qURcMKubpPD2Auqso { width:12.3125rem;height:2.2744125rem;top:96.0810546875rem;left:3.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgXrrBlFkMtmpmfx59LnppAnTPByWqE { width:17.5625rem;height:31.25rem;top:100.37353515625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquscoLT8kR1pPT2sbstnFgRMWwt8ads { width:18.75rem;height:40rem;top:134.49853515625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3U6HC3GEhkkTvqKEqRNriUNpAzv95ao { width:17.5625rem;height:31.25rem;top:141.43603515625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TACzdDpMdT2hpZfpQ00TuZ8GKeNVX4ZD { width:15.125rem;height:3.41145625rem;top:136.81103515625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT642RosFRiIs2q5zx7FNu8uSUwyks9g { display:block; }#hT642RosFRiIs2q5zx7FNu8uSUwyks9g > .row .container { width:20rem;height:124rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzwXUXem99eCniNdchE50fBKDiaDaNln { width:17.5625rem;height:31.25rem;top:88.8125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6q4XEBJaoU1pATaT6UteshnZB82h0S9 { width:11.625rem;height:3.41145625rem;top:83.9375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVSXRlTpZa2atL8QB8OK4PMTTtOznqU { width:18.75rem;height:40rem;top:81.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW41wBA2NkFLSuRrm6d51GOT1bVq8wcl { width:14.875rem;height:2.2744125rem;top:43.25rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSIR4glUxH75twRwTQTLlwf8QszT0LN { width:18.75rem;height:40rem;top:40.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVnJs46UxRcgsnNVU0tGUOfw69blOQif { width:17.5625rem;height:31.25rem;top:47.8125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdOqMub49VsGnN3070TbKQZS6Czbydky { width:15.125rem;height:3.41145625rem;top:1.75rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWP909SVEgW4toA1WLHmnQ1WhVhn50yP { width:17.5625rem;height:31.25rem;top:6.75rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBOLusKLN9yxfJSoX20U8cztfC4nl27 { width:18.75rem;height:40rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl { display:block; }#LrOKH0thr6PJ6hnkzTUTV2ctcXM0l8Gl > .row .container { width:20rem;height:171.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRG5N7R7VklSE2ywT9gdpVq4E5IwUsF { width:17.625rem;height:31.25rem;top:129.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89PIH1o0c7lTI2sx44VyVLMVT5P4E2P { width:17.5625rem;height:31.25rem;top:47.58642578125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew2DTwh9Tg1nCpkzmN3Wk9MEdR1hwTQN { width:12rem;height:2.2744125rem;top:125.5rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEF0cSbdVdEnEbHUfesGMSCI2Xqkwg13 { width:12.8125rem;height:3.41145625rem;top:42.75rem;left:3.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl7vS4sprJi0V2qlrJpWA3SGJtXNsp2k { width:18.75rem;height:40rem;top:122.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsHKKCQThzdRVwfI8G7pnpv9oCx0Tva { width:18.75rem;height:40rem;top:40.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mykr4boPTdt2y4apTfK8aTCkQXivXGMo { width:9.8125rem;height:3.41145625rem;top:2.125rem;left:5.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsfe0yARrlkvtgXElZaOsxZxbdbeChEH { width:18.75rem;height:40rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTuovx4SvoTNNmf5bLMBhIrdxiEQHFN { width:17.5625rem;height:31.25rem;top:7.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNEMgFITv0IMaPHTgIsgaUSzQocPo1m6 { width:17.5625rem;height:31.25rem;top:88.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplIgsdri38dZ47PfhvszXbiADTDJyMt { width:18.75rem;height:40rem;top:81.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEQGTelyaa7ifzWTyPolUNdfTP1BxVRW { width:10.875rem;height:2.2744125rem;top:84.375rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWSoxMu9FdnPGtVT1bApZhFwc634iW4S { width:19rem;height:4.375rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2LOElE3m16Rwg8qTCcye5PzfopCuLeF { display:block; }
 }@media only screen and (max-width: 763px) { #hHrpSl2BuUUgqHRzmH81wJFmbWSIJi9U { width:19rem;height:4.375rem;top:165.375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMf9eerqekH9OUgAMAxwUaVlHaHKUXkd { display:block; }
 }@media only screen and (max-width: 763px) { #OKb1OPQhUokOBi376v8bR5WMIfdTLyuV { width:3.25rem;height:3.25rem;top:163.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF { display:block; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4LMywvnthLTlfK52fsWEQcFf8a590cx { width:4.9375rem;height:4.9375rem;top:29.1875rem;left:7.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVqsPdn61OcHh51GTnrOwfV6GTA6cVxC { width:8.875rem;height:8.875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuluN48HKCQkZe9T9X1lIyyiLQKBVqvL { width:17.1875rem;height:1.13720625rem;top:2.431640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZVFNLOHPZ0thhyRFNIt6psbNayMN64 { width:17.1875rem;height:2.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBqUT1QgXVhvoT4HVF3ZTkflkf8A8OJw { width:19rem;height:3.0244125rem;top:5.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVru4nseTaVt3P41THgoC4nbuwbmAuw { width:14.875rem;height:4.875rem;top:17.67578125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcBINNEDnsxiH235yzHAKPGl7ZLy4y3 { width:7.8125rem;height:3rem;top:9.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwiX1oaXaREB5eAh0vfwHL71ilv7aPLr { width:12.8125rem;height:3.625rem;top:13.0625rem;left:7.1875rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TPchHoWuV5FySm0TyrbDdxxE8ym6vNP0 { width:20rem;height:5.02636875rem;top:22.55078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSe8pJzt6sk0wkQC5l4Pg1FrimI0yUAT { width:2.875rem;height:2.875rem;top:19.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmlA6muVc0O72epk5zvKLLPJxegGJ6h2 { width:2.25rem;height:2.25rem;top:10.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmpagUxeSQQksIrzvGKfpvCD5CLFhEhx { width:2.25rem;height:2.25rem;top:21.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTbbuTO5xqzBrbxf0flvCfErnOFwNzr { width:20rem;height:27.75rem;top:29.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JbTy33mzGbvUrQP2FmbhOP5i6qo8Glcl { width:4.9375rem;height:4.9375rem;top:25.9375rem;left:13.65625rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS { background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/uc/f80f42b4-ce9c-4e21-927d-2e9a533b4295/Projektbeznazwy20250901T150656298.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS.adaptive-delivery-prevent-bg, #JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS.lazyload, #JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS.lazyloading { background-image: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container { background-color: transparent; background-image: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container > .video-iframe-container { display: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row > .video-iframe-container { display: none; }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .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); }#JqdPxJv7OW8AwrSO8MsdpKBGGiQOAuQS > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBNelJtebs5Xc3bBuqNRtt63Vd6hAmr2 { width:19.875rem;height:6.3125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmQk5mRccZg42IoKbkFeFCP6qCN2VkM3 { width:16.4375rem;height:2.0996125rem;top:36rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBqN6fbI0kCAve8HbUnNccZzgEmTUDqt { width:2.5rem;height:2.5rem;top:33rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCUa8WUDXIPb81nltUEkJQWcH1faPqK { width:2.5rem;height:2.5rem;top:33rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqFzhAlrVfFBBZZHs5ZZn5n8fpwbGp1y { width:2.5rem;height:2.5rem;top:33rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENrFOf27dPZymqoH3KETCRGb54UJt2yd { width:2.5rem;height:2.5rem;top:33rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2xhgXB2CXnGKf0v8JzTIBrVX8AK8sIs { width:2.5rem;height:2.5rem;top:33rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSX1cQrBaKzs88acCmDAZcChOzXpmQtu { width:2.5rem;height:2.5rem;top:33rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKoplnpwZ7x4vVi3v4uBhn8pvIg2bt44 { width:2.5rem;height:2.5rem;top:33rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCUgUeVzlS3rDhUGCVgNONayVzQ8VkRS { width:2.5rem;height:2.5rem;top:33rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZsJWl5NQbmHlszXRDVORdpkAJUh6wza { display:block; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIWg1cLB90h0w2az90mUVRe5tGPuT8NU { width:20rem;height:30.620625rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqK1IaeDUZ8dpzV2HdXGHwRl5G6zE1PE { width:17.875rem;height:6.0486125rem;top:5.5625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8B9rMQlh46pEpvgmyNy0CsOTWniIAe { width:15.9375rem;height:1.75rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceW4ADxoo4ULxOaUZfqxgTgfGcpba0Qi { width:16rem;height:1.04980625rem;top:3.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2BvTTBSFVq46LLcRZ3iF77LvxNLgzX { width:1.25rem;height:6.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fHvCcNve7rdXnJg41vwM0EQtNqDODR { width:17.125rem;height:41.6441rem;top:47.5rem;left:0.875rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CTpzRv6iBUgrJPwTDAbqa2Gio1PsV71t { width:4.375rem;height:4.375rem;top:90.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ikVhLBuMF8dEI45IT6DGk1OPqHN22B { width:0.3125rem;height:41.6875rem;top:47.5rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNrXO3X2C1N5zUn8GdyGFl6bSN0dC2c { width:19.875rem;height:50.25rem;top:45.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qzI9xKyLm5Dfullter1sCKSCXCCmD8DH { width:15.5625rem;height:2.2744125rem;top:91.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { display:block; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { width:20rem;height:149.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySxTsgVo7iwvUA7MZPVVgkZQ9NbhTxhO { width:14rem;height:2.19965rem;top:6.6875rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { width:12.3125rem;height:4.5486125rem;top:16.42578125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUIQZ3UygxoTu3T5Vt3hCZG4H9ZbF4mm { width:15.1875rem;height:3.0244125rem;top:3.1875rem;left:2.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { width:19.875rem;height:10.125rem;top:11.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { width:13.8125rem;height:2.75rem;top:13.16015625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { width:19.875rem;height:8.4375rem;top:23.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { width:18.9375rem;height:2.2744125rem;top:28.1953125rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UERqhQdbAy5mxHpBoxkWoaTHMKTvJo { width:13.5rem;height:2.75rem;top:24.67578125rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNlEVJLCLmssw2micE40rgflcc3S5UW { width:4rem;height:4rem;top:24.05078125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { width:19.875rem;height:8.75rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnusVTvwI10HHUEFvgwr73AIRtsPLip { width:3.1875rem;height:3.1875rem;top:33.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { width:17.625rem;height:3.41145625rem;top:37.1875rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WzVL6rPTf7FH170kzvRtOayaxGsXnHdT { width:10.4375rem;height:2.75rem;top:33.625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6D512FcpH83v0taUpsT4kCUKvbX1fx { width:19.875rem;height:8.375rem;top:42.6201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { width:3.625rem;height:3.625rem;top:43.3076171875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { width:19.125rem;height:3.16699375rem;top:47.0927734375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQbFaCPyzNx4PEoNt0ZyWuK03HZCTCR { width:12.5rem;height:2.75rem;top:43.4951171875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { width:19.875rem;height:47.3125rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFLmrvnWBwTCAG0zyvGtadEsqPcIBM0 { width:4rem;height:4rem;top:130.875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtptWTF6VramxeoGA1LrmaGTASFZiPQr { width:17.0625rem;height:19.3316125rem;top:88.5498046875rem;left:1.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { width:15.1875rem;height:4.125rem;top:64.0625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITw4UaWvhAnEC74Nn4UKN4a5DDqNpVm { width:6.625rem;height:6.625rem;top:61.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0RsJB0T6hOZU8vRb9r91ADE87qT6LSN { width:1.1875rem;height:1.1875rem;top:5.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCJtGePEACsXgzAJ4EiLeBb6b7xAeA30 { width:6rem;height:6rem;top:12.53515625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivFJOZWxBR49Oo2OMzU2N81FkJ7Krswu { width:19.875rem;height:8.875rem;top:110.49609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwFolWfZ0o7Zydu7NrUss6gIKpIBtvD { width:18.375rem;height:3.16699375rem;top:115.099609375rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2XU863UzpPnKbTKxmh4mZF6QuGq00bw { width:4.625rem;height:4.625rem;top:110.49609375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpkviLA8wGaLKAwngxQT31LE0Vw355m { width:14rem;height:2.75rem;top:111.68359375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKwckcKHCEV3X3JtEcGyqGcg6W0FZON2 { width:19.875rem;height:8.8125rem;top:120.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoDldT23ciMZJQHdagqGGkBenHccuN8b { width:18.75rem;height:3.16699375rem;top:125.041015625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtfaUvEFTI6tVdPDcBQpmnQuXiB7evyt { width:3.875rem;height:3.875rem;top:121.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfVHoGrswC2JmdPxTkzbbWBHHRExFk8q { width:8.6875rem;height:2.75rem;top:121.6875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGn0dPfBulU4uOPrHf3AZgAtD8vXEDh9 { width:19.875rem;height:9rem;top:130.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1mNGtzwU50TMPsO6rpCtUNESJWGMdkZ { width:18.125rem;height:3.16699375rem;top:134.875rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaTeAV8l4CfdKMPvr9Hsb8tlFdzkTPL { width:13.9375rem;height:2.75rem;top:131.5rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOATC6qW4LM6XndbyNGSSiT2CDMMe3C9 { width:19.875rem;height:8.75rem;top:52.208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC0GWwOCtkv8D63Okfe4BVqpUqexF4St { width:18.6875rem;height:3.1669875rem;top:56.833984375rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGQ1V4avsfEoU1CHmQwllOAnLu2n1DT6 { width:3.9375rem;height:3.9375rem;top:52.896484375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu4hAWIqc0baTOmvTll0OuDTZzwTSRxe { width:13.625rem;height:2.75rem;top:53.490234375rem;left:5.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMaxMyGcoAZKc568BMD0LVFwfLK5ytz { width:18.125rem;height:18.125rem;top:69.18359375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHHXpK0SVng4xLNOhUKLmIIObsCoZ9vn { width:19rem;height:4.375rem;top:74.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1mwT8KM1LBkMQ2DqykWvZmGhGBhmnz5 { display:block; }
 }@media only screen and (max-width: 763px) { #KVDZv5aoGtX0aMASvussHiws40Q1kR5z { width:20rem;height:4.375rem;top:142.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyyHcAHGD5KdzuxC98z43LDU7o3oFmwS { display:block; }
 }@media only screen and (max-width: 763px) { #o6JMphsWUE7zPt3yEnwTd0WoKfdImHU8 { width:3.25rem;height:3.25rem;top:140.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 { display:block; }#cBwmp8nV3rxEL0MGmuEvn1bfo6kF7ul9 > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzaHRM1cuMM6JSw5e2lVBgQuckEurV48 { width:18.375rem;height:3.1484375rem;top:40.5rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzG93DyAiVUwBL4FRCLszWf5g8UzywmS { width:17.25rem;height:2.19965rem;top:10.4365234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRc9dadEX7nvFizFqGH98gBDetuf72Zm { width:20rem;height:6.0486125rem;top:3.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffzT1TMDvqLoZr7lTQSAhd4eUwcarna8 { width:12.1875rem;height:24.75rem;top:14.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf9LQ6ctoDZNn9LPaTf0mS6PTE2olpca { width:20.125rem;height:7.1875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR6ov3xoh5RJp2RoSZdTO60sVbEaOtTe { width:1.875rem;height:1.875rem;top:37.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1QZRizApmgIrhHXyJEWUZQ64ZCy7kpT { width:20.0625rem;height:7.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZepLtvTRfw7fMSqbkqyFK0s1CpZo6CD { width:17.625rem;height:3.1484375rem;top:49.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJbekefJ80XrkPBpBkDppzmdfUZrPLXE { width:1.875rem;height:1.875rem;top:46.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEx1X7FOr5WpVel5tdT7f4qOXI4nnPvr { width:20.0625rem;height:7.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIg1FSTchcbzwX5VAiv7E0LKHCJ1qTe2 { width:16.5625rem;height:3.1484375rem;top:57.6875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaKrTMe10xfT7rZlTCGpWRbPJc7LkpPl { width:2.375rem;height:2.375rem;top:54.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwhaTIGGtyhh833JDa1cRR5LRcLXCzpB { width:20.0625rem;height:8.0625rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV13eQKVfPr9fve6JRnkVAhduLOQmwDR { width:17.625rem;height:3.1484375rem;top:66.25rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqANWC3aVVVlXHP7JCgeZb60Nn08Gbv { width:2.125rem;height:2.125rem;top:63.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAM4qkqlHwXdvRrcwx4ZH5S15ovuTar2 { width:20.0625rem;height:8.125rem;top:71.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhJtzygBseIRZFCrcuVTbcGNMoMqgepg { width:18rem;height:3.1484375rem;top:75.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXfQLk3Pnso5rSTTrT4Ws0WukoMAoxBM { width:2.0625rem;height:2.0625rem;top:72.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c { display:block; }#n3ghlOgONO8bUiTswHZTQSUUGZu1hS2c > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcBk03ECeR4pfnh0oaNeJsP4eBZPOyp { width:6.25rem;height:15.625rem;top:26.4375rem;left:13.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #OF8eepDKCE9BrcpSWXxuZFbx8BoknhnA { width:4.6875rem;height:4.6875rem;top:37.5625rem;left:10.25rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #Hlb1u0k008TNU1U39u4VTgWfgl7k5VHk { width:2.875rem;height:2.875rem;top:15.9375rem;left:17.125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #x5ZuofKopy87edCIR7aIWBv2rGdktkBH { width:2.8125rem;height:2.8125rem;top:20.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD77KclQQaSQTCWANJbpVgQVUMTTyaTU { width:18.1875rem;height:10.49479375rem;top:4.8740234375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWSfuaIrdZ3ro0BNKtPBVAURSV3AzbKr { width:20rem;height:1.51220625rem;top:2.333984375rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dyLdPcdvsy7mGVBVyFtlmNistzqawhVb { width:19rem;height:4.375rem;top:18.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4ZUfi1UgVAlu7AR9e5bzi2idkax3i1n { display:block; }
 }@media only screen and (max-width: 763px) { #XGQ3L34L8XawVG6C53VBqc4kKwugf4q5 { width:20rem;height:3.75rem;top:47.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOziwLgPOonJDSvNTsF2W4AAkKXfTkqd { display:block; }
 }@media only screen and (max-width: 763px) { #fsA5cRVeB2V7WCs2tvNHPJ99TycIOoX1 { width:2.5rem;height:2.5rem;top:46.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t618zNd7SsBAW2DeVnJ80NMiRxLcAGPH { width:20rem;height:20rem;top:8.5625rem;left:0rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wUqRApaFXFtPgKaiMpJk5P1v6JIP54Is { top:42.305555343628rem;left:8.9062505364419rem;width:2.1875rem;height:2.1875rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WkdRHv32snKyD5vlDEasPx2tEMQdUyPl { width:20rem;height:14.75rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlvuwTfiW5RWoO6d7bU3XN8TlwLbZCEy { width:6.3125rem;height:15.625rem;top:16.9375rem;left:13.6875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #hnIDc2HHZH6NESRqkwHHVnl98ppIdEF8 { width:6.25rem;height:15.625rem;top:31.125rem;left:10.9375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #VVfstmsTHvxpxuHliWT384Gld3fMvtTF { width:6.4375rem;height:15.625rem;top:20.8125rem;left:11.8125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #w5gBC827gkoQ55SUxcxCZsIrl95lSdUJ { width:6.1875rem;height:15.625rem;top:31.125rem;left:2.5625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #ATr7xwUNf2FvvvAqKiPc34XspIUNUAlS { width:6.25rem;height:15.625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzT21V4fKJR96wEV26KXLxeNwaD7TzHA { width:6.3125rem;height:15.625rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGK0An1dXFIevM5nBfavfw510J7lRx6l { width:6.25rem;height:15.625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmD40cJxyErvE2yR2LRUWTgp2HKlD1yq { width:7.5625rem;height:15.625rem;top:24.1875rem;left:6.25rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #WWV1b2624ht28XVSH57EIAOmOUoxXQkT { width:20rem;height:14.75rem;top:41.1875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #twccXkFm6iAwBNJ840KvH3JrwqSxL463 { display:block; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { width:20rem;height:201rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { width:17.5rem;height:3.75rem;top:28.8125rem;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:41.6875rem;top:30.7373046875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { width:20rem;height:1.23730625rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { width:20rem;height:1.94965rem;top:36.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { width:18.75rem;height:2.0996125rem;top:39.625rem;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:42.625rem;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:46.625rem;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.51220625rem;top:21.125rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQZhQxf7mJRpvzgsKytFugHTzzconWOy { width:3.125rem;height:0.1875rem;top:21.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { width:3.1875rem;height:2.75rem;top:23.25rem;left:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { width:14.6875rem;height:2.0996125rem;top:67.625rem;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:53.5625rem;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:49.5rem;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:56.4375rem;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:62.0625rem;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:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5okms4mEDnCDpXbuefIILm565oK5e3 { width:20rem;height:3.7119125rem;top:4.5rem;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:8.7734375rem;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:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCgwfAqVa2wWgsIebGolR7MRDkc8Xsp { width:2.5rem;height:1.75rem;top:24.125rem;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:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKe4oGwMQEaiaoHqNaTi5hICmhHfNJGF { width:19.875rem;height:17.875rem;top:16.15625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MfpNmfQzlnM94FUsoQZaFWxnPetJz3a0 { width:18.75rem;height:2.0996125rem;top:64.75rem;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:59.3125rem;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:17.6875rem;top:79.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1n4sWmr9NGONlQxxa5rp7JTZWmzfJ8 { width:20rem;height:1.23730625rem;top:80.443359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dvEMOQQkc5Q7wWGe4hzaL5ypkFyTp7 { width:20rem;height:1.51220625rem;top:84.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDGbwzodMWrQhcmZo6hElZz3fmJWfpTh { width:19.875rem;height:4.375rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQHTP9XCN9DPFrcWK5mrLMr7yTVayKD6 { width:20rem;height:1.099825rem;top:89.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7kZp2Czxzemv0W6y6kxKoTFpUKSTfUi { width:19.875rem;height:42.4375rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT4zMr0g9SQeLQbW0Pv5xoT8KVrgCwxF { width:18.75rem;height:1.94965rem;top:99.5rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoUzt3i0L89BvELmH4gcsJynxtEh8lM { width:17.5rem;height:3.75rem;top:91.8125rem;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:102.5rem;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:87.0625rem;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:86.6875rem;left:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptwTcgXeptRkS6v6mhaC7IbWsU1igEE { width:3.75rem;height:0.1875rem;top:85.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHcm7RJw2r2l1e1WZTSaK37urcahrxmA { width:18.75rem;height:3.1484375rem;top:105.5rem;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:109.5625rem;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:112.375rem;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:116.4375rem;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:130.4375rem;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:119.3125rem;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:124.9375rem;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:127.6875rem;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:122.1875rem;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:19.1875rem;top:141.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMt1nOv5hl2cgNMhltXkwtAycCaRMTT8 { width:20rem;height:1.23730625rem;top:143.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxpqR68tvG8a3wd88gQwFMT6TPnL4QT2 { width:20rem;height:1.51220625rem;top:147.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQcw9IbtURy3xPIuFPuNndCp3kNJfQF { width:19.875rem;height:4.375rem;top:141.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0egyLy0Bb2r2QwXGoWx2cOViFfZTbLp { width:20rem;height:1.099825rem;top:153.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhThSuVv1ol62tVywTuPuzWDF2ghQafG { width:19.875rem;height:41.5625rem;top:156.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcmwDegEtdzDBoewC307EM7HU9wQpaSz { width:20rem;height:1.94965rem;top:163.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn73pHLmWCzLOfdTU9dKeW8kfz5da7RL { width:17.5rem;height:3.75rem;top:155.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:166.125rem;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:150.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:150.25rem;left:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWfnZrL9e6TyfLOTTJsHlmWIOgoas3u { width:5rem;height:0.1875rem;top:148.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amLhEoD7SF7pVF0b3l3ay9sohA26hzfl { width:18.75rem;height:3.1484375rem;top:169.125rem;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:173.125rem;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:175.9375rem;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:180.0625rem;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:194.0625rem;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:182.9375rem;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:188.5625rem;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:191.3125rem;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:185.8125rem;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:138.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8OEiqL72bmc0kUSl49WliJlvyiV0xa { width:20rem;height:0.9624rem;top:139.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGbmL2ZhePZ5SZbEnBam8wgfw7lq3qQN { width:19.875rem;height:7.0625rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt41ehaoHTfg4BI92pZSQAzoLakT1L5 { width:20rem;height:0.9624rem;top:77.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTBio3BHCZx4Z2VgNvmrBnFNcfTCgWD7 { width:19.875rem;height:7.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emnf69uyc5mlzlbJkbXnHTShJJTtghAH { width:20rem;height:0.9624rem;top:13.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeugA9eC8vLv4aLeHULmCq6HooVf83bc { display:block; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTyiLfTqsZx1wsDRqTkbi95kUGK8bboU { width:20rem;height:1.51220625rem;top:4.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { width:20rem;height:1.099825rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-heading-text { font-size:0.875rem;height:auto; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge .accordion-desc-text { font-size:0.875rem;height:auto; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge { display:flex;height:auto;width:17.25rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yUpEEsVoHKEO7WFqWdfdeOqPomJ5yeCQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aQn5KNNXr7S6T8twT7lTU7JIqUJySUQQ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zMz4y5SRp7VqUyEB4SkxThG9m74dSGK6 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #XFyDxvbxIQSibFFRNAbJ7PrU1qLLebf4 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UnmrvKL0ifB77TFQucGKX2ShghkbDz09 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TM8LsstNSyx5lWTTOoU5BDPdFEbNR15s {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #NNfKMbUaKPTWLNvrf3g7UVgJJ8ZSpNob {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hFFu2C6sAQicH2rrk69T3Os9VhsFkxRz {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #sDTgNDJDPg3ZITsHGZx397xsODbhJLPf {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #tBS6ItuV3Wl6nRW41pm7bpBnKVVTPWWf {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #d3kIt0rhWhWEuXaF1fqhhfWOM3v2zupp {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ipFRaGAO1nIRUaXnxIXR4ILHzn3HorBq {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UaDdZwg8Uv1m2t0n0VpyaP9x795lm007 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #Tx5MSfgG3Ntb3ydHDTH5GKTIBogkpBnx {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #mOpSSr8t4omNi7SzKqv39KNbo4pBUKpn {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uTw5t6WDKTAsQHyoWJpbXTDtBRvBucs3 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #eMDcRXT04eeCg0VQySr10ZMg5GIstC56 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #E0nam1l141Pao7JwcOIdoQxdzkmDwPJp {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #N3Hqxk7AzZWK2VMotQ7z0s1GtSAF2yCO {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A0sVZqwnvXdemqVmCJ4FTeeUhSA8KuBT {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #aAeu9cDDSG3g1S07dkmNTQh9hMimdn4L {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C4Z32B6mU4Mh5ddUAkSFqpWgx0fMVSFa {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #lJLh3V8aO4OoXrUWxGGvqTnZQD31dVyH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #UTshw4HZaucR0vzqblnkuU0QvwSDXe35 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #M5wwUhW8ZkcCtpThtQBvlHu0fpGEykNz {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #nThlLh0yqZq9aTWwCMgLvuwwWcSFq0nw {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #q4T5AGWtQ0olRUDu4mXlkEUA3KBA6DWf {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #SZsBMZVVCUdfVBXHe212x4dqAlMG4Xfi {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #siXgzeP6uKC580STCKONkKRtZWXZKMsJ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #BW53JzD6e0IrBNcAUKJTJ8efMM9zydBr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #F9dJn75WVUa0PlftFZqBJ9AlD090QbGC {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #U0yHpoPvn4ShwZoKrMoBak2PE9AHJCUG {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #wwTEB1alqnONCai8ix66whSwGdHTeUls {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #LN9ZGQiQVDTkFeBhJETM3mHma1Tlrusx {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #grLzLbusWsNcqJrAuI9Wzl8fvC3Lykv3 {  }
 }@media only screen and (max-width: 763px) { #e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP { display:block; }#e7aV0Kh6yv2ZTqhTEGRnAoqBnBTs64nP > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZLSDDvqvFart5qOaTXxBxOvV4yB9siM { width:9.5rem;height:19.375rem;top:0.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDcIihwzV4gfvlKFwGPfwxemJT1I3q71 { width:9.4375rem;height:19.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4nHc4IGLdD67CPhsDbODVq7y8TZffX { width:9.5625rem;height:19.375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxuAxQNWqeVpcs4OrQT8F1NExTCTJK2 { width:9.5625rem;height:19.375rem;top:21.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJ8xD3TCir74Jv7QrSnkdwzfSznndHT { width:9.625rem;height:19.375rem;top:95.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPQHxba6DllVXupTGecssCazqJnnfb28 { width:9.5625rem;height:19.375rem;top:42rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJlbRVcbFtgB4QPJ6BchEq9AhJpXHmgd { width:9.5625rem;height:19.375rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ1buoy5a98dJvBLMJ3X4TlGylBkTJzF { display:flex;width:0.875rem;height:0.875rem;top:59.6875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #Z2NOCCGc4EuXF72b8hxzizml9dTHaM5I { display:flex;width:0.75rem;height:0.75rem;top:59.125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #Tz68iWzCtopT1ihSFehoJEbTsGFDtwcU { display:flex;width:1rem;height:1rem;top:57.4375rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #DebUiDygTMgxzgAFefbsdCKz8z6ZDwtL { display:flex;width:0.75rem;height:0.75rem;top:49.25rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #cJU2JxALq5HBhhgebEd6mfiUtWDcO6Pz { display:flex;width:0.75rem;height:0.75rem;top:61.125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #ImwZ7STa0aTKxkMZbt2hEsPdFqbvpIxi { display:flex;width:1.0625rem;height:1.0625rem;top:55.013888875rem;left:9.576388875rem; }
 }@media only screen and (max-width: 763px) { #EvaQmvNirG7CzEy73qf31aBEeJgf9HFf { display:flex;top:32.47829914093rem;left:6.0451388955116rem;width:1.1875rem;height:1.1875rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #Ze3hThbczDP67AuXVmlF3Py4VV3tMQQT { display:flex;top:32.63454914093rem;left:6.4131947159769rem;width:0.75rem;height:0.75rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #MkhqnVONKgqheauwoABqaPUbWM4mhZSU { display:flex;top:32.69704914093rem;left:6.5381947159769rem;width:0.75rem;height:0.75rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #CzTWMRASKHSzsHIQN1tVedUZecsD2EJU { display:flex;top:36.63454914093rem;left:6.2638888955119rem;width:0.8125rem;height:0.8125rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #XPfN9ETds6BbGkc3HHNT09kW0B84GeWH { display:flex;top:36.54079914093rem;left:6.1388888955116rem;width:1.0625rem;height:1.0625rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #cTye7fyyHH0uF2vG57Np26Q57DO3GEzu { display:flex;top:36.41579914093rem;left:6.4131947159769rem;width:1.375rem;height:1.375rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #TmJzXWVJOI4oPLR5Uwio8Ux8uwzwhdql { display:flex;top:43.290801048279rem;left:3.4756947159767rem;width:1.375rem;height:1.375rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #TpLTCKwBe0D7nPGsrq4i0qPeVTKZH1Wt { display:flex;top:43.290801048279rem;left:14.562500536442rem;width:1.375rem;height:1.375rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #TgiOCwbRFTbCB8nfKPbquN92uQ8qUFGf { display:flex;top:1.7274312973023rem;left:13.937500536442rem;width:2.625rem;height:2.625rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #tDLuHiCDiDLANEhWKiOp329JSRaC4U9T { display:flex;top:1.7274312973023rem;left:3.4062500596046rem;width:2.625rem;height:2.625rem;z-index:15067; }
 }@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.0244125rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABELPu5Z4b3fR3wU20aC2WslN0MQvTF { width:17.625rem;height:2.19965rem;top:5.3984375rem;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) { #B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp { display:block; }#B8zQWmldJpVBO5V64ua2ZHRFqV1zU2bp > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZxOuQEZ4Se0Ar5T0onq5xg8AtQW31bO { width:20rem;height:13rem;top:3.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MPNNRtm1kTshWaIl92ZcVt0nuCy64hOy { width:11.0625rem;height:3.0244125rem;top:3.1875rem;left:0.8125rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lb1z4eRrbgzQUmqUTTBk7LIEFQZMtICm { width:11.5rem;height:8.444425rem;top:7.15625rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0KWXU8Zh9iMNTinV4krFgbDh0tDFd6 { width:17.6875rem;height:2.19965rem;top:17.6875rem;left:2.3125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oqrlZKvRcIaNDSuMhy8WAniZzWMtdBmB { width:1.1875rem;height:6.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4PUGuoT5qLgTLDUpDTc1In7hDoVKs43 { width:18.0625rem;height:3.41145625rem;top:20.375rem;left:1.9375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FOWKVRs8fZwfoXPlnA1eyrNqkhahhEeE { width:2.0625rem;height:2.0625rem;top:4.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMIoViaCeSaqq7J1ty62EzK1GKBiwSb { width:2.6875rem;height:2.6875rem;top:14.4375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTdzp7nvLKztWKmrwzL1a60eA8edn1W { width:1.4375rem;height:1.4375rem;top:13rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WK0lCT0HmWkVpcRR8bFMbWa7yG1wqA { width:19rem;height:4.375rem;top:56.9921875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuL3xH4tpitoK04rCi0bIFTIDpIBTA11 { display:block; }
 }@media only screen and (max-width: 763px) { #BWhHwuDqQwAuvh4cLtpAbvlw15N5D4lM { top:26.8125rem;left:0rem;width:20rem;height:4.375rem;background-color:#ff78f1;background-image:none;font-size:0.875rem;color:#ffffff;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(162,162,162,0.6) ;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #KVwfTSbIVBgTlGreT0LZl5TiwCvlmCPB { display:block; }
 }@media only screen and (max-width: 763px) { #sF5EdQkG2PTl4TMhwpc0znH2EOodLJC2 { width:3.125rem;height:3.125rem;top:22.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5ugl8vauRk3Q81rJhIBHJIkpD1vcrf { width:20rem;height:3.75rem;top:24.9375rem;left:0rem;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yPFCcplVnHKyBEwHriZzCvOonROv7TWq { 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; }
 }