.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:14998;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.3125rem;display:block; }
#MdEcORB61AUrwElJp7xoBinkru7hhLHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9WpcNpNtGAE4a6chfRIJbb7J8mux8vf { 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; }
#o2ZPI44yQS3snWcbn2BUPSZ9NwSmEzHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0eA5FQ4hdm5g0mmGT8BUqkOZSPLM2Hv { 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; }
#FS1bz3sSHp5ltx8vVrWGAe3stgcEcDCq { 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; }
#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:#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; }#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.4375rem;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:6.5763887837531rem;left:0rem;overflow:hidden;display:block; }
#HBvSraNlWunvmRvEi0df6cG003z94Cht { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5000004246831rem;left:5.125rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0w1HNVvWCyJiL1UXh03fQggum93JtpU { color:#4c4c4c;display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;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:15.1796875rem;left:1.9375rem;height:11rem;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.557291984558rem;left:1.9375rem;height:3.8984375rem;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:31.312500953674rem;left:1.9375rem;height:2.5989625rem;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.25rem solid #ffa679;border-left:0.25rem solid #ffa679;border-right:0.25rem solid #ffa679;border-bottom:0.25rem solid #ffa679;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:#ffa679;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.6527775rem;height:3.0277775rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.125000953674rem;left:2.8125rem;display:block; }
#Cy8dMHPZFLOMOV8aLAzfoJNS89A834i6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTBoXE0hKM1mSooBuWa3zeMRUx01EI5x { 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:36.75rem;left:1.375rem;overflow:hidden;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; }
#SGrVeW86ZtSRskRRp47NRLXk3lp9vRDe { color:#ff9e6d;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,229,229,0.5);top:21.5546875rem;left:1.9375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CGTQ91IV356DTb9ZZaxfgUWl1HgT4vmH { z-index:15003;top:37.40625rem;left:1.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffa679, #ffa180);background-image: -moz-linear-gradient(45deg, #ffa679, #ffa180);background-image: -ms-linear-gradient(45deg, #ffa679, #ffa180);background-image: -o-linear-gradient(45deg, #ffa679, #ffa180);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa679', endColorstr='#ffa180' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa679', endColorstr='#ffa180' );";background-image: linear-gradient(45deg, #ffa679, #ffa180);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.1875rem 0.9375rem 1rem rgba(98,107,109,0.2) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ObOw7PrnIP5DPxycfuEp6QoKfD4BIIQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB { 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; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container { background-color: transparent; background-image: none; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container > .video-iframe-container { display: none; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row > .video-iframe-container { display: none; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .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); }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container { border-width: 0; border-radius: 0; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ADii6MOfVqmOl7IUWcCV7PXH6nbzvloi { color:#4c4c4c;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:41.6875rem;left:5.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLLaX4DHHfJbnTU3EHOFxsTSVeXLsQlm { color:#ffa679;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:44.875rem;left:5.75rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgyOdsevWbfweDrfl3taXKAGSi3ARLcT { 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:15002;background-color:#f6f6f6;background-image:none;top:10.8125rem;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; }
#wHoeOTVuxyrttfpyeV4Z2ItRM5EdT4ou { color:#4c4c4c;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:12.5625rem;left:58.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSJLNaTkPHs3dCGJ2EASsrX49E7ZprXF { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4375rem;left:52.875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lfukZUUChIVtoMOwmLlztwHCOXA320n9 { 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:15006;background-color:#f6f6f6;background-image:none;top:12.5625rem;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; }
#Anm6gqpStDtAZLAsUqmFXIQXPhOdtTAL { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.25rem;left:27.1875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgElr7VMVRQbbV9FlIlllKaARID4cwM6 { color:#4c4c4c;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:14.375rem;left:32.6875rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VT3LK4NLSKmyGDRryCdrcELdcUAo2t2O { 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:15010;background-color:#f6f6f6;background-image:none;top:11.625rem;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; }
#WKmPBGXLyoiJbZUh85k9Judpy5g0gNKT { 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:18.3125rem;left:1.5rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJkTJAd2BkEASZbQODxhSfrZzrJIPkoN { color:#4c4c4c;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:13.4375rem;left:7rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F2RTfkTclizVRsuopiPenJdXidpSm2aQ { 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:15022;background-color:#f6f6f6;background-image:none;top:26.8125rem;left:10.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; }
#sQHgZLtHM5tOA7dMz6QDLgpMKaw4vI4D { 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:15014;background-color:#f6f6f6;background-image:none;top:26.0625rem;left:41.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; }
#NfLazHhhMgTODibzRCB96CTWmAEnvdLn { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.6875rem;left:42.875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oDztKAO3GGUif1iGICinZacy0pu4Z1xn { color:#4c4c4c;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:33.5rem;left:11.5625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yEx2UctDqrAdatcFCPN8LcUo9cC6KerP { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:28.625rem;left:17.0625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kygL3ipv8vfa30kMdyMP1e2zNcqgDR13 { color:#4c4c4c;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:27.8125rem;left:48.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTTRXXZmt8xLnQuFL5TcpNl7ETC4ZVaG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:28.5625rem;left:12.3125rem;overflow:hidden;display:block; }
#mhBDdhT9CMtnhMhqklwxTG0BEwglQzuO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.625rem;left:43.5rem;overflow:hidden;display:block; }
#orS6SpXJTw3cwZmieXrWfnRlU9xwvyUz { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:13.3125rem;left:1.625rem;overflow:hidden;display:block; }
#lPxfwJEkh76dyytttaTnGiRLJZDScT88 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:14.375rem;left:27.75rem;overflow:hidden;display:block; }
#euZwmvbo22lxzG6gr7F1Hrbwe8pgiPNu { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:12.5625rem;left:53.375rem;overflow:hidden;display:block; }
#yMKm1HnPTx00ADbChrTwQxHA51pMQRA4 { color:#4c4c4c;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.5625rem;left:5.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3un2XktBD6gNmaRzw8COGsZvKdGBsGS { color:#4c4c4c;display:block;width:63.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.3125rem;left:5.75rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF { 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; }#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:52.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#hI1LyZhNyepTBeVwtAyF0wau8vHinTk0 { color:#4c4c4c;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CsTq2TPrcyDJfrJX7pNXC7xicLqemDGc { box-sizing:content-box;height:7.5625rem;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:15018;background-color:#ffffff;background-image:none;top:10.5625rem;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(255,189,107,0.2) ;display:block; }
#cq4IIhGTOwSaIqeGhWiB1dH6a5x9ReXJ { color:#ffa0f5;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:13.0625rem;left:7.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AC6AXlWPE3hD3TOA9U4y5cTUMnK8BvAn { 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:46.5625rem;top:7.25rem;left:28.3125rem;overflow:hidden;display:block; }
#r4LMywvnthLTlfK52fsWEQcFf8a590cx { position:absolute;display:block;z-index:15025;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:19.125rem;left:14.6875rem;overflow:hidden;display:block; }
#CKuKVhaeh9bN4x4KsVwFiu7SuiWo7g2M { color:#4c4c4c;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:29.8125rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rxv4yNZCbO6G59lwubb2vGIOb1RQWn3I { color:#4c4c4c;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:16.4375rem;left:29.8125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tiA3alTi1LOu1kzc0tRrOgcCUF2tTupD { 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:38rem;left:29.8125rem;overflow:hidden;display:block; }
#UIoV3CRwn38dfV1azyskCqlcrCo7LIqf { color:#fdb3f6;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:37.625rem;left:32.6875rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqtNWVq8SxT8m3gRW5GWUs6RCiGOLs0G { 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:46.5625rem;left:38.875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;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:4.1875rem;width:4.1875rem;top:12.3125rem;left:2.375rem;overflow:hidden;display:block; }
#oKmTUahg2tKIqsFlRqHsoHOIEb3955Le { color:#4c4c4c;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:20.4375rem;left:29.8125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW { 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; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container { background-color: transparent; background-image: none; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container > .video-iframe-container { display: none; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row > .video-iframe-container { display: none; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .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); }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container { border-width: 0; border-radius: 0; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#hyQIObJBeLkXyNqFvkgvRrTnnev5q9e8 { color:#4c4c4c;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:8.75rem;left:2.3125rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffK6PPsarcn2OKh0ZQtdXbpTkyNnLhJT { box-sizing:content-box;height:48.875rem;width:74.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:15002;background-color:#ffe6d8;background-image:none;top:15.625rem;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(255,166,121,0.2) ;display:block; }
#Za687xURzmVbqLQC4WzNyvWUTvi5xTT0 { color:#4c4c4c;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:2.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQ395sDW0N1rx4glREAToUC1POdhvzRB { 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:23.1875rem;width:11.625rem;top:22.5rem;left:61.8125rem;overflow:hidden;display:block; }
#d9ydv5HIeTlNI9b2EEXs7MrhBxCARuyt { 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:23.1875rem;width:11.625rem;top:37.8125rem;left:58.25rem;overflow:hidden;display:block; }
#duKg9QPbXZXMaX0cvqdTQrsLdEWOk84b { 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:23.1875rem;width:11.75rem;top:17.4375rem;left:52.75rem;overflow:hidden;display:block; }
#olzU9zoOTWU60BKdfdKkJrZCtMHEUIXf { 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:28.125rem;width:23.25rem;top:35.1875rem;left:0.625rem;overflow:hidden;display:block; }
#fWhnm7QQWW1lwDzQyOxPMmHzkg40bnR3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.3125rem;width:15.625rem;top:17.4375rem;left:1.625rem;overflow:hidden;display:block; }
#E4VhAEBC2kRwHAGZf1E7rymoMymwfzWR { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:15.625rem;top:55.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#oCQBCM0nEFry5AAbi7MgWG11Fkvh8qzW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.9375rem;width:15.625rem;top:17.4375rem;left:35.9375rem;overflow:hidden;display:block; }
#txhJXNpCl2xiPmKezeptfuNtencTmfkx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.4375rem;width:15.625rem;top:38.8125rem;left:19.3125rem;overflow:hidden;display:block; }
#ChQk2GEXESDObWOJXFBIPSTIO5r2hppe { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.5625rem;width:15.625rem;top:27.375rem;left:1.625rem;overflow:hidden;display:block; }
#PWFfqcTudMnHktRmXB0DyVHngWuIAqK3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.25rem;width:15.625rem;top:23.6875rem;left:18.25rem;overflow:hidden;display:block; }
#Nvz4NWfDvNoSqCnOxR1kgHZOETPUPwMp { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.9375rem;width:15.625rem;top:44.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#SOel1NGNzBRSk46PMMNkTEzH63bSzuPe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.1875rem;width:15.625rem;top:54rem;left:24.75rem;overflow:hidden;display:block; }
#TKTPgp32NTwzI1nTD3lL7pz2yluHmv0y { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.5rem;width:15.625rem;top:37.875rem;left:35.9375rem;overflow:hidden;display:block; }
#Veg6amMqiwIqUFEMPVZomOksl2GiIbP4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.6875rem;width:15.625rem;top:28.6875rem;left:35.9375rem;overflow:hidden;display:block; }
#UwDfOyrKsWogAazEk3p8eLlnlBJGmT8h { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4rem;width:15.625rem;top:33.9375rem;left:18.25rem;overflow:hidden;display:block; }
#K5dfca5dCGclbZSfWIlpVZb8f70NnV5E { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:15.625rem;top:17.4375rem;left:18.25rem;overflow:hidden;display:block; }
#O3bFTsheAuSThRq0wK3kZVEIsX8QxABw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.875rem;width:15.625rem;top:44.8125rem;left:23.875rem;overflow:hidden;display:block; }
#D1Fodvg9x74H5qPdvkMAZ7LWOIBv7odB { 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:17.4375rem;width:17.4375rem;top:5.8125rem;left:64.25rem;overflow:hidden;display:block; }
#OWZm80EqV4pu2QMGkrhSy9odQ31hveiv { 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:9.75rem;width:9.75rem;top:51.6875rem;left:1.625rem;overflow:hidden;display:block; }
#V1ExwnnCJItno3W9mwhiwzky84JT6lly { position:absolute;display:block;z-index:15035;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.0625rem;width:3.125rem;top:43.25rem;left:55.1875rem;overflow:hidden;display:block; }
#lO983kZP1RV4NRt3R2QmaGzIBrAJMTfQ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:33.0625rem;left:17.875rem;overflow:hidden;display:block; }
#NACUxaF5NxGr375yIGKsooJpmgZiSpry { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.625rem;top:18.625rem;left:32.875rem;overflow:hidden;display:block; }
#MubTs5r0Hou0MDIAgcNS7nIzbdpcTEg5 { box-sizing:content-box;height:3.5rem;width:25.8125rem;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:#ffffff;background-image:none;top:4.21875rem;left:2.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; }
#TEZyZtw9STQXqDfB1vHgI8CL8lVQBfS2 { 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:9.6875rem;width:9.75rem;top:51.6875rem;left:1.625rem;overflow:hidden;display:none; }
#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:74.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ySxTsgVo7iwvUA7MZPVVgkZQ9NbhTxhO { color:#ffa679;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:12.062500953674rem;left:3.1866321563721rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { color:#4c4c4c;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(221,221,221,0.5);top:22.6181640625rem;left:1.625rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUIQZ3UygxoTu3T5Vt3hCZG4H9ZbF4mm { color:#4c4c4c;display:block;width:59.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.6875rem;left:10.28125rem;height:5.5rem;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:17.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.1;letter-spacing:0;top:19.3046875rem;left:1.625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdxruXbbmPG1K5oC65XVXdGVXfImsnD2 { 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:9.5625rem;width:9.5625rem;top:20.6162109375rem;left:13.5625rem;overflow:hidden;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:17.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:12.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.6181640625rem;left:27.4375rem;height:5.52430625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0UERqhQdbAy5mxHpBoxkWoaTHMKTvJo { color:#4c4c4c;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:19.4296875rem;left:27.4375rem;height:2.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:9.4375rem;width:9.4375rem;top:18.9609375rem;left:40.728515625rem;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:17.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:7.0625rem;width:7.0625rem;top:18.5478515625rem;left:66.40625rem;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:25.5625rem;left:52.8125rem;height:2.59895625rem;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:19.3046875rem;left:52.96875rem;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:31.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:6.4375rem;width:6.4375rem;top:31.8125rem;left:17.354166030884rem;overflow:hidden;display:block; }
#PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { color:#4c4c4c;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.817708969116rem;left:1.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytQbFaCPyzNx4PEoNt0ZyWuK03HZCTCR { color:#4c4c4c;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:32.96875rem;left:1.4930553436279rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { box-sizing:content-box;height:12.25rem;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:#ffbc72;background-image:none;top:31.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(255,166,121,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:9.4375rem;width:9.4375rem;top:36.88671875rem;left:63.90625rem;overflow:hidden;display:block; }
#rtptWTF6VramxeoGA1LrmaGTASFZiPQr { color:#ffffff;display:block;width:32.375rem;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:39.0625rem;left:27.3125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);top:33.0625rem;left:27.3125rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hALuvy6r43e79ZXJI9LddaIkOrtI5iCJ { 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:4.1875rem;width:4.1875rem;top:24.22265625rem;left:70.15625rem;overflow:hidden;display:block; }
#SITw4UaWvhAnEC74Nn4UKN4a5DDqNpVm { 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:4.9375rem;width:4.9375rem;top:29.8125rem;left:28.21875rem;overflow:hidden;display:block; }
#FIb2HuGbCZfgnHRei0ATkLw5g04qSt4o { 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:4.1875rem;width:4.1875rem;top:65.1875rem;left:26.625rem;overflow:hidden;display:block; }
#mtQF1bWp6xZtlWBaFKCZNikK8J8ao3Vs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Ud6OwSQ4EtatbAbBu2442Df1kPsWs4qL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.3125rem;width:12.0625rem;top:49.875rem;left:14.6875rem;overflow:hidden;display:block; }
#u6HgiZTVsPJogX700z03tqHxygMlMztv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.0625rem;width:14.75rem;top:50.125rem;left:28.25rem;overflow:hidden;display:block; }
#TqPT4GIyLfGKQnB10eRv0pENce9QgXES { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:9.25rem;top:46.5625rem;left:16.125rem;overflow:hidden;display:block; }
#vAJNNJrDbJMM0S1MbPTZaTue45C4i3JJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.5625rem;width:7.75rem;top:46.3125rem;left:31.4375rem;overflow:hidden;display:block; }
#xlOcWVMFMMKUZwZ7tRDyl6iN3spkeCJg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.0625rem;width:17.25rem;top:49.875rem;left:44.8125rem;overflow:hidden;display:block; }
#ZeSIDuymzSTx0WsggHwbnTZBXe2ddtm7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.4375rem;width:8.3125rem;top:46.3125rem;left:49.5625rem;overflow:hidden;display:block; }
#oCRa5hGP5nHL8WkPcJismKCMJyKH98vW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:4.4375rem;width:4.4375rem;top:60.75rem;left:5.5rem;overflow:hidden;display:block; }
#Tw4AZTX1UiLlAlauBv3McgelhZnR1Etg { z-index:15004;top:66.3125rem;left:28.125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffa679, #f5bea2);background-image: -moz-linear-gradient(45deg, #ffa679, #f5bea2);background-image: -ms-linear-gradient(45deg, #ffa679, #f5bea2);background-image: -o-linear-gradient(45deg, #ffa679, #f5bea2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa679', endColorstr='#f5bea2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa679', endColorstr='#f5bea2' );";background-image: linear-gradient(45deg, #ffa679, #f5bea2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(98,107,109,0.2) ;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mQO9fBaPqn73ze1hCZNSWGZU0FAhsTkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRqc7uy4Eg7p18458HzytUEKar3zEUrT { 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; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container { background-color: transparent; background-image: none; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container > .video-iframe-container { display: none; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row > .video-iframe-container { display: none; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .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); }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container { border-width: 0; border-radius: 0; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#eVKLKUDM3s8iOBppNurpcTnTT0TieHCX { 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:7.4375rem;width:1.6875rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#JXpTPARi8vSFG7gQOM4Ot7m7R5r9FbIz { color:#4c4c4c;display:block;width:56.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:5rem;left:3.5rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDkkGrEdSS1bqlRgT1hRUQ7RaIhd6yXt { position:absolute;display:block;z-index:15010;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:11.3125rem;width:11.3125rem;top:6.625rem;left:60.5625rem;overflow:hidden;display:block; }
#lynrk891aMd9gh0MODMh7vQ210CAfBwF { position:absolute;display:block;z-index:15011;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.75rem;width:3.75rem;top:24.9375rem;left:10.625rem;overflow:hidden;display:block; }
#XaGnWTUbE2mfeRUEuQTuaWDguHHvwasU { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:25.9375rem;left:11.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfZRGyaWoSLlHmUMHFlLs7DgRPKCcJlA { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:23.3125rem;left:9.1875rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAG4xDZe3ND3W7bcPsvXIczOWcOccl3m { position:absolute;display:block;z-index:15018;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.75rem;width:3.75rem;top:24.9375rem;left:35.625rem;overflow:hidden;display:block; }
#yWw79yuhKbCpVlP6s6G27xEoDqBSqLyx { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:25.9375rem;left:36.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9gfyZAPxcMbOMZzaK79Av5SZm5Das0r { position:absolute;display:block;z-index:15025;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.75rem;width:3.75rem;top:24.9375rem;left:60.625rem;overflow:hidden;display:block; }
#wNCyhyE0sgAWK0t5s5hNTFQxpQfdBz3v { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:25.9375rem;left:61.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZnGhlvgb3UTU1G7bnHRJF4mDVO9fQ40 { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:23.3125rem;left:34.1875rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mv6ClwvgVx94GrPbstmPTWiVibMeBT8N { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:23.3125rem;left:59.1875rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZP3nZFwxqvaMACe51zr0G5Tpa1dZeyB { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#d2eafd;background-image:none;top:26.75rem;left:12.3125rem;display:block; }
#Wr8IxTkUz35HISSQGRCF1B5KHVh1T9c7 { color:#4c4c4c;display:block;width:56.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:17.3125rem;left:9.25rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Illt2qQgi2zHs0pggFshcO9ZgkbglLaH { position:absolute;display:block;z-index:15015;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:2.25rem;width:2.25rem;top:30.1875rem;left:11.375rem;overflow:hidden;display:block; }
#Pb1Sz7oW9qgX7eLu9AFncPOQ8gTdhaQf { box-sizing:content-box;height:4.625rem;width:19.3125rem;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:15014;background-color:#d2eafd;background-image:none;top:31.4375rem;left:2.875rem;display:block; }
#SWno2p6PPXnLcAvpApF2RTLqWQGrs5b0 { color:#4c4c4c;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:32.75rem;left:3.8125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gdgf7SJEI9k8eezp8QUlXaT458z1OCcH { color:#4c4c4c;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:37.1875rem;left:2.3125rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ1xssNeNFbMrn1GcKku8TbIXypuyLO7 { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15000;background-color:#d2eafd;background-image:none;top:29.75rem;left:10.625rem;display:block; }
#IG07Mxpd0xCh8edI9ipq5PGO9MpdC6ql { color:#4c4c4c;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:37.1875rem;left:27.3125rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deKduNDesAQsmdqXV4HnV836fb61QpS3 { 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:2.25rem;width:2.25rem;top:30.0625rem;left:36.375rem;overflow:hidden;display:block; }
#i8vFH2eFDy4eTWiLrqIcBoZETKfO6ERk { box-sizing:content-box;height:4.625rem;width:19.3125rem;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:15018;background-color:#d2eafd;background-image:none;top:31.375rem;left:27.875rem;display:block; }
#aXF3RPtXq1wJBOsgTARCBALx40KA0z9m { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15004;background-color:#d2eafd;background-image:none;top:29.6875rem;left:35.625rem;display:block; }
#oNluEubWh3u1XoJprpturM1fWZoDS3wG { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:32.6875rem;left:29.25rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inf5d3cRde3h4ZcKR3headRZLRMAXS9p { box-sizing:content-box;height:4.625rem;width:19.3125rem;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:15022;background-color:#d2eafd;background-image:none;top:31.375rem;left:53.4375rem;display:block; }
#XbuCkkTJ5J9hJnM8UnOQBs3VyGkUQswH { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:32.6875rem;left:54.8125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eg1NBHdT2MAtzBSxnrDgO4HAoNMzfNLP { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15008;background-color:#d2eafd;background-image:none;top:29.6875rem;left:61.1875rem;display:block; }
#TdNcnHuxoJAcFaXGnOfKFucL47op5v5c { color:#4c4c4c;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:37.1875rem;left:52.3125rem;height:8.3975625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDETnNlKLMfNITzZCzg1yTs4ZOBog8CL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:30.0625rem;left:61.9375rem;overflow:hidden;display:block; }
#F5liLMtVhE5DrSZfFZqLAwy7DJ8E563f { box-sizing:content-box;height:28.3125rem;width:74.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.5625rem;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; }
#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa { 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; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container { background-color: transparent; background-image: none; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container > .video-iframe-container { display: none; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row > .video-iframe-container { display: none; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .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); }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container { border-width: 0; border-radius: 0; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#kQU5haOHBHShMto1RtuDmbfNunA4CbkS { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:13.125rem;left:11.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxCQBlH6zPyhgnRZ44g9iSX6kG2Gwsh9 { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:10.5rem;left:9.1875rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piP9KKKxgPlz53Kg9rxF55JJB7cV1sQy { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:13.125rem;left:36.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3RNHOG9XBONzMC4ZAyss7XlKMWG1ne3 { color:#4c4c4c;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:13.125rem;left:61.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J73s4hVB6Nvk0mJA6R89VPDQB03rU4M9 { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:10.5rem;left:34.1875rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#soO4wA15921dMLo3lw87eX7BvBu5FWmr { color:#4c4c4c;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:10.5rem;left:59.1875rem;height:1.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAcZaiCfXZlfic9rghwDRnbe7aeT4TZX { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#d2ecb2;background-image:none;top:13.9375rem;left:12.3125rem;display:block; }
#Fa9I2i3obbadiAib8yFBWGJxbIeczCqo { color:#4c4c4c;display:block;width:56.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:4.5rem;left:9.25rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9qNgXIT9DRHTJRxZSSbeSzBR6o2swCq { box-sizing:content-box;height:4.625rem;width:19.3125rem;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:15014;background-color:#d2ecb2;background-image:none;top:18.625rem;left:2.875rem;display:block; }
#F1mHfq2WkGvBa3guwX4v3Ecq9c9ZJT6u { color:#4c4c4c;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:19.9375rem;left:3.8125rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeChSRn9T9QwuNyHMvlgitaFNTOeOJVG { box-sizing:content-box;height:3.75rem;width:3.75rem;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:14989;background-color:#d2ecb2;background-image:none;top:16.9375rem;left:10.625rem;display:block; }
#eO4DiwDKtJao6373rOcZLmfTok9xPlpQ { box-sizing:content-box;height:4.625rem;width:19.3125rem;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:15018;background-color:#d2ecb2;background-image:none;top:18.5625rem;left:27.875rem;display:block; }
#TbpbZTxb9ygG6FWgSff1ihVzqhkGMGoS { box-sizing:content-box;height:3.75rem;width:3.75rem;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:14990;background-color:#d2ecb2;background-image:none;top:16.875rem;left:35.625rem;display:block; }
#bsn7EgSKwmFb5o5fAZeHtP98l0iCUPdR { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:19.875rem;left:29.25rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwMNib7wQzgyxXTB3sF9tFL5kgAP3Ho9 { box-sizing:content-box;height:4.625rem;width:19.3125rem;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:15022;background-color:#d2ecb2;background-image:none;top:18.6875rem;left:52.875rem;display:block; }
#a1I4SzTgRH410d3VPAvsfmu4GpTiTk7O { color:#4c4c4c;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:20rem;left:54.25rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvo4H0wub58E34g0DEACnFgmgcBFrRrO { box-sizing:content-box;height:3.75rem;width:3.75rem;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:14991;background-color:#d2ecb2;background-image:none;top:17rem;left:60.625rem;display:block; }
#F2RoMMrZP4KTDANOOxwc84oG7g7wlMWN { box-sizing:content-box;height:29.3125rem;width:74.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:14988;background-color:#ffffff;background-image:none;top:7.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; }
#hX50Iqk7PLAKk3dwsEb3hZqcioIsDOp2 { position:absolute;display:block;z-index:14999;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.75rem;width:3.75rem;top:12.125rem;left:10.625rem;overflow:hidden;display:block; }
#ur2x1SOR1QnTemnPya1ZHyGnPKtevUdQ { position:absolute;display:block;z-index:14998;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.75rem;width:3.75rem;top:12.125rem;left:35.625rem;overflow:hidden;display:block; }
#AXAgmXFfSLCATzIhkEHAZNedXSEJFbRm { position:absolute;display:block;z-index:14997;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.75rem;width:3.75rem;top:12.109375rem;left:60.625rem;overflow:hidden;display:block; }
#VR0R4f4pWl2JzLp3H66m05lCXBeS4alT { 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:2.25rem;width:2.25rem;top:17.375rem;left:11.375rem;overflow:hidden;display:block; }
#E1FWflxTbg4LrRQQh96q8mWNyZJ6xSHl { 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:2.0625rem;width:2.0625rem;top:17.375rem;left:36.4375rem;overflow:hidden;display:block; }
#R8Etdl6ANJZrQHMPveKUDuZEiTlVD9mK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.375rem;left:61.375rem;overflow:hidden;display:block; }
#SgWyKRpaRhCItgkmcVQ11efwudislHbT { color:#4c4c4c;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:24.375rem;left:2.3125rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0HnN2B3RZTAASMUGlzb19hZXCCyLsMk { color:#4c4c4c;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:24.4375rem;left:27.3125rem;height:5.9982625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cc6iktc6ykDdEkgIbSVfin8mRTUMJrLb { color:#4c4c4c;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:24.375rem;left:52.3125rem;height:9.59725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw { background-color:#ffd7c5;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; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container { background-color: transparent; background-image: none; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container > .video-iframe-container { display: none; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row > .video-iframe-container { display: none; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .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); }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container { border-width: 0; border-radius: 0; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#zuu7yS9hlKmEH1n1zkWKNKxaNCCqQFoG { color:#ffffff;display:block;width:69.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);top:5.5rem;left:5.5625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWtUADo67a9JoxAoK4kbmT7nb7TlGD6A { position:absolute;display:block;z-index:15011;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.0625rem;width:6.0625rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul { 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; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container { background-color: transparent; background-image: none; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container > .video-iframe-container { display: none; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row > .video-iframe-container { display: none; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .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); }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container { border-width: 0; border-radius: 0; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Mf5cdySBZy3TFSyEwfpzlNfCLKko1x6h { 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.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIJLqdtE7hnCdsg4ZsdoVEu0mvEDcyvU { color:#ffa679;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; }
#qxAwLvfFECXTX2KmOzna0ZADkV78GaHI { 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; }
#g2OyOQQUsyXZOLNqZJiET6gJulcqxmyy { 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; }
#oLThROTzlITrRNARU05ruyPGAV6TFewv { 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 #ffa679 ;display:block; }
#W7IXnb1dTCqtaCRvoZ6lWMRmBkNItaA5 { 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; }
#rdFi1Zkl3hrtwG9VCognz4X8yM81PgTS { 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 #ffa679 ;display:block; }
#mQSKkHlLXCpLpegvK0WIybZ6ZR0QHUmM { 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.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDPf8xh23PazNfDDn2XI1taRMJoabVm1 { 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; }
#OCxwGZ0UeHJCp1gTpTolGXmumt0O6Oc2 { 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 #ffa679 ;display:block; }
#iI8TgelaVWNAiANF8eCiHwZ3eg3n6zAA { 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.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xozB5cBnhsyRoIts10Fe3PTvHVqGuXRT { 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; }
#trBG06y3CD4g6Ml70NNeaibBTvbKQnuu { 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 #ffa679 ;display:block; }
#t4mObt58SaI5RzpfL6Sn98cmLmXmf57M { 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.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rub99liOikasnJ8fthgdxTMXgrKN2ZbM { 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; }
#Ws0ccCBCgWFMR5vXmfPAF1cw4EoTTaZw { 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 #ffa679 ;display:block; }
#VSwppleAAIlp2XDxfc9ZSNh3nehdGlUQ { color:#2c2c2c;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.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biEeVz4ecnZhJ854tVkgT7LvTIkDw80W { 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:#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; }#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:50.375rem;width:75rem;overflow:visible;position:relative;display:block; }#TDcBk03ECeR4pfnh0oaNeJsP4eBZPOyp { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:31.25rem;top:22.875rem;left:22.125rem;overflow:hidden;display:block; }
#Sihr6JdlbLlGshAi5tvmL4NTeau5L6Pl { 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:12.8125rem;top:22.875rem;left:46.75rem;overflow:hidden;display:block; }
#BuJilL7WRQAvsQ6fI3PoB1aaQpmTvhta { position:absolute;display:block;z-index:15001;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:12.6875rem;top:22.875rem;left:15.6875rem;overflow:hidden;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:9.625rem;width:9.625rem;top:39.5625rem;left:25.6875rem;overflow:hidden;display:block; }
#OF8eepDKCE9BrcpSWXxuZFbx8BoknhnA { 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:6.375rem;width:6.375rem;top:21.9375rem;left:57.25rem;overflow:hidden;display:block; }
#WWR1GefniosFCrdKqaBfxwKdTl5V2TsE { box-sizing:content-box;height:8.0625rem;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:15003;background-color:rgba(255,255,255,0.9);background-image:none;top:21.9375rem;left:3.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; }
#lrQ6DDtqwe8nfMDvKfqROQqzvtEJPQSX { color:#4c4c4c;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:26.4375rem;left:4.9375rem;height:2.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDVTE8bDM8wvihhZP7Lc0be5MlIcdzXb { 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:1.875rem;width:1.875rem;top:23.875rem;left:8.5625rem;overflow:hidden;display:block; }
#oB3mqsfsloW8IW0g8dra7lSkuekr6nDX { 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:1.875rem;width:1.875rem;top:23.875rem;left:10.4375rem;overflow:hidden;display:block; }
#GGxzh1E6Jhu0BfhVEMT8oMAD10v8VwVx { 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.875rem;width:1.875rem;top:23.875rem;left:12.3125rem;overflow:hidden;display:block; }
#LaJArhLqv1J8lauBhTzLL3TNZMvs1X5q { 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:1.875rem;width:1.875rem;top:23.875rem;left:14.1875rem;overflow:hidden;display:block; }
#BtQbGdDX2ntuBTP8heDOTf0nMc2OIJgD { 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:1.875rem;width:1.875rem;top:23.875rem;left:16.0625rem;overflow:hidden;display:block; }
#uJ5TxrDXBT61yPd9lXr3m6OliXaR0glI { box-sizing:content-box;height:8.0625rem;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:15010;background-color:rgba(255,255,255,0.9);background-image:none;top:38.4375rem;left:52.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; }
#xyOv2AcF7UCUEByx9bxqtlcfNT1Ws8La { color:#4c4c4c;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:43.1875rem;left:54rem;height:2.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0UCoOiazLf0w7CfZwmByCxc6HJ2rS3X { 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:1.875rem;width:1.875rem;top:40.625rem;left:57.625rem;overflow:hidden;display:block; }
#OtJW6hMMvI4JRzJCn32xy8aE9NHDpybJ { 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:1.875rem;width:1.875rem;top:40.625rem;left:59.5rem;overflow:hidden;display:block; }
#NnIcJRr2ISRHkHLDLVVNCvDbg7m22Xk9 { 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:1.875rem;width:1.875rem;top:40.625rem;left:61.375rem;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:1.875rem;width:1.875rem;top:40.625rem;left:63.25rem;overflow:hidden;display:block; }
#P0EqTdka883DP5uexa36pVuFW1mba1ws { position:absolute;display:block;z-index:15025;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:40.625rem;left:65.125rem;overflow:hidden;display:block; }
#IzqP434RdxqpRT9VIDTR0UJ4hNzgtuPn { 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:1.8125rem;width:1.8125rem;top:33.0625rem;left:12.4375rem;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:36.6875rem;left:8.5625rem;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:8.75rem;left:10.9375rem;height:2.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWSfuaIrdZ3ro0BNKtPBVAURSV3AzbKr { color:#ffa679;display:block;width:69.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:1.625rem;left:2.90625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyLdPcdvsy7mGVBVyFtlmNistzqawhVb { background-color:#ffd2a0;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:13.5rem;left:22.8125rem;display:block; }
#t4ZUfi1UgVAlu7AR9e5bzi2idkax3i1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGQ3L34L8XawVG6C53VBqc4kKwugf4q5 { background-color:#ffa679;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 #e5e5e5 ;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:13.5rem;left:22.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:13.9375rem;left:24.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; }
#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:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fIWg1cLB90h0w2az90mUVRe5tGPuT8NU { color:#4c4c4c;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:17.9375rem;left:2.875rem;height:15.39234375rem;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:9.56249666214rem;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: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:15021;background-color:#ffffff;background-image:none;top:5.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:18rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:6.75rem;left:2.875rem;height:1.19965rem;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:10.4375rem;left:0rem;overflow:hidden;display:block; }
#q1fHvCcNve7rdXnJg41vwM0EQtNqDODR { color:#4c4c4c;display:block;width:32.4375rem;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:39rem;height:16.79165625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp { 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; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { background-color: transparent; background-image: none; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container > .video-iframe-container { display: none; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row > .video-iframe-container { display: none; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .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); }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { border-width: 0; border-radius: 0; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#lSmlMpBMbWhv1XPvkHpkptTZXkMoFCRT { color:#4c4c4c;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.9375rem;left:12.34375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykTsxXpaEmZU7czTsbFogzg9tCxTv5hR { box-sizing:content-box;height:56.375rem;width:37.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:15015;background-color:#f6fbf0;background-image:none;top:13.6875rem;left:37.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; }
#WceeiH0TbJ8XgTUifbiT60tifn3gPCrw { box-sizing:content-box;height:45rem;width:39.9375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:14998;background-color:#e8e8e8;background-image:none;top:19.4375rem;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; }
#C7acy4eTIybpJI9IK7vQ212sTr9wQy7c { 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.75rem;width:3.75rem;top:11.4375rem;left:12.34375rem;overflow:hidden;display:block; }
#zS0P0PpTsVRIde0ZvIWQocbonJKBiDpn { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:25.5rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#QLFLt1exc92X31xB9ERwzGXO93MfEkp2 { color:#4c4c4c;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:22.25rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7zZlbEcqJWm9c9DJTDVx4pcBZ6zhUGZ { 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:2.125rem;width:10.25rem;top:16.34375rem;left:56.84375rem;overflow:hidden;display:block; }
#n2DVXP98qG22Ty9bSdBwtahFVIBwwJo3 { color:#4c4c4c;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:16.546895265579rem;left:31.906251907349rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEu7GTcobZqkUv7QGZrzqZrm5qNTAbv3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:26.9375rem;left:3.5625rem;overflow:hidden;display:block; }
#B8QiMDrxgIluBoyEGEVC6g8F0SexgC1W { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:27rem;left:8.5625rem;height:3.67448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITWUS9CyZeHNJMAocrvOQeTJ6yiJtIO8 { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:34.375rem;left:8.5625rem;height:3.67448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCUkxTUlx6LATyqsJglSRWMvoEpKBJvl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:34.3125rem;left:3.5625rem;overflow:hidden;display:block; }
#ex64O8092cIDDpgh9OM7rCU6ei7J8gHM { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:32.875rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#olJm8OrJKECI2fTLFX96DkC74lgZlWt4 { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:41.75rem;left:8.5625rem;height:3.67448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qvzJq7KqdgdsuIFE6OikcAazC7AlFsLm { 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.75rem;width:3.75rem;top:41.6875rem;left:3.5625rem;overflow:hidden;display:block; }
#fMolE1Q1VIg7QiqBNgKKKofP7XNVo2vJ { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:40.25rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#lOqVB30tMWUN72eQBXDMZ9CVzvi5ESAn { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:49.0625rem;left:8.5625rem;height:3.67448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CeTk2MTW8n7uD0HUQ00GFdTnEzOFhkRT { 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:3.75rem;width:3.75rem;top:49rem;left:3.5625rem;overflow:hidden;display:block; }
#FMpDN2XHglFc7WGZTcvJgsTRrccwx5JW { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:47.5625rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#HoEN7lyNrgNcNEpENGBo3IJGR4Gvw8qQ { color:#4c4c4c;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:56.4375rem;left:8.5625rem;height:3.67448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQmQs5ApmPQ3XwNzM4cOzKbEmVHchTWu { 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:3.75rem;width:3.75rem;top:56.375rem;left:3.5625rem;overflow:hidden;display:block; }
#JXcDgAXrvD7Bqm0ZlFhwlTK5iIOurQtR { box-sizing:content-box;height:6.75rem;width:35.4375rem;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:54.9375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#kzXCQzcznBnvpSUkNFn6Ssf8sn96VCWg { color:#4c4c4c;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:23.25rem;left:44.25rem;height:4.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZrnibCnHILeBPgD00DvJhSPTENOmrSD { 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:3.75rem;width:3.75rem;top:21.5rem;left:39.75rem;overflow:hidden;display:block; }
#dd4m1wZTiyJt35iyh5fFvCxG2PRRtn3z { box-sizing:content-box;height:9rem;width:35.4375rem;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:15049;background-color:#ffffff;background-image:none;top:20.125rem;left:38.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#xzrbpC7zOsnZrTE0XbwPIOJRwLSxhsLD { color:#ffa679;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:21.5rem;left:44.25rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOZzSf5WmDqyXdD5OPmHEe7WBKiAKT3y { box-sizing:content-box;height:9rem;width:35.4375rem;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:15053;background-color:#ffffff;background-image:none;top:29.8125rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#b4siJG2pdtZBBPUAhmCxQOb1MWi2z5og { color:#4c4c4c;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:32.9375rem;left:44.25rem;height:4.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efmExVGV1WWKfibQFopx0fUnM8fuwrNi { color:#4c4c4c;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:31.1875rem;left:44.25rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uD5rdsZybtORviVn64XdkTIdSQB9Uxlu { position:absolute;display:block;z-index:15056;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.75rem;width:3.75rem;top:31.1875rem;left:39.75rem;overflow:hidden;display:block; }
#aEzx2Cwtm8Z7TTcm9D95BRko92M1Gw7G { box-sizing:content-box;height:9rem;width:35.4375rem;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:15057;background-color:#ffffff;background-image:none;top:39.4375rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#h2bAB9PNV2uNV8Mkx25MehaTWXiuvZla { color:#4c4c4c;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:42.5625rem;left:44.25rem;height:4.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gdk55E8LiCRWfvzMXoIuXidgpmUd4MkP { color:#4c4c4c;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:40.8125rem;left:44.25rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ikT9BgiIswewmzUaI0aLb3mTPzcvI2Zs { position:absolute;display:block;z-index:15060;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.75rem;width:3.75rem;top:40.8125rem;left:39.75rem;overflow:hidden;display:block; }
#eaordflcBXISnVQC3IGuJRolIpgL1rwR { box-sizing:content-box;height:9rem;width:35.4375rem;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:15061;background-color:#ffffff;background-image:none;top:48.9375rem;left:38.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#qXKkKFMprMUWwkPGaymnT7PRHV4EAlwQ { color:#4c4c4c;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:52.0625rem;left:44.3125rem;height:4.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLa4yIIsa5E1Vm01wtX4QTyVpHxCWdlW { color:#4c4c4c;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:50.3125rem;left:44.3125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bzBQae1vTSZpWoTCws45MST292Co1sEk { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:50.3125rem;left:39.8125rem;overflow:hidden;display:block; }
#BHPHrN276Jn6bym3rEWq3MRl03p5J4VE { box-sizing:content-box;height:9rem;width:35.4375rem;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:15065;background-color:#ffffff;background-image:none;top:58.625rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#hDrEp5l4Gz4mhBsDe3cxfSKyAR5REHv7 { color:#4c4c4c;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:61.75rem;left:44.25rem;height:4.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWtO1c36uL4q3RhOKacMMSeWCXadc7Ii { color:#4c4c4c;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:60rem;left:44.25rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5xxZdHzcL3tErUc28euG48eyqWXy1QZ { position:absolute;display:block;z-index:15068;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.75rem;width:3.75rem;top:60rem;left:39.75rem;overflow:hidden;display:block; }
#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy { 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; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container { background-color: transparent; background-image: none; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container > .video-iframe-container { display: none; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row > .video-iframe-container { display: none; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .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); }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container { border-width: 0; border-radius: 0; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#GFlJfqDzvT9mRpA0TvNidmB8Hkubn42y { color:#4c4c4c;display:block;width:46.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.1875rem;left:14.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxaSe17tbiA0RyIf9HPEm7eDmVQMbpzt { color:#4c4c4c;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:42.75rem;left:-17.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fa8QizGT2Ih25XTxbr9u5KSVQrR5bu0w { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22rem;width:12.0625rem;top:19.375rem;left:2.9375rem;display:block; }
#zmAeovIw0VuiAvChQ2PSXqVTBn6l4don { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22rem;width:12.0625rem;top:19.375rem;left:22rem;display:block; }
#KVuW1keWOUWr3WxXSbqZGuzDEbFrD3IL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22rem;width:12.0625rem;top:19.4375rem;left:41rem;display:block; }
#d4w2x406B66EpDNLtP8wRoGCPACKFEVz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22rem;width:12.0625rem;top:19.375rem;left:59.9375rem;display:block; }
#xyvpA2TLrPV5AZLEHKMZSzb4iyUk0qM2 { box-sizing:content-box;height:31.25rem;width:15.4375rem;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:#ffffff;background-image:none;top:17.5rem;left:-17.4375rem;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; }
#N8SCdEd9eiOhkH4QTXhSyscZ7tLH5TDT { color:#4c4c4c;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:44.75rem;left:-17.375rem;height:2.44965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVvyxHC7QZQqEbULJ6egGrrMZu3Pldga { box-sizing:content-box;height:31.25rem;width:15.4375rem;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:#ffffff;background-image:none;top:17.625rem;left:1.25rem;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; }
#P5rlma114BHWOg5UslAyvy6u9S57TeXi { color:#4c4c4c;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:44.75rem;left:1.1875rem;height:2.44965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mp6no3STG4ylV3fl8ycZxvSeB0XXfEso { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:42.6875rem;left:1.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqphXIZRiiEtmRvkFy61aSWyZ6HuTRaQ { box-sizing:content-box;height:31.25rem;width:15.4375rem;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:15003;background-color:#ffffff;background-image:none;top:17.625rem;left:20.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; }
#ZiHGt2TFPeMnIwSQtLHM7zfXxN3RWfXp { color:#4c4c4c;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:44.6875rem;left:20.375rem;height:2.44965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiKipwyHg12mkWCioVtZc0qrFDnKefMC { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:42.6875rem;left:20.3125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIIp5BlKyphBNarJftDv22ElyGBZgClZ { box-sizing:content-box;height:31.25rem;width:15.4375rem;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:17.625rem;left:39.25rem;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; }
#FVlXhrdJF9GDAyuWRAu5SNTaK3gTCytL { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:42.6875rem;left:39.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZ4WM9guI386Ft88bPDwQNKkTurcp092 { color:#4c4c4c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:44.75rem;left:40.78125rem;height:2.44965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQOicFQ7HcsWI4B2DS0gDLxU2x7V3QPd { box-sizing:content-box;height:31.25rem;width:15.4375rem;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:15011;background-color:#ffffff;background-image:none;top:17.625rem;left:58.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; }
#TbRs6FvuwKTNwGRDOnlZQTxzVdBRGvDW { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:42.6875rem;left:58.1875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRNfFrTOURfrPH1CQZ0pz0Cu06nJePxa { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:44.6875rem;left:77.0625rem;height:2.44965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIfgmr2BfmDlr18iL2nWbhTl4yJ1oCJo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22rem;width:12.0625rem;top:19.375rem;left:-15.9375rem;display:block; }
#g8A2BArTCLt8OFyIOPKONdR9xFd1WU1O { color:#ffa679;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:11.75rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q35NebBZ3L5u4awZx5xkgW7GUp4WN0XG { position:absolute;display:block;z-index:15026;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:8.625rem;width:8.625rem;top:11.125rem;left:-2.125rem;overflow:hidden;display:block; }
#GodTuIZdqs3QTK3E18a4S5goaKAzv1qv { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:34.9375rem;left:71.4375rem;overflow:hidden;display:block; }
#yyxpg3GUrFKmOambZneNVTe3q1OkWsSU { box-sizing:content-box;height:31.25rem;width:15.4375rem;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:#ffffff;background-image:none;top:17.5625rem;left:77rem;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; }
#ErhZxAhEaxemgmZ5S01lH3mIiRCBy0Xm { box-sizing:content-box;height:31.25rem;width:10.1875rem;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:15013;background-color:#ffffff;background-image:none;top:17.5rem;left:95.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 rgba(76,76,76,0.2) ;display:block; }
#NHNavGdM3ZT2sJyFd9a2eT7g9HS1otOk { box-sizing:content-box;height:31.25rem;width:2.0625rem;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:17.5rem;left:-22.125rem;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; }
#KoCBXHkVsaiIppdIJvINT7HuHcTxiAyy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.25rem;width:12.0625rem;top:19.375rem;left:78.9375rem;display:block; }
#q3h3EKgT5a5aGqGvaIv5VIKtMvZPPxH2 { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:42.75rem;left:77.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVhDzNbAVJ1AQkvfqgfTd5HGlL6ihIXI { color:#4c4c4c;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:44.75rem;left:61.65625rem;height:2.44965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbqKu630wqhxGkGfDLfJkGoys4BtMf3J { 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:3rem;width:3rem;top:13.9375rem;left:70.8125rem;overflow:hidden;display:block; }
#J16rBUB2CTNc28uhEnszrqmBQeZBd4uv { position:absolute;display:block;z-index:15026;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:8.625rem;width:8.625rem;top:11.125rem;left:-2.125rem;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:115.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { 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 rgba(76,76,76,0.2) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:80.6875rem;left:1.84375rem;display:block; }
#giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rq6MQ7WQ5aNCn3ZkpWugngWyIEe6oXc8 { 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 rgba(76,76,76,0.2) ;box-sizing:border-box;color:#67bbfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:94.909729003906rem;left:55.116323471069rem;display:block; }
#wonwwlE4Qif7TsKpdoEHSJ4h0b20xquO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { box-sizing:content-box;height:67.5rem;width:21.9375rem;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:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(210,236,178,0.5));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(210,236,178,0.5));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(210,236,178,0.5));background-image: -o-linear-gradient(180deg, #ffffff, rgba(210,236,178,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2ecb27f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2ecb27f' );";background-image: linear-gradient(180deg, #ffffff, rgba(210,236,178,0.5));background-size:auto !important;top:22.84375rem;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; }
#Orro0LSISODt4IJbVVV2BKBL0roXmDeI { box-sizing:content-box;height:79.4375rem;width:22rem;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:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(210,234,253,0.5));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(210,234,253,0.5));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(210,234,253,0.5));background-image: -o-linear-gradient(180deg, #ffffff, rgba(210,234,253,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2eafd7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2eafd7f' );";background-image: linear-gradient(180deg, #ffffff, rgba(210,234,253,0.5));background-size:auto !important;top:25rem;left:52.9990234375rem;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; }
#EkuwDaMWepe2xEAW7BcNQmyaxptkiDN1 { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:28.75rem;left:0.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:30.75rem;left:0.0625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccHrQRwUm1XXwZ6kIfeZPg6EliwTG4pJ { color:#a3d16b;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:33.1875rem;left:0.0625rem;height:2.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kETE71nSOpsCl4I1Tc1NTR3GkynHTEFG { position:absolute;display:block;z-index:15057;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.5rem;width:1.5rem;top:32.9375rem;left:18.0625rem;overflow:hidden;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:35.9375rem;left:0.8125rem;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:40.125rem;left:1.625rem;height:3.1484375rem;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:43.875rem;left:1.625rem;height:2.0996125rem;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); }
#SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.2;letter-spacing:0;top:46.5rem;left:1.625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
#Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:48.3125rem;left:1.625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.2;letter-spacing:0;top:50rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
#Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq { color:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.2;letter-spacing:0;top:52.875rem;left:1.625rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.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:56.8125rem;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); }
#hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.2;letter-spacing:0;top:59.6875rem;left:1.625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
#sevtrTNfIIgILxqsWUoMridkT3L0fpV0 { 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:61.375rem;left:1.625rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#sevtrTNfIIgILxqsWUoMridkT3L0fpV0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sevtrTNfIIgILxqsWUoMridkT3L0fpV0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
#aCpkgUTbr523BiB1osaU7h5G49VLmypr { 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:64.1875rem;left:1.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#aCpkgUTbr523BiB1osaU7h5G49VLmypr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aCpkgUTbr523BiB1osaU7h5G49VLmypr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
#wA4Xy3KfPQ2yohu1OKCdU0nDytXIL3op { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:28.75rem;left:53.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ek1ZCOvc55fOy8vDe7zEOWhmwwdlkNkT { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:30.75rem;left:53.0625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ho3ECEGTqMcfuG7d322WIACmoH2duDVo { color:#67bbfd;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:33.187499046326rem;left:53.991323471069rem;height:2.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHUfKnhBNJEfeG2i97iM8S3cdTbX76A1 { 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:1.5625rem;width:1.5625rem;top:32.468749046326rem;left:71.680555343625rem;overflow:hidden;display:block; }
#Zk2MPMaMQcTEfyUlmJd6IrUzcHqB6fFq { color:#67bbfd;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.2;letter-spacing:0;top:35.9375rem;left:54.875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCfRBDyFITDuETse7niArynT95olM24C { color:#a3d16b;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:27.1875rem;left:1.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPcd0CLbCzMxMxilyoE95QZVFK0PShXX { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:68.750000953675rem;left:0rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XB4ePd4JZLbzB1e279li2OwT82r9uTJA { color:#4c4c4c;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:68.749973297119rem;left:10.368055343628rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { color:#a3d16b;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:72.3125rem;left:5.5625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIm6fybkUdsTnDaQ6WU0dxWsGrZai5fJ { color:#a3d16b;display:block;width:5.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:71.4375rem;left:10.375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSTOMn22yFERx0ISNxSg7RC7PKu4Bvxd { color:#67bbfd;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.2;letter-spacing:0;top:27.1875rem;left:55.1875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpgRDn2hst3heZb7LPOUBea99dcDvUGx { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:47.5625rem;left:54.3125rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#dpgRDn2hst3heZb7LPOUBea99dcDvUGx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpgRDn2hst3heZb7LPOUBea99dcDvUGx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
#gbeoUP64J6i21TenA37atdMnUmKlV36N { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:50.5625rem;left:54.3125rem;height:1.19965rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#gbeoUP64J6i21TenA37atdMnUmKlV36N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gbeoUP64J6i21TenA37atdMnUmKlV36N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
#dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:53.6875rem;left:54.3125rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
#p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:40.9375rem;left:54.3125rem;height:5.9982625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
#uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.2;letter-spacing:0;top:61.1875rem;left:54.6875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
#QlLrbHVeXPUX8qxcdJ09vfMaxheS6CFw { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15100;background-color:#ffffff;background-image:none;top:58.904500961304rem;left:54.678823471069rem;display:block; }
#rgNieSH7ZNlZXu74zukGV56aByI59ox7 { color:#67bbfd;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:59.687486648559rem;left:53.859373092651rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:64.875rem;left:54.6875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.png); }
#dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.2;letter-spacing:0;top:67.5rem;left:54.6875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dca8872d-8611-4b2e-9cce-f1d15339a1cd/glasses_1f453.png); }
#QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.2;letter-spacing:0;top:69.3125rem;left:54.6875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#oE0xPTDHkAVG1vEiyysk8TazTOISfEtR { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.2;letter-spacing:0;top:71rem;left:54.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#oE0xPTDHkAVG1vEiyysk8TazTOISfEtR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oE0xPTDHkAVG1vEiyysk8TazTOISfEtR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7a97f90-7f58-4f2c-a8ae-446d87c95089/mobilephonewitharrow_1f4f2.png); }
#kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr { color:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.2;letter-spacing:0;top:73.875rem;left:54.6875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
#r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC { color:#4c4c4c;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.2;letter-spacing:0;top:77.8125rem;left:54.6875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.png); }
#T1K7liUMr6X9TzADrv2BSLvVXI4egI3v { 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:80.6875rem;left:54.6875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#T1K7liUMr6X9TzADrv2BSLvVXI4egI3v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1K7liUMr6X9TzADrv2BSLvVXI4egI3v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff52ee04-c15e-4c41-a09c-955a4597e986/compass_1f9ed.png); }
#xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:82.4375rem;left:54.6875rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6812edce-0f1a-45d3-bd1c-e3a2f88af85d/tearoffcalendar_1f4c6.png); }
#GgPbuNwUe9ROumAkqHQB82cDMSO3TPku { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.2;letter-spacing:0;top:85.1875rem;left:54.6875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GgPbuNwUe9ROumAkqHQB82cDMSO3TPku li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GgPbuNwUe9ROumAkqHQB82cDMSO3TPku li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
#C8A5VW8JRWlQCuqz25EU76fCEW392t1r { color:#4c4c4c;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:88.79687690735rem;left:59.616323471069rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8RDLUgAzShMaKD2plKQwDGlAVEHk4se { color:#4c4c4c;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:88.79687690735rem;left:63.49999809265rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZ8k2TdHHJ3nFhSHJ7xdRzBfgE4ZspEh { color:#67bbfd;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:91.20312690735rem;left:51.578123092651rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iq1NbUu5tHelNV9kxyB2rtn0TM48hwJW { color:#67bbfd;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:91.20312690735rem;left:60.803823471069rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfRqCQVyMJUEIKsMfsOFV2hb3Lpr45bD { color:#67bbfd;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:92.92187690735rem;left:66.18749809265rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keyqiaGO6f0DL5WNaTWJtLvkEGV099po { color:#a3d16b;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:73.875rem;left:11.25rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imeMvVlX4coUyT6GuOAEhM5i6nZTHIq9 { box-sizing:content-box;height:76.75rem;width:23.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:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd7fc, #ffffff);background-image: -moz-linear-gradient(180deg, #ffd7fc, #ffffff);background-image: -ms-linear-gradient(180deg, #ffd7fc, #ffffff);background-image: -o-linear-gradient(180deg, #ffd7fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7fc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffd7fc, #ffffff);background-size:auto !important;top:20.375rem;left:25.562501907349rem;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; }
#xts0uRmzLHBaXTZhg4bbNCUOXzMyCmTw { background-color:#ff80f9;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 1.25rem #c1c1c1 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #ff78f1;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:17.9375rem;height:3.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:88.796875rem;left:28.531251907349rem;display:block; }
#Fk0vO78rLr75eQUuzIIQBJJ7UW7MJThN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtaEpp5EAQahTGDADWK6VqlSM3NQ3KAa { color:#ff78f1;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:83.540798187256rem;left:37.718751907349rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzavoq9fDkoCoJVJoWduovPk0OrVQ5nd { color:#ff78f1;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:81.736978530881rem;left:24.868055343628rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIJyXh0RDyziJmx1R8dpZfEfggTemARh { color:#ff78f1;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:81.736978530881rem;left:33.243055343628rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRaIkNkV50q4vmFOLrHN3yALfLguk0cf { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:78.625rem;left:26.5625rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvTmyIbgKX1NsBiGhuT1PbIbfVVdceQS { color:#4c4c4c;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:78.625rem;left:36.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:74.5rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
#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:71.75rem;left:28.125rem;height:1.04948125rem;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); }
#lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe { color:#4c4c4c;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:67.125rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/889a0bc5-21db-4a07-9051-9abc0c6517c4/battery_1f50b.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:70rem;left:28.125rem;height:1.04980625rem;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:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:60.3125rem;left:28.125rem;height:;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); }
#Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 { color:#4c4c4c;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:63.1875rem;left:28.125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
#Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:54.1875rem;left:28.125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a38dc8e4-a6f9-4076-80b6-8b60a15e56cc/womanraisinghand_1f64b200d2640fe0f.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:56.8125rem;left:28.125rem;height:1.04980625rem;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:58.625rem;left:28.125rem;height:1.04980625rem;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); }
#FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ { color:#4c4c4c;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:50.5rem;left:28.125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0d066f9-a8aa-4350-8fce-d18bec44fed6/OdchudzaniezKate16.png); }
#JcnUDkTkeaUwmQSUOkuG3mIL9wcimFb7 { color:#ff78f1;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:48.1875rem;left:27.4375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:41.531263351441rem;left:27.812501907349rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#MMON45ZbVTrc8t86QEeCDpgqQ8DHWUCb { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:none;top:47rem;left:28.125rem;display:block; }
#n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:36.75rem;left:27.8125rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:39.6875rem;left:27.8125rem;height:1.19965rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#BapwQduQK14RtvpJLbG9HA7XKR6K1lau { color:#ff78f1;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:29.75rem;left:26.5625rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qn5GVSH0TlVqlJFF6emSGRoKEyIC5Mhp { color:#ff78f1;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:32.5rem;left:28.375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLw9XhOnDN5ZI9Fv6WrtE6h1qQRf1xQs { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:29.1875rem;left:46.375rem;overflow:hidden;display:block; }
#aWhUmhPLnhgsGLksnbLvZaB71f9lx4aS { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:27.3125rem;left:26.5625rem;height:1.8559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lus3Fbyzd3cZ9dfJZX9EnFdP4wm9N3TI { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.8125rem;width:8.8125rem;top:20.375rem;left:40.5625rem;overflow:hidden;display:block; }
#zxl2E8S194pEzpl8ntciePnEcgii2yEi { color:#4c4c4c;display:block;width:21.875rem;position:absolute;font-family:"marck script";font-size:2rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:25.3125rem;left:26.5625rem;height:2.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MmsAW0riuRaMy4bDSlNE35U8Gm94fxml { color:#ff78f1;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:23.6875rem;left:28.375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8xaEZncVOAJthsnLx6fOkR5WQ6xBBMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:21.3125rem;left:45.1875rem; }
#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:#ffba4a;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; }
#i3ToCSF8aPELgoGo1cPseVggH8SF0BBK { color:#4c4c4c;display:block;width:44.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:15.9375rem;left:15.09375rem;height:1.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9uXhlSItiDRAL733fTZFOCKm0gOg2Ld { background-color:#dbffb3;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.1875rem 0.4375rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#6e706b;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:12.5rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:85.1875rem;left:4.78125rem;display:block; }
#nfuwPtbV0RN9i7vV6cLbNK7MfMhOFCBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdfGRlhT1fRv1W71veNcF61RyrJoOhJP { background-color:#ffbcff;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.1875rem 0.4375rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#6e706b;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:12.5rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:92.921882629394rem;left:31.250001907349rem;display:block; }
#wOifoAt7a74IUVBwxQELAKdpfn4NTyXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTndIRDFzeVEPmT4tGGRkOppoZpD6bCI { background-color:#97cefa;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.1875rem 0.4375rem 1.25rem rgba(0,0,0,0.2) ;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:99.479167938231rem;left:58.303823471069rem;display:block; }
#NKWzq1TZk0lT5qvo198ZrdxPv7NQFkGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnqgAN6pkw8ROZn71dfA1poh4aOlTxax { position:absolute;display:block;z-index:15101;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:18.5625rem;top:103.40624809265rem;left:23.936633110046rem;overflow:hidden;display:block; }
#dmEUHdHUCT8UcWpbN63kXBteEw6DosTv { position:absolute;display:block;z-index:15102;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.75rem;width:14.625rem;top:103.74999809265rem;left:41.906249046326rem;overflow:hidden;display:block; }
#JABbCcOgAu42xqHxcw9EEoWhiZhQeeSo { position:absolute;display:block;z-index:15103;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:0.875rem;width:21.25rem;top:78.4248046875rem;left:0.40625rem;overflow:hidden;display:block; }
#Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH { color:#4c4c4c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:77.0234375rem;left:4.78125rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
#ALKgaUGoEekgZN4AUeUeMymcFgU7X28U { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:44.323785781861rem;left:27.812501907349rem;height:1.19965rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ALKgaUGoEekgZN4AUeUeMymcFgU7X28U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ALKgaUGoEekgZN4AUeUeMymcFgU7X28U li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/388d1c2e-574d-4f78-8a1b-449d484af9a2/crown_1f451.png); }
#XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 { color:#4c4c4c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:57.087659835816rem;left:54.366323471069rem;height:1.19965rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
#pHZJvT88AfOTI5qknZuXB9HfvCN5ecWO { position:absolute;display:block;z-index:15104;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:0.875rem;width:21.25rem;top:85.799478530881rem;left:26.875001907349rem;overflow:hidden;display:block; }
#ZG5UEyDqRJhALImK0h1i5UFmIZHSLh2F { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:109.55121231079rem;left:12.024306297303rem;height:2.92448125rem;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:55.3125rem;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:8.375rem;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:6.0625rem;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:12.625rem;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 #RqhBMnqsxuwcem5RAW3vwO6UUokTty0w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #W6flZXNBa5Ud9RX0HIrTJATXa8P9NDVS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTTTo4aPNUWO6wseDZiIUkbip80DfVbZ { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #qSEgq57LMZIwTmcBszgnPTv46A0QNeK1 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WBJy9SxA5B5BNotSHIGNd6eZox2PwrXK { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yX34239pT8cy4yAzQLQPUkHm4fHTLUv2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #etaJJ7Tb1xneKmTzstwn7vHSTWpw0owr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #JzGcVmNEIqJNIXX8QVXlT3xkAcFnVUFE { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TxUgqDbZ0byNdCNPML4emOt6TmzynQZc {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ZnvTBhTDUcM9ugm6seE3FJ0pJWGIZVhH { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #FbXpn0lnFlkqLRQ4pnDlsVSbI3J5ff16 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #DKBp86gTLtZTEmOVyOGDGRo4rOgkTduH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uCTa2GNWLnrdBLtBql5s6n9keGAxCfdi { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A40pd4u4OSGO4zlI4tJEEryrGdLz6SA8 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #axJvdb1uTqgUB8uS3U5LNBTK9B4Qk20a { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #rVG42DPgsZe1gNVt50DEK0IeeSyL8Dpr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WSscJZT8uohEffNA6WK3pDgPM7WyH1G1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTIEIzx62S5wUqZBEQRiwxwkevS2AO2A { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zpWnlUQg3eGEt04A6w1tmWfxoVAxUnHy {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cofaQhcoOkztDhxXmfyScRn5I68F8do2 { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #AglrIfFnNFQTXw1J6TU3T6OLNXk9WXrP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #oarGo2oxQOFAyaGaDkdnCQcTlucTmFMg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #El0Zu2U9NalLtcZZhT2lu1Q1PLGzy1nX { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RRVcC2gIuI4ciq42DzB1r6tPxhJvp6cS {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hydWg1ozvH1wl4CkZbTTTiAd0JiN29UE { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C3NAEiHTu8fmOPwzBfRZFdQIbzKvlBdt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #J5zp0exASTlLQGVknp3d3szXaFZSyK2s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cxTEhE6yhuMwJJh1gK3vprruk6BnyxTG { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #dzaZTq7fqBkFQGN9Sec0ryUR5UbpHt35 {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #EzOoaIVzxEEmQzIWwQhCly6FKkTs1xVT { display:none; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yvhHLEtNqnHn71IeZKiBfRuEMbgVZ6zP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #pDlcrGEKIuI8yWxyPuIclDD67TZVwbIk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #I5OeVRtgITkp7E4OeSiCpviTHqDd1Eux { display:block;position:relative; }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #B80pVTmRDdyQLpbvNDNTIqprwUX5yugw {  }
#wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #KMViaet7ASATmANAgTFJgK8iUZx0BTxm { 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:#ff9e4c;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:#ffc9ae;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:2.39930625rem;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:26.375rem;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:;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:2.39930625rem;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:4.7986125rem;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:24.625rem;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:3.59895625rem;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.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ncqomh4td0T0BwXIIFAawI5Q95HUITkV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS { color:#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.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KnaWm1rRFELfWTLNzbaTOhaSEmEerOTS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L { color:#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.39930625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nhe12uz5bMZVxocztHcnnVIquPIaoK1L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3922ba96-d7d8-4e8e-995d-e6a8a5e79754/thumbsdown_1f44e.png); }
#UqM0CHAacrJxyI8MwlHv7ryuUOHHXeeU { color:#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:3.59895625rem;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:40.25rem;width:75rem;overflow:visible;position:relative;display:block; }#g6WK0lCT0HmWkVpcRR8bFMbWa7yG1wqA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa679, #f6e4a1);background-image: -moz-linear-gradient(180deg, #ffa679, #f6e4a1);background-image: -ms-linear-gradient(180deg, #ffa679, #f6e4a1);background-image: -o-linear-gradient(180deg, #ffa679, #f6e4a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa679', endColorstr='#f6e4a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa679', endColorstr='#f6e4a1' );";background-image: linear-gradient(180deg, #ffa679, #f6e4a1);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 #656065 ;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: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.3125rem;left:34.875rem;display:block; }
#WuL3xH4tpitoK04rCi0bIFTIDpIBTA11 { 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.75rem;left:36.5625rem;overflow:hidden;display:block; }
#msd5Gsg36xRlrn5TrFTl2V89C2rK46Px { color:#4c4c4c;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:15.8125rem;left:30.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wa9Z7EB77w42qUo5GoU2FVzTV8PCKaCE { 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:27.5625rem;width:27.5625rem;top:6.375rem;left:3.1875rem;overflow:hidden;display:block; }
#uMAGMzbPUsPXagmOx49LpeIFpSaqMciJ { 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:3.9375rem;width:18.25rem;top:8.6875rem;left:40.5625rem;overflow:hidden;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:15.25rem;left:63.4375rem;overflow:hidden;display:block; }
#BWhHwuDqQwAuvh4cLtpAbvlw15N5D4lM { z-index:15003;top:27.3125rem;left:36.625rem;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; }
#rwlXRJT15kQUC6Lef9XoFW0o1yeO2KsT { color:#ffa679;display:block;width:35.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:20.5rem;left:32.1875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;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:2.6875rem;width:2.6875rem;top:21.875rem;left:25.0625rem;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.4375rem;width:1.4375rem;top:23.8125rem;left:24.25rem;overflow:hidden;display:block; }
#FQocCctT6Rw0oNUrAomHwe65L1Sd0lQd { 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:6.125rem;width:6.125rem;top:28.875rem;left:8.5rem;overflow:hidden;display:block; }
#cEP5LNcrJkCwfyuTdoAloUvkEWJxyg8H { 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:3.0625rem;width:3.0625rem;top:9.5rem;left:10.75rem;overflow:hidden;display:block; }
#SFmui98e6zIyEqP8193Ft1x2BdcHP2PC { 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:2.6875rem;width:2.6875rem;top:12.625rem;left:7.9375rem;overflow:hidden;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:16rem;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.875rem;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:8rem;left:0rem;height:4.19791875rem;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:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEcORB61AUrwElJp7xoBinkru7hhLHX { display:block; }
 }@media only screen and (max-width: 763px) { #i9WpcNpNtGAE4a6chfRIJbb7J8mux8vf { width:6.75rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2ZPI44yQS3snWcbn2BUPSZ9NwSmEzHp { display:block; }
 }@media only screen and (max-width: 763px) { #f0eA5FQ4hdm5g0mmGT8BUqkOZSPLM2Hv { width:7.0625rem;height:1.9375rem;top:1.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1bz3sSHp5ltx8vVrWGAe3stgcEcDCq { 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) { #M4BBTukQmkVk4sdsLHL85rUxLJoAalGm { display:none; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NnPq6Mpvz5Cmkla7TrspXGhFA38yZyqs { width:6.75rem;height:2.5rem;top:1.5rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9krP9masrKIpr5xLAxagFsSdBmMm5NT { display:block; }
 }@media only screen and (max-width: 763px) { #bRT1cmy4uCgIrEZXiDWbr8dkuUKX8WIp { width:6.75rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOCkP194oJDa94uF3ffwsAoxKpeZ0K7 { display:block; }
 }@media only screen and (max-width: 763px) { #GFHTnfPG9wXRymKBxxOhc0mmUbxOuF6k { width:7.0625rem;height:1.9375rem;top:1.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Me3DUuoWNuf5NVze49pylaCK3e9Oea { display:block; }
 }@media only screen and (max-width: 763px) { #EodwhQ8QgP6VVb0B7gSvqaJslvpgWr1J { width:16.625rem;height:2.5rem;top:1.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5AKrUQDtWISeNREKdc74Oo8ickHms0P { display:block; }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP { display:flex;height:auto;width:17.5rem;display:none; }
#alH0KW15lekVcXNR7PITvU0eoVVUWFfP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #c5RI6TnlN9KgwGCTupJalhwnSlhTzT2M {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #Z1EchtyhrV7wt8JW8ForunmVFyeEabBt {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #ndrzVteFwAVJ8Udu1VA5ki74oCLNWdJo {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #PDPAo2N5mypkytWefEiJ8H7uBafukXlA {  }
 }@media only screen and (max-width: 763px) { #alH0KW15lekVcXNR7PITvU0eoVVUWFfP #kpNxIviU9ooRF1d3DFvBeDe6q7Ixmm38 {  }
 }@media only screen and (max-width: 763px) { #HsDiuE7Czu9lNKpTIuo7acth72OifNG5 { display:block; }#HsDiuE7Czu9lNKpTIuo7acth72OifNG5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuU1WEPzh4LrvWG5Lky5NR5hNKPOnCN6 { top:6.5625rem;left:0rem;width:47.625rem;height:27.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvSraNlWunvmRvEi0df6cG003z94Cht { top:8.5rem;left:0rem;width:7.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0w1HNVvWCyJiL1UXh03fQggum93JtpU { top:15.125rem;left:0rem;width:34.5625rem;height:11rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9LokIzgELoS0wlJqgRpsHVCNIWXRzv { top:26.5rem;left:0rem;width:30.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChx0Xfd3kLqCPcPwTDzH2K1F0Dps2xl { top:31.3125rem;left:0rem;width:30.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EovR3gqx0bPKmThq774tx7nRCwUe4npV { width:18.625rem;height:3rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8dMHPZFLOMOV8aLAzfoJNS89A834i6 { display:block; }
 }@media only screen and (max-width: 763px) { #mTBoXE0hKM1mSooBuWa3zeMRUx01EI5x { top:36.75rem;left:0rem;width:3.25rem;height:3.25rem;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) { #SGrVeW86ZtSRskRRp47NRLXk3lp9vRDe { top:21.5rem;left:0rem;width:30rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTQ91IV356DTb9ZZaxfgUWl1HgT4vmH { top:37.375rem;left:0rem;width:21.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObOw7PrnIP5DPxycfuEp6QoKfD4BIIQG { display:block; }
 }@media only screen and (max-width: 763px) { #ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB { display:block; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADii6MOfVqmOl7IUWcCV7PXH6nbzvloi { top:41.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLaX4DHHfJbnTU3EHOFxsTSVeXLsQlm { top:44.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgyOdsevWbfweDrfl3taXKAGSi3ARLcT { top:10.8125rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHoeOTVuxyrttfpyeV4Z2ItRM5EdT4ou { top:12.5625rem;left:33.625rem;width:14.125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJLNaTkPHs3dCGJ2EASsrX49E7ZprXF { top:17.4375rem;left:26.75rem;width:21rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfukZUUChIVtoMOwmLlztwHCOXA320n9 { top:12.5625rem;left:12.0625rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anm6gqpStDtAZLAsUqmFXIQXPhOdtTAL { top:19.25rem;left:13.5625rem;width:21rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgElr7VMVRQbbV9FlIlllKaARID4cwM6 { top:14.375rem;left:19.0625rem;width:14.125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT3LK4NLSKmyGDRryCdrcELdcUAo2t2O { top:11.625rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKmPBGXLyoiJbZUh85k9Judpy5g0gNKT { top:18.3125rem;left:0rem;width:21rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJkTJAd2BkEASZbQODxhSfrZzrJIPkoN { top:13.4375rem;left:0rem;width:14.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RTfkTclizVRsuopiPenJdXidpSm2aQ { top:26.8125rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHgZLtHM5tOA7dMz6QDLgpMKaw4vI4D { top:26.0625rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfLazHhhMgTODibzRCB96CTWmAEnvdLn { top:32.6875rem;left:26.75rem;width:21rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDztKAO3GGUif1iGICinZacy0pu4Z1xn { top:33.5rem;left:0rem;width:21rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEx2UctDqrAdatcFCPN8LcUo9cC6KerP { top:28.625rem;left:3.4375rem;width:15.875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygL3ipv8vfa30kMdyMP1e2zNcqgDR13 { top:27.8125rem;left:33.625rem;width:14.125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTRXXZmt8xLnQuFL5TcpNl7ETC4ZVaG { top:28.5625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhBDdhT9CMtnhMhqklwxTG0BEwglQzuO { top:27.625rem;left:29.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orS6SpXJTw3cwZmieXrWfnRlU9xwvyUz { top:13.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxfwJEkh76dyytttaTnGiRLJZDScT88 { top:14.375rem;left:14.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euZwmvbo22lxzG6gr7F1Hrbwe8pgiPNu { top:12.5625rem;left:39.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMKm1HnPTx00ADbChrTwQxHA51pMQRA4 { top:4.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3un2XktBD6gNmaRzw8COGsZvKdGBsGS { top:7.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;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) { #hI1LyZhNyepTBeVwtAyF0wau8vHinTk0 { top:3.4375rem;left:0rem;width:35.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTq2TPrcyDJfrJX7pNXC7xicLqemDGc { top:10.5625rem;left:0rem;width:23.625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4IIhGTOwSaIqeGhWiB1dH6a5x9ReXJ { top:13.0625rem;left:0rem;width:14.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6AXlWPE3hD3TOA9U4y5cTUMnK8BvAn { top:7.25rem;left:1.1875rem;width:46.5625rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LMywvnthLTlfK52fsWEQcFf8a590cx { top:19.125rem;left:1.0625rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKuKVhaeh9bN4x4KsVwFiu7SuiWo7g2M { top:28rem;left:16.1875rem;width:25.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxv4yNZCbO6G59lwubb2vGIOb1RQWn3I { top:16.4375rem;left:16.1875rem;width:29.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiA3alTi1LOu1kzc0tRrOgcCUF2tTupD { top:38rem;left:16.1875rem;width:1.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIoV3CRwn38dfV1azyskCqlcrCo7LIqf { top:37.625rem;left:7.4375rem;width:40.3125rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqtNWVq8SxT8m3gRW5GWUs6RCiGOLs0G { top:46.5625rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVqsPdn61OcHh51GTnrOwfV6GTA6cVxC { top:12.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKmTUahg2tKIqsFlRqHsoHOIEb3955Le { top:20.4375rem;left:16.1875rem;width:20.4375rem;height:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW { display:block; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyQIObJBeLkXyNqFvkgvRrTnnev5q9e8 { top:8.75rem;left:0rem;width:29rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffK6PPsarcn2OKh0ZQtdXbpTkyNnLhJT { top:15.625rem;left:0rem;width:47.625rem;height:48.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za687xURzmVbqLQC4WzNyvWUTvi5xTT0 { top:5.375rem;left:0rem;width:25.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ395sDW0N1rx4glREAToUC1POdhvzRB { top:22.5rem;left:36.125rem;width:11.625rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ydv5HIeTlNI9b2EEXs7MrhBxCARuyt { top:37.8125rem;left:36.125rem;width:11.625rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duKg9QPbXZXMaX0cvqdTQrsLdEWOk84b { top:17.4375rem;left:36rem;width:11.75rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzU9zoOTWU60BKdfdKkJrZCtMHEUIXf { top:35.1875rem;left:0rem;width:23.25rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWhnm7QQWW1lwDzQyOxPMmHzkg40bnR3 { top:17.4375rem;left:0rem;width:15.625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4VhAEBC2kRwHAGZf1E7rymoMymwfzWR { top:55.3125rem;left:27.9375rem;width:15.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCQBCM0nEFry5AAbi7MgWG11Fkvh8qzW { top:17.4375rem;left:22.3125rem;width:15.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txhJXNpCl2xiPmKezeptfuNtencTmfkx { top:38.8125rem;left:5.6875rem;width:15.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChQk2GEXESDObWOJXFBIPSTIO5r2hppe { top:27.375rem;left:0rem;width:15.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWFfqcTudMnHktRmXB0DyVHngWuIAqK3 { top:23.6875rem;left:4.625rem;width:15.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvz4NWfDvNoSqCnOxR1kgHZOETPUPwMp { top:44.3125rem;left:27.9375rem;width:15.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOel1NGNzBRSk46PMMNkTEzH63bSzuPe { top:54rem;left:11.125rem;width:15.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTPgp32NTwzI1nTD3lL7pz2yluHmv0y { top:37.875rem;left:22.3125rem;width:15.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veg6amMqiwIqUFEMPVZomOksl2GiIbP4 { top:28.6875rem;left:22.3125rem;width:15.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwDfOyrKsWogAazEk3p8eLlnlBJGmT8h { top:33.9375rem;left:4.625rem;width:15.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5dfca5dCGclbZSfWIlpVZb8f70NnV5E { top:17.4375rem;left:4.625rem;width:15.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bFTsheAuSThRq0wK3kZVEIsX8QxABw { top:44.8125rem;left:10.25rem;width:15.625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Fodvg9x74H5qPdvkMAZ7LWOIBv7odB { top:5.8125rem;left:30.3125rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWZm80EqV4pu2QMGkrhSy9odQ31hveiv { top:51.6875rem;left:0rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ExwnnCJItno3W9mwhiwzky84JT6lly { top:43.25rem;left:41.5625rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO983kZP1RV4NRt3R2QmaGzIBrAJMTfQ { top:33.0625rem;left:4.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACUxaF5NxGr375yIGKsooJpmgZiSpry { top:18.625rem;left:19.25rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MubTs5r0Hou0MDIAgcNS7nIzbdpcTEg5 { top:4.1875rem;left:0rem;width:25.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZyZtw9STQXqDfB1vHgI8CL8lVQBfS2 { top:51.6875rem;left:0rem;width:9.75rem;height:9.6875rem;display:none; }
 }@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:12.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { top:22.5625rem;left:0rem;width:13.0625rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUIQZ3UygxoTu3T5Vt3hCZG4H9ZbF4mm { top:5.6875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { top:17.375rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { top:19.25rem;left:0rem;width:16.6875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdxruXbbmPG1K5oC65XVXdGVXfImsnD2 { top:20.5625rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { top:17.4375rem;left:12.0625rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { top:22.5625rem;left:13.812501907349rem;width:12.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UERqhQdbAy5mxHpBoxkWoaTHMKTvJo { top:19.375rem;left:13.8125rem;width:22.0625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNlEVJLCLmssw2micE40rgflcc3S5UW { top:18.9375rem;left:27.103515625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { top:17.4375rem;left:24rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnusVTvwI10HHUEFvgwr73AIRtsPLip { top:18.5rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { top:25.5625rem;left:31.125rem;width:16.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVL6rPTf7FH170kzvRtOayaxGsXnHdT { top:19.25rem;left:31.4375rem;width:16.3125rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6D512FcpH83v0taUpsT4kCUKvbX1fx { top:31.8125rem;left:0rem;width:23.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { top:31.8125rem;left:3.7291660308838rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { top:37.8125rem;left:0rem;width:20.875rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQbFaCPyzNx4PEoNt0ZyWuK03HZCTCR { top:32.9375rem;left:0rem;width:14.1875rem;height:4.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { top:31.875rem;left:0rem;width:47.625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFLmrvnWBwTCAG0zyvGtadEsqPcIBM0 { top:36.875rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtptWTF6VramxeoGA1LrmaGTASFZiPQr { top:39.0625rem;left:11.6875rem;width:32.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { top:33.0625rem;left:0.6875rem;width:47.0625rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hALuvy6r43e79ZXJI9LddaIkOrtI5iCJ { top:24.1875rem;left:43.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITw4UaWvhAnEC74Nn4UKN4a5DDqNpVm { top:29.8125rem;left:14.59375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIb2HuGbCZfgnHRei0ATkLw5g04qSt4o { top:65.1875rem;left:13rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQF1bWp6xZtlWBaFKCZNikK8J8ao3Vs { display:none; }
 }@media only screen and (max-width: 763px) { #Ud6OwSQ4EtatbAbBu2442Df1kPsWs4qL { top:49.875rem;left:1.0625rem;width:12.0625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HgiZTVsPJogX700z03tqHxygMlMztv { top:50.125rem;left:14.625rem;width:14.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPT4GIyLfGKQnB10eRv0pENce9QgXES { top:46.5625rem;left:2.5rem;width:9.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJNNJrDbJMM0S1MbPTZaTue45C4i3JJ { top:46.3125rem;left:17.8125rem;width:7.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlOcWVMFMMKUZwZ7tRDyl6iN3spkeCJg { top:49.875rem;left:30.5rem;width:17.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeSIDuymzSTx0WsggHwbnTZBXe2ddtm7 { top:46.3125rem;left:35.9375rem;width:8.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCRa5hGP5nHL8WkPcJismKCMJyKH98vW { top:60.75rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4AZTX1UiLlAlauBv3McgelhZnR1Etg { top:66.3125rem;left:14.5rem;width:23.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQO9fBaPqn73ze1hCZNSWGZU0FAhsTkn { display:block; }
 }@media only screen and (max-width: 763px) { #DRqc7uy4Eg7p18458HzytUEKar3zEUrT { display:block; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVKLKUDM3s8iOBppNurpcTnTT0TieHCX { top:5.4375rem;left:0rem;width:1.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpTPARi8vSFG7gQOM4Ot7m7R5r9FbIz { top:5rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkkGrEdSS1bqlRgT1hRUQ7RaIhd6yXt { top:6.625rem;left:36.3125rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynrk891aMd9gh0MODMh7vQ210CAfBwF { top:24.9375rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaGnWTUbE2mfeRUEuQTuaWDguHHvwasU { top:25.9375rem;left:6.8125rem;width:2.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfZRGyaWoSLlHmUMHFlLs7DgRPKCcJlA { top:23.3125rem;left:4.625rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAG4xDZe3ND3W7bcPsvXIczOWcOccl3m { top:24.9375rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWw79yuhKbCpVlP6s6G27xEoDqBSqLyx { top:25.9375rem;left:22.6875rem;width:2.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9gfyZAPxcMbOMZzaK79Av5SZm5Das0r { top:24.9375rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNCyhyE0sgAWK0t5s5hNTFQxpQfdBz3v { top:25.9375rem;left:38.5625rem;width:2.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnGhlvgb3UTU1G7bnHRJF4mDVO9fQ40 { top:23.3125rem;left:20.5rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv6ClwvgVx94GrPbstmPTWiVibMeBT8N { top:23.3125rem;left:36.375rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZP3nZFwxqvaMACe51zr0G5Tpa1dZeyB { top:26.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8IxTkUz35HISSQGRCF1B5KHVh1T9c7 { top:17.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Illt2qQgi2zHs0pggFshcO9ZgkbglLaH { top:30.1875rem;left:6.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1Sz7oW9qgX7eLu9AFncPOQ8gTdhaQf { top:31.4375rem;left:0rem;width:19.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWno2p6PPXnLcAvpApF2RTLqWQGrs5b0 { top:32.75rem;left:0rem;width:17.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdgf7SJEI9k8eezp8QUlXaT458z1OCcH { top:37.1875rem;left:0rem;width:20.375rem;height:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1xssNeNFbMrn1GcKku8TbIXypuyLO7 { top:29.75rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG07Mxpd0xCh8edI9ipq5PGO9MpdC6ql { top:37.1875rem;left:11.375rem;width:20.375rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKduNDesAQsmdqXV4HnV836fb61QpS3 { top:30.0625rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vFH2eFDy4eTWiLrqIcBoZETKfO6ERk { top:31.375rem;left:12.4375rem;width:19.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXF3RPtXq1wJBOsgTARCBALx40KA0z9m { top:29.6875rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNluEubWh3u1XoJprpturM1fWZoDS3wG { top:32.6875rem;left:15.0625rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inf5d3cRde3h4ZcKR3headRZLRMAXS9p { top:31.375rem;left:28.3125rem;width:19.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbuCkkTJ5J9hJnM8UnOQBs3VyGkUQswH { top:32.6875rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg1NBHdT2MAtzBSxnrDgO4HAoNMzfNLP { top:29.6875rem;left:38.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNcnHuxoJAcFaXGnOfKFucL47op5v5c { top:37.1875rem;left:27.25rem;width:20.375rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDETnNlKLMfNITzZCzg1yTs4ZOBog8CL { top:30.0625rem;left:39.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5liLMtVhE5DrSZfFZqLAwy7DJ8E563f { top:20.5625rem;left:0rem;width:47.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa { display:block; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQU5haOHBHShMto1RtuDmbfNunA4CbkS { top:13.125rem;left:6.8125rem;width:2.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxCQBlH6zPyhgnRZ44g9iSX6kG2Gwsh9 { top:10.5rem;left:4.625rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piP9KKKxgPlz53Kg9rxF55JJB7cV1sQy { top:13.125rem;left:22.6875rem;width:2.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3RNHOG9XBONzMC4ZAyss7XlKMWG1ne3 { top:13.125rem;left:38.5625rem;width:2.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73s4hVB6Nvk0mJA6R89VPDQB03rU4M9 { top:10.5rem;left:20.5rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soO4wA15921dMLo3lw87eX7BvBu5FWmr { top:10.5rem;left:36.375rem;width:6.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAcZaiCfXZlfic9rghwDRnbe7aeT4TZX { top:13.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9I2i3obbadiAib8yFBWGJxbIeczCqo { top:4.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qNgXIT9DRHTJRxZSSbeSzBR6o2swCq { top:18.625rem;left:0rem;width:19.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1mHfq2WkGvBa3guwX4v3Ecq9c9ZJT6u { top:19.9375rem;left:0rem;width:17.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeChSRn9T9QwuNyHMvlgitaFNTOeOJVG { top:16.9375rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO4DiwDKtJao6373rOcZLmfTok9xPlpQ { top:18.5625rem;left:12.4375rem;width:19.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpbZTxb9ygG6FWgSff1ihVzqhkGMGoS { top:16.875rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsn7EgSKwmFb5o5fAZeHtP98l0iCUPdR { top:19.875rem;left:15.0625rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwMNib7wQzgyxXTB3sF9tFL5kgAP3Ho9 { top:18.6875rem;left:28.3125rem;width:19.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1I4SzTgRH410d3VPAvsfmu4GpTiTk7O { top:20rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvo4H0wub58E34g0DEACnFgmgcBFrRrO { top:17rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RoMMrZP4KTDANOOxwc84oG7g7wlMWN { top:7.75rem;left:0rem;width:47.625rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX50Iqk7PLAKk3dwsEb3hZqcioIsDOp2 { top:12.125rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2x1SOR1QnTemnPya1ZHyGnPKtevUdQ { top:12.125rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXAgmXFfSLCATzIhkEHAZNedXSEJFbRm { top:12.0625rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0R4f4pWl2JzLp3H66m05lCXBeS4alT { top:17.375rem;left:6.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FWflxTbg4LrRQQh96q8mWNyZJ6xSHl { top:17.375rem;left:22.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Etdl6ANJZrQHMPveKUDuZEiTlVD9mK { top:17.375rem;left:38.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgWyKRpaRhCItgkmcVQ11efwudislHbT { top:24.375rem;left:0rem;width:20.375rem;height:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0HnN2B3RZTAASMUGlzb19hZXCCyLsMk { top:24.4375rem;left:11.375rem;width:20.375rem;height:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6iktc6ykDdEkgIbSVfin8mRTUMJrLb { top:24.375rem;left:27.25rem;width:20.375rem;height:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw { display:block; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuu7yS9hlKmEH1n1zkWKNKxaNCCqQFoG { top:5.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtUADo67a9JoxAoK4kbmT7nb7TlGD6A { top:4.9375rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCndMZ1KpTWomliW4eOINJ6mIFmHTZul { display:block; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mf5cdySBZy3TFSyEwfpzlNfCLKko1x6h { top:25.25rem;left:0rem;width:23.375rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIJLqdtE7hnCdsg4ZsdoVEu0mvEDcyvU { top:12.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxAwLvfFECXTX2KmOzna0ZADkV78GaHI { top:5.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2OyOQQUsyXZOLNqZJiET6gJulcqxmyy { top:18.125rem;left:14.5625rem;width:18rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLThROTzlITrRNARU05ruyPGAV6TFewv { top:20.5625rem;left:0rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IXnb1dTCqtaCRvoZ6lWMRmBkNItaA5 { top:21.125rem;left:1.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFi1Zkl3hrtwG9VCognz4X8yM81PgTS { top:16.6875rem;left:19.8125rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQSKkHlLXCpLpegvK0WIybZ6ZR0QHUmM { 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) { #CDPf8xh23PazNfDDn2XI1taRMJoabVm1 { top:17.4375rem;left:41.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCxwGZ0UeHJCp1gTpTolGXmumt0O6Oc2 { top:31.625rem;left:19.8125rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI8TgelaVWNAiANF8eCiHwZ3eg3n6zAA { 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) { #xozB5cBnhsyRoIts10Fe3PTvHVqGuXRT { top:32.1875rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trBG06y3CD4g6Ml70NNeaibBTvbKQnuu { top:47.8125rem;left:19.8125rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mObt58SaI5RzpfL6Sn98cmLmXmf57M { 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) { #Rub99liOikasnJ8fthgdxTMXgrKN2ZbM { top:48.375rem;left:41.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0ccCBCgWFMR5vXmfPAF1cw4EoTTaZw { top:38.3125rem;left:0rem;width:27.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSwppleAAIlp2XDxfc9ZSNh3nehdGlUQ { top:42.625rem;left:0rem;width:25.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biEeVz4ecnZhJ854tVkgT7LvTIkDw80W { 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:22.875rem;left:8.5rem;width:31.25rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sihr6JdlbLlGshAi5tvmL4NTeau5L6Pl { top:22.875rem;left:33.125rem;width:12.8125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJilL7WRQAvsQ6fI3PoB1aaQpmTvhta { top:22.875rem;left:2.0625rem;width:12.6875rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpzRv6iBUgrJPwTDAbqa2Gio1PsV71t { top:39.5625rem;left:12.0625rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF8eepDKCE9BrcpSWXxuZFbx8BoknhnA { top:21.9375rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWR1GefniosFCrdKqaBfxwKdTl5V2TsE { top:21.9375rem;left:0rem;width:18.875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrQ6DDtqwe8nfMDvKfqROQqzvtEJPQSX { top:26.4375rem;left:0rem;width:16.625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDVTE8bDM8wvihhZP7Lc0be5MlIcdzXb { top:23.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3mqsfsloW8IW0g8dra7lSkuekr6nDX { top:23.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGxzh1E6Jhu0BfhVEMT8oMAD10v8VwVx { top:23.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJArhLqv1J8lauBhTzLL3TNZMvs1X5q { top:23.875rem;left:0.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQbGdDX2ntuBTP8heDOTf0nMc2OIJgD { top:23.875rem;left:2.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ5TxrDXBT61yPd9lXr3m6OliXaR0glI { top:38.4375rem;left:28.75rem;width:18.875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOv2AcF7UCUEByx9bxqtlcfNT1Ws8La { top:43.1875rem;left:31.125rem;width:16.625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UCoOiazLf0w7CfZwmByCxc6HJ2rS3X { top:40.625rem;left:44rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJW6hMMvI4JRzJCn32xy8aE9NHDpybJ { top:40.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIcJRr2ISRHkHLDLVVNCvDbg7m22Xk9 { top:40.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlb1u0k008TNU1U39u4VTgWfgl7k5VHk { top:40.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0EqTdka883DP5uexa36pVuFW1mba1ws { top:40.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzqP434RdxqpRT9VIDTR0UJ4hNzgtuPn { top:33.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ZuofKopy87edCIR7aIWBv2rGdktkBH { top:36.6875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD77KclQQaSQTCWANJbpVgQVUMTTyaTU { top:8.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWSfuaIrdZ3ro0BNKtPBVAURSV3AzbKr { top:1.625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyLdPcdvsy7mGVBVyFtlmNistzqawhVb { width:29.6875rem;height:4.375rem;top:13.5rem;left:9.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:13.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOziwLgPOonJDSvNTsF2W4AAkKXfTkqd { display:block; }
 }@media only screen and (max-width: 763px) { #fsA5cRVeB2V7WCs2tvNHPJ99TycIOoX1 { top:13.9375rem;left:10.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) { #VZsJWl5NQbmHlszXRDVORdpkAJUh6wza { display:block; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIWg1cLB90h0w2az90mUVRe5tGPuT8NU { top:17.9375rem;left:0rem;width:32.4375rem;height:18.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqK1IaeDUZ8dpzV2HdXGHwRl5G6zE1PE { top:9.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8B9rMQlh46pEpvgmyNy0CsOTWniIAe { top:5.8125rem;left:0rem;width:23.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceW4ADxoo4ULxOaUZfqxgTgfGcpba0Qi { top:6.75rem;left:0rem;width:18rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2BvTTBSFVq46LLcRZ3iF77LvxNLgzX { top:10.4375rem;left:0rem;width:1.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fHvCcNve7rdXnJg41vwM0EQtNqDODR { top:17.9375rem;left:15.3125rem;width:32.4375rem;height:18.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp { display:block; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSmlMpBMbWhv1XPvkHpkptTZXkMoFCRT { top:5.9375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTsxXpaEmZU7czTsbFogzg9tCxTv5hR { top:13.6875rem;left:10.125rem;width:37.5rem;height:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WceeiH0TbJ8XgTUifbiT60tifn3gPCrw { top:19.4375rem;left:0rem;width:39.9375rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7acy4eTIybpJI9IK7vQ212sTr9wQy7c { top:11.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0P0PpTsVRIde0ZvIWQocbonJKBiDpn { top:25.5rem;left:0rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFLt1exc92X31xB9ERwzGXO93MfEkp2 { top:22.25rem;left:0rem;width:37.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zZlbEcqJWm9c9DJTDVx4pcBZ6zhUGZ { top:16.3125rem;left:37.5rem;width:10.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DVXP98qG22Ty9bSdBwtahFVIBwwJo3 { top:16.5rem;left:10.3125rem;width:37.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEu7GTcobZqkUv7QGZrzqZrm5qNTAbv3 { top:26.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8QiMDrxgIluBoyEGEVC6g8F0SexgC1W { top:27rem;left:0rem;width:27.3125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITWUS9CyZeHNJMAocrvOQeTJ6yiJtIO8 { top:34.375rem;left:0rem;width:27.3125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCUkxTUlx6LATyqsJglSRWMvoEpKBJvl { top:34.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex64O8092cIDDpgh9OM7rCU6ei7J8gHM { top:32.875rem;left:0rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olJm8OrJKECI2fTLFX96DkC74lgZlWt4 { top:41.75rem;left:0rem;width:27.3125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvzJq7KqdgdsuIFE6OikcAazC7AlFsLm { top:41.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMolE1Q1VIg7QiqBNgKKKofP7XNVo2vJ { top:40.25rem;left:0rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOqVB30tMWUN72eQBXDMZ9CVzvi5ESAn { top:49.0625rem;left:0rem;width:27.3125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTk2MTW8n7uD0HUQ00GFdTnEzOFhkRT { top:49rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMpDN2XHglFc7WGZTcvJgsTRrccwx5JW { top:47.5625rem;left:0rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEN7lyNrgNcNEpENGBo3IJGR4Gvw8qQ { top:56.4375rem;left:0rem;width:27.3125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmQs5ApmPQ3XwNzM4cOzKbEmVHchTWu { top:56.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXcDgAXrvD7Bqm0ZlFhwlTK5iIOurQtR { top:54.9375rem;left:0rem;width:35.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXCQzcznBnvpSUkNFn6Ssf8sn96VCWg { top:23.25rem;left:18.6875rem;width:29.0625rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZrnibCnHILeBPgD00DvJhSPTENOmrSD { top:21.5rem;left:26.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4m1wZTiyJt35iyh5fFvCxG2PRRtn3z { top:20.125rem;left:12.3125rem;width:35.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrbpC7zOsnZrTE0XbwPIOJRwLSxhsLD { top:21.5rem;left:30.625rem;width:17.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZzSf5WmDqyXdD5OPmHEe7WBKiAKT3y { top:29.8125rem;left:12.3125rem;width:35.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4siJG2pdtZBBPUAhmCxQOb1MWi2z5og { top:32.9375rem;left:19.3125rem;width:28.4375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efmExVGV1WWKfibQFopx0fUnM8fuwrNi { top:31.1875rem;left:30.625rem;width:17.125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD5rdsZybtORviVn64XdkTIdSQB9Uxlu { top:31.1875rem;left:26.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzx2Cwtm8Z7TTcm9D95BRko92M1Gw7G { top:39.4375rem;left:12.3125rem;width:35.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2bAB9PNV2uNV8Mkx25MehaTWXiuvZla { top:42.5625rem;left:19.3125rem;width:28.4375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdk55E8LiCRWfvzMXoIuXidgpmUd4MkP { top:40.8125rem;left:30.625rem;width:17.125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikT9BgiIswewmzUaI0aLb3mTPzcvI2Zs { top:40.8125rem;left:26.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaordflcBXISnVQC3IGuJRolIpgL1rwR { top:48.9375rem;left:12.3125rem;width:35.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKkKFMprMUWwkPGaymnT7PRHV4EAlwQ { top:52.0625rem;left:18.3125rem;width:29.4375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLa4yIIsa5E1Vm01wtX4QTyVpHxCWdlW { top:50.3125rem;left:30.625rem;width:17.125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzBQae1vTSZpWoTCws45MST292Co1sEk { top:50.3125rem;left:26.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHPHrN276Jn6bym3rEWq3MRl03p5J4VE { top:58.625rem;left:12.3125rem;width:35.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDrEp5l4Gz4mhBsDe3cxfSKyAR5REHv7 { top:61.75rem;left:19.3125rem;width:28.4375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWtO1c36uL4q3RhOKacMMSeWCXadc7Ii { top:60rem;left:30.625rem;width:17.125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5xxZdHzcL3tErUc28euG48eyqWXy1QZ { top:60rem;left:26.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy { display:block; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFlJfqDzvT9mRpA0TvNidmB8Hkubn42y { top:8.1875rem;left:0.6875rem;width:46.4375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxaSe17tbiA0RyIf9HPEm7eDmVQMbpzt { top:42.75rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa8QizGT2Ih25XTxbr9u5KSVQrR5bu0w { top:19.375rem;left:0rem;width:12.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmAeovIw0VuiAvChQ2PSXqVTBn6l4don { top:19.375rem;left:8.375rem;width:12.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVuW1keWOUWr3WxXSbqZGuzDEbFrD3IL { top:19.4375rem;left:27.375rem;width:12.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4w2x406B66EpDNLtP8wRoGCPACKFEVz { top:19.375rem;left:35.6875rem;width:12.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvpA2TLrPV5AZLEHKMZSzb4iyUk0qM2 { top:17.5rem;left:0rem;width:15.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8SCdEd9eiOhkH4QTXhSyscZ7tLH5TDT { top:44.75rem;left:0rem;width:15.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvyxHC7QZQqEbULJ6egGrrMZu3Pldga { top:17.625rem;left:0rem;width:15.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5rlma114BHWOg5UslAyvy6u9S57TeXi { top:44.75rem;left:0rem;width:15.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp6no3STG4ylV3fl8ycZxvSeB0XXfEso { top:42.6875rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqphXIZRiiEtmRvkFy61aSWyZ6HuTRaQ { top:17.625rem;left:6.6875rem;width:15.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiHGt2TFPeMnIwSQtLHM7zfXxN3RWfXp { top:44.6875rem;left:6.75rem;width:15.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiKipwyHg12mkWCioVtZc0qrFDnKefMC { top:42.6875rem;left:6.6875rem;width:15.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIIp5BlKyphBNarJftDv22ElyGBZgClZ { top:17.625rem;left:25.625rem;width:15.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVlXhrdJF9GDAyuWRAu5SNTaK3gTCytL { top:42.6875rem;left:25.625rem;width:15.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ4WM9guI386Ft88bPDwQNKkTurcp092 { top:44.75rem;left:27.15625rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQOicFQ7HcsWI4B2DS0gDLxU2x7V3QPd { top:17.625rem;left:32.1875rem;width:15.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRs6FvuwKTNwGRDOnlZQTxzVdBRGvDW { top:42.6875rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRNfFrTOURfrPH1CQZ0pz0Cu06nJePxa { top:44.6875rem;left:32.125rem;width:15.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfgmr2BfmDlr18iL2nWbhTl4yJ1oCJo { top:19.375rem;left:0rem;width:12.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8A2BArTCLt8OFyIOPKONdR9xFd1WU1O { top:11.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q35NebBZ3L5u4awZx5xkgW7GUp4WN0XG { top:11.125rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodTuIZdqs3QTK3E18a4S5goaKAzv1qv { top:34.9375rem;left:34.8125rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxpg3GUrFKmOambZneNVTe3q1OkWsSU { top:17.5625rem;left:32.1875rem;width:15.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhZxAhEaxemgmZ5S01lH3mIiRCBy0Xm { top:17.5rem;left:37.4375rem;width:10.1875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNavGdM3ZT2sJyFd9a2eT7g9HS1otOk { top:17.5rem;left:0rem;width:2.0625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoCBXHkVsaiIppdIJvINT7HuHcTxiAyy { top:19.375rem;left:35.6875rem;width:12.0625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3h3EKgT5a5aGqGvaIv5VIKtMvZPPxH2 { top:42.75rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVhDzNbAVJ1AQkvfqgfTd5HGlL6ihIXI { top:44.75rem;left:39.125rem;width:8.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbqKu630wqhxGkGfDLfJkGoys4BtMf3J { top:13.9375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J16rBUB2CTNc28uhEnszrqmBQeZBd4uv { top:11.125rem;left:0rem;width:8.625rem;height:8.625rem;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.375rem;height:3.5625rem;top:80.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block; }
 }@media only screen and (max-width: 763px) { #rq6MQ7WQ5aNCn3ZkpWugngWyIEe6oXc8 { width:18.875rem;height:4rem;top:94.875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wonwwlE4Qif7TsKpdoEHSJ4h0b20xquO { display:block; }
 }@media only screen and (max-width: 763px) { #g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { top:22.8125rem;left:0rem;width:21.9375rem;height:67.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orro0LSISODt4IJbVVV2BKBL0roXmDeI { top:25rem;left:25.625rem;width:22rem;height:79.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuwDaMWepe2xEAW7BcNQmyaxptkiDN1 { top:28.75rem;left:0rem;width:21.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { top:30.75rem;left:0rem;width:21.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHrQRwUm1XXwZ6kIfeZPg6EliwTG4pJ { top:33.1875rem;left:0rem;width:21.875rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETE71nSOpsCl4I1Tc1NTR3GkynHTEFG { top:32.9375rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { top:35.9375rem;left:0rem;width:20.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { top:40.125rem;left:0rem;width:18.75rem;height:3.125rem;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:43.875rem;left:0rem;width:18.75rem;height:2.0625rem;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) { #SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 { top:46.5rem;left:0rem;width:18.75rem;height:1rem;font-size:0.875rem;display:block; }#SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 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) { #Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn { top:48.3125rem;left:0rem;width:18.75rem;height:1rem;font-size:0.875rem;display:block; }#Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn 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) { #cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK { top:50rem;left:0rem;width:18.75rem;height:;font-size:0.875rem;display:block; }#cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK 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) { #Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq { top:52.875rem;left:0rem;width:18.4375rem;height:3.125rem;font-size:0.875rem;display:block; }#Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
 }@media only screen and (max-width: 763px) { #NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW { top:56.8125rem;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) { #hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 { top:59.6875rem;left:0rem;width:18.75rem;height:1rem;font-size:0.875rem;display:block; }#hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 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) { #sevtrTNfIIgILxqsWUoMridkT3L0fpV0 { top:61.375rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#sevtrTNfIIgILxqsWUoMridkT3L0fpV0 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) { #aCpkgUTbr523BiB1osaU7h5G49VLmypr { top:64.1875rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#aCpkgUTbr523BiB1osaU7h5G49VLmypr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #wA4Xy3KfPQ2yohu1OKCdU0nDytXIL3op { top:28.75rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1ZCOvc55fOy8vDe7zEOWhmwwdlkNkT { top:30.75rem;left:25.875rem;width:21.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho3ECEGTqMcfuG7d322WIACmoH2duDVo { top:33.125rem;left:28.0625rem;width:19.6875rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUfKnhBNJEfeG2i97iM8S3cdTbX76A1 { top:32.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2MPMaMQcTEfyUlmJd6IrUzcHqB6fFq { top:35.9375rem;left:29.4375rem;width:18.3125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCfRBDyFITDuETse7niArynT95olM24C { top:27.1875rem;left:0rem;width:18.3125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcd0CLbCzMxMxilyoE95QZVFK0PShXX { top:68.75rem;left:0rem;width:21.875rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4ePd4JZLbzB1e279li2OwT82r9uTJA { top:68.6875rem;left:0rem;width:7.625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { top:72.3125rem;left:0rem;width:7.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIm6fybkUdsTnDaQ6WU0dxWsGrZai5fJ { top:71.4375rem;left:0rem;width:5.5625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSTOMn22yFERx0ISNxSg7RC7PKu4Bvxd { top:27.1875rem;left:29.4375rem;width:18.3125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpgRDn2hst3heZb7LPOUBea99dcDvUGx { top:47.5625rem;left:28.375rem;width:19.375rem;height:2.375rem;font-size:1rem;display:block; }#dpgRDn2hst3heZb7LPOUBea99dcDvUGx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #gbeoUP64J6i21TenA37atdMnUmKlV36N { top:50.5625rem;left:28.375rem;width:19.375rem;height:2.375rem;font-size:1rem;display:block; }#gbeoUP64J6i21TenA37atdMnUmKlV36N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 { top:53.6875rem;left:28.375rem;width:19.375rem;height:2.375rem;font-size:1rem;display:block; }#dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt { top:40.9375rem;left:28.375rem;width:19.375rem;height:5.9375rem;font-size:1rem;display:block; }#p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh { top:61.1875rem;left:29rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }#uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh 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) { #QlLrbHVeXPUX8qxcdJ09vfMaxheS6CFw { top:58.875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgNieSH7ZNlZXu74zukGV56aByI59ox7 { top:59.625rem;left:27.5625rem;width:20.1875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE { top:64.875rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE 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) { #dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA { top:67.5rem;left:29rem;width:18.75rem;height:1rem;font-size:0.875rem;display:block; }#dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA 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) { #QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG { top:69.3125rem;left:29rem;width:18.75rem;height:1rem;font-size:0.875rem;display:block; }#QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG 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) { #oE0xPTDHkAVG1vEiyysk8TazTOISfEtR { top:71rem;left:29rem;width:18.75rem;height:;font-size:0.875rem;display:block; }#oE0xPTDHkAVG1vEiyysk8TazTOISfEtR 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) { #kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr { top:73.875rem;left:29.3125rem;width:18.4375rem;height:3.125rem;font-size:0.875rem;display:block; }#kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
 }@media only screen and (max-width: 763px) { #r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC { top:77.8125rem;left:29.4375rem;width:18.3125rem;height:2.0625rem;font-size:0.875rem;display:block; }#r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC 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) { #T1K7liUMr6X9TzADrv2BSLvVXI4egI3v { top:80.6875rem;left:29rem;width:18.75rem;height:1rem;font-size:0.875rem;display:block; }#T1K7liUMr6X9TzADrv2BSLvVXI4egI3v 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) { #xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS { top:82.4375rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS 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) { #GgPbuNwUe9ROumAkqHQB82cDMSO3TPku { top:85.1875rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#GgPbuNwUe9ROumAkqHQB82cDMSO3TPku li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #C8A5VW8JRWlQCuqz25EU76fCEW392t1r { top:88.75rem;left:38.9375rem;width:8.8125rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RDLUgAzShMaKD2plKQwDGlAVEHk4se { top:88.75rem;left:39rem;width:8.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ8k2TdHHJ3nFhSHJ7xdRzBfgE4ZspEh { top:91.1875rem;left:25.875rem;width:21.875rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq1NbUu5tHelNV9kxyB2rtn0TM48hwJW { top:91.1875rem;left:35.25rem;width:11.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRqCQVyMJUEIKsMfsOFV2hb3Lpr45bD { top:92.875rem;left:44.375rem;width:3.375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keyqiaGO6f0DL5WNaTWJtLvkEGV099po { top:73.875rem;left:0rem;width:4.375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imeMvVlX4coUyT6GuOAEhM5i6nZTHIq9 { top:20.375rem;left:11.937501907349rem;width:23.875rem;height:76.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xts0uRmzLHBaXTZhg4bbNCUOXzMyCmTw { width:17.9375rem;height:3.6875rem;top:88.75rem;left:14.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk0vO78rLr75eQUuzIIQBJJ7UW7MJThN { display:block; }
 }@media only screen and (max-width: 763px) { #MtaEpp5EAQahTGDADWK6VqlSM3NQ3KAa { top:83.5rem;left:24.093751907349rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzavoq9fDkoCoJVJoWduovPk0OrVQ5nd { top:81.6875rem;left:11.243055343628rem;width:21.875rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIJyXh0RDyziJmx1R8dpZfEfggTemARh { top:81.6875rem;left:19.618055343628rem;width:12.5rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRaIkNkV50q4vmFOLrHN3yALfLguk0cf { top:78.625rem;left:12.937501907349rem;width:21.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTmyIbgKX1NsBiGhuT1PbIbfVVdceQS { top:78.625rem;left:23.312501907349rem;width:8.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb { top:74.5rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { top:71.75rem;left:14.5rem;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) { #lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe { top:67.125rem;left:14.5rem;width:18.3125rem;height:2.0625rem;font-size:0.875rem;display:block; }#lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe 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) { #erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 { top:70rem;left:14.5rem;width:18.75rem;height:1rem;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:60.3125rem;left:14.500001907349rem;width:18.75rem;height:;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) { #Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 { top:63.1875rem;left:14.5rem;width:18.4375rem;height:3.125rem;font-size:0.875rem;display:block; }#Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
 }@media only screen and (max-width: 763px) { #Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw { top:54.1875rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.875rem;display:block; }#Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw 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) { #KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO { top:56.8125rem;left:14.5rem;width:18.75rem;height:1rem;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:58.625rem;left:14.5rem;width:18.75rem;height:1rem;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) { #FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ { top:50.5rem;left:14.5rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }#FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ 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) { #JcnUDkTkeaUwmQSUOkuG3mIL9wcimFb7 { top:48.1875rem;left:13.8125rem;width:20.1875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B { top:41.5rem;left:14.187501907349rem;width:19.375rem;height:2.375rem;font-size:1rem;display:block; }#OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B 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) { #MMON45ZbVTrc8t86QEeCDpgqQ8DHWUCb { top:47rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM { top:36.75rem;left:14.1875rem;width:19.375rem;height:2.375rem;font-size:1rem;display:block; }#n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM 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) { #ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 { top:39.6875rem;left:14.1875rem;width:19.375rem;height:2.375rem;font-size:1rem;display:block; }#ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 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) { #BapwQduQK14RtvpJLbG9HA7XKR6K1lau { top:29.75rem;left:12.9375rem;width:21.875rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5GVSH0TlVqlJFF6emSGRoKEyIC5Mhp { top:32.5rem;left:14.75rem;width:18.3125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLw9XhOnDN5ZI9Fv6WrtE6h1qQRf1xQs { top:29.1875rem;left:32.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhUmhPLnhgsGLksnbLvZaB71f9lx4aS { top:27.3125rem;left:12.9375rem;width:21.875rem;height:1.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lus3Fbyzd3cZ9dfJZX9EnFdP4wm9N3TI { top:20.375rem;left:26.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxl2E8S194pEzpl8ntciePnEcgii2yEi { top:25.3125rem;left:12.9375rem;width:21.875rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmsAW0riuRaMy4bDSlNE35U8Gm94fxml { top:23.6875rem;left:14.75rem;width:18.3125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8xaEZncVOAJthsnLx6fOkR5WQ6xBBMT { top:21.3125rem;left:31.5625rem;width:3.375rem;height:3.375rem;display:block; }
 }@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.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ToCSF8aPELgoGo1cPseVggH8SF0BBK { top:15.9375rem;left:1.46875rem;width:44.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9uXhlSItiDRAL733fTZFOCKm0gOg2Ld { width:12.5rem;height:3.0625rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfuwPtbV0RN9i7vV6cLbNK7MfMhOFCBb { display:block; }
 }@media only screen and (max-width: 763px) { #WdfGRlhT1fRv1W71veNcF61RyrJoOhJP { width:12.5rem;height:3.0625rem;top:92.875rem;left:17.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOifoAt7a74IUVBwxQELAKdpfn4NTyXL { display:block; }
 }@media only screen and (max-width: 763px) { #FTndIRDFzeVEPmT4tGGRkOppoZpD6bCI { width:12.5rem;height:3.0625rem;top:99.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKWzq1TZk0lT5qvo198ZrdxPv7NQFkGs { display:block; }
 }@media only screen and (max-width: 763px) { #qnqgAN6pkw8ROZn71dfA1poh4aOlTxax { top:103.375rem;left:10.311633110046rem;width:18.5625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmEUHdHUCT8UcWpbN63kXBteEw6DosTv { top:103.6875rem;left:28.281249046326rem;width:14.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABbCcOgAu42xqHxcw9EEoWhiZhQeeSo { top:78.375rem;left:0rem;width:21.25rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH { top:77rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }#Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #ALKgaUGoEekgZN4AUeUeMymcFgU7X28U { top:44.3125rem;left:14.187501907349rem;width:19.375rem;height:1.1875rem;font-size:1rem;display:block; }#ALKgaUGoEekgZN4AUeUeMymcFgU7X28U 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) { #XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 { top:57.0625rem;left:28.375rem;width:19.375rem;height:1.1875rem;font-size:1rem;display:block; }#XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #pHZJvT88AfOTI5qknZuXB9HfvCN5ecWO { top:85.75rem;left:13.250001907349rem;width:21.25rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG5UEyDqRJhALImK0h1i5UFmIZHSLh2F { top:109.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.625rem;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:8.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7T8DuGutscgXGleMbTZ8RyxHis0F0v { top:6.0625rem;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 #RqhBMnqsxuwcem5RAW3vwO6UUokTty0w {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #W6flZXNBa5Ud9RX0HIrTJATXa8P9NDVS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTTTo4aPNUWO6wseDZiIUkbip80DfVbZ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #qSEgq57LMZIwTmcBszgnPTv46A0QNeK1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WBJy9SxA5B5BNotSHIGNd6eZox2PwrXK {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yX34239pT8cy4yAzQLQPUkHm4fHTLUv2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #etaJJ7Tb1xneKmTzstwn7vHSTWpw0owr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #JzGcVmNEIqJNIXX8QVXlT3xkAcFnVUFE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TxUgqDbZ0byNdCNPML4emOt6TmzynQZc {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ZnvTBhTDUcM9ugm6seE3FJ0pJWGIZVhH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #FbXpn0lnFlkqLRQ4pnDlsVSbI3J5ff16 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #DKBp86gTLtZTEmOVyOGDGRo4rOgkTduH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uCTa2GNWLnrdBLtBql5s6n9keGAxCfdi {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A40pd4u4OSGO4zlI4tJEEryrGdLz6SA8 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #axJvdb1uTqgUB8uS3U5LNBTK9B4Qk20a {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #rVG42DPgsZe1gNVt50DEK0IeeSyL8Dpr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WSscJZT8uohEffNA6WK3pDgPM7WyH1G1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTIEIzx62S5wUqZBEQRiwxwkevS2AO2A {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zpWnlUQg3eGEt04A6w1tmWfxoVAxUnHy {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cofaQhcoOkztDhxXmfyScRn5I68F8do2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #AglrIfFnNFQTXw1J6TU3T6OLNXk9WXrP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #oarGo2oxQOFAyaGaDkdnCQcTlucTmFMg {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #El0Zu2U9NalLtcZZhT2lu1Q1PLGzy1nX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RRVcC2gIuI4ciq42DzB1r6tPxhJvp6cS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hydWg1ozvH1wl4CkZbTTTiAd0JiN29UE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C3NAEiHTu8fmOPwzBfRZFdQIbzKvlBdt {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #J5zp0exASTlLQGVknp3d3szXaFZSyK2s {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cxTEhE6yhuMwJJh1gK3vprruk6BnyxTG {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #dzaZTq7fqBkFQGN9Sec0ryUR5UbpHt35 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #EzOoaIVzxEEmQzIWwQhCly6FKkTs1xVT {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yvhHLEtNqnHn71IeZKiBfRuEMbgVZ6zP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #pDlcrGEKIuI8yWxyPuIclDD67TZVwbIk {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #I5OeVRtgITkp7E4OeSiCpviTHqDd1Eux {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #B80pVTmRDdyQLpbvNDNTIqprwUX5yugw {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #KMViaet7ASATmANAgTFJgK8iUZx0BTxm {  }
 }@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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka { top:25.625rem;left:0rem;width:26.375rem;height:2.375rem;font-size:0.75rem;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:26.375rem;height:;font-size:0.75rem;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:2.375rem;font-size:0.75rem;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:4.75rem;font-size:0.75rem;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:24.625rem;height:3.5625rem;font-size:0.75rem;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.75rem;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:3.5625rem;font-size:0.75rem;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.75rem;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.75rem;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.75rem;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.75rem;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.75rem;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:3.5625rem;font-size:0.75rem;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.75rem;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.75rem;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.75rem;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.1875rem;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) { #g6WK0lCT0HmWkVpcRR8bFMbWa7yG1wqA { width:29.6875rem;height:4.375rem;top:27.3125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuL3xH4tpitoK04rCi0bIFTIDpIBTA11 { display:block; }
 }@media only screen and (max-width: 763px) { #sF5EdQkG2PTl4TMhwpc0znH2EOodLJC2 { top:27.75rem;left:22.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msd5Gsg36xRlrn5TrFTl2V89C2rK46Px { top:15.8125rem;left:12.25rem;width:35.5rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9Z7EB77w42qUo5GoU2FVzTV8PCKaCE { top:6.375rem;left:0rem;width:27.5625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAGMzbPUsPXagmOx49LpeIFpSaqMciJ { top:8.6875rem;left:26.9375rem;width:18.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOWKVRs8fZwfoXPlnA1eyrNqkhahhEeE { top:15.25rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhHwuDqQwAuvh4cLtpAbvlw15N5D4lM { top:27.3125rem;left:18.0625rem;width:29.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwfTSbIVBgTlGreT0LZl5TiwCvlmCPB { display:block; }
 }@media only screen and (max-width: 763px) { #rwlXRJT15kQUC6Lef9XoFW0o1yeO2KsT { top:20.5rem;left:12.625rem;width:35.125rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMIoViaCeSaqq7J1ty62EzK1GKBiwSb { top:21.875rem;left:11.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTdzp7nvLKztWKmrwzL1a60eA8edn1W { top:23.8125rem;left:10.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQocCctT6Rw0oNUrAomHwe65L1Sd0lQd { top:28.875rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEP5LNcrJkCwfyuTdoAloUvkEWJxyg8H { top:9.5rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFmui98e6zIyEqP8193Ft1x2BdcHP2PC { top:12.625rem;left:0rem;width:2.6875rem;height:2.6875rem;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.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd4Nx9qeamNJezJsEHPia3y1rv6zwCQy { top:8rem;left:0rem;width:47.75rem;height:4.1875rem;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) { #i9WpcNpNtGAE4a6chfRIJbb7J8mux8vf { 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) { #o2ZPI44yQS3snWcbn2BUPSZ9NwSmEzHp { display:block; }
 }@media only screen and (max-width: 763px) { #f0eA5FQ4hdm5g0mmGT8BUqkOZSPLM2Hv { 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) { #FS1bz3sSHp5ltx8vVrWGAe3stgcEcDCq { 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) { #M4BBTukQmkVk4sdsLHL85rUxLJoAalGm { position:relative;z-index:auto;display:block; }#M4BBTukQmkVk4sdsLHL85rUxLJoAalGm > .row .container { width:20rem;height:7.8125rem;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:#ffb300;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:47.25rem;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:9.27950625rem;top:22.5rem;left:0rem;font-size:1.6875rem;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:16.6875rem;height:2.924475rem;top:32.506944656372rem;left:1.6562500596046rem;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:17.243055rem;height:2.055555rem;top:42.8125rem;left:1.3437500596046rem;font-size:0.875rem;border-top:0.1875rem solid #ffab00;border-left:0.1875rem solid #ffab00;border-right:0.1875rem solid #ffab00;border-bottom:0.1875rem solid #ffab00;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8dMHPZFLOMOV8aLAzfoJNS89A834i6 { display:block; }
 }@media only screen and (max-width: 763px) { #mTBoXE0hKM1mSooBuWa3zeMRUx01EI5x { width:3.625rem;height:3.625rem;top:36.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu60fgG7v9Xo5SKhTQ4tbV0w76ylc7kF { width:19.875rem;height:35.4375rem;top:1.5625rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SGrVeW86ZtSRskRRp47NRLXk3lp9vRDe { width:20rem;height:3.09375rem;top:28.805555343628rem;left:0rem;font-size:0.9375rem;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) { #CGTQ91IV356DTb9ZZaxfgUWl1HgT4vmH { top:38.6796875rem;left:0rem;width:20rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObOw7PrnIP5DPxycfuEp6QoKfD4BIIQG { display:block; }
 }@media only screen and (max-width: 763px) { #ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB { display:block; }#ssJyAh3duqWKN5CBoy7zG2Em7XxD4QNB > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADii6MOfVqmOl7IUWcCV7PXH6nbzvloi { width:18.625rem;height:2.75rem;top:58.7919921875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLaX4DHHfJbnTU3EHOFxsTSVeXLsQlm { width:18.1875rem;height:2.19965rem;top:61.985244750976rem;left:0.90625005960463rem;font-size:1rem;color:#ff9a45;display:block; }
 }@media only screen and (max-width: 763px) { #hgyOdsevWbfweDrfl3taXKAGSi3ARLcT { width:19.875rem;height:8.75rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHoeOTVuxyrttfpyeV4Z2ItRM5EdT4ou { width:11.375rem;height:3.29948125rem;top:28.375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJLNaTkPHs3dCGJ2EASsrX49E7ZprXF { width:18.9375rem;height:3.41145625rem;top:32.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfukZUUChIVtoMOwmLlztwHCOXA320n9 { width:19.875rem;height:8.625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anm6gqpStDtAZLAsUqmFXIQXPhOdtTAL { width:18.25rem;height:3.41145625rem;top:22.0625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgElr7VMVRQbbV9FlIlllKaARID4cwM6 { width:12.9375rem;height:2.19965rem;top:18.75rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT3LK4NLSKmyGDRryCdrcELdcUAo2t2O { width:19.875rem;height:9.625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKmPBGXLyoiJbZUh85k9Judpy5g0gNKT { width:18.3125rem;height:3.41145625rem;top:12.1875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJkTJAd2BkEASZbQODxhSfrZzrJIPkoN { width:13.6875rem;height:3.29948125rem;top:8.0625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RTfkTclizVRsuopiPenJdXidpSm2aQ { width:19.875rem;height:8.75rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHgZLtHM5tOA7dMz6QDLgpMKaw4vI4D { width:19.875rem;height:8.6875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfLazHhhMgTODibzRCB96CTWmAEnvdLn { width:18.75rem;height:3.41145625rem;top:52.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDztKAO3GGUif1iGICinZacy0pu4Z1xn { width:18rem;height:3.41145625rem;top:42.4375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEx2UctDqrAdatcFCPN8LcUo9cC6KerP { width:13.75rem;height:3.29948125rem;top:38.625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygL3ipv8vfa30kMdyMP1e2zNcqgDR13 { width:12.875rem;height:3.29948125rem;top:48.8125rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTRXXZmt8xLnQuFL5TcpNl7ETC4ZVaG { width:3.4375rem;height:3.4375rem;top:38.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhBDdhT9CMtnhMhqklwxTG0BEwglQzuO { width:3.4375rem;height:3.4375rem;top:48.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orS6SpXJTw3cwZmieXrWfnRlU9xwvyUz { width:3.4375rem;height:3.4375rem;top:8rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxfwJEkh76dyytttaTnGiRLJZDScT88 { width:3.4375rem;height:3.4375rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euZwmvbo22lxzG6gr7F1Hrbwe8pgiPNu { width:3.4375rem;height:3.4375rem;top:28.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMKm1HnPTx00ADbChrTwQxHA51pMQRA4 { width:20rem;height:3.02430625rem;top:0.953125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3un2XktBD6gNmaRzw8COGsZvKdGBsGS { width:20rem;height:1.23730625rem;top:4.4765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF { display:block; }#d73OQofpJL6TcFbk74XwXMJZ6TH3DHHF > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI1LyZhNyepTBeVwtAyF0wau8vHinTk0 { width:17.5625rem;height:2.75rem;top:2.3750004768372rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTq2TPrcyDJfrJX7pNXC7xicLqemDGc { width:19.875rem;height:5.6875rem;top:6.654296875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,189,107,0.2) ;background-color:#ffe6c1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cq4IIhGTOwSaIqeGhWiB1dH6a5x9ReXJ { width:11.625rem;height:2.19965rem;top:8.267578125rem;left:6.8125rem;font-size:1rem;color:#4a3948;display:block; }
 }@media only screen and (max-width: 763px) { #AC6AXlWPE3hD3TOA9U4y5cTUMnK8BvAn { width:20rem;height:12.625rem;top:14.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LMywvnthLTlfK52fsWEQcFf8a590cx { width:4.9375rem;height:4.9375rem;top:12.466796875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKuKVhaeh9bN4x4KsVwFiu7SuiWo7g2M { width:17.625rem;height:6.8229375rem;top:28.0224609375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxv4yNZCbO6G59lwubb2vGIOb1RQWn3I { width:11.0625rem;height:1.375rem;top:19.5595703125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiA3alTi1LOu1kzc0tRrOgcCUF2tTupD { width:1.375rem;height:6.75rem;top:28.0576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIoV3CRwn38dfV1azyskCqlcrCo7LIqf { width:17.5rem;height:5.5rem;top:35.921875rem;left:2.5000000596046rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sqtNWVq8SxT8m3gRW5GWUs6RCiGOLs0G { width:18.125rem;height:3.41145625rem;top:42.015625rem;left:1.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SVqsPdn61OcHh51GTnrOwfV6GTA6cVxC { width:3.4375rem;height:3.4375rem;top:7.6484375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKmTUahg2tKIqsFlRqHsoHOIEb3955Le { width:10.625rem;height:3.09375rem;top:21.828992843628rem;left:0.81250005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW { display:block; }#HHLP3ubEgTqDm3yrEUu5GWxPuEx3PNMW > .row .container { width:20rem;height:135.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyQIObJBeLkXyNqFvkgvRrTnnev5q9e8 { width:16.125rem;height:2.75rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffK6PPsarcn2OKh0ZQtdXbpTkyNnLhJT { width:20rem;height:123.4375rem;top:11.124130249024rem;left:0rem;background-color:#fff5ec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Za687xURzmVbqLQC4WzNyvWUTvi5xTT0 { width:14.9375rem;height:2.27430625rem;top:2.20703125rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ395sDW0N1rx4glREAToUC1POdhvzRB { width:8.125rem;height:16.3125rem;top:17.187500476837rem;left:8.05555588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ydv5HIeTlNI9b2EEXs7MrhBxCARuyt { width:8.75rem;height:17.5625rem;top:27.625rem;left:0.79861110448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #duKg9QPbXZXMaX0cvqdTQrsLdEWOk84b { width:7.625rem;height:16.25rem;top:12.062500238419rem;left:1.8680556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzU9zoOTWU60BKdfdKkJrZCtMHEUIXf { width:16.5rem;height:20rem;top:99.460926055906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWhnm7QQWW1lwDzQyOxPMmHzkg40bnR3 { width:13.375rem;height:7.0625rem;top:61.25rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4VhAEBC2kRwHAGZf1E7rymoMymwfzWR { width:11.75rem;height:5.5rem;top:88.186634063719rem;left:8.05555588007rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #oCQBCM0nEFry5AAbi7MgWG11Fkvh8qzW { width:13.125rem;height:8.3125rem;top:72.11718940735rem;left:1.5000000596046rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #txhJXNpCl2xiPmKezeptfuNtencTmfkx { width:12.5625rem;height:3.5rem;top:84.686637878419rem;left:0.79861110448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChQk2GEXESDObWOJXFBIPSTIO5r2hppe { width:13.25rem;height:5.5rem;top:42.524312973022rem;left:6.7500000596044rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #PWFfqcTudMnHktRmXB0DyVHngWuIAqK3 { width:11.4375rem;height:6.75rem;top:48.024305343628rem;left:0.79861110448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvz4NWfDvNoSqCnOxR1kgHZOETPUPwMp { width:12.625rem;height:7.9375rem;top:125.6250038147rem;left:7.3750000596044rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #SOel1NGNzBRSk46PMMNkTEzH63bSzuPe { width:12.375rem;height:6.4375rem;top:120.18058204651rem;left:0.79861110448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTPgp32NTwzI1nTD3lL7pz2yluHmv0y { width:13.25rem;height:3.75rem;top:80.42968940735rem;left:5.4930554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veg6amMqiwIqUFEMPVZomOksl2GiIbP4 { width:12.375rem;height:6rem;top:35.232635060302rem;left:7.49106283374rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwDfOyrKsWogAazEk3p8eLlnlBJGmT8h { width:13.4375rem;height:3.375rem;top:68.312505722044rem;left:5.0477429032326rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #K5dfca5dCGclbZSfWIlpVZb8f70NnV5E { width:13.75rem;height:4.4375rem;top:93.686634063719rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bFTsheAuSThRq0wK3kZVEIsX8QxABw { width:14.125rem;height:7.0625rem;top:54.774305343628rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Fodvg9x74H5qPdvkMAZ7LWOIBv7odB { width:10.4375rem;height:10.4375rem;top:7.7499990463256rem;left:9.5625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWZm80EqV4pu2QMGkrhSy9odQ31hveiv { width:9.75rem;height:9.75rem;top:129.625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1ExwnnCJItno3W9mwhiwzky84JT6lly { width:3.125rem;height:3.0625rem;top:83.00000190735rem;left:16.124999582768rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #lO983kZP1RV4NRt3R2QmaGzIBrAJMTfQ { width:2.4375rem;height:2.4375rem;top:57.086793899536rem;left:1.8680556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #NACUxaF5NxGr375yIGKsooJpmgZiSpry { width:4.25rem;height:4.125rem;top:47.96875rem;left:14.55555588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #MubTs5r0Hou0MDIAgcNS7nIzbdpcTEg5 { width:16.6875rem;height:3.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZyZtw9STQXqDfB1vHgI8CL8lVQBfS2 { width:7.25rem;height:7.1875rem;top:100.80555915832rem;left:11.23524338007rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 { display:block; }#Zp0noG4Q6yvRRRMwMMWNdlTIuTLfUoN4 > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySxTsgVo7iwvUA7MZPVVgkZQ9NbhTxhO { width:14rem;height:1.03125rem;top:8.4375rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSlbhiCW6iM71LZspkvCOLfalCEZ7TJ0 { width:10.375rem;height:3.89930625rem;top:14.1875rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUIQZ3UygxoTu3T5Vt3hCZG4H9ZbF4mm { width:20rem;height:5.5rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWuGhpDqe41NSbJW0NXtKFLPApX41Ez { width:19.9375rem;height:8.25rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiLSBVBAytuq1QGFF8Rsg3tQQftIGDvv { width:18.75rem;height:1.58105625rem;top:11.6875rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdxruXbbmPG1K5oC65XVXdGVXfImsnD2 { width:8.9375rem;height:8.9375rem;top:10.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfZOgVREycoG4ygAy5ghsiL0yJf2qUe { width:19.9375rem;height:8.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwK8LRhqlhVFTdMTtfJp4FxyidJ9fSW { width:13.125rem;height:4.5486125rem;top:24.375rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UERqhQdbAy5mxHpBoxkWoaTHMKTvJo { width:13.125rem;height:1.4375rem;top:22.25rem;left:6.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNlEVJLCLmssw2micE40rgflcc3S5UW { width:7rem;height:7rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agESyBDuS3IrzBnD00I3dMUoLQT3kdmp { width:19.9375rem;height:7.9375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUnusVTvwI10HHUEFvgwr73AIRtsPLip { width:5.625rem;height:5.625rem;top:30.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWIcMRo4TZokR5OuimVGMvABdOr1t8i { width:10.1875rem;height:3.41145625rem;top:33.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVL6rPTf7FH170kzvRtOayaxGsXnHdT { width:18.75rem;height:1.375rem;top:31.625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un6D512FcpH83v0taUpsT4kCUKvbX1fx { width:19.9375rem;height:10rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLCkHAXWDMHhl0zLZ01Ex0gxNgV5B8Sl { width:5.8125rem;height:5.8125rem;top:40.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqwiyZeuIdxWAJobIDt96eTbe5xprsi { width:13.0625rem;height:5.27831875rem;top:43.125rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQbFaCPyzNx4PEoNt0ZyWuK03HZCTCR { width:12.5rem;height:2.88715rem;top:40.25rem;left:7.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXNsoty3W3m2vpDSZEDn8b5ydkmKWiJB { width:20.125rem;height:14.4375rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFLmrvnWBwTCAG0zyvGtadEsqPcIBM0 { width:7.3125rem;height:7.3125rem;top:61.186630249024rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtptWTF6VramxeoGA1LrmaGTASFZiPQr { width:17.0625rem;height:4.54860625rem;top:59.5rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThszvQvq3y1ZkWODXNBNVmoGh59QXg7 { width:15.1875rem;height:6.0486125rem;top:52.5625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hALuvy6r43e79ZXJI9LddaIkOrtI5iCJ { width:3.125rem;height:3.125rem;top:34.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SITw4UaWvhAnEC74Nn4UKN4a5DDqNpVm { width:6.625rem;height:6.625rem;top:49.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIb2HuGbCZfgnHRei0ATkLw5g04qSt4o { width:4.1875rem;height:4.1875rem;top:122.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQF1bWp6xZtlWBaFKCZNikK8J8ao3Vs { top:11.375rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(16deg, #d8d8d8, #f1f7ff);background-image: -moz-linear-gradient(16deg, #d8d8d8, #f1f7ff);background-image: -ms-linear-gradient(16deg, #d8d8d8, #f1f7ff);background-image: -o-linear-gradient(16deg, #d8d8d8, #f1f7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f1f7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f1f7ff' );";background-image: linear-gradient(16deg, #d8d8d8, #f1f7ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Ud6OwSQ4EtatbAbBu2442Df1kPsWs4qL { width:12.0625rem;height:14.3125rem;top:72.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HgiZTVsPJogX700z03tqHxygMlMztv { width:14.75rem;height:14.0625rem;top:90.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPT4GIyLfGKQnB10eRv0pENce9QgXES { width:10.75rem;height:2.375rem;top:69.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJNNJrDbJMM0S1MbPTZaTue45C4i3JJ { width:9rem;height:2.8125rem;top:87.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlOcWVMFMMKUZwZ7tRDyl6iN3spkeCJg { width:15.5625rem;height:12.6875rem;top:109.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeSIDuymzSTx0WsggHwbnTZBXe2ddtm7 { width:10rem;height:2.75rem;top:105.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCRa5hGP5nHL8WkPcJismKCMJyKH98vW { width:3.4375rem;height:3.4375rem;top:89.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4AZTX1UiLlAlauBv3McgelhZnR1Etg { top:125.25rem;left:0.625rem;width:18.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQO9fBaPqn73ze1hCZNSWGZU0FAhsTkn { display:block; }
 }@media only screen and (max-width: 763px) { #DRqc7uy4Eg7p18458HzytUEKar3zEUrT { display:block; }#DRqc7uy4Eg7p18458HzytUEKar3zEUrT > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVKLKUDM3s8iOBppNurpcTnTT0TieHCX { width:1.4375rem;height:6.5rem;top:3.4052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpTPARi8vSFG7gQOM4Ot7m7R5r9FbIz { width:17.5rem;height:6.52778125rem;top:3.390625rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkkGrEdSS1bqlRgT1hRUQ7RaIhd6yXt { width:3rem;height:3rem;top:6.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynrk891aMd9gh0MODMh7vQ210CAfBwF { width:3.125rem;height:3.125rem;top:16.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaGnWTUbE2mfeRUEuQTuaWDguHHvwasU { width:2.3125rem;height:1.51215rem;top:17.25rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfZRGyaWoSLlHmUMHFlLs7DgRPKCcJlA { width:3.75rem;height:0;top:16.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAG4xDZe3ND3W7bcPsvXIczOWcOccl3m { width:3.125rem;height:3.125rem;top:36.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWw79yuhKbCpVlP6s6G27xEoDqBSqLyx { width:2.3125rem;height:1.51215rem;top:37.375rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9gfyZAPxcMbOMZzaK79Av5SZm5Das0r { width:3.125rem;height:3.125rem;top:56.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNCyhyE0sgAWK0t5s5hNTFQxpQfdBz3v { width:2.3125rem;height:1.51215rem;top:57.125rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnGhlvgb3UTU1G7bnHRJF4mDVO9fQ40 { width:6.625rem;height:0;top:49.1875rem;left:10.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mv6ClwvgVx94GrPbstmPTWiVibMeBT8N { width:6.625rem;height:0;top:59.3125rem;left:10.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZP3nZFwxqvaMACe51zr0G5Tpa1dZeyB { width:0.125rem;height:43.75rem;top:18.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8IxTkUz35HISSQGRCF1B5KHVh1T9c7 { width:20rem;height:1.375rem;top:12.779296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Illt2qQgi2zHs0pggFshcO9ZgkbglLaH { width:1.5625rem;height:1.5625rem;top:21.4375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1Sz7oW9qgX7eLu9AFncPOQ8gTdhaQf { width:15.625rem;height:3.4375rem;top:23rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWno2p6PPXnLcAvpApF2RTLqWQGrs5b0 { width:11.9375rem;height:2.0625rem;top:23.6875rem;left:4.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdgf7SJEI9k8eezp8QUlXaT458z1OCcH { width:17.5rem;height:5.84895625rem;top:27.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1xssNeNFbMrn1GcKku8TbIXypuyLO7 { width:3.75rem;height:3.75rem;top:20.34375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG07Mxpd0xCh8edI9ipq5PGO9MpdC6ql { width:17.5rem;height:5.84895625rem;top:47.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKduNDesAQsmdqXV4HnV836fb61QpS3 { width:1.5625rem;height:1.5625rem;top:41.3125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vFH2eFDy4eTWiLrqIcBoZETKfO6ERk { width:15.625rem;height:3.4375rem;top:42.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXF3RPtXq1wJBOsgTARCBALx40KA0z9m { width:3.75rem;height:3.75rem;top:40.21875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNluEubWh3u1XoJprpturM1fWZoDS3wG { width:13.8125rem;height:2.0625rem;top:43.5rem;left:3.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inf5d3cRde3h4ZcKR3headRZLRMAXS9p { width:15.625rem;height:3.4375rem;top:62.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbuCkkTJ5J9hJnM8UnOQBs3VyGkUQswH { width:15.3125rem;height:2.0625rem;top:63.4375rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg1NBHdT2MAtzBSxnrDgO4HAoNMzfNLP { width:3.75rem;height:3.75rem;top:60.15625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNcnHuxoJAcFaXGnOfKFucL47op5v5c { width:17.5rem;height:6.8238125rem;top:66.990234375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDETnNlKLMfNITzZCzg1yTs4ZOBog8CL { width:1.5625rem;height:1.5625rem;top:61.25rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5liLMtVhE5DrSZfFZqLAwy7DJ8E563f { width:19.875rem;height:60.5625rem;top:15.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa { display:block; }#cd25MKKAov2aNN9pIvoHUWsGx7lR7hAa > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQU5haOHBHShMto1RtuDmbfNunA4CbkS { width:2.3125rem;height:1.51215rem;top:7.5rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxCQBlH6zPyhgnRZ44g9iSX6kG2Gwsh9 { width:3.75rem;height:0;top:16.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #piP9KKKxgPlz53Kg9rxF55JJB7cV1sQy { width:2.3125rem;height:1.51215rem;top:26.375rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3RNHOG9XBONzMC4ZAyss7XlKMWG1ne3 { width:2.3125rem;height:1.51215rem;top:46.4375rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J73s4hVB6Nvk0mJA6R89VPDQB03rU4M9 { width:6.625rem;height:0;top:49.1875rem;left:10.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #soO4wA15921dMLo3lw87eX7BvBu5FWmr { width:6.625rem;height:0;top:59.3125rem;left:10.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAcZaiCfXZlfic9rghwDRnbe7aeT4TZX { width:0.125rem;height:43.75rem;top:8.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9I2i3obbadiAib8yFBWGJxbIeczCqo { width:20rem;height:2.75rem;top:1.529296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qNgXIT9DRHTJRxZSSbeSzBR6o2swCq { width:15.625rem;height:3.4375rem;top:13.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1mHfq2WkGvBa3guwX4v3Ecq9c9ZJT6u { width:11.9375rem;height:2.0625rem;top:13.8125rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeChSRn9T9QwuNyHMvlgitaFNTOeOJVG { width:3.75rem;height:3.75rem;top:10.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO4DiwDKtJao6373rOcZLmfTok9xPlpQ { width:15.625rem;height:3.4375rem;top:52.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpbZTxb9ygG6FWgSff1ihVzqhkGMGoS { width:3.75rem;height:3.75rem;top:49.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsn7EgSKwmFb5o5fAZeHtP98l0iCUPdR { width:16.6875rem;height:2.0625rem;top:32.875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwMNib7wQzgyxXTB3sF9tFL5kgAP3Ho9 { width:15.625rem;height:3.4375rem;top:32.1875rem;left:2.1875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #a1I4SzTgRH410d3VPAvsfmu4GpTiTk7O { width:16.6875rem;height:2.0625rem;top:52.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvo4H0wub58E34g0DEACnFgmgcBFrRrO { width:3.75rem;height:3.75rem;top:29.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RoMMrZP4KTDANOOxwc84oG7g7wlMWN { width:19.875rem;height:61.375rem;top:5.125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #hX50Iqk7PLAKk3dwsEb3hZqcioIsDOp2 { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2x1SOR1QnTemnPya1ZHyGnPKtevUdQ { width:3.125rem;height:3.125rem;top:25.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXAgmXFfSLCATzIhkEHAZNedXSEJFbRm { width:3.125rem;height:3.125rem;top:45.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0R4f4pWl2JzLp3H66m05lCXBeS4alT { width:1.5625rem;height:1.5625rem;top:11.625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FWflxTbg4LrRQQh96q8mWNyZJ6xSHl { width:1.5625rem;height:1.5625rem;top:30.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Etdl6ANJZrQHMPveKUDuZEiTlVD9mK { width:1.5625rem;height:1.5625rem;top:50.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgWyKRpaRhCItgkmcVQ11efwudislHbT { width:17.5rem;height:5.84895625rem;top:17.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0HnN2B3RZTAASMUGlzb19hZXCCyLsMk { width:16.1875rem;height:5.84895625rem;top:36.875rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6iktc6ykDdEkgIbSVfin8mRTUMJrLb { width:17.5rem;height:7.798625rem;top:56.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw { display:block; }#JsxlA3p20zhNuPwR1Wn4VRs7FOTlIyMw > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuu7yS9hlKmEH1n1zkWKNKxaNCCqQFoG { width:14.3125rem;height:8.25rem;top:1.1875rem;left:4.6875000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;text-shadow:0.3125rem 0.0625rem 0.1875rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #EWtUADo67a9JoxAoK4kbmT7nb7TlGD6A { width:3.25rem;height:3.25rem;top:1.25rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCndMZ1KpTWomliW4eOINJ6mIFmHTZul { display:block; }#kCndMZ1KpTWomliW4eOINJ6mIFmHTZul > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mf5cdySBZy3TFSyEwfpzlNfCLKko1x6h { 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) { #OIJLqdtE7hnCdsg4ZsdoVEu0mvEDcyvU { width:17.25rem;height:2.19965rem;top:10.4365234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxAwLvfFECXTX2KmOzna0ZADkV78GaHI { width:20rem;height:6.0486125rem;top:3.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2OyOQQUsyXZOLNqZJiET6gJulcqxmyy { width:12.1875rem;height:24.75rem;top:14.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLThROTzlITrRNARU05ruyPGAV6TFewv { width:20.125rem;height:7.1875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IXnb1dTCqtaCRvoZ6lWMRmBkNItaA5 { width:1.875rem;height:1.875rem;top:37.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFi1Zkl3hrtwG9VCognz4X8yM81PgTS { width:20.0625rem;height:7.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQSKkHlLXCpLpegvK0WIybZ6ZR0QHUmM { 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) { #CDPf8xh23PazNfDDn2XI1taRMJoabVm1 { width:1.875rem;height:1.875rem;top:46.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCxwGZ0UeHJCp1gTpTolGXmumt0O6Oc2 { width:20.0625rem;height:7.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI8TgelaVWNAiANF8eCiHwZ3eg3n6zAA { 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) { #xozB5cBnhsyRoIts10Fe3PTvHVqGuXRT { width:2.375rem;height:2.375rem;top:54.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trBG06y3CD4g6Ml70NNeaibBTvbKQnuu { width:20.0625rem;height:8.0625rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mObt58SaI5RzpfL6Sn98cmLmXmf57M { 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) { #Rub99liOikasnJ8fthgdxTMXgrKN2ZbM { width:2.125rem;height:2.125rem;top:63.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0ccCBCgWFMR5vXmfPAF1cw4EoTTaZw { width:20.0625rem;height:8.125rem;top:71.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSwppleAAIlp2XDxfc9ZSNh3nehdGlUQ { width:18rem;height:3.1484375rem;top:75.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biEeVz4ecnZhJ854tVkgT7LvTIkDw80W { 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:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcBk03ECeR4pfnh0oaNeJsP4eBZPOyp { width:14.8125rem;height:13.125rem;top:28.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sihr6JdlbLlGshAi5tvmL4NTeau5L6Pl { width:6.0625rem;height:13.125rem;top:28.5625rem;left:13.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BuJilL7WRQAvsQ6fI3PoB1aaQpmTvhta { width:6.0625rem;height:13.125rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CTpzRv6iBUgrJPwTDAbqa2Gio1PsV71t { width:6.1875rem;height:6.1875rem;top:25.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF8eepDKCE9BrcpSWXxuZFbx8BoknhnA { width:3.0625rem;height:3.0625rem;top:22.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWR1GefniosFCrdKqaBfxwKdTl5V2TsE { width:13.125rem;height:5.9375rem;top:13.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrQ6DDtqwe8nfMDvKfqROQqzvtEJPQSX { width:10.75rem;height:1.798825rem;top:16.375rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDVTE8bDM8wvihhZP7Lc0be5MlIcdzXb { width:1.25rem;height:1.25rem;top:14.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3mqsfsloW8IW0g8dra7lSkuekr6nDX { width:1.25rem;height:1.25rem;top:14.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGxzh1E6Jhu0BfhVEMT8oMAD10v8VwVx { width:1.25rem;height:1.25rem;top:14.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJArhLqv1J8lauBhTzLL3TNZMvs1X5q { width:1.25rem;height:1.25rem;top:14.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQbGdDX2ntuBTP8heDOTf0nMc2OIJgD { width:1.25rem;height:1.25rem;top:14.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ5TxrDXBT61yPd9lXr3m6OliXaR0glI { width:13.125rem;height:5.9375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOv2AcF7UCUEByx9bxqtlcfNT1Ws8La { width:11.4375rem;height:1.798825rem;top:22.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UCoOiazLf0w7CfZwmByCxc6HJ2rS3X { width:1.25rem;height:1.25rem;top:21.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJW6hMMvI4JRzJCn32xy8aE9NHDpybJ { width:1.25rem;height:1.25rem;top:21.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIcJRr2ISRHkHLDLVVNCvDbg7m22Xk9 { width:1.25rem;height:1.25rem;top:21.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlb1u0k008TNU1U39u4VTgWfgl7k5VHk { width:1.25rem;height:1.25rem;top:21.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0EqTdka883DP5uexa36pVuFW1mba1ws { width:1.25rem;height:1.25rem;top:21.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzqP434RdxqpRT9VIDTR0UJ4hNzgtuPn { width:1.8125rem;height:1.8125rem;top:16.368008613586rem;left:0.86805552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ZuofKopy87edCIR7aIWBv2rGdktkBH { width:1.875rem;height:1.875rem;top:20.75rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD77KclQQaSQTCWANJbpVgQVUMTTyaTU { width:20rem;height:5.24739375rem;top:6.3116302490238rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWSfuaIrdZ3ro0BNKtPBVAURSV3AzbKr { width:20rem;height:2.75rem;top:1.9591999053955rem;left:0rem;font-size:1.25rem;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:40.8125rem;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:39.625rem;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:block; }
 }@media only screen and (max-width: 763px) { #wUqRApaFXFtPgKaiMpJk5P1v6JIP54Is { top:41.6875rem;left:12.8125rem;width:2.1875rem;height:2.1875rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VZsJWl5NQbmHlszXRDVORdpkAJUh6wza { display:block; }#VZsJWl5NQbmHlszXRDVORdpkAJUh6wza > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIWg1cLB90h0w2az90mUVRe5tGPuT8NU { width:20rem;height:18.1944625rem;top:10.921875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqK1IaeDUZ8dpzV2HdXGHwRl5G6zE1PE { width:17.875rem;height:3.0243rem;top:1.4618058204651rem;left:2.1250000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8B9rMQlh46pEpvgmyNy0CsOTWniIAe { width:15.9375rem;height:2.9375rem;top:5.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceW4ADxoo4ULxOaUZfqxgTgfGcpba0Qi { width:16rem;height:1.04980625rem;top:6.5625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI2BvTTBSFVq46LLcRZ3iF77LvxNLgzX { width:1.25rem;height:6.0625rem;top:2.6041669845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fHvCcNve7rdXnJg41vwM0EQtNqDODR { width:20rem;height:20.468775rem;top:31.908834457398rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp { display:block; }#Iw5gHb3uogOhTWTDKugFDNGtXn2aABhp > .row .container { width:20rem;height:136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSmlMpBMbWhv1XPvkHpkptTZXkMoFCRT { width:17.5625rem;height:4.125rem;top:5.5rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTsxXpaEmZU7czTsbFogzg9tCxTv5hR { width:19.9375rem;height:70.4375rem;top:62.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #WceeiH0TbJ8XgTUifbiT60tifn3gPCrw { width:19.9375rem;height:53.5rem;top:10.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #C7acy4eTIybpJI9IK7vQ212sTr9wQy7c { width:2.6875rem;height:2.6875rem;top:2.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0P0PpTsVRIde0ZvIWQocbonJKBiDpn { width:18.75rem;height:8.25rem;top:14.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFLt1exc92X31xB9ERwzGXO93MfEkp2 { width:20rem;height:1.375rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zZlbEcqJWm9c9DJTDVx4pcBZ6zhUGZ { width:8rem;height:1.375rem;top:64.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DVXP98qG22Ty9bSdBwtahFVIBwwJo3 { width:11.5625rem;height:1.375rem;top:64.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEu7GTcobZqkUv7QGZrzqZrm5qNTAbv3 { width:2.5rem;height:2.5rem;top:17.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8QiMDrxgIluBoyEGEVC6g8F0SexgC1W { width:14.0625rem;height:6.296875rem;top:15.8125rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITWUS9CyZeHNJMAocrvOQeTJ6yiJtIO8 { width:13.4375rem;height:6.296875rem;top:25.375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCUkxTUlx6LATyqsJglSRWMvoEpKBJvl { width:2.5rem;height:2.5rem;top:26.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex64O8092cIDDpgh9OM7rCU6ei7J8gHM { width:18.75rem;height:8.6875rem;top:23.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olJm8OrJKECI2fTLFX96DkC74lgZlWt4 { width:14rem;height:5.24739375rem;top:35.3125rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvzJq7KqdgdsuIFE6OikcAazC7AlFsLm { width:2.5rem;height:2.5rem;top:35.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMolE1Q1VIg7QiqBNgKKKofP7XNVo2vJ { width:18.75rem;height:8.5rem;top:33.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOqVB30tMWUN72eQBXDMZ9CVzvi5ESAn { width:14.9375rem;height:5.24739375rem;top:44.5625rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTk2MTW8n7uD0HUQ00GFdTnEzOFhkRT { width:2.5rem;height:2.5rem;top:45.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMpDN2XHglFc7WGZTcvJgsTRrccwx5JW { width:18.75rem;height:8.0625rem;top:42.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEN7lyNrgNcNEpENGBo3IJGR4Gvw8qQ { width:14.9375rem;height:5.24739375rem;top:54rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmQs5ApmPQ3XwNzM4cOzKbEmVHchTWu { width:2.5rem;height:2.5rem;top:55.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXcDgAXrvD7Bqm0ZlFhwlTK5iIOurQtR { width:18.75rem;height:8.8125rem;top:51.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXCQzcznBnvpSUkNFn6Ssf8sn96VCWg { width:16.875rem;height:6.296875rem;top:71.0625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZrnibCnHILeBPgD00DvJhSPTENOmrSD { width:2.5rem;height:2.5rem;top:68rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4m1wZTiyJt35iyh5fFvCxG2PRRtn3z { width:18.75rem;height:11.5625rem;top:67.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrbpC7zOsnZrTE0XbwPIOJRwLSxhsLD { width:14.375rem;height:1.23730625rem;top:68.5625rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZzSf5WmDqyXdD5OPmHEe7WBKiAKT3y { width:18.75rem;height:12.1875rem;top:79.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4siJG2pdtZBBPUAhmCxQOb1MWi2z5og { width:16.875rem;height:6.296875rem;top:83.625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efmExVGV1WWKfibQFopx0fUnM8fuwrNi { width:14.375rem;height:1.3056625rem;top:81rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD5rdsZybtORviVn64XdkTIdSQB9Uxlu { width:2.5rem;height:2.5rem;top:80.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzx2Cwtm8Z7TTcm9D95BRko92M1Gw7G { width:18.75rem;height:12.875rem;top:92.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2bAB9PNV2uNV8Mkx25MehaTWXiuvZla { width:16.875rem;height:7.346375rem;top:96.6875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdk55E8LiCRWfvzMXoIuXidgpmUd4MkP { width:14.375rem;height:1.3056625rem;top:94.1875rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikT9BgiIswewmzUaI0aLb3mTPzcvI2Zs { width:2.5rem;height:2.5rem;top:93.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaordflcBXISnVQC3IGuJRolIpgL1rwR { width:18.75rem;height:12.375rem;top:106.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKkKFMprMUWwkPGaymnT7PRHV4EAlwQ { width:16.875rem;height:7.346375rem;top:110.625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLa4yIIsa5E1Vm01wtX4QTyVpHxCWdlW { width:14.375rem;height:1.3056625rem;top:108.0625rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzBQae1vTSZpWoTCws45MST292Co1sEk { width:2.5rem;height:2.5rem;top:107.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHPHrN276Jn6bym3rEWq3MRl03p5J4VE { width:18.75rem;height:11.625rem;top:119.9375rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #hDrEp5l4Gz4mhBsDe3cxfSKyAR5REHv7 { width:16.875rem;height:6.296875rem;top:124.25rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWtO1c36uL4q3RhOKacMMSeWCXadc7Ii { width:14.375rem;height:1.3056625rem;top:121.6875rem;left:5.625rem;font-size:1.1875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #N5xxZdHzcL3tErUc28euG48eyqWXy1QZ { width:2.5rem;height:2.5rem;top:121.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy { display:block; }#PxMXwHdTfRvFeZLws2yTSEBx0TOwBkxy > .row .container { width:20rem;height:171rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFlJfqDzvT9mRpA0TvNidmB8Hkubn42y { width:20rem;height:3.02430625rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxaSe17tbiA0RyIf9HPEm7eDmVQMbpzt { width:15.5625rem;height:1.375rem;top:27.5rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa8QizGT2Ih25XTxbr9u5KSVQrR5bu0w { width:10.25rem;height:18.75rem;top:34.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmAeovIw0VuiAvChQ2PSXqVTBn6l4don { width:10.3125rem;height:18.875rem;top:61.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVuW1keWOUWr3WxXSbqZGuzDEbFrD3IL { width:9.6875rem;height:17.75rem;top:88.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4w2x406B66EpDNLtP8wRoGCPACKFEVz { width:9.6875rem;height:17.875rem;top:115.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvpA2TLrPV5AZLEHKMZSzb4iyUk0qM2 { width:13.375rem;height:24.125rem;top:8.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8SCdEd9eiOhkH4QTXhSyscZ7tLH5TDT { width:15.4375rem;height:2.44965rem;top:28.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvyxHC7QZQqEbULJ6egGrrMZu3Pldga { width:12.9375rem;height:25.4375rem;top:33.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5rlma114BHWOg5UslAyvy6u9S57TeXi { width:15.5625rem;height:2.44965rem;top:55.9375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp6no3STG4ylV3fl8ycZxvSeB0XXfEso { width:15.625rem;height:1.375rem;top:54.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqphXIZRiiEtmRvkFy61aSWyZ6HuTRaQ { width:12.8125rem;height:26rem;top:60.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiHGt2TFPeMnIwSQtLHM7zfXxN3RWfXp { width:10.4375rem;height:2.44965rem;top:83.125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiKipwyHg12mkWCioVtZc0qrFDnKefMC { width:6.4375rem;height:1.375rem;top:81.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIIp5BlKyphBNarJftDv22ElyGBZgClZ { width:12.5rem;height:24.5rem;top:87.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVlXhrdJF9GDAyuWRAu5SNTaK3gTCytL { width:15.625rem;height:1.375rem;top:107.3125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ4WM9guI386Ft88bPDwQNKkTurcp092 { width:15.5625rem;height:2.44965rem;top:109.3125rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQOicFQ7HcsWI4B2DS0gDLxU2x7V3QPd { width:12.5625rem;height:25.5625rem;top:113.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRs6FvuwKTNwGRDOnlZQTxzVdBRGvDW { width:15.625rem;height:1.375rem;top:133.5625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRNfFrTOURfrPH1CQZ0pz0Cu06nJePxa { width:15.625rem;height:2.44965rem;top:163.0625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfgmr2BfmDlr18iL2nWbhTl4yJ1oCJo { width:9.6875rem;height:17.6875rem;top:9.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8A2BArTCLt8OFyIOPKONdR9xFd1WU1O { width:20rem;height:1.099825rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q35NebBZ3L5u4awZx5xkgW7GUp4WN0XG { width:5.5rem;height:5.5rem;top:171.51171875rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GodTuIZdqs3QTK3E18a4S5goaKAzv1qv { width:7.3125rem;height:7.3125rem;top:55.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyxpg3GUrFKmOambZneNVTe3q1OkWsSU { width:12.9375rem;height:26.25rem;top:139.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhZxAhEaxemgmZ5S01lH3mIiRCBy0Xm { width:10.1875rem;height:31.25rem;top:273.89551875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHNavGdM3ZT2sJyFd9a2eT7g9HS1otOk { width:2.0625rem;height:31.25rem;top:1.25rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoCBXHkVsaiIppdIJvINT7HuHcTxiAyy { width:10.3125rem;height:19.0625rem;top:141.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3h3EKgT5a5aGqGvaIv5VIKtMvZPPxH2 { width:15.625rem;height:1.375rem;top:161.1875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVhDzNbAVJ1AQkvfqgfTd5HGlL6ihIXI { width:8.5625rem;height:2.44965rem;top:135.5625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbqKu630wqhxGkGfDLfJkGoys4BtMf3J { width:3.5rem;height:3.5rem;top:86.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J16rBUB2CTNc28uhEnszrqmBQeZBd4uv { width:5.5rem;height:5.5rem;top:164.25rem;left:13.25rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #twccXkFm6iAwBNJ840KvH3JrwqSxL463 { display:block; }#twccXkFm6iAwBNJ840KvH3JrwqSxL463 > .row .container { width:20rem;height:258.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm2G2eVRPcwB0DV0f0byuEledQtkT1s4 { width:17.375rem;height:3.25rem;top:74.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giNyfKf4mkB0ll4S5gtrEUgaaCQ8kA5M { display:block; }
 }@media only screen and (max-width: 763px) { #rq6MQ7WQ5aNCn3ZkpWugngWyIEe6oXc8 { width:18.75rem;height:4.125rem;top:239.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wonwwlE4Qif7TsKpdoEHSJ4h0b20xquO { display:block; }
 }@media only screen and (max-width: 763px) { #g24VTc6gTxu8Xw8RSiMwmOTlDyzEJLQo { width:19.9375rem;height:66.8125rem;top:17.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Orro0LSISODt4IJbVVV2BKBL0roXmDeI { width:20.1875rem;height:79.6875rem;top:165.93751239777rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuwDaMWepe2xEAW7BcNQmyaxptkiDN1 { width:20rem;height:1.787325rem;top:20.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm2UAGVqIHMmO6H8MHQiqFCmLXN2CyUL { width:20rem;height:1.71875rem;top:22.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHrQRwUm1XXwZ6kIfeZPg6EliwTG4pJ { width:20rem;height:2.19965rem;top:25.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETE71nSOpsCl4I1Tc1NTR3GkynHTEFG { width:1.25rem;height:1.25rem;top:29.75rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEB1DbiiTz6K9u4Um6uoBDQJ8emIgO0 { width:20rem;height:1.94965rem;top:28.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfBnh2OSJFuM87kNQdd5W0ZHryG3CmSh { width:18.75rem;height:3.1484375rem;top:32.5625rem;left:1.4375rem;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:2.0996125rem;top:36.625rem;left:1.4375rem;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) { #SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 { width:18.75rem;height:1.04980625rem;top:39.625rem;left:1.4375rem;font-size:0.875rem;display:block; }#SxSIv5ZTcntQfpAPblZWgaM3tmG9J9E6 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) { #Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn { width:18.75rem;height:1.04980625rem;top:41.5rem;left:1.4375rem;font-size:0.875rem;display:block; }#Nnqi8SPsQMoOL36JnTTU48e0lSkc59Qn 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) { #cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK { width:18.75rem;height:2.0996125rem;top:43.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }#cdRKxaoSeCRxdFxe5HbrWJ4iCB1qnwmK 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) { #Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq { width:18.375rem;height:3.1484375rem;top:46.125rem;left:1.4375rem;font-size:0.875rem;display:block; }#Sz8asTTdT4XESX0XKJM7OoP7vPmTlwTq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
 }@media only screen and (max-width: 763px) { #NDAZXTHtnlfxpy8bJAr2l7T3FaWbn2fW { width:18.375rem;height:2.0996125rem;top:49.8125rem;left:1.4375rem;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) { #hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 { width:18.75rem;height:1.04980625rem;top:52.625rem;left:1.4375rem;font-size:0.875rem;display:block; }#hFwUtzlr1IOu3PtAIg13Gl6RiHTV5Zi7 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) { #sevtrTNfIIgILxqsWUoMridkT3L0fpV0 { width:13.8125rem;height:2.0996125rem;top:54.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }#sevtrTNfIIgILxqsWUoMridkT3L0fpV0 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) { #aCpkgUTbr523BiB1osaU7h5G49VLmypr { width:18.75rem;height:2.0996125rem;top:57.875rem;left:1.4375rem;font-size:0.875rem;display:block; }#aCpkgUTbr523BiB1osaU7h5G49VLmypr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #wA4Xy3KfPQ2yohu1OKCdU0nDytXIL3op { width:20rem;height:2.0625rem;top:169.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1ZCOvc55fOy8vDe7zEOWhmwwdlkNkT { width:20rem;height:1.71875rem;top:171.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho3ECEGTqMcfuG7d322WIACmoH2duDVo { width:20rem;height:2.19965rem;top:173.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHUfKnhBNJEfeG2i97iM8S3cdTbX76A1 { width:1.5625rem;height:1.5625rem;top:178.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2MPMaMQcTEfyUlmJd6IrUzcHqB6fFq { width:18.3125rem;height:3.1484375rem;top:176.25rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCfRBDyFITDuETse7niArynT95olM24C { width:18.3125rem;height:1.04980625rem;top:19.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcd0CLbCzMxMxilyoE95QZVFK0PShXX { width:8.125rem;height:1.787325rem;top:62.5rem;left:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4ePd4JZLbzB1e279li2OwT82r9uTJA { width:2rem;height:1.23730625rem;top:61.9375rem;left:11.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpVrXCDN7SKd1TlRE0nLZb3ebFKP1Wug { width:5.375rem;height:3.09375rem;top:64.875rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIm6fybkUdsTnDaQ6WU0dxWsGrZai5fJ { width:2.6875rem;height:1.375rem;top:64.875rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSTOMn22yFERx0ISNxSg7RC7PKu4Bvxd { width:18.3125rem;height:1.04980625rem;top:167.5rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpgRDn2hst3heZb7LPOUBea99dcDvUGx { width:19.375rem;height:2.39930625rem;top:187.875rem;left:0.625rem;font-size:1rem;display:block; }#dpgRDn2hst3heZb7LPOUBea99dcDvUGx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #gbeoUP64J6i21TenA37atdMnUmKlV36N { width:19.375rem;height:2.39930625rem;top:190.875rem;left:0.625rem;font-size:1rem;display:block; }#gbeoUP64J6i21TenA37atdMnUmKlV36N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 { width:19.375rem;height:2.39930625rem;top:194rem;left:0.625rem;font-size:1rem;display:block; }#dhlX8hBaHdrRn8oZAp7DzawwF4k295T3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt { width:18.5625rem;height:5.9982625rem;top:181.25rem;left:0.625rem;font-size:1rem;display:block; }#p2dhMC8bz5LTBqrkqPehxg4aHg0OukVt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh { width:18.75rem;height:3.1484375rem;top:203.625rem;left:0.8125rem;font-size:0.875rem;display:block; }#uqMbVru8qneghB7FHgSzxmFrQ7r8rOMh 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) { #QlLrbHVeXPUX8qxcdJ09vfMaxheS6CFw { width:18.75rem;height:0.0625rem;top:199.56250953674rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgNieSH7ZNlZXu74zukGV56aByI59ox7 { width:11.1875rem;height:2.0996125rem;top:200.62502479553rem;left:4.4062500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE { width:18.75rem;height:2.0996125rem;top:208.375rem;left:0.875rem;font-size:0.875rem;display:block; }#o7vTI23ZazwxT5TReZaw1lbsuTUc9tEE 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) { #dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA { width:18.75rem;height:1.04980625rem;top:211rem;left:0.875rem;font-size:0.875rem;display:block; }#dkooHhilzPs6vVTJLpZ4zTMusuE3hNIA 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) { #QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG { width:18.75rem;height:1.04980625rem;top:212.8125rem;left:0.875rem;font-size:0.875rem;display:block; }#QEtzCvVTOTpeMzDIVQKOy5J7y4nL74QG 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) { #oE0xPTDHkAVG1vEiyysk8TazTOISfEtR { width:18.75rem;height:2.0996125rem;top:214.5rem;left:0.875rem;font-size:0.875rem;display:block; }#oE0xPTDHkAVG1vEiyysk8TazTOISfEtR 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) { #kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr { width:18.1875rem;height:3.1484375rem;top:217.375rem;left:0.875rem;font-size:0.875rem;display:block; }#kLLHvgMTZnHLPikGzMXvphA2WcuB4VVr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
 }@media only screen and (max-width: 763px) { #r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC { width:18rem;height:2.0996125rem;top:221.375rem;left:0.875rem;font-size:0.875rem;display:block; }#r8JNDLWXyEpiRXoiCWUPClTwOIxRBXUC 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) { #T1K7liUMr6X9TzADrv2BSLvVXI4egI3v { width:18.75rem;height:1.04980625rem;top:224.1875rem;left:0.875rem;font-size:0.875rem;display:block; }#T1K7liUMr6X9TzADrv2BSLvVXI4egI3v 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) { #xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS { width:15.75rem;height:2.0996125rem;top:225.9375rem;left:0.875rem;font-size:0.875rem;display:block; }#xAtSLWv4hU6CIcTHZgKdWKG6DBpbXuvS 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) { #GgPbuNwUe9ROumAkqHQB82cDMSO3TPku { width:18.75rem;height:2.0996125rem;top:228.6875rem;left:0.875rem;font-size:0.875rem;display:block; }#GgPbuNwUe9ROumAkqHQB82cDMSO3TPku li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #C8A5VW8JRWlQCuqz25EU76fCEW392t1r { width:6.25rem;height:1.787325rem;top:232.0625rem;left:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RDLUgAzShMaKD2plKQwDGlAVEHk4se { width:2.5rem;height:1.23730625rem;top:231.5625rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ8k2TdHHJ3nFhSHJ7xdRzBfgE4ZspEh { width:5.75rem;height:3.09375rem;top:234.6875rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq1NbUu5tHelNV9kxyB2rtn0TM48hwJW { width:2.1875rem;height:1.375rem;top:234.6875rem;left:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRqCQVyMJUEIKsMfsOFV2hb3Lpr45bD { width:4.0625rem;height:1.04980625rem;top:236.0625rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keyqiaGO6f0DL5WNaTWJtLvkEGV099po { width:2.5625rem;height:1.04980625rem;top:66.25rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imeMvVlX4coUyT6GuOAEhM5i6nZTHIq9 { width:20.125rem;height:75.375rem;top:86.937467575075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xts0uRmzLHBaXTZhg4bbNCUOXzMyCmTw { width:17.625rem;height:3.5625rem;top:152.625rem;left:1.1875rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #ff78f1;display:block; }
 }@media only screen and (max-width: 763px) { #Fk0vO78rLr75eQUuzIIQBJJ7UW7MJThN { display:block; }
 }@media only screen and (max-width: 763px) { #MtaEpp5EAQahTGDADWK6VqlSM3NQ3KAa { width:3.8125rem;height:1.04980625rem;top:149.625rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzavoq9fDkoCoJVJoWduovPk0OrVQ5nd { width:5.75rem;height:3.09375rem;top:148.1875rem;left:5.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIJyXh0RDyziJmx1R8dpZfEfggTemARh { width:2.0625rem;height:1.375rem;top:148.25rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRaIkNkV50q4vmFOLrHN3yALfLguk0cf { width:7.75rem;height:1.71875rem;top:145.5625rem;left:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTmyIbgKX1NsBiGhuT1PbIbfVVdceQS { width:1.8125rem;height:1.23730625rem;top:144.8125rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb { width:18.4375rem;height:2.0996125rem;top:142.625rem;left:0.75rem;font-size:0.875rem;display:block; }#ndJKL5RigKmoT24Nskz7fqeF8ALFV8sb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #lcT2QpffEGvcdnofwuGTRAvSCbvwK5u3 { width:16rem;height:2.0996125rem;top:139.5625rem;left:0.875rem;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) { #lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe { width:17.75rem;height:2.0996125rem;top:134.875rem;left:0.6875rem;font-size:0.875rem;display:block; }#lUhU0TsN3aXSxtTXqnI94Lv3zrLzDaWe 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) { #erN3PXVXKXTefzcOuyi7rl7UkVRdJT43 { width:18.75rem;height:1.04980625rem;top:137.8125rem;left:0.6875rem;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:18.75rem;height:2.0996125rem;top:128.125rem;left:0.6875rem;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) { #Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 { width:17.5rem;height:3.1484375rem;top:131rem;left:0.6875rem;font-size:0.875rem;display:block; }#Pkp6z8D7wVo72EMRM8DeKMzvwtHxryH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1f5c25cd-9ff2-4ac9-8d7b-12857353d1ab/hearthands_1faf6.png); }
 }@media only screen and (max-width: 763px) { #Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw { width:18.75rem;height:2.0996125rem;top:122rem;left:0.6875rem;font-size:0.875rem;display:block; }#Em5LSLGHpfwSis6g9OZ4ObCBu85XnWKw 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) { #KvgRKJoLzUbMrlzPgoaHHw4VSax7vcWO { width:18.75rem;height:1.04980625rem;top:124.625rem;left:0.6875rem;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.75rem;height:1.04980625rem;top:126.4375rem;left:0.6875rem;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) { #FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ { width:18.75rem;height:3.1484375rem;top:118.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }#FZX5y97w1n3VDNNlhu7pT0h2PRfXvVHQ 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) { #JcnUDkTkeaUwmQSUOkuG3mIL9wcimFb7 { width:11.25rem;height:2.0996125rem;top:114.99999809265rem;left:4.0555554032326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B { width:18.6875rem;height:2.39930625rem;top:108.5rem;left:0.75rem;font-size:1rem;display:block; }#OrS0gk98aN26S6VAcNvnGNpxxJo2Ic1B 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) { #MMON45ZbVTrc8t86QEeCDpgqQ8DHWUCb { width:18.75rem;height:0.0625rem;top:114.11805438996rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM { width:18.9375rem;height:2.39930625rem;top:102.3125rem;left:0.6875rem;font-size:1rem;display:block; }#n3tXvHgl8t3Tb2OosUXJBBT8yfG2hrtM 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) { #ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 { width:15.75rem;height:2.39930625rem;top:105.4375rem;left:0.75rem;font-size:1rem;display:block; }#ywvtwdp9hdLlpxKUBmDCUshFW9R5MXc1 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) { #BapwQduQK14RtvpJLbG9HA7XKR6K1lau { width:20rem;height:2.19965rem;top:94.625rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5GVSH0TlVqlJFF6emSGRoKEyIC5Mhp { width:18.3125rem;height:3.1484375rem;top:97.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLw9XhOnDN5ZI9Fv6WrtE6h1qQRf1xQs { width:2.125rem;height:2.125rem;top:99.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhUmhPLnhgsGLksnbLvZaB71f9lx4aS { width:20rem;height:1.8559rem;top:92.1875rem;left:0.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lus3Fbyzd3cZ9dfJZX9EnFdP4wm9N3TI { width:6.375rem;height:6.375rem;top:86.9375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxl2E8S194pEzpl8ntciePnEcgii2yEi { width:20rem;height:2.19965rem;top:90.1875rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmsAW0riuRaMy4bDSlNE35U8Gm94fxml { width:18.3125rem;height:1.04980625rem;top:89.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8xaEZncVOAJthsnLx6fOkR5WQ6xBBMT { display:flex;width:2.5625rem;height:2.5625rem;top:87.6875rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #qtGqMr2w785GBqbv4hWPLyyApDp3EthC { width:8.8125rem;height:2rem;top:2.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5okms4mEDnCDpXbuefIILm565oK5e3 { width:20rem;height:3.71180625rem;top:5.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbosgdHEpZav6fIVaMQSSeTFkgBV6Ih { width:20rem;height:1.51215rem;top:10.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ToCSF8aPELgoGo1cPseVggH8SF0BBK { width:20rem;height:2.0996125rem;top:12.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9uXhlSItiDRAL733fTZFOCKm0gOg2Ld { width:12.5rem;height:3.0625rem;top:78.375rem;left:3.75rem;box-shadow: -0.1875rem 0.4375rem 1.25rem rgba(0,0,0,0.2) ;background-color:#acdb71;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#535353;display:block; }
 }@media only screen and (max-width: 763px) { #nfuwPtbV0RN9i7vV6cLbNK7MfMhOFCBb { display:block; }
 }@media only screen and (max-width: 763px) { #WdfGRlhT1fRv1W71veNcF61RyrJoOhJP { width:12.5rem;height:3.0625rem;top:157.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOifoAt7a74IUVBwxQELAKdpfn4NTyXL { display:block; }
 }@media only screen and (max-width: 763px) { #FTndIRDFzeVEPmT4tGGRkOppoZpD6bCI { width:12.5rem;height:3.0625rem;top:244.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKWzq1TZk0lT5qvo198ZrdxPv7NQFkGs { display:block; }
 }@media only screen and (max-width: 763px) { #qnqgAN6pkw8ROZn71dfA1poh4aOlTxax { width:10.625rem;height:2.6875rem;top:248.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmEUHdHUCT8UcWpbN63kXBteEw6DosTv { width:8.8125rem;height:2.5625rem;top:248.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABbCcOgAu42xqHxcw9EEoWhiZhQeeSo { width:18.75rem;height:0.875rem;top:71.625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH { width:12.5rem;height:1.0625rem;top:69.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }#Ngy3rLrIJdlygIgVoLStwGgFeHLsdGeH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e2d0977c-235b-47a7-8499-c7d486f7a65e/womenwithbunnyears_1f46f200d2640fe0f.png); }
 }@media only screen and (max-width: 763px) { #ALKgaUGoEekgZN4AUeUeMymcFgU7X28U { width:18rem;height:1.19965rem;top:111.73176956177rem;left:0.81250005960463rem;font-size:1rem;display:block; }#ALKgaUGoEekgZN4AUeUeMymcFgU7X28U 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) { #XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 { width:19.375rem;height:1.19965rem;top:197.32368469238rem;left:0.62500005960463rem;font-size:1rem;display:block; }#XIa7MkunfJzt6poX7IvWEp1kIOdHAma6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec1bed98-8711-4290-a74f-8b7264ebae71/67.png); }
 }@media only screen and (max-width: 763px) { #pHZJvT88AfOTI5qknZuXB9HfvCN5ecWO { width:20rem;height:0.82291875rem;top:151.28121185303rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZG5UEyDqRJhALImK0h1i5UFmIZHSLh2F { width:20rem;height:4.875rem;top:252.38460254669rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeugA9eC8vLv4aLeHULmCq6HooVf83bc { display:block; }#BeugA9eC8vLv4aLeHULmCq6HooVf83bc > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTyiLfTqsZx1wsDRqTkbi95kUGK8bboU { width:20rem;height:1.51215rem;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;color:#ffa679;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 #RqhBMnqsxuwcem5RAW3vwO6UUokTty0w {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #W6flZXNBa5Ud9RX0HIrTJATXa8P9NDVS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTTTo4aPNUWO6wseDZiIUkbip80DfVbZ {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #qSEgq57LMZIwTmcBszgnPTv46A0QNeK1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WBJy9SxA5B5BNotSHIGNd6eZox2PwrXK {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yX34239pT8cy4yAzQLQPUkHm4fHTLUv2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #etaJJ7Tb1xneKmTzstwn7vHSTWpw0owr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #JzGcVmNEIqJNIXX8QVXlT3xkAcFnVUFE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #TxUgqDbZ0byNdCNPML4emOt6TmzynQZc {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #ZnvTBhTDUcM9ugm6seE3FJ0pJWGIZVhH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #FbXpn0lnFlkqLRQ4pnDlsVSbI3J5ff16 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #DKBp86gTLtZTEmOVyOGDGRo4rOgkTduH {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #uCTa2GNWLnrdBLtBql5s6n9keGAxCfdi {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #A40pd4u4OSGO4zlI4tJEEryrGdLz6SA8 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #axJvdb1uTqgUB8uS3U5LNBTK9B4Qk20a {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #rVG42DPgsZe1gNVt50DEK0IeeSyL8Dpr {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #WSscJZT8uohEffNA6WK3pDgPM7WyH1G1 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zTIEIzx62S5wUqZBEQRiwxwkevS2AO2A {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #zpWnlUQg3eGEt04A6w1tmWfxoVAxUnHy {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cofaQhcoOkztDhxXmfyScRn5I68F8do2 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #AglrIfFnNFQTXw1J6TU3T6OLNXk9WXrP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #oarGo2oxQOFAyaGaDkdnCQcTlucTmFMg {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #El0Zu2U9NalLtcZZhT2lu1Q1PLGzy1nX {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #RRVcC2gIuI4ciq42DzB1r6tPxhJvp6cS {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #hydWg1ozvH1wl4CkZbTTTiAd0JiN29UE {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #C3NAEiHTu8fmOPwzBfRZFdQIbzKvlBdt {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #J5zp0exASTlLQGVknp3d3szXaFZSyK2s {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #cxTEhE6yhuMwJJh1gK3vprruk6BnyxTG {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #dzaZTq7fqBkFQGN9Sec0ryUR5UbpHt35 {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #EzOoaIVzxEEmQzIWwQhCly6FKkTs1xVT {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #yvhHLEtNqnHn71IeZKiBfRuEMbgVZ6zP {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #pDlcrGEKIuI8yWxyPuIclDD67TZVwbIk {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #I5OeVRtgITkp7E4OeSiCpviTHqDd1Eux {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #B80pVTmRDdyQLpbvNDNTIqprwUX5yugw {  }
 }@media only screen and (max-width: 763px) { #wKfwQmcJh2H8hQqiJo2GUBXOulHLK0ge #KMViaet7ASATmANAgTFJgK8iUZx0BTxm {  }
 }@media only screen and (max-width: 763px) { #v5l6QNL79MOixQBmnqLdPl6mx03Te9sC { display:block; }#v5l6QNL79MOixQBmnqLdPl6mx03Te9sC > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqi49qPsFiKfC0GRWXQumO1WrbzTWflO { width:20rem;height:1.51215rem;top:3.125rem;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:40.0625rem;top:9.6874179840087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ti9hWaCLffqfLAyLy4Em3c6qMvsoA5 { width:16.4375rem;height:2.4746125rem;top:13.3125rem;left:1.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOQk9l7eS35l7V3P3n5Ld7ZKuJ3ARka { width:18.75rem;height:1.798825rem;top:17.0625rem;left:0.62500005960463rem;font-size:0.75rem;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:41.875rem;top:51.875093460083rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMl45tgX0XWXr0SBpwGmOspe6MSJZOl { width:18.75rem;height:1.798825rem;top:20rem;left:0.62500005960463rem;font-size:0.75rem;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:49.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcp7TWSSUvdxZJz3lypXxInZvFgKTyL { width:18.75rem;height:2.69824375rem;top:22.875rem;left:0.62500005960463rem;font-size:0.75rem;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:3.59765625rem;top:26.75rem;left:0.62500005960463rem;font-size:0.75rem;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:2.69824375rem;top:31.769097447396rem;left:0.62500005960463rem;font-size:0.75rem;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:2.69824375rem;top:35.687501072884rem;left:0.62500005960463rem;font-size:0.75rem;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:2.69824375rem;top:39.937500953674rem;left:0.62500005960463rem;font-size:0.75rem;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:3.59765625rem;top:43.812499046326rem;left:0.62500005960463rem;font-size:0.75rem;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:1.798825rem;top:58.9375rem;left:0.625rem;font-size:0.75rem;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:1.798825rem;top:62.250001907349rem;left:0.62500005960463rem;font-size:0.75rem;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:1.798825rem;top:65.43750190735rem;left:0.62500005960463rem;font-size:0.75rem;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:3.59765625rem;top:68.625rem;left:0.62500005960463rem;font-size:0.75rem;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:2.69824375rem;top:73.499986648562rem;left:0.62500005960463rem;font-size:0.75rem;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:3.59765625rem;top:77.8125rem;left:0.62500005960463rem;font-size:0.75rem;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:2.69824375rem;top:82.68749809265rem;left:0.62500005960463rem;font-size:0.75rem;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:4.49706875rem;top:87.3125rem;left:0.62500005960463rem;font-size:0.75rem;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.611325rem;top:54.5rem;left:0rem;font-size:1.1875rem;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:35.625rem;position:relative;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) { #sF5EdQkG2PTl4TMhwpc0znH2EOodLJC2 { width:3.1875rem;height:3.1875rem;top:28.3291015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msd5Gsg36xRlrn5TrFTl2V89C2rK46Px { width:17.375rem;height:1.375rem;top:22.711804866791rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9Z7EB77w42qUo5GoU2FVzTV8PCKaCE { width:14.25rem;height:14.25rem;top:1.7430553436279rem;left:2.1796875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAGMzbPUsPXagmOx49LpeIFpSaqMciJ { width:9.8125rem;height:2rem;top:19.249999523163rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOWKVRs8fZwfoXPlnA1eyrNqkhahhEeE { width:3.125rem;height:3.125rem;top:21.906249523163rem;left:16.429687082768rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhHwuDqQwAuvh4cLtpAbvlw15N5D4lM { top:29.9990234375rem;left:0rem;width:20rem;height:3.875rem;background-color:#ffa679;background-image:none;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5);color:#ffffff;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(162,162,162,0.6) ;display:block; }
 }@media only screen and (max-width: 763px) { #KVwfTSbIVBgTlGreT0LZl5TiwCvlmCPB { display:block; }
 }@media only screen and (max-width: 763px) { #rwlXRJT15kQUC6Lef9XoFW0o1yeO2KsT { width:18rem;height:3.29948125rem;top:25.031249523163rem;left:1.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMIoViaCeSaqq7J1ty62EzK1GKBiwSb { width:2.6875rem;height:2.6875rem;top:3.9921875rem;left:13.79774338007rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTdzp7nvLKztWKmrwzL1a60eA8edn1W { width:1.4375rem;height:1.4375rem;top:2.5546875rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQocCctT6Rw0oNUrAomHwe65L1Sd0lQd { width:6.125rem;height:6.125rem;top:11.805555343628rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEP5LNcrJkCwfyuTdoAloUvkEWJxyg8H { width:3.0625rem;height:3.0625rem;top:1.7421875rem;left:2.1796875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFmui98e6zIyEqP8193Ft1x2BdcHP2PC { width:2.6875rem;height:2.6875rem;top:6.1875rem;left:2.3671875596046rem;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:6.75rem;top:7.125rem;left:0rem;font-size:0.625rem;display:block; }
 }