.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,177,101;--color-primary-1:255,247,81;--color-primary-2:255,151,3;--color-primary-3:237,106,17;--color-primary-4:250,103,3;--color-secondary-0:225,219,219;--color-secondary-1:155,135,136;--color-secondary-2:55,15,17;--color-secondary-3:28,8,9;--color-secondary-4:8,2,3;--color-tertiary-0:255,255,255;--color-tertiary-1:255,109,116;--color-tertiary-2:255,12,24;--color-tertiary-3:153,7,14;--color-tertiary-4:56,10,22;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fdf7eb;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { background-color: transparent; background-image: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { border-width: 0; border-radius: 0; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { background-color:#28a745;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.9375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.8125rem;left:22.34375rem;display:block; }
#fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4rem;left:5.5625rem;display:none; }
#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { background-color: transparent; background-image: none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container > .video-iframe-container { display: none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container { display: none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .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); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { border-width: 0; border-radius: 0; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { 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:3.375rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.8125rem;left:29.237501144409rem;display:block; }
#XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPzftVzw1Af9t2LzG5voo544APhA2PrZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.4375rem;height:2.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.8125rem;left:43.750001907349rem;display:block; }
#HVum5DMZVn7LWCaRJgNdnZ6brw5TkNb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZotULm0Gpp67MaE70V1TatbpFTTPbTv { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:37.612501144409rem;display:block; }
#KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:53.6875rem;display:block; }
#GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApvT79zAQbKTdG4AkkRz7CeMU9FnXCwD { background-color:#5a9260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:47.749219894409rem;display:block; }
#JTcOqWOOuST5n6qCUJszbqaruTMF9TOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { border-width: 0; border-radius: 0; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:none; }#iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { 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:3.375rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:29.3125rem;display:block; }
#cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQ0TMc8wL3rzxM1RUT3cZlq8fBPQMWUc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:50.0625rem;display:block; }
#AAqgX3RoQXmqFFOSK16i7ly5AyDczl6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:43.875rem;display:block; }
#Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:53.6875rem;display:block; }
#ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F383P6lC1fpMo5wJ4qvGfhD2nDA3SUTl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:36.25rem;display:block; }
#qwV7XRhnZaDWupIwfKT96i6xCh1nq64Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zThMTAEnQvsH4RaFzafy6cW3WT71EeVB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:43.875rem;display:none; }
#vIzFzTEZePSlDx21u2HPOt7zPe3dpFbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/849cd45e-c448-4369-9714-8d764f37957d/Dominika_Scheibinger15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.adaptive-delivery-prevent-bg, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyload, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyloading { background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { background-color: transparent; background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.43); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.43); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .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); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { border-width: 0; border-radius: 0; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { color:#fdf7eb;display:block;width:54.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:7.125rem;left:2.53125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pf0akoXUKALSxBb71TUVCQVEDgHFnNnJ { color:#fdf7eb;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:14.8125rem;left:14.906251907349rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbfl5TvsoNsa56HoMB0vMvTU9ihD6SqT { box-sizing:content-box;height:3.375rem;width:26.3125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.875rem;left:16.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:26.25rem;left:6.3125rem;overflow:hidden;display:block; }
#D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:26.25rem;left:25.625rem;overflow:hidden;display:block; }
#h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.75rem;left:6rem;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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { box-sizing:content-box;height:3.9375rem;width:9.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.75rem;left:15.625rem;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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.75rem;left:25.375rem;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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.1;letter-spacing:0;top:37.125rem;left:26.25rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { color:rgba(var(--color-secondary-2),1);display:block;width:4.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;top:37.125rem;left:8.25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { 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:6.375rem;width:17.6875rem;top:0.75rem;left:20.937501907349rem;overflow:hidden;display:block; }
#pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { position:absolute;display:block;z-index:15060;height:4.4375rem;width:7.9375rem;top:3.5000891685486rem;left:8.62437915802rem;display:block; }
#IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { position:absolute;display:block;z-index:15003;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:7.9375rem;top:26.25rem;left:35.375rem;overflow:hidden;display:block; }
#GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { color:rgba(var(--color-secondary-2),1);display:block;width:9.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.1;letter-spacing:0;top:37.125rem;left:34.75rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.6875rem;left:35.0625rem;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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:26.25rem;left:16rem;overflow:hidden;display:block; }
#Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.1;letter-spacing:0;top:37.125rem;left:16.625rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff000;background-image:none;color:#b30101;padding-top:0.37625rem;padding-right:0.328125rem;padding-bottom:0.37625rem;padding-left:0.328125rem;display:block;align-items:center;width:1.9675rem;min-width:1.9675rem;height:2.023125rem;position:relative;font-family:arial;font-size:1.50625rem;font-weight:700;line-height:32.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-text.counter-label { background-color:;background-image:none;color:#fff000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.235rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.623125rem;height:0.8rem;position:relative;font-family:"open sans";font-size:0.565rem;font-weight:700;line-height:12.8px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.5rem;height:3.810625rem;padding-top:0.046875rem;padding-right:0.046875rem;padding-bottom:0.046875rem;padding-left:0.046875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.3125rem;left:23rem;z-index:15061; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #Et7IZE3nKGC8s4igwwDX4Fbta1Afl3p6 { display:flex;position:relative;top:0rem;left:0rem; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #oUGdx79L4fv6nBIx9kfJHZSfRVDs0tZE { width:auto; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #bcV5JUXlmrBp6swMsVgCtZuAcgNPtuOk {  }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #avCQVwEcxQKA7OmTFRU4JSLTc6BX3KKv { display:flex;position:relative;top:0rem;left:0rem; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #DSkg8AQvpOlT50TXeQvMXTKpzbN0p8E3 {  }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #WRISFDqgiXUtKIDC91schgdMPi9LR79v {  }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #HLoaf3b6p8UQFo1nrUtbgTOOhdShUFC8 { display:flex;position:relative;top:0rem;left:0rem; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #f7Aw2G8EL9iMySSPPfJz8GzTrQoMAhRg {  }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #LOKESUcqEvTvhsLGmoHcrLZn9uBRlRmi {  }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #ugWicwt6oBXN1JGCtXG4M2E0f2vrfMET { display:flex;position:relative;top:0rem;left:0rem; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #rm2AEuufXZDi0mRwbiWpuezWuBffHOw9 {  }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #TJXOMRBo4lOa9Ae6fiUvu6mgo9f8I0Wb {  }
#W8WtFbhhD7Od44XfdZA7WITva3q72SDT { color:#fff000;display:block;width:22.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:17.625rem;left:18.5rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OoU752eZthE4oKHUvUL9cElGanhLKJpd { color:#fff000;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.3125rem 0.4375rem rgba(54,0,7,0.72);top:23.5625rem;left:15.0625rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9WrJdBNCwgxLz4GaBs3A2gkbZzamqaW { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:39.1875rem;left:6.3125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyUL72Pow3PCC1OVpGfqEGqy7zo0ssRZ { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:39.1875rem;left:35.375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APWO2wKyNr2oaR8V2pTB8k9nglA0xAl7 { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:39.1875rem;left:25.5625rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nu20C2FSdUKoPmosOgdLDB6PMlztXZJu { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:39.1875rem;left:16rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmuQxK8iaVwNBnHKNMmqlegbJfcPPVAD { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-0),1);background-image:none;top:36.6875rem;left:44.6875rem;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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Gx2ugRVgGoQAVv1ZgcKy7HgakvqRxk27 { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:39.1875rem;left:45rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWXJGJ9sT39QUgOb71FTU095GqX4ygV5 { position:absolute;display:block;z-index:15007;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:7.9375rem;top:26.25rem;left:45rem;overflow:hidden;display:block; }
#cDQmqISec3Kz3rILuzp3fPbNNx9A8eND { color:rgba(var(--color-secondary-2),1);display:block;width:9.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.1;letter-spacing:0;top:37.125rem;left:44.375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#BBDL9i4CEzFm2ash45JLErguZSRxAGKq { color:#fdf7eb;display:block;width:54.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:11.125rem;left:2.5625rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QW9rysy78BhybnFFk0Ddbh3dhldTV0My { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { background-color: transparent; background-image: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .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); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { border-width: 0; border-radius: 0; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:60rem;height:27.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mhT41UASBc89F1hXTAr9qb910ghCapTc { position:absolute;display:block;z-index:15015;background-color:#fdf7eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:20rem;top:0.5rem;left:0rem;display:block; }
#T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:48.6875rem;top:0.0625rem;left:-28.6875rem;display:block; }
#BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { position:absolute;display:block;z-index:15017;background-color:#fdf7eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:20rem;top:0.498046875rem;left:40rem;display:block; }
#oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:49.625rem;top:0.0625rem;left:40rem;display:block; }
#Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { 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:13.1875rem;width:20.0625rem;top:0.5rem;left:20rem;overflow:hidden;display:block; }
#TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:0.0625rem;left:20rem;display:block; }
#NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"chunk five ex";font-size:3.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1875rem;left:41.8125rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { 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:13.375rem;width:20.125rem;top:13.75rem;left:0.032814025878906rem;overflow:hidden;display:block; }
#A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { color:rgba(var(--color-secondary-2),1);display:block;width:20.25rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.1875rem;left:43.000001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O99sKsHC1aAypfQFFHWksexZ2nffhW7s { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:5.8125rem;left:41.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { color:rgba(var(--color-secondary-2),1);display:block;width:20.125rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.7375001907349rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { 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; }
#EZNerApp1STd3X1GTp9fkdUATfTrNv7m { position:absolute;display:block;z-index:15016;background-color:#fdf7eb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:20.6875rem;top:13.750000476837rem;left:19.562501907349rem;display:block; }
#qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.4375rem;left:22.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:16.987501144409rem;left:20.000001907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:20.125rem;top:13.6875rem;left:40rem;overflow:hidden;display:block; }
#u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { 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; }
#fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { 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; }
#XChCb26FQfaDbuzy8REgD3Im7C2amO57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { border-width: 0; border-radius: 0; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { color:rgba(var(--color-secondary-2),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.3564453125rem;left:3rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWKTdRirIltiVebdmT3gWvHDr0m9poXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { background-color: transparent; background-image: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container > .video-iframe-container { display: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container { display: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .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); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { border-width: 0; border-radius: 0; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.75rem;width:56.5625rem;top:15.8125rem;left:1.71875rem;display:block; }
#XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { color:#370f11;display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5625rem;left:1.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { color:#370f11;display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { color:#370f11;display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { 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:2.25rem;width:15.5625rem;top:8.5625rem;left:22.21875rem;overflow:hidden;display:block; }
#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { border-width: 0; border-radius: 0; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:none; }#xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15rem;left:1.8125rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.375rem;left:1.9375rem;height:7.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{  }
#v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.875rem;left:1.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPX5OdeouR8FyIz9JymBKUygQcaChtlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { border-width: 0; border-radius: 0; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:none; }#w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { border-width: 0; border-radius: 0; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:none; }#P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:7.0625rem;left:0rem;height:13.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { color:rgba(var(--color-secondary-2),1);display:block;width:30.0625rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { color:rgba(var(--color-primary-3),1);display:block;width:5.75rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:29.875rem;top:2.375rem;left:30rem;overflow:hidden;display:block; }
#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { border-width: 0; border-radius: 0; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:none; }#bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { color:rgba(var(--color-secondary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9296875rem;left:0rem;height:14.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { color:rgba(var(--color-secondary-2),1);display:block;width:26.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8125rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:30.0625rem;top:0.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { border-width: 0; border-radius: 0; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:none; }#hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { color:rgba(var(--color-secondary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9296875rem;left:0rem;height:14.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { color:rgba(var(--color-secondary-2),1);display:block;width:23.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8125rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:30.0625rem;top:1.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { background-color: transparent; background-image: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .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); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { border-width: 0; border-radius: 0; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { color:#fdf7eb;display:block;width:20.3125rem;position:absolute;font-family:"chunk five ex";font-size:2.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.0500431060791rem;left:19.843751907349rem;height:11.2125rem;text-align:center;text-align-last:center;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.4999971389771rem;left:0.0625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { background-color: transparent; background-image: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .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); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { border-width: 0; border-radius: 0; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { color:rgba(var(--color-secondary-2),1);display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:5.375rem;left:18.5rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:2.1687502861023rem;left:0.75rem;overflow:hidden;display:block; }
#iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:#fdf7eb;background-image:none;top:0.5625rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#g1B7i5l8u4FbUiVZvH6uGRcB5qVsazk9 { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:19.25rem;left:18.500001907349rem;display:block; }
#BLFaBwTBuIo37p2aRlqXxXeuM8zUuJBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RO1rdTN60BWE8kOglSspi792EzICZQfd { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.9375rem;left:18.500001907349rem;display:block; }
#m7PeIRrVe6oCdc66qNVA21rxsZtieTbc { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.625rem;left:18.500001907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLw0V34nsRh9uPIIB18yglJV76lKKrly { color:rgba(var(--color-secondary-2),1);display:block;width:37.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:13.449999332428rem;left:18.500001907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { border-width: 0; border-radius: 0; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:none; }#fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { color:rgba(var(--color-secondary-2),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.0000009536743rem;left:18.562501907349rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.9375rem;left:18.5625rem;height:2.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.9375rem;left:0.75rem;overflow:hidden;display:block; }
#lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5000009536744rem;left:18.562501907349rem;display:block; }
#FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UxSD5tErP4FInvI92eDNbfMkIWzo7bb1 { color:rgba(var(--color-secondary-2),1);display:block;width:38.5rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:12.637499809265rem;left:18.562501907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvbTxLKXTFkva2zPk6ULrG5SD3KAyvba { color:rgba(var(--color-secondary-2),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:16.625rem;left:18.562501907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AuMQDsQ2MtMe82k589MxPiH1QLFUiJLT { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.25rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:20.21249961853rem;left:18.500001907349rem;display:block; }
#kbaXmuWqsDfPAlThHzx7ivXk9nHVmUk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJMqqHU2mbSOnTWFp7OxsTFQAMWk8FMR { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:10.300000190735rem;left:18.562501907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { background-color: transparent; background-image: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .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); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { border-width: 0; border-radius: 0; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#SMSxgcITli8HKKv0VCAG02DMl1UfJJWQ { color:rgba(var(--color-secondary-2),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.0000009536743rem;left:18.562501907349rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOkpF9B0EcZI6hAhU2L1f2NpLHnCFRkT { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.9375rem;left:18.5625rem;height:2.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXLdwW5ksgwD1BJ0NspcC9orGIR9SDBS { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.9375rem;left:0.75rem;overflow:hidden;display:block; }
#aGMMhoSbvezeZDhUMW78ZpBVzlPbvLBa { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.6249997615813rem;left:18.562501907349rem;display:block; }
#o0wChLNU7C8aTA7rfhAyLN4W5w0qOvGN { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dzgZm23nuiNJCXoxKrqLIgEC8H7W1kHi { color:rgba(var(--color-secondary-2),1);display:block;width:39.875rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:12.512500524521rem;left:18.562501907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ci6MJ0asU4OlqgWLzDeMR4VUiPzTpTVw { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:20.237499952316rem;left:18.562501907349rem;display:block; }
#C51Lq4ZXQIe6adUDUfWls17QnHp0rBa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciZSTwSKZw3KeTKOqvDtJZDU1V0D5Qno { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:10.5625rem;left:18.562501907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { background-color: transparent; background-image: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .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); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { border-width: 0; border-radius: 0; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { color:rgba(var(--color-secondary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.468751907349rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.6859378814698rem;left:0.6875rem;overflow:hidden;display:block; }
#kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:#fdf7eb;background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VqNZwo3PCVwodXyT3E7MPQeu4eKTNocN { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.3289070129394rem;left:18.468751907349rem;display:block; }
#QcaTJM8kk3ZLRRZ1hzc7ts9Q34QxIor1 { color:rgba(var(--color-secondary-2),1);display:block;width:37rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:12.25rem;left:18.468751907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pmUreue0lcL59rwePH7bGXsrhP7UofUq { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:18.75rem;left:18.468751907349rem;display:block; }
#HT2fGIGZS8OeQluEOlbJ27LRuSyZnwnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBTiyR69mVd14G53fwNo4CxTr0O76T65 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.1875rem;left:18.468751907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { background-color: transparent; background-image: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .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); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { border-width: 0; border-radius: 0; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#MNScdkHCeAEtHShELegw2OMpx99TTDkw { color:rgba(var(--color-secondary-2),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.468751907349rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.6859378814698rem;left:0.75rem;overflow:hidden;display:block; }
#VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qM8aICCQTzhwhspTm88B1wV4go6tiuPG { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.25rem;left:18.468751907349rem;display:block; }
#TGVfMTK7dMWllOwIgKT4CNCkJAuyDUhx { color:rgba(var(--color-secondary-2),1);display:block;width:30.75rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:12.625rem;left:18.468751907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HKQZpKdy7pvxhlP820VqGOXWMTD4wyEo { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:19.0625rem;left:18.468751907349rem;display:block; }
#SyTdabEgKMzT4XM4Am0VDLVCmySx8yX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxbWxKkNi3H7Mckb9UOP8gSUiA1kfPx8 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:10.375rem;left:18.468751907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { background-color: transparent; background-image: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .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); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { border-width: 0; border-radius: 0; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#QGNQtqbsXH7S35axCXXQLQo90UNWSR9B { color:rgba(var(--color-secondary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.468751907349rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7Tph39v6pQecb3i8aiQCrcnmaBREFMH { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SisxE1WvhNs0TTzzhW4aTdA5CsrE8o02 { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.6859378814698rem;left:0.6875rem;overflow:hidden;display:block; }
#uwyQqdwt9RRquuGcvg0uBpNgIOyD3xCS { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:#fdf7eb;background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#asOdbloGn7mNmoLPkaZtJKGdJ3iMsTpx { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.203906059265rem;left:18.468751907349rem;display:block; }
#XrSUaQIbCkdVUPPbw8sQTt12crb4gIho { color:rgba(var(--color-secondary-2),1);display:block;width:37.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:12.750000953674rem;left:18.468751907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQ9uGMavba2E9DGRkL15D16rMkxXBTqM { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:18.75rem;left:18.468751907349rem;display:block; }
#BGlrNi9pczIMiJrISplOmTgC3fT03P3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3GaekL8Ru1zscfMv13Dd9ZTgtC82FoA { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.625rem;left:18.468751907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { border-width: 0; border-radius: 0; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#ntTIhw8MtSuFXQs7MTVCXmBgMQooR39I { color:rgba(var(--color-secondary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPQBsi4n9ez9UD2f5WPTVBqhTcg0GHzV { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOVQI3Ne1ukxNnSdfol2v0NgM2GRC5KX { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:11.75rem;left:18.46875rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WVvArJq70w7T5kuT32SQn5rJPzch1Emo { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.8125rem;overflow:hidden;display:block; }
#KUC7z3MUsKMk36E3Oz5hBb9dA8F1TmA2 { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.8125rem;left:18.46875rem;display:block; }
#IffvvwlVwgTJJCMbnycH3z9Kguw1UuCR { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.0625rem;left:18.46875rem;display:block; }
#lTEJ5QwahyZE8xWEDnN8yT11FtcywIFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gb7hlPEkUaDb0UX469lUQOafTZSive1b { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(253,247,235,0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#IpLFr2xcJpseL6CrPO3FBzXSzJm1WskK { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:14.19921875rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { border-width: 0; border-radius: 0; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#qRprAIp2w5qJhJKzJ8HgfzLppQCscD0A { color:rgba(var(--color-secondary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dKfofxyKe9IxvrSBFVHQaT1oOtSUTfO9 { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7N4blsMkdB51zK2tDTVKVzkgZr6mV1y { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:12.41015625rem;left:18.46875rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCnKBs3HOpvi28XvmO07CXa2GPO8TOiT { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.8125rem;overflow:hidden;display:block; }
#lgdwhG1d44WZa86q7wUPp0Q53dGAUCoq { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.91015625rem;left:18.46875rem;display:block; }
#vssUvd76KEWCOIFcrkMpbJs5thKrIgza { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.625rem;left:18.46875rem;display:block; }
#W1UcFUtbNAdWAwUPinmNiMLX19IHzT1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoPL5sT9Fsiphhf53UQCvk982UTosFVl { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ULNXIEHwqafy9dp67vpbZRltUlJByKpL { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:15rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { border-width: 0; border-radius: 0; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:none; }#ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(var(--color-secondary-2),0.1) ;height:72.0625rem;width:60rem;top:0rem;left:0rem;display:none; }
#wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:11.5625rem;left:6rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OTyQx0sFGo7q5sWSngC4JhaKTk4LxyTv { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:13.625rem;left:8.8125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:11.5625rem;left:22.875rem;display:block; }
#QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { position:absolute;display:block;z-index:15038;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:12.25rem;left:23.5625rem;overflow:hidden;display:block; }
#OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { position:absolute;display:block;z-index:15039;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:28.8125rem;left:22.875rem;display:block; }
#L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:29.5625rem;left:29.1875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:53.875rem;left:22.8125rem;display:block; }
#Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { position:absolute;display:block;z-index:15044;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:54.5rem;left:23.5rem;overflow:hidden;display:block; }
#pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { position:absolute;display:block;z-index:15045;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:68.5rem;left:22.875rem;display:block; }
#udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:69.125rem;left:29.1875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:33.3125rem;left:22.8125rem;display:block; }
#v4vtm763G3mTbBTEseUeT060wgXbewzg { position:absolute;display:block;z-index:15044;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:34.0625rem;left:23.5rem;overflow:hidden;display:block; }
#qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { color:rgba(var(--color-secondary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:14rem;left:29.1875rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:50.0625rem;left:29rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { position:absolute;display:block;z-index:15036;background-color:#fdf7eb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.5rem;width:0.125rem;top:9.1875rem;left:24.250001907349rem;display:block; }
#iNSE2xoDvXTH7syZyDauztgUszW6Cz2I { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:7.109360694885rem;left:29.125rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:33.5625rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
#woznlyd3dDwqA539DlWhcycUEqDDEfnr { color:rgba(var(--color-secondary-2),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:56.875rem;left:29.1875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:29.375rem;left:23.4375rem; }
#wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:49.9375rem;left:23.4375rem; }
#Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { position:absolute;display:block;z-index:15040;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:49.4375rem;left:22.875rem;display:block; }
#ZCHSQgTyPGJ8S2tKQ12dSbE7mke9DeSZ { position:absolute;display:block;z-index:15040;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:6.5rem;left:22.8125rem;display:block; }
#Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:69.125rem;left:23.5rem; }
#p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { color:rgba(var(--color-secondary-2),1);display:block;width:55.75rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.005859375rem;left:2.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { color:#ffab54;display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:68.75rem;left:8.8125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QKaH1Lg9Xs6fc1vBm4GzDbzAonEqcxaF { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:6.7803821563719rem;left:8.6180553436281rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wHHsZW4QTGSW75SnhynIpUsnGVAOfkSA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:7.12326335907rem;left:23.40625rem; }
#CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:36.125rem;left:29.125rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { color:rgba(var(--color-secondary-2),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:44.6875rem;left:29.125rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:42rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:11.5625rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
#iiZTJqg7tqZKHuCFyM111Z78gJLbpLRm { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:22.5rem;left:29.1875rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:20rem;left:27.0625rem;height:;text-align:left;text-align-last:left;display:block; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:before{  }
#rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:33.75rem;left:6rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:54.3125rem;left:6rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:54.25rem;left:27.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:61.375rem;left:27.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
#yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:63.875rem;left:29.1875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21bed76d-01a1-48da-a7d6-f727b067a930/priscilladupreezrf5UIXqxzgunsplash1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I.adaptive-delivery-prevent-bg, #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I.lazyload, #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I.lazyloading { background-image: none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { border-width: 0; border-radius: 0; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:none; }#OXCHl4hZUdL8zaOtVAe2TltrXppag04t { color:rgba(var(--color-secondary-2),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.7822265625rem;left:2.25rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOANssfo3eH4tRRU2KkEVhJbkmbyIRCB { color:rgba(var(--color-primary-3),1);display:block;width:42.375rem;position:absolute;font-family:"chunk five ex";font-size:2.75rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:2.25rem;height:3.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy4kqgiInxaM3yvz5EZN2OTmBvLJ1HNA { color:rgba(var(--color-secondary-2),1);display:block;width:39.875rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:14.9912109375rem;left:2.25rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gwJW7y3gBO2eTtgZAwycEI8uG7B9CePh { color:rgba(var(--color-secondary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:25.23046875rem;left:2.25rem;height:14.959rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#knM0JkrxBBNvAdRhTOrLBrUnGa84UZiQ { box-sizing:content-box;height:42.25rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:rgba(253,247,235,0.81);background-image:none;top:0rem;left:0rem;display:block; }
#OH6k51mTEOroVFumt3NSWzbTZnVv0AFd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.269088745118rem;left:2.25rem;height:2.099825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5TTx9RtkVeW2psurJ3hlkZH0Aa42biN { box-sizing:content-box;height:8.5625rem;width:40.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),0.7);background-image:none;top:14.8037109375rem;left:1.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Bu1L9OH2iUmp3MXiHCeBACfb2pQQxNz9 { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.0625rem;width:16.5rem;top:0rem;left:43.25rem;overflow:hidden;display:block; }
#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#370f11;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; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { background-color: transparent; background-image: none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container > .video-iframe-container { display: none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container { display: none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .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); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { border-width: 0; border-radius: 0; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { color:rgba(var(--color-primary-3),1);display:block;width:22.0625rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0GJa6K0u0m6U8F7FI4RM1LGNVhyk31u { color:#fdf7eb;display:block;width:24.625rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.25rem;left:21.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { color:rgba(var(--color-primary-3),1);display:block;width:12.3125rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.25rem;left:42.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { color:rgba(var(--color-primary-3),1);display:block;width:20.5625rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.375rem;left:6rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN9V098kkxwdDMCTbITIkgT384TxCAqs { color:rgba(var(--color-primary-3),1);display:block;width:12.3125rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.375rem;left:42.4375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvG5ybVWtNVIdailzeX2t8eEOpZ9KvXO { color:#fdf7eb;display:block;width:21.375rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.375rem;left:23.0625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#raFc9fWk623fnMcNTczqxL3ryK7vAB9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { background-color: transparent; background-image: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container > .video-iframe-container { display: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container { display: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .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); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { border-width: 0; border-radius: 0; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { color:#370f11;display:block;width:40.1875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:9.90625rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWZKOKKleNWfiaKCiHGD0h633el3mH3L { color:#370f11;display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.88671875rem;left:3.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgW88V5oFNor6RTSc5fbdxbBH20C156r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { background-color: transparent; background-image: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container > .video-iframe-container { display: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container { display: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .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); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { border-width: 0; border-radius: 0; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { position:absolute;display:block;z-index:15000;height:20.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { border-width: 0; border-radius: 0; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { border-width: 0; border-radius: 0; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:60rem;position:relative;display:none; }#HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { 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:21.125rem;width:20.8125rem;top:1.28125rem;left:5.28125rem;overflow:hidden;display:block; }
#W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { 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:19.5rem;width:24.4375rem;top:2.09375rem;left:32.78125rem;overflow:hidden;display:block; }
#wuenJDypzpbGXT406IoNwqIbdLNXEFQU { 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:23.0625rem;width:21.375rem;top:23.8125rem;left:5rem;overflow:hidden;display:block; }
#KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { 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:18.125rem;width:24.75rem;top:23.8125rem;left:32.625rem;overflow:hidden;display:block; }
#nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { 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:3.5rem;width:29.0625rem;top:44.21875rem;left:30.46875rem;overflow:hidden;display:block; }
#dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { 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:6.1875rem;width:22.5625rem;top:49.03125rem;left:4.40625rem;overflow:hidden;display:block; }
#OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { 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:4.4375rem;width:29.25rem;top:49.90625rem;left:30.375rem;overflow:hidden;display:block; }
#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { border-width: 0; border-radius: 0; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:none; }#T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { 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:21.125rem;width:20.8125rem;top:1.28125rem;left:5.28125rem;overflow:hidden;display:block; }
#ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { 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:19.5rem;width:24.4375rem;top:2.09375rem;left:32.78125rem;overflow:hidden;display:block; }
#oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { 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:23.0625rem;width:21.375rem;top:23.8125rem;left:5rem;overflow:hidden;display:block; }
#sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { 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:18.125rem;width:24.75rem;top:23.8125rem;left:32.625rem;overflow:hidden;display:block; }
#VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { position:absolute;display:block;z-index:15005;height:1.875rem;width:56.75rem;top:47.75rem;left:1.59375rem;display:block; }
#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,247,235,0.89);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { border-width: 0; border-radius: 0; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:none; }#LGTt78Rs0KNFnfWWV3tclZlUiRqyAAVg { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.3671875rem;left:0.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,247,235,0.89);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { border-width: 0; border-radius: 0; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:none; }#Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:16.873266220092rem;left:20rem;height:1.4000375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdnHgteVhXJx9KPw68k9D8bDWehb39vg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:3.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1;letter-spacing:0;top:14.406251907349rem;left:23.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:16.874111175537rem;left:40rem;height:4.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.5625rem;left:24.90625rem;overflow:hidden;display:block; }
#gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:23.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#ApOV180LUMpX5xDnprfFLBCym8SvaF24 { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1;letter-spacing:0;top:14.405381202697rem;left:43.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VsuXbWGgExrybhWlniVdG29fqSkns5J9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.4375rem;left:44.6875rem;overflow:hidden;display:block; }
#EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:43.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1;letter-spacing:0;top:14.406251907349rem;left:3.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:16.873266220092rem;left:0rem;height:4.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { border-width: 0; border-radius: 0; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:none; }#iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:53.9375rem;top:3.0625rem;left:3rem;display:block; }
#zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.684028208256rem;left:22.34375rem;display:block; }
#GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.9175rem;padding-right:0.7975rem;padding-bottom:0.9175rem;padding-left:0.7975rem;display:block;align-items:center;width:4.785625rem;min-width:4.785625rem;height:4.93125rem;position:relative;font-family:"open sans";font-size:3.67rem;font-weight:700;line-height:78.9px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.57375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.378125rem;height:1.949375rem;position:relative;font-family:"open sans";font-size:1.37625rem;font-weight:400;line-height:31.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:29.5rem;height:9.2890625rem;padding-top:1.14625rem;padding-right:1.13875rem;padding-bottom:1.14625rem;padding-left:1.13875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.1032987236975rem;left:14.110244750976rem;z-index:15004; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP { width:auto; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
#TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { color:#fdf7eb;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5798780620098rem;left:2.25rem;height:5.524675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L064orHKVwJN1NslUxfqrGBC2LF4xxOq { box-sizing:content-box;height:14.3125rem;width:45.5625rem;position:absolute;display:block;z-index:15000;background-color:#fdf7eb;background-image:none;top:5.1241316795349rem;left:7.21875rem;display:block; }
#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { border-width: 0; border-radius: 0; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:none; }#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d31111;background-image:none;color:#fdf7eb;padding-top:0.951875rem;padding-right:0.8475rem;padding-bottom:0.951875rem;padding-left:0.8475rem;display:block;align-items:center;width:5.085rem;min-width:5.085rem;height:5.11625rem;position:relative;font-family:arial;font-size:3.8075rem;font-weight:700;line-height:81.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.595rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.78rem;height:2.0225rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.4275rem;font-weight:700;line-height:32.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#fdf7eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:31.125rem;height:9.6375rem;padding-top:0.11875rem;padding-right:0.12125rem;padding-bottom:0.11875rem;padding-left:0.12125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.3125rem;left:14.3125rem;z-index:15004; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #NPIPCOkyvPwQxFfmzWSlsA2JLI9a7ooz { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #L716AsGO21O5RmsBr0HVQb4k2ZtixltM { width:auto; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zdiVIAnhcZ4CJtLETJCsgK4DXRGEodL3 {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #hT5RuMI7ThlTmZP1FJJQ1caZp72GzmXK { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #IlPLvXMiWFBLSp8aaTrArgSmHnbzUCCO {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #r1m1KCda6UtrTb1zRGdHc2o2CgfcNlD3 {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zC7WofF1UqnPyG5cgbrXicGRkT1zDhZk { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #EH4NPpCpnfDRaaJtG4xW4ZpQDyPGzxIs {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #UFB5qXabWSPB23G77oFJwG2zyCE7o9EN {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #up8TZ5uUUgbvVWVtsfHBy6pKDd9TrECN { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #RpRn00XCMtogf1J2U4nxvw3lUbuR9THB {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #pc33hsVye5n4eItn9qfi9n6RPv4eSqpu {  }
#Szky1l2KoBw4DmmdLCV7zy8mr0fDGAka { color:rgba(var(--color-secondary-2),1);display:block;width:51.9375rem;position:absolute;font-family:"chunk five ex";font-size:3rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.40625rem;left:4.03125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWyVVu5F1LCfFTIVe4ZOnATlmNZA2Trt { color:rgba(var(--color-secondary-2),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.125rem;height:1.64994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKhA4aTDfGTV5zJVeWkSPC7IO1n9hJV5 { color:rgba(var(--color-secondary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5rem;left:13.25rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPAWTw6T7mKXUovw5FyxAhcS8NNWgJrI { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.5rem;left:7.3125rem;height:1.64994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSnazSVfAbfyMZwKCxAOnhQmevhsyUpS { color:rgba(var(--color-secondary-2),1);display:block;width:51.9375rem;position:absolute;font-family:"chunk five ex";font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:5.3125rem;left:4.03125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { background-color: transparent; background-image: none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container > .video-iframe-container { display: none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row > .video-iframe-container { display: none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .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); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { border-width: 0; border-radius: 0; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d31111;background-image:none;color:#fdf7eb;padding-top:0.951875rem;padding-right:0.8475rem;padding-bottom:0.951875rem;padding-left:0.8475rem;display:block;align-items:center;width:5.085rem;min-width:5.085rem;height:5.11625rem;position:relative;font-family:arial;font-size:3.8075rem;font-weight:700;line-height:81.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.595rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.78rem;height:2.0225rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.4275rem;font-weight:700;line-height:32.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#fdf7eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:31.125rem;height:9.6375rem;padding-top:0.11875rem;padding-right:0.12125rem;padding-bottom:0.11875rem;padding-left:0.12125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.2802734375rem;left:14.314453125rem;z-index:15004; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #SDWvLQvIScPi8giqPDTVUwkfuKPWKCUr { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #c9dCxLfrA5Hm9pFmO2OoRL60Qqfwct15 { width:auto; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #cCOC62uRMEuhRaAHlz4JkWBEJUm88hfm {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pSJFOgW8wxXRPLU6o5NaM91KdGAp1TwW { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #UavfF6H1itqwcWp1Mmta0dwXRrcIzNcB {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #R0KX4Clp78l5eNQlzsUIeFTiXEtldpCG {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #Mva7aAHlrHzfQ6fflhezgXphoUAyBXhm { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #w9yaCLekZuWQsg7qSQFikDccCgvhhMro {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #sFAu9gRGru9MmG6HcGRMKMFADIsN8MJT {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pTb96pL4mNzGpEMCsL7G6ONUumHI7O2v { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #iE5g1sEZMN2FI66F9V12fywmcbnayTpn {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #IF3LZ4dcuIbqR4E9fe39kEhhz5Pm8lEC {  }
#gQSvFBgpinTpG8ddTAL9phuNdKHlRGEl { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.9374876022339rem;left:7.28125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tG9y7gov2tHGx97vk3CQrVsMpFbPsazN { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:16.250000953674rem;left:7.28125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4HPS7NyJO4KsPiAUvKKD4nootAASyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#O4HPS7NyJO4KsPiAUvKKD4nootAASyet > .row .container { border-width: 0; border-radius: 0; }#O4HPS7NyJO4KsPiAUvKKD4nootAASyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4HPS7NyJO4KsPiAUvKKD4nootAASyet > .row .container { font-size:0.875rem;font-family:arial;height:70.6875rem;width:60rem;position:relative;display:none; }#aRI4OLVeM2GOcWvPdyUNZrq55NJfSqpW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:52.8125rem;width:19.75rem;top:8.875rem;left:40.125rem;display:block; }
#pwSigLPcLbQwNfhGcTk4STuDK42AbqeI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:43.9375rem;width:20.1875rem;top:6.5rem;left:19.40625rem;display:block; }
#nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.625rem;left:20.75rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.625rem;left:41.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#QBNowyqhKbd4bBm6TsNhozqZGdrU2xwA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:40.6875rem;width:19.75rem;top:9rem;left:0rem;display:block; }
#mp39DkBFHseZcFPnAahzcuOXnVIdX50r { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.9375rem;left:3.875rem;display:block; }
#MgZpLF7bmKGiSDCmcF2GIVgWPMLGvFE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRr8fdgVi5lPHUvexLOF1whEA7vOHTRu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:57.25rem;left:44.125rem;display:block; }
#PmqtWbrIF9kKf8LdnkK0hgnZnaonxfbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O4lpf6TD0HCO6I3t7SXdhCJdFkd3z9vs { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:22.5625rem;left:41.375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lyNvCwKIGxedHWhM5cuMawDlEzztBd8x { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:22.25rem;left:1.71875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvPm3x6c2M3GlKzoBgrIzlmkCgmewkh9 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.6875rem;left:41.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtu3hBTU6G1JuGgKbFgCpCdBmsarzroH { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:14.5625rem;left:3.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vZo7Qz0nmHm06lyvxPZwW2RTEJyLa1Ik { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:22.25rem;left:21.34375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UclKpePgQgwHvez3rgD4klrspMtAgJiE { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.375rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.5rem;left:21.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOGsS0sWo85H8KyETmhh9KxHkNDXXZaM { box-sizing:content-box;height:0.125rem;width:7.625rem;position:absolute;display:block;z-index:15021;background-color:#b30101;background-image:none;top:12.75rem;left:6.1875rem;display:block; }
#Mx2SJZxTlZwAxOUgsLuILerfpAbPp4nO { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:11.1875rem;left:23.625rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhswUo8F1hUuL7K38X6c8Syus04Otsvv { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:11.5625rem;left:43.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#quAGai3ZAOnpDMbO7S9955hq964y1Kg8 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.8125rem;left:22.5625rem;display:block; }
#pGUxDkaQXhRw3Vne4fcg4VrQ3zn6FTRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EW5ecs63RoTHiS9cAykMDPrFPHapb30K { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:26.875rem;left:0.8125rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EW5ecs63RoTHiS9cAykMDPrFPHapb30K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EW5ecs63RoTHiS9cAykMDPrFPHapb30K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#hEzTW7TTK7FV58C0xUW6NgNJS3iiXWAW { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:11.5rem;left:3.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sminrepC8aOIqHNWOkPmgmxLlxdUT9lJ { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:19.0625rem;left:3.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBlMUrXJW9wF08kheFgzSOLz9PVVt32f { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:15.6875rem;left:1.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFB6EX5M1iIiKkaiWiM1JO7TDhPwhBP8 { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:14.25rem;left:23.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmmQpu39AWNdZn3ZlXuNvTWAzbioRf5k { color:#28a745;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:19rem;left:20.46875rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8vAguZF89pxS89WhOMKWxLX6uCduS1E { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:14.5625rem;left:43.875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIJXDDoTTPFOQ9ZHPhdtErrNZlSSeTAy { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:18.8125rem;left:43.96875rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORa07sBdoDQUTXlDDgb1ThpKbaTuv5mw { box-sizing:content-box;height:0.125rem;width:7.625rem;position:absolute;display:block;z-index:15022;background-color:#b30101;background-image:none;top:12.4375rem;left:26.1875rem;display:block; }
#Dt3tuh2ofMq8dKf3bN6vkaAIGlS39ob0 { box-sizing:content-box;height:0.125rem;width:7.625rem;position:absolute;display:block;z-index:15022;background-color:#b30101;background-image:none;top:12.75rem;left:46.1875rem;display:block; }
#aXFlzd25RXVnNQXmyWW7b6IIHEn2zvSq { box-sizing:content-box;height:3.3125rem;width:22.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#sJefTpycTvDIFnsk8hFKTX4rS61aOpMk { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:8.625rem;left:25.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2ZxMbawwOlaMzmP8WvWHZbuZOvLnO32 { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:15.3125rem;left:25.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I3S6805Gz9BeHUQS32fnXhFeMxkVfXud { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:7.5625rem;left:21.21875rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqSrrNuveHdU0ZzpbU983Awr6Hp39UwF { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:64.5625rem;left:7.25rem;height:4.8987875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sDtHAnSGMlwQTT96phNEsDWELN57pDLC { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi > .row .container { border-width: 0; border-radius: 0; }#kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:60rem;position:relative;display:none; }#OauMimNqMuKZz2f90aF7tTV1lzTSN64b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:53.0625rem;width:19.75rem;top:8.875rem;left:40.125rem;display:block; }
#xWmtNtUKA0zAVRcOrczIhkUx4GSOOeTV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:39.625rem;width:20.1875rem;top:7.59375rem;left:19.40625rem;display:block; }
#PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28rem;left:20.625rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.1875rem;left:41.3125rem;height:28.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#J15eGklIrUy3XW5S738z5Llu3540CdUd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:37.3125rem;width:19.75rem;top:9rem;left:0rem;display:block; }
#HSUGW6cA7PBOOrbVW2O0aTQpsN08TVcK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.875rem;left:3.84375rem;display:block; }
#F3ETS58pQd2vTBORhpo5Vq7K3ATV0f86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeQzrrcL0DEupS0BOzdDdw7Ptv54wyyC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:57.8125rem;left:43.84375rem;display:block; }
#FAUPIxE3P2UREma4CzPRfFkFT6szFFgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9MxrJL4zVlqrbdRHmy3uhUR88XKDTNC { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:23.5rem;left:41.5rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5I3nhE2WMFQRMeMhR51AJ5EmhfOtnUp { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:22.125rem;left:1.71875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqLiBWIMgp0ElAzF9zXRuoBJK4EcaTwB { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.6875rem;left:41.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZtD88vdOacQSPQhrGosvmevOTC1KZgQ1 { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:14.5rem;left:1.78125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KkLr1Jk1gCTlDwQDdwiAtCTqT7cTpgmP { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:24.4375rem;left:21.34375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FCmJRXRRr6f2FxDJ2ONbaRFIXZnGHo17 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.375rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.5rem;left:21.71875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smQdEQEqMuLLX0Hb3TIczRshpwWJKugD { box-sizing:content-box;height:0.125rem;width:7.625rem;position:absolute;display:block;z-index:15021;background-color:#b30101;background-image:none;top:12.75rem;left:6.1875rem;display:block; }
#QtVTOT8qDWqwuJIQgy6zgt2Jm6ycuQ7I { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:11.1875rem;left:23.625rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mKTnhwGKe0b7mv23F7P0Q4o4R0Wev0gt { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:11.5625rem;left:43.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHIbWkf0eGwTPtLfQk7JUoUV1Mr8weuu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43.1875rem;left:22.5625rem;display:block; }
#cV7n9xWeRcimURCBuZqLW16QZm0Nir3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:27rem;left:0.78125rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#dF9wv3DoKscQcesKgQqBPd2F2QTAFvqh { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:11.5rem;left:3.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMSf46nCE9GMvzfQNlQOXwC3B7cJSiB0 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:15.75rem;left:1.71875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XhFRD5sc4OTbtibfidHJx10XiRh7cVEw { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:14.25rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Za6LeWcLL9H3VKOWKCshGBZqo5tp4EHI { color:rgba(var(--color-secondary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:14.625rem;left:42.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ofns9ladoektNZduyodgZ6vRg1Ku60al { box-sizing:content-box;height:0.125rem;width:7.625rem;position:absolute;display:block;z-index:15022;background-color:#b30101;background-image:none;top:12.4375rem;left:26.1875rem;display:block; }
#iTX55r8HBWtv39SE5cmMet9VTWpN5xZs { box-sizing:content-box;height:0.125rem;width:9.0625rem;position:absolute;display:block;z-index:15022;background-color:#b30101;background-image:none;top:12.75rem;left:45.46875rem;display:block; }
#Cu1qNOMZKOhcxzlai6VGhXJ6budkCRUa { box-sizing:content-box;height:3.3125rem;width:22.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#oMXKTULt9S0nTRqaHRd1Zma1K7iHoZOt { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:7.5625rem;left:21.21875rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iaKuEdxzNzI7v1xfeS6rowP0HKNd4Nvy { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:64.625rem;left:7.46875rem;height:4.8987875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zVcdsG7HFt2QSZu8DGLoiBrqlMtynEia { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#go0vSipmiOcXSvIQca52yQztnZFzl5kb { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:19.0625rem;left:3.03125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewqH5Eo8FdqyLDQFBPCiuiuoTFzlpSdS { color:#28a745;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:20.86328125rem;left:20.46875rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEM6ncJldcV94txyGnKDONkQ0iGIb7vl { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:20.8369140625rem;left:41.3125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kxta4ma1ewdxSG8OFGchnIsABPnl8yd0 { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:18.8125rem;left:25.40625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXXT4eCHlDT9kSReaJngs6lf2QdHr3WG { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:18.8125rem;left:45.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV > .row .container { border-width: 0; border-radius: 0; }#Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:60rem;position:relative;display:none; }#FzKSP5yfokEBgZ1HGt82gpT0oDSdrRWu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:54.4375rem;width:19.75rem;top:8.875rem;left:40.125rem;display:block; }
#O0u8K0k3zxcfNd32cI8hdC3BfOdJFPmp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:41rem;width:20.1875rem;top:8.875rem;left:19.40625rem;display:block; }
#ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.5625rem;left:20.625rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.5625rem;left:41.125rem;height:28.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#fsOboiiezbRFFJxxE6ADMEB58fwKwxmX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:39.9375rem;width:19.75rem;top:9rem;left:0rem;display:block; }
#bgOmVNh0WvotHFsz6rikyP3cyvE4GTvp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44rem;left:3.84375rem;display:block; }
#d8sn0HtBfxZ2edQ52bAEkhtTld7V2EUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxNdqa3ayibT9p0uCTWb56DLSpr93p42 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:59rem;left:43.84375rem;display:block; }
#npnAIkl3vu9uCbWh4kdd67XRwZJFoH2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLIgrKM4P9hWsp1TyHTUJyWmDeXrhSMi { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.6875rem;left:41.3125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJxyxr5HA6CU78bfi54XnHSzqIAGPemH { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:10.6875rem;left:1.71875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mT1DzU5dcrNGUNw9xSGk1I9fRV7O9Zp2 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:19.625rem;left:41.96875rem;height:3.562675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8C9a3SETTGovtnFWOIKEZbJDK4TreRP { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.6875rem;left:21.34375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNV4ihR2AQD4o3hThnRm96oVkSM0goBT { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:19.625rem;left:21.75rem;height:3.562675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbANQyhPHsCuFn2rm4NIJRxsJaB1lDU6 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.625rem;left:22.5625rem;display:block; }
#mJkqQoNaDJFusQgOyJe6P3oG46IhQZF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:28.5625rem;left:0.78125rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#PZNHnmokWWySI6KiSbznWG3xNvpoMfRw { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:20.125rem;left:1.71875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rg6WHWBzfamBEAtTh3nUTvfGVGVaqAaW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:25.3125rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCLKfxgMqomRFz7Op5nJSoC0RUbz0o8c { box-sizing:content-box;height:3.3125rem;width:22.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#hP8VMUkfxsGwHR8PgD6S23SVVHDNlKpb { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:7.5625rem;left:21.21875rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LygUoTpFefWgBm2qSX24iXtkvsx0Hatl { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:65.6875rem;left:7.46875rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfGxLqoVrC4dc5OGGVqpuFLTcqb6PRCd { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b8l5ft6Uiy7XuOsmTndANFmi1r3FUA71 { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:23.0625rem;left:27.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmnAo6ElTiPXVUbxBWdCxxUe5lAr09J2 { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:23.0625rem;left:47.09375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCLuhD6bTJpFRITJ1s6mFFkUrFNTBUO0 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:17.5rem;left:24.09375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBy0RSH4W4hSTE0sWDa3636GpMCyaG34 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:15.1875rem;left:24.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rk8gVA31GssiizR4CunP5BxTCTVVvE4k { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:17.5rem;left:3.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQfDpgvK095e30ElliE0seD1h5hHS5D9 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:15.1875rem;left:4.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cD8PnqoxQaEWEWz9MIe8JqzDLntTDPyF { color:rgba(var(--color-secondary-2),1);display:block;width:10.8125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:17.5rem;left:46.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R82AN6xqkDiekGDMdkaPhW4yIGOi7scK { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:15.1875rem;left:46.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C00GRP91GaDO7krzhFKwsofIiTFkqg4s { box-sizing:content-box;height:2.1875rem;width:14.75rem;position:absolute;display:block;z-index:15010;background-color:#28a745;background-image:none;top:24.78125rem;left:22.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SDrLQucGlvvvvJl4KLoJox3EUihUBD1d { position:absolute;display:block;z-index:15027;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.875rem;width:9.875rem;top:14.1875rem;left:26.8125rem;overflow:hidden;display:block; }
#nJLr9MKa4958Tiq4BbmTPXysrblwNLDJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:11.849609375rem;left:27.5rem;overflow:hidden;display:block; }
#AyJ5a7kKHcbaEkkGd5AutWLoMTbwPVGL { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:18rem;left:35rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M77gD6TiDdtSHIZADhFcPmVcFpErEwqa { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:15.625rem;left:36rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbh5oMShLKm0nr4zfezXFfswChWxtJqh { box-sizing:content-box;height:2.1875rem;width:14.5rem;position:absolute;display:block;z-index:15012;background-color:#28a745;background-image:none;top:24.78125rem;left:2.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aHsZATCiVcudTQ1EohQ74wMUO8Aqcgqs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:25.3125rem;left:1.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCfvA0OPbkk8iXJbf3J8L10JZwHAVfMD { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:18rem;left:14.1875rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkRv5nI5qWph2xw2DT2xVfd6hGyR6qkM { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:15.6875rem;left:15.125rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBKkeCv1vCL25rbKIFwUiuHaC6vc9vZd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:11.849609375rem;left:6.6875rem;overflow:hidden;display:block; }
#uLg7MUkt4cKCCQRg58a6cKdt9tymJnyr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:14.3125rem;left:6.25rem;overflow:hidden;display:block; }
#O0y4exEGOtxd0lRepCkT1SkvIdN7lK1U { box-sizing:content-box;height:2.1875rem;width:14.6875rem;position:absolute;display:block;z-index:15012;background-color:#28a745;background-image:none;top:24.78125rem;left:42.65625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NRP4QburWfH2ZGDVKwsmk9aQFR7lqNlw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:25.3125rem;left:42rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDs16xrkDlxI65QE18o32VtgylEZ1E0a { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:17.9375rem;left:54.8125rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFdeNIlpbP8WCPKwuGwDVhGPX0kWwgM9 { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:15.625rem;left:55.6875rem;height:1.0000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chhTrMalcKrxVzoEysaMQDGaQsEb9hrT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:14.25rem;left:46.9375rem;overflow:hidden;display:block; }
#ezXpGA9d6UMc9amdbe3PwS055wK3G0Lp { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:11.849609375rem;left:47.125rem;overflow:hidden;display:block; }
#uuG7nX7yz0mTAcVdWJ8odni3ucq487sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uuG7nX7yz0mTAcVdWJ8odni3ucq487sp > .row .container { border-width: 0; border-radius: 0; }#uuG7nX7yz0mTAcVdWJ8odni3ucq487sp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuG7nX7yz0mTAcVdWJ8odni3ucq487sp > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:60rem;position:relative;display:none; }#wAT6nwggVd4xv7vDif0FLTuh9Zuzk1bL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:50.625rem;width:19.75rem;top:15.3125rem;left:40.125rem;display:block; }
#ruSo1XVE9wbDccqW0ZX6INZsWaR7kcDI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:37rem;width:20.1875rem;top:15.3125rem;left:19.4375rem;display:block; }
#XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:32.875rem;left:20.625rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.75rem;left:41rem;height:28.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#FlUX6Dkz9b19Leu1E6ACxRW8Nz26sNlJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:35.5rem;width:19.75rem;top:15.4375rem;left:0rem;display:block; }
#vPQTSautdlA6TnZqp0t8dCkazv1D73aQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47rem;left:3.875rem;display:block; }
#wmdi5MOhEhJBdyqFzE88iFXgoakwg0yl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FB7ff0c1vL2epMgOZRbtec4PK5cAas0g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:61.875rem;left:43.875rem;display:block; }
#LdWHbtxrZwUdVEa18eAZBaOvO1KeA2TS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLotnLmqsWTy5miNT0VuDZ5EnagDf50v { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:17.125rem;left:41.3125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbVfmRMDHP1MmCO496rtRcWE1QHlLfyN { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:17.125rem;left:1.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKenumkn8aszf9hllpH9coVL2wv5TAc9 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:23.9375rem;left:42rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgTkI5K7Vz5Q2E8plIgCpcyRTcBgTPPN { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:17.125rem;left:21.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnGEL7CH51WAeZ5CKk4vH1veTRr96mXv { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:23.9375rem;left:21.75rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QiE6TDk7X7de3yKgpyXQunVZXT9hIFXS { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.875rem;left:22.5625rem;display:block; }
#LpAWPxOPeQihdHOg3li8aThXA97y5wLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:32.625rem;left:0.8125rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#zTU1ylzZVQdKsWdExGD15atinUuTfZWb { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:23.9375rem;left:1.75rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZaElvNp4lN0KBrIUJT0VNVxuTntfEDxC { box-sizing:content-box;height:3.3125rem;width:22.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.9375rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#ehdZ01v9krwXLsKuo721Jy3dIq7R3XX1 { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:14rem;left:21.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zl8xVwA3ErRKR1zNbHfgpiGJvBRMH9te { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:68.62500190735rem;left:7.4875011444094rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ICpHXdHFhP60GOKAf5HcWRxIot6lW51h { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.0625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aqdhVFu9Cp2mWVJv0cUF8QQvrcBayefQ { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:27.375rem;left:27.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QToVbw4IAZNnPTIbTA34pCy9fMQ2gGLd { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:27.4375rem;left:47.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxXoLGfEAvXzEpISmDwyNUvZt3UFSnZA { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:21.625rem;left:24.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wAvFtSxbGUCGhqWo6J9mIHQ72TQGt486 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:21.625rem;left:4.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LIfTl7qzJ4qTz49vVDKtTKrqJ4dDMOET { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:21.625rem;left:46.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#praiRWXun7zX1E6Bfg0FAcsza9XF3iRc { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:18.3125rem;left:27.625rem;overflow:hidden;display:block; }
#md8uv0VMvMPoGkiHqNpLGpagN3wqw9nx { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:22.0625rem;left:36rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6BFmnevK852LPqDvNXNaKuvebVnCCuo { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:22.125rem;left:15.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2tougsUN3qR2SmlCcnDPKohZfem8XgM { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:18.375rem;left:6.8125rem;overflow:hidden;display:block; }
#KD7clBVycmaThuvZsFUU8aKQ5ZZkER6B { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:22.0625rem;left:55.6875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6SlQHz6pn3yNxTiLTwHKN4EzSopktKg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:18.3125rem;left:47.3125rem;overflow:hidden;display:block; }
#hTJGX1FoTsTB7WREwe9UhlrQngPP0Is3 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.7500019073488rem;left:4.59375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQTDZWSJ0oBqRiqtWZrB6ZFNttZQNEHN { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:29.125rem;left:3.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cEP02CoMzFdssfmd3btoebwAT1XNtyCa { color:#28a745;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:29.125rem;left:21rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhxSKggn0RUT9B0PCKZOBGxfc7mCardE { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:29.125rem;left:44.375rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WpHmxKWTppRMlTNHG549c3o8JgEP0wQr { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:4.0742192268372rem;left:24.843751907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZqX5PG3m1FF3PS1ovmDAEEUfzveiik3U { box-sizing:content-box;height:2.5rem;width:13.1875rem;position:absolute;display:block;z-index:15024;background-color:#370f11;background-image:none;top:3.94921875rem;left:23.406251907349rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi > .row .container { border-width: 0; border-radius: 0; }#C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:60rem;position:relative;display:none; }#tdl35RJU7gEQ42ZJQpWwllZyDT2KWzhR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:44.25rem;width:19.75rem;top:12.625000953674rem;left:40.125001907349rem;display:block; }
#yDrZVh2shGwD3mbQgtcJzFLPRCa0mJte { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.875rem;width:20.1875rem;top:12.625rem;left:19.437501907349rem;display:block; }
#TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.1875rem;left:20.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.1875rem;left:41.0625rem;height:21.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#K7QO0lZGyXHQhRHibiRqJlrgnZu3dZKb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:38.5rem;width:19.75rem;top:12.75rem;left:0rem;display:block; }
#Hus6gm4DTc5WnJWbLM71g0KXepaNdTlM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.298439025879rem;left:3.84375rem;display:block; }
#L5F1ORR8EnFOXyN2eHkbltx6k8RAwq38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uk3AtHTmB9HCPlf5d5RA0Nxfs8sbWLKq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:53.249219894409rem;left:43.843751907349rem;display:block; }
#DvH7467kImkML9QgQFOvVlr9TdfcQked { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhvHvrRmHAM9uoaU6mqOldAox5vegQgh { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:14.4375rem;left:41.3125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzEFi6t7hxGIewVQUg16Uamdk5s2CJtG { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:14.4375rem;left:1.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tp6d8D5hQo98RozKqhU4ieVrPmTCZJ76 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:21.25rem;left:42rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUeZlyTSxu3SZFwO6RC6Q0mKCrqRSOAv { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:14.4375rem;left:21.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5Z7yMReUSnZG0tJKEVSfhEgqJCS7E3H { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:21.25rem;left:21.75rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dT0xFkeiVcRGLV7fxTiekI2oQIFlEZO9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.625rem;left:22.562501907349rem;display:block; }
#IZX1Wr8cDAe35JD5uxdwfusMKbgn5TOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7mRNeUBwA7CttHTkiaVetlJXGF3otbs { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:29.9375rem;left:0.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#v7mRNeUBwA7CttHTkiaVetlJXGF3otbs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v7mRNeUBwA7CttHTkiaVetlJXGF3otbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#TBJoaOaHz9ioSlLk20TKbrxwDvs1urWz { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:21.25rem;left:1.75rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#On7b56TW5GZ6reiUMsCvrgV7mOyqgBaK { box-sizing:content-box;height:3.3125rem;width:22.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.25rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#myXp4FrQLFc3Jhy3KbRe9Homr81uDQiZ { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:11.3125rem;left:21.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSPBeDxxDT0rdt8FIa3S9fX5ccBOBKvT { color:rgba(var(--color-secondary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:59.562501907349rem;left:4.96875rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M4teqfuHs6mbV4KyWE2dMM0E5TJwa17x { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.0625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GD8cJPAJ9EPe1ibFB5PwAm9M9hXsKmwB { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:24.6875rem;left:27.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWK9wZwUwZo91yJoiDcMkv8KKpi9HsAT { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:24.75rem;left:47.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vL7uagTviKPh0NZ1C96KuqhON5ca33Fo { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:18.9375rem;left:24.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m3DHgkABv0VIUxHUfebkks0rz5ElzuHR { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:18.9375rem;left:4.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GxqRwGZTLkEfdTyNm6ixcTDpc5iQiVet { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:18.9375rem;left:46.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKIa6BXym6nmWo3DbIyAaWESxJc6QkQk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:15.5625rem;left:27.375rem;overflow:hidden;display:block; }
#mouGGPbLKezG3tgumf4yqFZJDfDDuHMf { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:19.375rem;left:36rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCbdNlCpLpJbuSCVwJ9K2IUMzGToqcqt { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:19.4375rem;left:15.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5t1lL8RLqTIkdqfbSEeVSFJLT0stRzC { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:15.5625rem;left:6.625rem;overflow:hidden;display:block; }
#bo2ZzDksuoggz2GLoxBh3ia6FDe12OJw { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:19.1875rem;left:55.487504959106rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQ6QdwweQmnt4MGLmNsWklfUdxqQ6qgm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:15.5625rem;left:47.25rem;overflow:hidden;display:block; }
#yzbGgEAT8h0GNk0mHmDgWQG3CTrI1vWx { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:26.4375rem;left:3.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLtMgVONmPJLLkWaUqNTyuvRz88VQQxl { color:#28a745;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:26.4375rem;left:21rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZbLLdDUDJd0qZaTW5N9kGenhXabT872 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:26.4375rem;left:44.375rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HRlhXEPZUrycf3G10NeXJSHON1M5MyRv { color:rgba(var(--color-tertiary-2),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.5rem;left:4.875rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container { background-color: transparent; background-image: none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container > .video-iframe-container { display: none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row > .video-iframe-container { display: none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .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); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container { border-width: 0; border-radius: 0; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:60rem;position:relative;display:block; }#rU6JpEuCkb53Jstyduk6KZ6y4sSVDf4o { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:44.25rem;width:19.75rem;top:12.625000953674rem;left:40.125001907349rem;display:block; }
#HzsyoTuIGOJvGlcGRmJUcInfRved0U0R { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:38.875rem;width:20.1875rem;top:12.625rem;left:19.437501907349rem;display:block; }
#TyRiw5InU1utU57nxKoMG9zEbomvAROx { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.1875rem;left:20.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TyRiw5InU1utU57nxKoMG9zEbomvAROx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TyRiw5InU1utU57nxKoMG9zEbomvAROx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#PywSXg17phh486HXLXdG4v10675q5TbI { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.1875rem;left:41.0625rem;height:19.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PywSXg17phh486HXLXdG4v10675q5TbI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PywSXg17phh486HXLXdG4v10675q5TbI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#fxI80oLsoNR0TuQNstF8C8vKwd6y9avV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:38.5rem;width:19.75rem;top:12.75rem;left:0rem;display:block; }
#cq4pUEttFmrEiB8E8ExNBVlrxOp7K78G { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.298439025879rem;left:3.84375rem;display:block; }
#FqLwyG7F6QbZVXHyWm5uGPn5LD12DVco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltbyR4CpgupnyT55c1DNwzEiGGzsV9sL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:53.249219894409rem;left:43.843751907349rem;display:block; }
#tQ0luT12oOBD6r3ieGeA2X7RMoJ7gV1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgKUqUL82W4a8ndBENoU8xwC8BFpH3cQ { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:14.4375rem;left:41.3125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oeakAVHNtfR9HurCvTTsm4WMQZKXN0aC { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:14.4375rem;left:1.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckeht0bp7ot8k3N4wRXnAXqwuCmTul4d { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:21.25rem;left:42rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luCCWr28cHktqCPUI4PVa04r4CP6OSM2 { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:14.4375rem;left:21.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTmq16LqKFfJdQfaq3zRtDQmBD8PxWzA { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:21.25rem;left:21.75rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3hsTbtJv4c6OCypJf8u7BgwAylb6c22 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.625rem;left:22.562501907349rem;display:block; }
#GwwDHB71iCpww5yK0Pf3uUxMFNhVgkMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:29.9375rem;left:0.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#RTJmIRTf2LU34HTm0n18hAD5zWRRRBTU { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:21.25rem;left:1.75rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkXLnyQtwxwoULemgAXLkCcIZJAvQBXO { box-sizing:content-box;height:3.3125rem;width:22.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.25rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#shC1Dv5yhAsoOaEt3OewcZgLFF2K6aRN { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:11.3125rem;left:21.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pqdf9upspoITzFyD1p6crWQWT0oq5Ets { color:rgba(var(--color-secondary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:59.562501907349rem;left:4.96875rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhATNMZA3qny9Azg6QDHXqkqyUtpm3sy { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.0625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANVIIxDWNQBO4Tf7flTiRToyePqvytWW { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:24.6875rem;left:27.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WuKTJbX1WTCWBlZugrrkyxMd4xQpkSlU { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:24.75rem;left:47.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCVKeN1qdwrHOxy6fr1EXebCKnufpVH2 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:18.9375rem;left:24.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HT6G8gLQpTJh1pgRUQAD2fkLNWTXRNhr { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:18.9375rem;left:4.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHVoZglIqNFNJkAfnvl67Pk1OIi53arf { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:18.9375rem;left:46.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tiewDU7gbXpE6mZQ3HlmewZutQadflLv { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:15.562570571899rem;left:27.612501144409rem;overflow:hidden;display:block; }
#PtUXMOJV81Ps2NZaK8qrlbEtCfDTdmNX { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:19.375rem;left:36rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlFOT6D8er5fNyxNAJGLRPcSdRUktm30 { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:19.4375rem;left:15.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QB6BKP459BEmHlQ6RgAIhiCQSge2xz6N { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:15.562570571899rem;left:6.3312511444094rem;overflow:hidden;display:block; }
#qUAU7SsKmLr1o8qCJmMo7hd7ri8Sk5qw { color:rgba(var(--color-secondary-2),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:19.1875rem;left:55.487504959106rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5stShyCdXdcZRxAT9iLO5o6ViiTJJCl { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:15.562500476837rem;left:47.312501907349rem;overflow:hidden;display:block; }
#UC2v7R210tpO8pBy8I3l3rEylrCOHd6O { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:26.4375rem;left:3.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQaKlMPfvnzV9zVWBLztuKGnwuy8QzFR { color:#28a745;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:26.4375rem;left:21rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIgUZsUp4roF1WwhnJFPk6FnDofTUTrf { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:26.4375rem;left:44.375rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOIZ8OgpzShUKwNavwALzTVn0zHJ0yGL { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.5rem;left:7.90625rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H > .row .container { border-width: 0; border-radius: 0; }#NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:60rem;position:relative;display:none; }#zVIUJirex4CHoA7anisiRIUvEdGLhCFb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:44.625rem;width:19.75rem;top:8.875rem;left:40.125001907349rem;display:block; }
#xyu62X0cTQ0pJDcs8KTNP0BIvKygk3yu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:32.625rem;width:20.1875rem;top:8.875rem;left:19.406251907349rem;display:block; }
#P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH { color:rgba(var(--color-secondary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:21.342969179154rem;left:20.625001907349rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#p6D8gJshNskyTFsvW03HWWwNrhLZyp2v { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:21.342187166214rem;left:41.0625rem;height:25.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#p6D8gJshNskyTFsvW03HWWwNrhLZyp2v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p6D8gJshNskyTFsvW03HWWwNrhLZyp2v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#h5L1nW3Dzl3Q2NsBXrvWAXfF7oWZvMDp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:31.5rem;width:19.75rem;top:9rem;left:0rem;display:block; }
#DceSskDOwZiuTEt0ZVPKVQVZDPto8o6F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.499999284744rem;left:3.84375rem;display:block; }
#EGzW8612IuhqUgAeF6R045iTAAB4uJt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFg9FLIq53dDFauvS0Z9reL2RmztN5Ne { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:48.749219894409rem;left:43.843751907349rem;display:block; }
#tp7cxkZB3TBCBLm7O4z3vuDaTpfBw5Xo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGrN5Di68hVTUU8gUKbSAUsN3LC5oOPI { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.6875rem;left:41.3125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERB6I9VoDd5kyZhXzNZsKH81S2iwX3IN { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:10.655469179154rem;left:1.71875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ey3tT3KRt2M2ZbV6KCrExAgnDgbalFQF { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.1875rem;left:42.125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7SA5Kuc8zn8n1uVedszi5TCITopVcHg { color:rgba(var(--color-primary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.6875rem;left:21.34375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWTJr0FJyJqcDLnUQ3snVLwNuEiCDZNo { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.1875rem;left:21.75rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euVwDB8hs7T09yLxcBfWXcgfJwmZaC8h { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.093749284744rem;left:22.562501907349rem;display:block; }
#VfRPCp1RFZ2GkuFwyK4ODd1t4b3VK2uw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:21.342969179154rem;left:0.78125rem;height:13.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#avQpRowppSMelAkraqPnMVSM7qZZukv3 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:15.249219179154rem;left:1.71875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#np0uG3Vs2dPFmTLuR1210TVkH8IAUHfT { box-sizing:content-box;height:3.3125rem;width:22.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:18.9375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#GRF6mhh2mspPkAIyRnEC2ocvS0ZK681T { color:#fdf7eb;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:7.5625rem;left:21.21875rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X3D4SST6olVBuu36a1LrCQ51TaszFFdW { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:56.375001192093rem;left:7.45546913147rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z6edh6x3Ir8UCqMhkVP0qaxq8Hmdo1ZA { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVOByTiKciGBdLw671BI3iDqL6E4vZhE { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:18.625rem;left:27.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4t1FEuIrGX0UoGpCHlEfzJDqJc8rQbZ { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:18.6875rem;left:47.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon > .row .container { border-width: 0; border-radius: 0; }#MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:none; }#f2Th24TIBrTTWmbBT00J4exEKVtCRN9E { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTRDLMGIvVXC7AWTHQgCiXH2XFuG6m5k { color:rgba(var(--color-secondary-2),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:10.187500953674rem;left:4.15625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tu93TTFU7x5VT8mOEs0uQ0JWimIODLE5 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:5.9375009536743rem;left:21.718751907349rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qnVwMCNxhxnSWpy1tDhxbweasz8ELUxf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.346125rem;height:3.28125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.874218940735rem;left:23.32656288147rem;display:block; }
#D5WbPFwimp6yaJxv20ym4eo8KVEHX6lS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO > .row .container { border-width: 0; border-radius: 0; }#TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:none; }#GTA7piOwXEPxBXN6LDXNaUahwuAS54Gc { color:rgba(var(--color-primary-4),1);display:block;width:59.8748125rem;position:absolute;font-family:"chunk five ex";font-size:2rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:12.125rem;left:0rem;height:2.000175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fr5kizK31X3NM2g57ZNXVxyonpMp12Nu { position:absolute;display:block;z-index:15008;height:6.25rem;width:38.75rem;top:2.625rem;left:10.625rem;display:block; }
#kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN > .row .container { border-width: 0; border-radius: 0; }#kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:none; }#doEF2T5DHQGEWPK0UvFXCITBB8sviGfm { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:28.6875rem;width:19.75rem;top:2.4375rem;left:40.125rem;display:block; }
#QuBIwcOBwTN2BdxCD2ODcD4a91RohTWR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.5rem solid rgba(var(--color-primary-3),1);border-bottom:0.5rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:33.75rem;width:20.1875rem;top:0rem;left:19.4375rem;display:block; }
#Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN { color:rgba(var(--color-secondary-2),1);display:block;width:15.4998125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:15.25rem;left:22.25rem;height:5.7111125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR { color:rgba(var(--color-secondary-2),1);display:block;width:15.5624375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:15.25rem;left:42.1875rem;height:5.7111125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#HunUpo7NnZVGazsasxmlrNBwesnN4asE { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:28.5625rem;width:19.75rem;top:2.5rem;left:0rem;display:block; }
#wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz { color:rgba(var(--color-secondary-2),1);display:block;width:15.43725rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:15.375rem;left:1.6875rem;height:5.3986125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5d13b6abeb7c84ac1f0f45b5c0405eadda62da96.svg); }
#RqXocZipTH4LOmLvbpCI5xH0rgFXntr1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3469375rem;height:3.28346875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.8125rem;left:3.3125rem;display:block; }
#ZHLvenkO14kSFLFUDLQCzyaOGpThAL2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2w3PlMzIqBgM8b1FZk7JDXSptu2VET9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4428125rem;height:3.3802375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.75rem;left:43.25rem;display:block; }
#gXVAkhUexrhxOTlGfy7KoFTrTWtRtFCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXUai1wlEmmHRKM9QdcefTItTaWWUFZi { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:11.6875rem;left:1.75rem;height:2.02459375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Risa9PGGhTpElfuvPPIPFsmiTdJeoT5l { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:12.5625rem;left:41.875rem;height:1.7995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KsPmVsJuCug6g76AxO9FUZxCQ4rKlgKe { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:10.875rem;left:21.75rem;height:1.7995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTAMDPBpwOJ96MPOSV6ZfEEivmFbPuH6 { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.625rem;left:41.875rem;height:2.2500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0tapHq4HeCkSe2gFGoxyzrD1oQTRBhN { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.125rem;left:1.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s8QCvK1wV6KP2a5fqc6M8HhfKlhM5Wwt { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:6.125rem;left:41.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpcIOhrfBI467mgi69nEDeuR9heSFHaU { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:5.5625rem;left:3.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9LfFBbRTIxPOTqnO5ovwBzA2DmweTvv { color:rgba(var(--color-primary-3),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:7.9375rem;left:21.75rem;height:2.2500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLWA0Cb9SDW0EQ9WSrSO2Luvoz8FM8d7 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:4.125rem;left:21.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnAXQfD8yuLmcT9WBWm5LdbEKsFeXmo9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:4.25rem;left:43.5625rem;height:1.375175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFgpP2aHkDp4W3vufhhmeyUPMETrCLmC { box-sizing:content-box;height:0.12473375rem;width:5.99964375rem;position:absolute;display:block;z-index:15016;background-color:#b30101;background-image:none;top:5rem;left:46.75rem;display:block; }
#vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.6875rem;height:1.912325rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60142f333c4ff498a5151f09772fa71dec2de37d.svg); }
#GllbrMNwTVCTkWNTVdKLTPR6maDXGM3x { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8748125rem;height:3.937325rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.875rem;left:22.5625rem;display:block; }
#D8uDWs7MZw0sHKHmOgkylcNU5MoS1Udc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a9260;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; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container { background-color: transparent; background-image: none; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container > .video-iframe-container { display: none; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row > .video-iframe-container { display: none; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .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); }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container { border-width: 0; border-radius: 0; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#LZFsTSc7d2csDfwb2SlEQuLATA036gfr { color:#fdf7eb;display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.7812988758087rem;left:1.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyVG2iom9XUknkVXnORxZnLnP1Gga2gi { background-color:#370f11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:16.261767625809rem;left:24.687501907349rem;display:block; }
#lBKaEDgNtoeJTAhLEpZWb3va8B2xpi0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIdoTgkCx3w8s4VNaNcV0PNnPB7tsH3p { color:#fdf7eb;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.8125rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UqFKIytM6NQgoWKnVKqxqFg4wx6nUvaF { color:#fdf7eb;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:11.468018770218rem;left:3.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOIB5fz5TmInKFhrDpAXxQJ2V8wItGWT { color:#370f11;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.9375rem;left:0.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { background-color: transparent; background-image: none; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container > .video-iframe-container { display: none; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row > .video-iframe-container { display: none; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .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); }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { border-width: 0; border-radius: 0; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .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:#fdf7eb;background-image:none;vertical-align:top; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .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; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:rgba(var(--color-secondary-2),1); }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .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:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);height:auto;line-height:1.2;overflow:hidden; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .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; }#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger.adaptive-delivery-prevent-bg, #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger.lazyload, #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger.lazyloading { background-image: none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT { box-sizing:content-box;height:auto;width:53.75rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.1250001192093rem;left:1.59375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #D5Clz8TXLCWA4PW3Bk4SRwtJusegPMID { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #u4aOBUhQUuUDh4ab5IZkMTfe7Ih8lOvC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #rNnpPJufkLPZla5LSarlVf5TIz57qQId { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fqiPRTKhQqI8xFAtSc3WSzTGL0BN3Vd0 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ZIRnI1hq0TogTPIVACw4MhIKiJlKLvJ6 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #X8BDM6zpGWZak6rp7eMBuPqTq3pPTGyX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #SBk2Bdipxpo0yvHemZvk1HHVgPQxuZHM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #XCsFrohO5TIadR2MpNBxxZMNFdd1P28Q { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BXffwMp80WU6UVlIrc5GDuqhS36wAF10 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ep5SfLnbCdPERkog2Lw5LmIKpbpBRcrz { display:none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fsZsPTPCs6TIUBqZHqt9Wmgd3pGzb0gq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ui1z4aXc8ELTA9OoBrSk2fs6BXmWQkob { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yafEB4a4BWG63q3TkXP5gaag1Wqa9OTS { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IEim3Z8G0TQEQAA8nO3ElTvd7WTtZwPM {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #URvoqMXI4mJGAov7dlPfn2d2Np84NKM5 { display:none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #hgRUemMTZusTkK4LQlX3RgTfEZBuDQWk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #Rx4hbnIXdPnIrxsBao8Jm8vAwQ5WlalQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BAFXKlq39v3215GITT8WF5OKcRM9rNHU { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #F9Zmh4S3pPSP8OpNvsTXnTc6WKbdPKm5 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #P4bhuonSgT5JqQrxOZZ2WJVD16VeZV1O { display:none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IkumhuFFp76JX0J5TfsnRX5DrMLeakHv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #CstUelbWOgDfKnUkoLzTlkw5l2qaTQ2T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fiJ2lh5Z2TnJCQBQTFJXzic6Rl2bvITg { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yIMXcNby8pJul4ks3p6aQ0wGS4uXosiS {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #EFdiAX9vR1DVfXMFNvyvKM4gTNr3tTRu { display:none; }
#lgu79CLPDwQoTeSaJ7QRql1UsCJN26FO { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.1362848281861rem;left:0.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bih1nBlIH3eigTQJzycdulLvNodl2AWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { background-color: transparent; background-image: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container > .video-iframe-container { display: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container { display: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .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); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { border-width: 0; border-radius: 0; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { color:#fdf7eb;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.060546875rem;left:0rem;height:2.2500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { background-color:#fdf7eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.8125rem;left:21.28125rem;display:block; }
#T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { color:#fdf7eb;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.4365234375rem;left:6.1875rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container { background-color: transparent; background-image: none; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container > .video-iframe-container { display: none; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row > .video-iframe-container { display: none; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .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); }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container { border-width: 0; border-radius: 0; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#mq0Rdemg8Q7ROr6C4dVeXSdyNyUK2Rr9 { color:rgba(var(--color-secondary-2),1);display:block;width:52.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.875rem;left:3.53125rem;height:4.500175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAN33Nt991JH4w3NIFsyB9rOn7W9Nxg7 { color:rgba(var(--color-secondary-2),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:7.71875rem;left:2.96875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { background-color:#fdf7eb;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { background-color: transparent; background-image: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container > .video-iframe-container { display: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container { display: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .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); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { border-width: 0; border-radius: 0; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33rem;left:16.1875rem;height:1.38139375rem;font-style:normal;display:block; }
#FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { color:rgba(var(--color-secondary-2),1);display:block;width:29.5rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:32.9375rem;left:39.8125rem; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:32.6875rem;left:41.875rem; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-form-header {  }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container:first-of-type{padding-top:0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container:last-of-type{padding-bottom:0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { background-color:#fdf7eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:9.4687504768369rem;left:16.187501907349rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.125rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { background-color:#fdf7eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:9.4687504768369rem;left:16.187501907349rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR { position:relative; }
#eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { color:rgba(var(--color-secondary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:5rem;left:6.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { background-color: transparent; background-image: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container > .video-iframe-container { display: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container { display: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .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); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { border-width: 0; border-radius: 0; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#qXILCumovTi9Umyktdc0vyPR75uOrfbW { color:rgba(var(--color-secondary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:2.8125rem;left:16.125rem;height:1.12526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:0.75rem;left:19.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyykpi492cm9RLrJwcI7xCr6OINZECb2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:0.75rem;left:27.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.8125rem;left:31.3125rem;height:1.12526875rem;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) { #hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { display:none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { width:15.3125rem;height:2.9375rem;top:0.8125rem;left:16.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block; }
 }@media only screen and (max-width: 763px) { #Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { width:12.5rem;height:1.25rem;top:4rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { width:8.6875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { width:7.875rem;height:2.0625rem;top:0.8125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block; }
 }@media only screen and (max-width: 763px) { #qPzftVzw1Af9t2LzG5voo544APhA2PrZ { width:3.4375rem;height:2.0625rem;top:0.8125rem;left:37.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVum5DMZVn7LWCaRJgNdnZ6brw5TkNb4 { display:block; }
 }@media only screen and (max-width: 763px) { #MZotULm0Gpp67MaE70V1TatbpFTTPbTv { width:5.625rem;height:2.0625rem;top:0.8125rem;left:31.487501144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block; }
 }@media only screen and (max-width: 763px) { #nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { width:6.3125rem;height:2.0625rem;top:0.8125rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block; }
 }@media only screen and (max-width: 763px) { #ApvT79zAQbKTdG4AkkRz7CeMU9FnXCwD { width:5.625rem;height:2.0625rem;top:0.8125rem;left:41.624219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcOqWOOuST5n6qCUJszbqaruTMF9TOi { display:block; }
 }@media only screen and (max-width: 763px) { #ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { display:none; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { width:8.6875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { width:7.875rem;height:3.4375rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block; }
 }@media only screen and (max-width: 763px) { #OQ0TMc8wL3rzxM1RUT3cZlq8fBPQMWUc { width:4.125rem;height:3.4375rem;top:0rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAqgX3RoQXmqFFOSK16i7ly5AyDczl6b { display:block; }
 }@media only screen and (max-width: 763px) { #hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { width:5.625rem;height:2.0625rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { width:6.3125rem;height:3.4375rem;top:0rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block; }
 }@media only screen and (max-width: 763px) { #F383P6lC1fpMo5wJ4qvGfhD2nDA3SUTl { width:7.875rem;height:3.4375rem;top:0rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwV7XRhnZaDWupIwfKT96i6xCh1nq64Z { display:block; }
 }@media only screen and (max-width: 763px) { #KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zThMTAEnQvsH4RaFzafy6cW3WT71EeVB { width:5.625rem;height:2.0625rem;top:0.6875rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIzFzTEZePSlDx21u2HPOt7zPe3dpFbG { display:block; }
 }@media only screen and (max-width: 763px) { #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { width:47.75rem;height:3rem;top:7.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0akoXUKALSxBb71TUVCQVEDgHFnNnJ { width:30.1875rem;height:1.625rem;top:14.8125rem;left:8.7812519073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfl5TvsoNsa56HoMB0vMvTU9ihD6SqT { width:26.3125rem;height:3.375rem;top:10.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { width:7.9375rem;height:10.6875rem;top:26.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { width:7.9375rem;height:10.6875rem;top:26.25rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { width:9rem;height:3.9375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { width:9.125rem;height:3.9375rem;top:36.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { width:9rem;height:3.9375rem;top:36.75rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { width:7.0625rem;height:2.0625rem;top:37.125rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { width:4.5625rem;height:2.0625rem;top:37.125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { width:17.6875rem;height:6.375rem;top:0.75rem;left:14.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { width:7.9375rem;height:4.4375rem;top:3.5rem;left:2.49937915802rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { width:7.9375rem;height:10.625rem;top:26.25rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { width:9.625rem;height:2.0625rem;top:37.125rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { width:9rem;height:3.9375rem;top:36.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { width:7.9375rem;height:10.6875rem;top:26.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { width:7.1875rem;height:2.0625rem;top:37.125rem;left:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn { width:18rem;height:5.0625rem;display:flex;top:16.875rem;left:14.843751907349rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #Et7IZE3nKGC8s4igwwDX4Fbta1Afl3p6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #oUGdx79L4fv6nBIx9kfJHZSfRVDs0tZE {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #bcV5JUXlmrBp6swMsVgCtZuAcgNPtuOk {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #avCQVwEcxQKA7OmTFRU4JSLTc6BX3KKv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #DSkg8AQvpOlT50TXeQvMXTKpzbN0p8E3 {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #WRISFDqgiXUtKIDC91schgdMPi9LR79v {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #HLoaf3b6p8UQFo1nrUtbgTOOhdShUFC8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #f7Aw2G8EL9iMySSPPfJz8GzTrQoMAhRg {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #LOKESUcqEvTvhsLGmoHcrLZn9uBRlRmi {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #ugWicwt6oBXN1JGCtXG4M2E0f2vrfMET { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #rm2AEuufXZDi0mRwbiWpuezWuBffHOw9 {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #TJXOMRBo4lOa9Ae6fiUvu6mgo9f8I0Wb {  }
 }@media only screen and (max-width: 763px) { #W8WtFbhhD7Od44XfdZA7WITva3q72SDT { width:22.9375rem;height:1.1875rem;top:17.625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoU752eZthE4oKHUvUL9cElGanhLKJpd { width:29.9375rem;height:1.1875rem;top:23.5625rem;left:8.9375019073488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9WrJdBNCwgxLz4GaBs3A2gkbZzamqaW { width:8.4375rem;height:1rem;top:39.1875rem;left:0.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyUL72Pow3PCC1OVpGfqEGqy7zo0ssRZ { width:8.4375rem;height:1rem;top:39.1875rem;left:29.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APWO2wKyNr2oaR8V2pTB8k9nglA0xAl7 { width:8.4375rem;height:1rem;top:39.1875rem;left:19.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu20C2FSdUKoPmosOgdLDB6PMlztXZJu { width:8.4375rem;height:1rem;top:39.1875rem;left:9.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuQxK8iaVwNBnHKNMmqlegbJfcPPVAD { width:9rem;height:3.9375rem;top:36.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2ugRVgGoQAVv1ZgcKy7HgakvqRxk27 { width:8.4375rem;height:1rem;top:39.1875rem;left:38.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWXJGJ9sT39QUgOb71FTU095GqX4ygV5 { width:7.9375rem;height:10.625rem;top:26.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDQmqISec3Kz3rILuzp3fPbNNx9A8eND { width:9.625rem;height:2.0625rem;top:37.125rem;left:38.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBDL9i4CEzFm2ash45JLErguZSRxAGKq { width:47.75rem;height:2.8125rem;top:11.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW9rysy78BhybnFFk0Ddbh3dhldTV0My { display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT41UASBc89F1hXTAr9qb910ghCapTc { width:20rem;height:13.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { width:47.75rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { width:20rem;height:13.375rem;top:0.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { width:47.75rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { width:20.0625rem;height:13.1875rem;top:0.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { width:20rem;height:0.4375rem;top:0.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { width:16.4375rem;height:4.6875rem;top:2.1875rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { width:20.125rem;height:13.375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { width:20.25rem;height:1.625rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { width:14rem;height:3.25rem;top:8.1875rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O99sKsHC1aAypfQFFHWksexZ2nffhW7s { width:16.4375rem;height:2.4375rem;top:5.8125rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { width:20.125rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZNerApp1STd3X1GTp9fkdUATfTrNv7m { width:20.6875rem;height:13.3125rem;top:13.75rem;left:13.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { width:15.9375rem;height:1.625rem;top:21.4375rem;left:15.937501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { width:19.25rem;height:4.5rem;top:16.9375rem;left:13.875001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { width:20.125rem;height:13.375rem;top:13.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XChCb26FQfaDbuzy8REgD3Im7C2amO57 { display:none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { width:47.75rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { width:47.75rem;height:14rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWKTdRirIltiVebdmT3gWvHDr0m9poXh { display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { width:47.75rem;height:26.803314917127rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { width:47.75rem;height:1.31214375rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { width:47.75rem;height:2.875rem;top:11.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { width:15.5625rem;height:2.25rem;top:8.5625rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { display:none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { width:47.75rem;height:8.75rem;top:15rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { width:47.75rem;height:7.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{  }
 }@media only screen and (max-width: 763px) { #v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { width:47.75rem;height:1.75rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPX5OdeouR8FyIz9JymBKUygQcaChtlk { display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { width:47.75rem;height:2.599875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { width:28.625rem;height:13.25rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { width:30.0625rem;height:4.1875rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { width:5.75rem;height:3.5746625rem;top:1.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { width:29.875rem;height:20.5rem;top:2.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { width:29.1875rem;height:14.9375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { width:26.9375rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { width:4.625rem;height:3.5746625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { width:30.0625rem;height:21rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { width:29.1875rem;height:14.9375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { width:23.9375rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { width:4.625rem;height:3.5746625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { width:30.0625rem;height:21rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { width:20.3125rem;height:11.1875rem;top:3rem;left:13.718751907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.375rem;top:2.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { display:none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { width:36.5rem;height:2.375rem;top:5.375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { width:39rem;height:2.6875rem;top:2.1875rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { width:15.375rem;height:20.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { width:47.75rem;height:22.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1B7i5l8u4FbUiVZvH6uGRcB5qVsazk9 { width:10.625rem;height:2.25rem;top:19.25rem;left:12.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFaBwTBuIo37p2aRlqXxXeuM8zUuJBw { display:block; }
 }@media only screen and (max-width: 763px) { #RO1rdTN60BWE8kOglSspi792EzICZQfd { width:8.5625rem;height:0.0625rem;top:8.9375rem;left:12.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7PeIRrVe6oCdc66qNVA21rxsZtieTbc { width:37.5rem;height:1.5625rem;top:11.625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLw0V34nsRh9uPIIB18yglJV76lKKrly { width:37.9375rem;height:3.875rem;top:13.4375rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { display:none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { width:38.125rem;height:2.75rem;top:5rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { width:39rem;height:2.5rem;top:1.9375rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { width:15.375rem;height:20.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { width:8.5625rem;height:0.0625rem;top:8.5rem;left:12.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxSD5tErP4FInvI92eDNbfMkIWzo7bb1 { width:38.5rem;height:3.875rem;top:12.625rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvbTxLKXTFkva2zPk6ULrG5SD3KAyvba { width:39.125rem;height:1.5625rem;top:16.625rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuMQDsQ2MtMe82k589MxPiH1QLFUiJLT { width:11.9375rem;height:2.25rem;top:20.1875rem;left:12.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaXmuWqsDfPAlThHzx7ivXk9nHVmUk7 { display:block; }
 }@media only screen and (max-width: 763px) { #lJMqqHU2mbSOnTWFp7OxsTFQAMWk8FMR { width:37.5rem;height:1.5625rem;top:10.25rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU { display:none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SMSxgcITli8HKKv0VCAG02DMl1UfJJWQ { width:38.125rem;height:2.75rem;top:5rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOkpF9B0EcZI6hAhU2L1f2NpLHnCFRkT { width:39rem;height:2.5rem;top:1.9375rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXLdwW5ksgwD1BJ0NspcC9orGIR9SDBS { width:15.375rem;height:20.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGMMhoSbvezeZDhUMW78ZpBVzlPbvLBa { width:7.5rem;height:0.0625rem;top:8.5625rem;left:12.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wChLNU7C8aTA7rfhAyLN4W5w0qOvGN { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzgZm23nuiNJCXoxKrqLIgEC8H7W1kHi { width:39.875rem;height:5.8125rem;top:12.5rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci6MJ0asU4OlqgWLzDeMR4VUiPzTpTVw { width:10.625rem;height:2.25rem;top:20.1875rem;left:12.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51Lq4ZXQIe6adUDUfWls17QnHp0rBa8 { display:block; }
 }@media only screen and (max-width: 763px) { #ciZSTwSKZw3KeTKOqvDtJZDU1V0D5Qno { width:37.5rem;height:1.5625rem;top:10.5625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { display:none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { width:37.8125rem;height:2.375rem;top:4.875rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { width:15.375rem;height:20.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { width:47.75rem;height:22.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqNZwo3PCVwodXyT3E7MPQeu4eKTNocN { width:7.5rem;height:0.0625rem;top:8.3125rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaTJM8kk3ZLRRZ1hzc7ts9Q34QxIor1 { width:37rem;height:3.875rem;top:12.25rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUreue0lcL59rwePH7bGXsrhP7UofUq { width:10.625rem;height:2.25rem;top:18.75rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2fGIGZS8OeQluEOlbJ27LRuSyZnwnG { display:block; }
 }@media only screen and (max-width: 763px) { #cBTiyR69mVd14G53fwNo4CxTr0O76T65 { width:37.5rem;height:1.5625rem;top:10.1875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { display:none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MNScdkHCeAEtHShELegw2OMpx99TTDkw { width:41rem;height:2.375rem;top:4.875rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { width:15.375rem;height:20.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { width:47.75rem;height:22.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8aICCQTzhwhspTm88B1wV4go6tiuPG { width:8.5625rem;height:0.0625rem;top:8.25rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVfMTK7dMWllOwIgKT4CNCkJAuyDUhx { width:30.75rem;height:3.875rem;top:12.625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKQZpKdy7pvxhlP820VqGOXWMTD4wyEo { width:10.625rem;height:2.25rem;top:19.0625rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTdabEgKMzT4XM4Am0VDLVCmySx8yX2 { display:block; }
 }@media only screen and (max-width: 763px) { #BxbWxKkNi3H7Mckb9UOP8gSUiA1kfPx8 { width:37.5rem;height:1.5625rem;top:10.375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S { display:none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QGNQtqbsXH7S35axCXXQLQo90UNWSR9B { width:38.375rem;height:3.625rem;top:4.875rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Tph39v6pQecb3i8aiQCrcnmaBREFMH { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SisxE1WvhNs0TTzzhW4aTdA5CsrE8o02 { width:15.375rem;height:20.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwyQqdwt9RRquuGcvg0uBpNgIOyD3xCS { width:47.75rem;height:22.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOdbloGn7mNmoLPkaZtJKGdJ3iMsTpx { width:7.5rem;height:0.0625rem;top:9.1875rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrSUaQIbCkdVUPPbw8sQTt12crb4gIho { width:37.9375rem;height:3.875rem;top:12.75rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9uGMavba2E9DGRkL15D16rMkxXBTqM { width:10.625rem;height:2.25rem;top:18.75rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGlrNi9pczIMiJrISplOmTgC3fT03P3L { display:block; }
 }@media only screen and (max-width: 763px) { #a3GaekL8Ru1zscfMv13Dd9ZTgtC82FoA { width:37.5rem;height:1.5625rem;top:10.625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb { display:none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ntTIhw8MtSuFXQs7MTVCXmBgMQooR39I { width:39.25rem;height:4.5rem;top:4.875rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPQBsi4n9ez9UD2f5WPTVBqhTcg0GHzV { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVQI3Ne1ukxNnSdfol2v0NgM2GRC5KX { width:36.4375rem;height:2.4375rem;top:11.75rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvArJq70w7T5kuT32SQn5rJPzch1Emo { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUC7z3MUsKMk36E3Oz5hBb9dA8F1TmA2 { width:8.5625rem;height:0.0625rem;top:10.8125rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IffvvwlVwgTJJCMbnycH3z9Kguw1UuCR { width:15.0625rem;height:2.4375rem;top:18.0625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEJ5QwahyZE8xWEDnN8yT11FtcywIFG { display:block; }
 }@media only screen and (max-width: 763px) { #Gb7hlPEkUaDb0UX469lUQOafTZSive1b { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpLFr2xcJpseL6CrPO3FBzXSzJm1WskK { width:36.4375rem;height:1.5625rem;top:14.1875rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM { display:none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qRprAIp2w5qJhJKzJ8HgfzLppQCscD0A { width:40.125rem;height:6rem;top:4.875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKfofxyKe9IxvrSBFVHQaT1oOtSUTfO9 { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7N4blsMkdB51zK2tDTVKVzkgZr6mV1y { width:36.4375rem;height:2.4375rem;top:12.375rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCnKBs3HOpvi28XvmO07CXa2GPO8TOiT { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgdwhG1d44WZa86q7wUPp0Q53dGAUCoq { width:8.5625rem;height:0.0625rem;top:10.875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssUvd76KEWCOIFcrkMpbJs5thKrIgza { width:11.9375rem;height:2.3125rem;top:18.625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UcFUtbNAdWAwUPinmNiMLX19IHzT1Z { display:block; }
 }@media only screen and (max-width: 763px) { #RoPL5sT9Fsiphhf53UQCvk982UTosFVl { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNXIEHwqafy9dp67vpbZRltUlJByKpL { width:36.4375rem;height:1.5625rem;top:15rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { width:47.75rem;height:72.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { width:15.25rem;height:2.125rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyQx0sFGo7q5sWSngC4JhaKTk4LxyTv { width:12.5rem;height:2.4375rem;top:13.625rem;left:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { width:3rem;height:3rem;top:11.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { width:1.5625rem;height:1.5625rem;top:12.25rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { width:3rem;height:3rem;top:28.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { width:23.0625rem;height:1.75rem;top:29.5625rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { width:3rem;height:3rem;top:53.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { width:1.5625rem;height:1.5625rem;top:54.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { width:3rem;height:3rem;top:68.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { width:23.0625rem;height:1.75rem;top:69.125rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { width:3rem;height:3rem;top:33.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vtm763G3mTbBTEseUeT060wgXbewzg { width:1.5625rem;height:1.5625rem;top:34.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { width:22.9375rem;height:5.3125rem;top:14rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { width:23.0625rem;height:1.75rem;top:50.0625rem;left:22.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { width:0.125rem;height:59.5rem;top:9.1875rem;left:18.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNSE2xoDvXTH7syZyDauztgUszW6Cz2I { width:23.0625rem;height:1.3125rem;top:7.0625rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { width:30.9375rem;height:2.25rem;top:33.5625rem;left:16.8125rem;font-size:1.125rem;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
 }@media only screen and (max-width: 763px) { #woznlyd3dDwqA539DlWhcycUEqDDEfnr { width:26.1875rem;height:3.5625rem;top:56.875rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { width:1.9375rem;height:1.9375rem;top:29.375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { width:1.9375rem;height:1.9375rem;top:49.9375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { width:3rem;height:3rem;top:49.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCHSQgTyPGJ8S2tKQ12dSbE7mke9DeSZ { width:3rem;height:3rem;top:6.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { width:1.75rem;height:1.75rem;top:69.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { width:47.75rem;height:3.375rem;top:1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { width:12.5rem;height:2.4375rem;top:68.75rem;left:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKaH1Lg9Xs6fc1vBm4GzDbzAonEqcxaF { width:12.5rem;height:2.4375rem;top:6.75rem;left:2.4921875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHsZW4QTGSW75SnhynIpUsnGVAOfkSA { width:1.6875rem;height:1.6875rem;top:7.0625rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { width:28.0625rem;height:5.3125rem;top:36.125rem;left:19.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { width:25.5rem;height:3.5625rem;top:44.6875rem;left:22.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { width:30.9375rem;height:2.25rem;top:42rem;left:16.8125rem;font-size:1.125rem;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
 }@media only screen and (max-width: 763px) { #dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { width:30.9375rem;height:2.25rem;top:11.5625rem;left:16.8125rem;font-size:1.125rem;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
 }@media only screen and (max-width: 763px) { #iiZTJqg7tqZKHuCFyM111Z78gJLbpLRm { width:30.3125rem;height:5.3125rem;top:22.5rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhoyEx6nlbqrP3feCbMK2Pxds9yip5C { width:30.9375rem;height:;top:20rem;left:16.8125rem;font-size:1.125rem;display:block; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:before{  }
 }@media only screen and (max-width: 763px) { #rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { width:15.25rem;height:2.125rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { width:15.25rem;height:2.125rem;top:54.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { width:30.9375rem;height:2.25rem;top:54.25rem;left:16.8125rem;font-size:1.125rem;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
 }@media only screen and (max-width: 763px) { #clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { width:30.9375rem;height:2.25rem;top:61.375rem;left:16.8125rem;font-size:1.125rem;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
 }@media only screen and (max-width: 763px) { #yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { width:30.3125rem;height:3.5625rem;top:63.875rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I { display:none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OXCHl4hZUdL8zaOtVAe2TltrXppag04t { width:40.3125rem;height:2.0625rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOANssfo3eH4tRRU2KkEVhJbkmbyIRCB { width:42.375rem;height:3.25rem;top:1.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy4kqgiInxaM3yvz5EZN2OTmBvLJ1HNA { width:39.875rem;height:7.875rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJW7y3gBO2eTtgZAwycEI8uG7B9CePh { width:47.75rem;height:14.9375rem;top:25.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knM0JkrxBBNvAdRhTOrLBrUnGa84UZiQ { width:47.75rem;height:42.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6k51mTEOroVFumt3NSWzbTZnVv0AFd { width:37.5rem;height:1.39930625rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TTx9RtkVeW2psurJ3hlkZH0Aa42biN { width:40.75rem;height:8.5625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1L9OH2iUmp3MXiHCeBACfb2pQQxNz9 { width:16.5rem;height:22.0625rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { display:block; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { width:22.0625rem;height:2.8125rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0GJa6K0u0m6U8F7FI4RM1LGNVhyk31u { width:24.625rem;height:2.8125rem;top:8.25rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { width:12.3125rem;height:2.8125rem;top:8.25rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { width:20.5625rem;height:7.3125rem;top:2.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9V098kkxwdDMCTbITIkgT384TxCAqs { width:12.3125rem;height:7.3125rem;top:2.375rem;left:32.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvG5ybVWtNVIdailzeX2t8eEOpZ9KvXO { width:21.375rem;height:7.3125rem;top:2.375rem;left:10.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raFc9fWk623fnMcNTczqxL3ryK7vAB9i { display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { width:40.125rem;height:2.8125rem;top:1.4375rem;left:3.7808933258057rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZKOKKleNWfiaKCiHGD0h633el3mH3L { width:47.75rem;height:1.4375rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgW88V5oFNor6RTSc5fbdxbBH20C156r { display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { width:47.75rem;height:20.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { width:20.8125rem;height:21.125rem;top:1.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { width:24.4375rem;height:19.5rem;top:2.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuenJDypzpbGXT406IoNwqIbdLNXEFQU { width:21.375rem;height:23.0625rem;top:23.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { width:24.75rem;height:18.125rem;top:23.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { width:29.0625rem;height:3.5rem;top:44.1875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { width:22.5625rem;height:6.1875rem;top:49rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { width:29.25rem;height:4.4375rem;top:49.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { width:20.8125rem;height:21.125rem;top:1.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { width:24.4375rem;height:19.5rem;top:2.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { width:21.375rem;height:23.0625rem;top:23.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { width:24.75rem;height:18.125rem;top:23.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { width:47.75rem;height:1.875rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { display:block; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGTt78Rs0KNFnfWWV3tclZlUiRqyAAVg { width:47.75rem;height:2.000175rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { display:block; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { width:20rem;height:1.4000375rem;top:16.8125rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnHgteVhXJx9KPw68k9D8bDWehb39vg { width:10.1875rem;height:13.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { width:12.625rem;height:2.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { width:13.25rem;height:1.125rem;top:14.375rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { width:20rem;height:4.2001125rem;top:16.8125rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { width:10.1875rem;height:13.625rem;top:1.5625rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { width:12.625rem;height:2.1875rem;top:13.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOV180LUMpX5xDnprfFLBCym8SvaF24 { width:13.25rem;height:1.125rem;top:14.375rem;left:34.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXbWGgExrybhWlniVdG29fqSkns5J9 { width:10.1875rem;height:13.625rem;top:1.4375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { width:12.625rem;height:2.1875rem;top:13.875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { width:13.25rem;height:1.125rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { width:20rem;height:4.2001125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { display:block; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { width:47.75rem;height:5.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { width:15.3125rem;height:4.125rem;top:18.625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:7.7999992370606rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
 }@media only screen and (max-width: 763px) { #TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { width:47.75rem;height:3.89915rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L064orHKVwJN1NslUxfqrGBC2LF4xxOq { width:45.5625rem;height:14.3125rem;top:5.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 { display:none; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR { width:18rem;height:5.0625rem;display:flex;top:3.125rem;left:7.7999992370606rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #NPIPCOkyvPwQxFfmzWSlsA2JLI9a7ooz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #L716AsGO21O5RmsBr0HVQb4k2ZtixltM {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zdiVIAnhcZ4CJtLETJCsgK4DXRGEodL3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #hT5RuMI7ThlTmZP1FJJQ1caZp72GzmXK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #IlPLvXMiWFBLSp8aaTrArgSmHnbzUCCO {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #r1m1KCda6UtrTb1zRGdHc2o2CgfcNlD3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zC7WofF1UqnPyG5cgbrXicGRkT1zDhZk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #EH4NPpCpnfDRaaJtG4xW4ZpQDyPGzxIs {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #UFB5qXabWSPB23G77oFJwG2zyCE7o9EN {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #up8TZ5uUUgbvVWVtsfHBy6pKDd9TrECN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #RpRn00XCMtogf1J2U4nxvw3lUbuR9THB {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #pc33hsVye5n4eItn9qfi9n6RPv4eSqpu {  }
 }@media only screen and (max-width: 763px) { #Szky1l2KoBw4DmmdLCV7zy8mr0fDGAka { width:47.75rem;height:2.000175rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyVVu5F1LCfFTIVe4ZOnATlmNZA2Trt { width:47.75rem;height:1.04980625rem;top:10.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhA4aTDfGTV5zJVeWkSPC7IO1n9hJV5 { width:33.5rem;height:1.29971875rem;top:28.5rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAWTw6T7mKXUovw5FyxAhcS8NNWgJrI { width:45.4375rem;height:1.1998375rem;top:14.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnazSVfAbfyMZwKCxAOnhQmevhsyUpS { width:47.75rem;height:2.000175rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 { display:none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh { width:18rem;height:5.0625rem;display:flex;top:3.125rem;left:7.7999992370606rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #SDWvLQvIScPi8giqPDTVUwkfuKPWKCUr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #c9dCxLfrA5Hm9pFmO2OoRL60Qqfwct15 {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #cCOC62uRMEuhRaAHlz4JkWBEJUm88hfm {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pSJFOgW8wxXRPLU6o5NaM91KdGAp1TwW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #UavfF6H1itqwcWp1Mmta0dwXRrcIzNcB {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #R0KX4Clp78l5eNQlzsUIeFTiXEtldpCG {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #Mva7aAHlrHzfQ6fflhezgXphoUAyBXhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #w9yaCLekZuWQsg7qSQFikDccCgvhhMro {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #sFAu9gRGru9MmG6HcGRMKMFADIsN8MJT {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pTb96pL4mNzGpEMCsL7G6ONUumHI7O2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #iE5g1sEZMN2FI66F9V12fywmcbnayTpn {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #IF3LZ4dcuIbqR4E9fe39kEhhz5Pm8lEC {  }
 }@media only screen and (max-width: 763px) { #gQSvFBgpinTpG8ddTAL9phuNdKHlRGEl { width:45.4375rem;height:1.75rem;top:1.875rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9y7gov2tHGx97vk3CQrVsMpFbPsazN { width:45.4375rem;height:1.75rem;top:16.25rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4HPS7NyJO4KsPiAUvKKD4nootAASyet { display:none; }#O4HPS7NyJO4KsPiAUvKKD4nootAASyet > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aRI4OLVeM2GOcWvPdyUNZrq55NJfSqpW { width:19.75rem;height:52.8125rem;top:8.875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSigLPcLbQwNfhGcTk4STuDK42AbqeI { width:20.1875rem;height:43.9375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE { width:18.75rem;height:16rem;top:26.625rem;left:13rem;font-size:0.9375rem;display:block; }#nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq { width:18.3125rem;height:;top:26.625rem;left:29.3125rem;font-size:0.9375rem;display:block; }#NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #QBNowyqhKbd4bBm6TsNhozqZGdrU2xwA { width:19.75rem;height:40.6875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp39DkBFHseZcFPnAahzcuOXnVIdX50r { width:12.3125rem;height:2.8125rem;top:44.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgZpLF7bmKGiSDCmcF2GIVgWPMLGvFE5 { display:block; }
 }@media only screen and (max-width: 763px) { #WRr8fdgVi5lPHUvexLOF1whEA7vOHTRu { width:12.3125rem;height:2.8125rem;top:57.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmqtWbrIF9kKf8LdnkK0hgnZnaonxfbG { display:block; }
 }@media only screen and (max-width: 763px) { #O4lpf6TD0HCO6I3t7SXdhCJdFkd3z9vs { width:18.125rem;height:2.75rem;top:22.5625rem;left:29.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNvCwKIGxedHWhM5cuMawDlEzztBd8x { width:16.5625rem;height:2.75rem;top:22.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPm3x6c2M3GlKzoBgrIzlmkCgmewkh9 { width:16.5625rem;height:3.125rem;top:15.6875rem;left:31.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtu3hBTU6G1JuGgKbFgCpCdBmsarzroH { width:12.8125rem;height:1.125rem;top:14.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZo7Qz0nmHm06lyvxPZwW2RTEJyLa1Ik { width:17.3125rem;height:3.375rem;top:22.25rem;left:14.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UclKpePgQgwHvez3rgD4klrspMtAgJiE { width:16.5625rem;height:3.375rem;top:15.5rem;left:15.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOGsS0sWo85H8KyETmhh9KxHkNDXXZaM { width:7.625rem;height:0.125rem;top:12.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2SJZxTlZwAxOUgsLuILerfpAbPp4nO { width:12.8125rem;height:2.625rem;top:11.1875rem;left:17.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhswUo8F1hUuL7K38X6c8Syus04Otsvv { width:12.8125rem;height:2.5rem;top:11.5625rem;left:33.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quAGai3ZAOnpDMbO7S9955hq964y1Kg8 { width:14.875rem;height:3.0625rem;top:44.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGUxDkaQXhRw3Vne4fcg4VrQ3zn6FTRK { display:block; }
 }@media only screen and (max-width: 763px) { #EW5ecs63RoTHiS9cAykMDPrFPHapb30K { width:18.4375rem;height:16rem;top:26.875rem;left:0rem;font-size:0.9375rem;display:block; }#EW5ecs63RoTHiS9cAykMDPrFPHapb30K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #hEzTW7TTK7FV58C0xUW6NgNJS3iiXWAW { width:12.8125rem;height:2.5rem;top:11.5rem;left:1.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sminrepC8aOIqHNWOkPmgmxLlxdUT9lJ { width:13.9375rem;height:1.125rem;top:19.0625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBlMUrXJW9wF08kheFgzSOLz9PVVt32f { width:16.5625rem;height:3.125rem;top:15.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFB6EX5M1iIiKkaiWiM1JO7TDhPwhBP8 { width:12.8125rem;height:1.125rem;top:14.25rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmmQpu39AWNdZn3ZlXuNvTWAzbioRf5k { width:19.0625rem;height:2.6875rem;top:19rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vAguZF89pxS89WhOMKWxLX6uCduS1E { width:12.8125rem;height:1.125rem;top:14.5625rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJXDDoTTPFOQ9ZHPhdtErrNZlSSeTAy { width:12.5625rem;height:2.6875rem;top:18.8125rem;left:33.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORa07sBdoDQUTXlDDgb1ThpKbaTuv5mw { width:7.625rem;height:0.125rem;top:12.4375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3tuh2ofMq8dKf3bN6vkaAIGlS39ob0 { width:7.625rem;height:0.125rem;top:12.75rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFlzd25RXVnNQXmyWW7b6IIHEn2zvSq { width:22.125rem;height:3.3125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJefTpycTvDIFnsk8hFKTX4rS61aOpMk { width:12.8125rem;height:1.125rem;top:8.625rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZxMbawwOlaMzmP8WvWHZbuZOvLnO32 { width:12.8125rem;height:1.125rem;top:15.3125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3S6805Gz9BeHUQS32fnXhFeMxkVfXud { width:17.5625rem;height:1.375rem;top:7.5625rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSrrNuveHdU0ZzpbU983Awr6Hp39UwF { width:47.75rem;height:4.875rem;top:64.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDtHAnSGMlwQTT96phNEsDWELN57pDLC { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi { display:none; }#kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OauMimNqMuKZz2f90aF7tTV1lzTSN64b { width:19.75rem;height:53.0625rem;top:8.875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWmtNtUKA0zAVRcOrczIhkUx4GSOOeTV { width:20.1875rem;height:39.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah { width:18.75rem;height:13.0625rem;top:28rem;left:13rem;font-size:0.9375rem;display:block; }#PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn { width:18.3125rem;height:28.75rem;top:27.1875rem;left:29.3125rem;font-size:0.9375rem;display:block; }#dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #J15eGklIrUy3XW5S738z5Llu3540CdUd { width:19.75rem;height:37.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUGW6cA7PBOOrbVW2O0aTQpsN08TVcK { width:12.3125rem;height:2.8125rem;top:41.875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ETS58pQd2vTBORhpo5Vq7K3ATV0f86 { display:block; }
 }@media only screen and (max-width: 763px) { #VeQzrrcL0DEupS0BOzdDdw7Ptv54wyyC { width:12.3125rem;height:2.8125rem;top:57.8125rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUPIxE3P2UREma4CzPRfFkFT6szFFgl { display:block; }
 }@media only screen and (max-width: 763px) { #G9MxrJL4zVlqrbdRHmy3uhUR88XKDTNC { width:18.125rem;height:2.75rem;top:23.5rem;left:29.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5I3nhE2WMFQRMeMhR51AJ5EmhfOtnUp { width:16.5625rem;height:2.75rem;top:22.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqLiBWIMgp0ElAzF9zXRuoBJK4EcaTwB { width:16.5625rem;height:3.125rem;top:15.6875rem;left:31.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtD88vdOacQSPQhrGosvmevOTC1KZgQ1 { width:16.4375rem;height:1.125rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkLr1Jk1gCTlDwQDdwiAtCTqT7cTpgmP { width:17.3125rem;height:2.75rem;top:24.4375rem;left:14.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmJRXRRr6f2FxDJ2ONbaRFIXZnGHo17 { width:16.5625rem;height:3.375rem;top:15.5rem;left:15.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQdEQEqMuLLX0Hb3TIczRshpwWJKugD { width:7.625rem;height:0.125rem;top:12.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVTOT8qDWqwuJIQgy6zgt2Jm6ycuQ7I { width:12.8125rem;height:2.625rem;top:11.1875rem;left:17.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTnhwGKe0b7mv23F7P0Q4o4R0Wev0gt { width:12.8125rem;height:2.5rem;top:11.5625rem;left:33.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHIbWkf0eGwTPtLfQk7JUoUV1Mr8weuu { width:14.875rem;height:3.0625rem;top:43.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV7n9xWeRcimURCBuZqLW16QZm0Nir3y { display:block; }
 }@media only screen and (max-width: 763px) { #mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 { width:18.4375rem;height:13.0625rem;top:27rem;left:0rem;font-size:0.9375rem;display:block; }#mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #dF9wv3DoKscQcesKgQqBPd2F2QTAFvqh { width:12.8125rem;height:2.5rem;top:11.5rem;left:1.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMSf46nCE9GMvzfQNlQOXwC3B7cJSiB0 { width:16.5625rem;height:3.125rem;top:15.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhFRD5sc4OTbtibfidHJx10XiRh7cVEw { width:16.5rem;height:1.125rem;top:14.25rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za6LeWcLL9H3VKOWKCshGBZqo5tp4EHI { width:15.875rem;height:1.125rem;top:14.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofns9ladoektNZduyodgZ6vRg1Ku60al { width:7.625rem;height:0.125rem;top:12.4375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTX55r8HBWtv39SE5cmMet9VTWpN5xZs { width:9.0625rem;height:0.125rem;top:12.75rem;left:35.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu1qNOMZKOhcxzlai6VGhXJ6budkCRUa { width:22.25rem;height:3.3125rem;top:6.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMXKTULt9S0nTRqaHRd1Zma1K7iHoZOt { width:17.5625rem;height:1.375rem;top:7.5625rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaKuEdxzNzI7v1xfeS6rowP0HKNd4Nvy { width:47.75rem;height:4.875rem;top:64.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVcdsG7HFt2QSZu8DGLoiBrqlMtynEia { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0vSipmiOcXSvIQca52yQztnZFzl5kb { width:13.9375rem;height:1.125rem;top:19.0625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqH5Eo8FdqyLDQFBPCiuiuoTFzlpSdS { width:19.0625rem;height:2.6875rem;top:20.8125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEM6ncJldcV94txyGnKDONkQ0iGIb7vl { width:17.875rem;height:1.3125rem;top:20.8125rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxta4ma1ewdxSG8OFGchnIsABPnl8yd0 { width:10.375rem;height:1.25rem;top:18.8125rem;left:19.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXT4eCHlDT9kSReaJngs6lf2QdHr3WG { width:10.375rem;height:1.25rem;top:18.8125rem;left:35.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV { display:none; }#Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzKSP5yfokEBgZ1HGt82gpT0oDSdrRWu { width:19.75rem;height:54.4375rem;top:8.875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0u8K0k3zxcfNd32cI8hdC3BfOdJFPmp { width:20.1875rem;height:41rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR { width:18.75rem;height:13.0625rem;top:28.5625rem;left:13rem;font-size:0.9375rem;display:block; }#ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt { width:18.3125rem;height:28.75rem;top:28.5625rem;left:29.3125rem;font-size:0.9375rem;display:block; }#og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #fsOboiiezbRFFJxxE6ADMEB58fwKwxmX { width:19.75rem;height:39.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOmVNh0WvotHFsz6rikyP3cyvE4GTvp { width:12.3125rem;height:2.8125rem;top:44rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8sn0HtBfxZ2edQ52bAEkhtTld7V2EUB { display:block; }
 }@media only screen and (max-width: 763px) { #lxNdqa3ayibT9p0uCTWb56DLSpr93p42 { width:12.3125rem;height:2.8125rem;top:59rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npnAIkl3vu9uCbWh4kdd67XRwZJFoH2o { display:block; }
 }@media only screen and (max-width: 763px) { #BLIgrKM4P9hWsp1TyHTUJyWmDeXrhSMi { width:18.125rem;height:3.0625rem;top:10.6875rem;left:29.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxyxr5HA6CU78bfi54XnHSzqIAGPemH { width:16.5625rem;height:3.125rem;top:10.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1DzU5dcrNGUNw9xSGk1I9fRV7O9Zp2 { width:16.5625rem;height:3.5625rem;top:19.625rem;left:31.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8C9a3SETTGovtnFWOIKEZbJDK4TreRP { width:17.3125rem;height:3.125rem;top:10.6875rem;left:14.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNV4ihR2AQD4o3hThnRm96oVkSM0goBT { width:16.5625rem;height:3.5625rem;top:19.625rem;left:15.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbANQyhPHsCuFn2rm4NIJRxsJaB1lDU6 { width:14.875rem;height:3.0625rem;top:44.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJkqQoNaDJFusQgOyJe6P3oG46IhQZF8 { display:block; }
 }@media only screen and (max-width: 763px) { #GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl { width:18.4375rem;height:13.0625rem;top:28.5625rem;left:0rem;font-size:0.9375rem;display:block; }#GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #PZNHnmokWWySI6KiSbznWG3xNvpoMfRw { width:16.5625rem;height:3.4375rem;top:20.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6WHWBzfamBEAtTh3nUTvfGVGVaqAaW { width:16.5rem;height:1.125rem;top:25.3125rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCLKfxgMqomRFz7Op5nJSoC0RUbz0o8c { width:22.25rem;height:3.3125rem;top:6.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8VMUkfxsGwHR8PgD6S23SVVHDNlKpb { width:17.5625rem;height:1.375rem;top:7.5625rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LygUoTpFefWgBm2qSX24iXtkvsx0Hatl { width:47.75rem;height:4.875rem;top:65.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfGxLqoVrC4dc5OGGVqpuFLTcqb6PRCd { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8l5ft6Uiy7XuOsmTndANFmi1r3FUA71 { width:10.375rem;height:1.25rem;top:23.0625rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmnAo6ElTiPXVUbxBWdCxxUe5lAr09J2 { width:10.375rem;height:1.25rem;top:23.0625rem;left:36.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLuhD6bTJpFRITJ1s6mFFkUrFNTBUO0 { width:16.5625rem;height:1.875rem;top:17.5rem;left:15.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBy0RSH4W4hSTE0sWDa3636GpMCyaG34 { width:16.5625rem;height:1.875rem;top:15.1875rem;left:15.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk8gVA31GssiizR4CunP5BxTCTVVvE4k { width:16.5625rem;height:1.875rem;top:17.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQfDpgvK095e30ElliE0seD1h5hHS5D9 { width:16.5625rem;height:1.875rem;top:15.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8PnqoxQaEWEWz9MIe8JqzDLntTDPyF { width:10.8125rem;height:1.875rem;top:17.5rem;left:36.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82AN6xqkDiekGDMdkaPhW4yIGOi7scK { width:11.8125rem;height:1.875rem;top:15.1875rem;left:35.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00GRP91GaDO7krzhFKwsofIiTFkqg4s { width:14.75rem;height:2.1875rem;top:24.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDrLQucGlvvvvJl4KLoJox3EUihUBD1d { width:9.875rem;height:9.875rem;top:14.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJLr9MKa4958Tiq4BbmTPXysrblwNLDJ { width:9.875rem;height:9.875rem;top:11.875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJ5a7kKHcbaEkkGd5AutWLoMTbwPVGL { width:5.1875rem;height:1rem;top:18rem;left:26.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M77gD6TiDdtSHIZADhFcPmVcFpErEwqa { width:4rem;height:1rem;top:15.625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbh5oMShLKm0nr4zfezXFfswChWxtJqh { width:14.5rem;height:2.1875rem;top:24.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHsZATCiVcudTQ1EohQ74wMUO8Aqcgqs { width:16.5rem;height:1.125rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfvA0OPbkk8iXJbf3J8L10JZwHAVfMD { width:5.1875rem;height:1rem;top:18rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRv5nI5qWph2xw2DT2xVfd6hGyR6qkM { width:4rem;height:1rem;top:15.6875rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBKkeCv1vCL25rbKIFwUiuHaC6vc9vZd { width:9.875rem;height:9.875rem;top:11.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLg7MUkt4cKCCQRg58a6cKdt9tymJnyr { width:9.875rem;height:9.875rem;top:14.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0y4exEGOtxd0lRepCkT1SkvIdN7lK1U { width:14.6875rem;height:2.1875rem;top:24.75rem;left:32.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRP4QburWfH2ZGDVKwsmk9aQFR7lqNlw { width:16.5rem;height:1.125rem;top:25.3125rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDs16xrkDlxI65QE18o32VtgylEZ1E0a { width:5.1875rem;height:1rem;top:17.9375rem;left:42.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFdeNIlpbP8WCPKwuGwDVhGPX0kWwgM9 { width:4rem;height:1rem;top:15.625rem;left:43.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhTrMalcKrxVzoEysaMQDGaQsEb9hrT { width:9.875rem;height:9.875rem;top:14.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezXpGA9d6UMc9amdbe3PwS055wK3G0Lp { width:9.875rem;height:9.875rem;top:11.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuG7nX7yz0mTAcVdWJ8odni3ucq487sp { display:none; }#uuG7nX7yz0mTAcVdWJ8odni3ucq487sp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wAT6nwggVd4xv7vDif0FLTuh9Zuzk1bL { width:19.75rem;height:50.625rem;top:15.3125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSo1XVE9wbDccqW0ZX6INZsWaR7kcDI { width:20.1875rem;height:37rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ { width:18.75rem;height:13.0625rem;top:32.875rem;left:13rem;font-size:0.9375rem;display:block; }#XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu { width:18.75rem;height:28.75rem;top:31.75rem;left:28.875rem;font-size:0.9375rem;display:block; }#XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #FlUX6Dkz9b19Leu1E6ACxRW8Nz26sNlJ { width:19.75rem;height:35.5rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQTSautdlA6TnZqp0t8dCkazv1D73aQ { width:12.3125rem;height:2.8125rem;top:47rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdi5MOhEhJBdyqFzE88iFXgoakwg0yl { display:block; }
 }@media only screen and (max-width: 763px) { #FB7ff0c1vL2epMgOZRbtec4PK5cAas0g { width:12.3125rem;height:2.8125rem;top:61.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdWHbtxrZwUdVEa18eAZBaOvO1KeA2TS { display:block; }
 }@media only screen and (max-width: 763px) { #fLotnLmqsWTy5miNT0VuDZ5EnagDf50v { width:18.125rem;height:3.0625rem;top:17.125rem;left:29.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbVfmRMDHP1MmCO496rtRcWE1QHlLfyN { width:16.5625rem;height:3.125rem;top:17.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKenumkn8aszf9hllpH9coVL2wv5TAc9 { width:16.5625rem;height:3.5625rem;top:23.9375rem;left:31.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTkI5K7Vz5Q2E8plIgCpcyRTcBgTPPN { width:17.3125rem;height:3.125rem;top:17.125rem;left:14.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnGEL7CH51WAeZ5CKk4vH1veTRr96mXv { width:16.5625rem;height:3.5625rem;top:23.9375rem;left:15.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiE6TDk7X7de3yKgpyXQunVZXT9hIFXS { width:14.875rem;height:3.0625rem;top:47.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpAWPxOPeQihdHOg3li8aThXA97y5wLJ { display:block; }
 }@media only screen and (max-width: 763px) { #KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi { width:18.4375rem;height:13.0625rem;top:32.625rem;left:0rem;font-size:0.9375rem;display:block; }#KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #zTU1ylzZVQdKsWdExGD15atinUuTfZWb { width:16.5625rem;height:3.4375rem;top:23.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaElvNp4lN0KBrIUJT0VNVxuTntfEDxC { width:22.25rem;height:3.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdZ01v9krwXLsKuo721Jy3dIq7R3XX1 { width:17.5625rem;height:1.375rem;top:14rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8xVwA3ErRKR1zNbHfgpiGJvBRMH9te { width:47.75rem;height:3.625rem;top:68.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpHXdHFhP60GOKAf5HcWRxIot6lW51h { width:47.75rem;height:2.375rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqdhVFu9Cp2mWVJv0cUF8QQvrcBayefQ { width:10.375rem;height:1.25rem;top:27.375rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToVbw4IAZNnPTIbTA34pCy9fMQ2gGLd { width:10.375rem;height:1.25rem;top:27.4375rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxXoLGfEAvXzEpISmDwyNUvZt3UFSnZA { width:16.5625rem;height:1.875rem;top:21.625rem;left:15.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvFtSxbGUCGhqWo6J9mIHQ72TQGt486 { width:16.5625rem;height:1.875rem;top:21.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIfTl7qzJ4qTz49vVDKtTKrqJ4dDMOET { width:11.8125rem;height:1.875rem;top:21.625rem;left:35.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #praiRWXun7zX1E6Bfg0FAcsza9XF3iRc { width:9.875rem;height:9.875rem;top:18.3125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8uv0VMvMPoGkiHqNpLGpagN3wqw9nx { width:4rem;height:1rem;top:22.0625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BFmnevK852LPqDvNXNaKuvebVnCCuo { width:4rem;height:1rem;top:22.125rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2tougsUN3qR2SmlCcnDPKohZfem8XgM { width:9.875rem;height:9.875rem;top:18.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7clBVycmaThuvZsFUU8aKQ5ZZkER6B { width:4rem;height:1rem;top:22.0625rem;left:43.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6SlQHz6pn3yNxTiLTwHKN4EzSopktKg { width:9.875rem;height:9.875rem;top:18.3125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJGX1FoTsTB7WREwe9UhlrQngPP0Is3 { width:47.75rem;height:3.5625rem;top:7.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTDZWSJ0oBqRiqtWZrB6ZFNttZQNEHN { width:13.9375rem;height:1.125rem;top:29.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEP02CoMzFdssfmd3btoebwAT1XNtyCa { width:19.0625rem;height:2.6875rem;top:29.125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhxSKggn0RUT9B0PCKZOBGxfc7mCardE { width:12.5625rem;height:2.6875rem;top:29.125rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHmxKWTppRMlTNHG549c3o8JgEP0wQr { width:10.3125rem;height:2.25rem;top:4.0625rem;left:18.656251907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqX5PG3m1FF3PS1ovmDAEEUfzveiik3U { width:13.1875rem;height:2.5rem;top:3.9375rem;left:17.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi { display:none; }#C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tdl35RJU7gEQ42ZJQpWwllZyDT2KWzhR { width:19.75rem;height:44.25rem;top:12.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDrZVh2shGwD3mbQgtcJzFLPRCa0mJte { width:20.1875rem;height:38.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy { width:18.75rem;height:;top:30.1875rem;left:13rem;font-size:0.9375rem;display:block; }#TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K { width:18.75rem;height:;top:30.1875rem;left:28.875rem;font-size:0.9375rem;display:block; }#CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #K7QO0lZGyXHQhRHibiRqJlrgnZu3dZKb { width:19.75rem;height:38.5rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hus6gm4DTc5WnJWbLM71g0KXepaNdTlM { width:12.3125rem;height:2.8125rem;top:47.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5F1ORR8EnFOXyN2eHkbltx6k8RAwq38 { display:block; }
 }@media only screen and (max-width: 763px) { #Uk3AtHTmB9HCPlf5d5RA0Nxfs8sbWLKq { width:12.3125rem;height:2.8125rem;top:53.1875rem;left:33.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvH7467kImkML9QgQFOvVlr9TdfcQked { display:block; }
 }@media only screen and (max-width: 763px) { #bhvHvrRmHAM9uoaU6mqOldAox5vegQgh { width:18.125rem;height:3.0625rem;top:14.4375rem;left:29.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzEFi6t7hxGIewVQUg16Uamdk5s2CJtG { width:16.5625rem;height:3.125rem;top:14.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6d8D5hQo98RozKqhU4ieVrPmTCZJ76 { width:16.5625rem;height:3.5625rem;top:21.25rem;left:31.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUeZlyTSxu3SZFwO6RC6Q0mKCrqRSOAv { width:17.3125rem;height:3.125rem;top:14.4375rem;left:14.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Z7yMReUSnZG0tJKEVSfhEgqJCS7E3H { width:16.5625rem;height:3.5625rem;top:21.25rem;left:15.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0xFkeiVcRGLV7fxTiekI2oQIFlEZO9 { width:14.875rem;height:3.0625rem;top:47.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZX1Wr8cDAe35JD5uxdwfusMKbgn5TOg { display:block; }
 }@media only screen and (max-width: 763px) { #v7mRNeUBwA7CttHTkiaVetlJXGF3otbs { width:18.4375rem;height:;top:29.9375rem;left:0rem;font-size:0.9375rem;display:block; }#v7mRNeUBwA7CttHTkiaVetlJXGF3otbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #TBJoaOaHz9ioSlLk20TKbrxwDvs1urWz { width:16.5625rem;height:3.4375rem;top:21.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7b56TW5GZ6reiUMsCvrgV7mOyqgBaK { width:22.25rem;height:3.3125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXp4FrQLFc3Jhy3KbRe9Homr81uDQiZ { width:17.5625rem;height:1.375rem;top:11.3125rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSPBeDxxDT0rdt8FIa3S9fX5ccBOBKvT { width:47.75rem;height:3.625rem;top:59.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4teqfuHs6mbV4KyWE2dMM0E5TJwa17x { width:47.75rem;height:2.375rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8cJPAJ9EPe1ibFB5PwAm9M9hXsKmwB { width:10.375rem;height:1.25rem;top:24.6875rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWK9wZwUwZo91yJoiDcMkv8KKpi9HsAT { width:10.375rem;height:1.25rem;top:24.75rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7uagTviKPh0NZ1C96KuqhON5ca33Fo { width:16.5625rem;height:1.875rem;top:18.9375rem;left:15.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3DHgkABv0VIUxHUfebkks0rz5ElzuHR { width:16.5625rem;height:1.875rem;top:18.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxqRwGZTLkEfdTyNm6ixcTDpc5iQiVet { width:11.8125rem;height:1.875rem;top:18.9375rem;left:35.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKIa6BXym6nmWo3DbIyAaWESxJc6QkQk { width:9.875rem;height:9.875rem;top:15.5625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mouGGPbLKezG3tgumf4yqFZJDfDDuHMf { width:4rem;height:1rem;top:19.375rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCbdNlCpLpJbuSCVwJ9K2IUMzGToqcqt { width:4rem;height:1rem;top:19.4375rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5t1lL8RLqTIkdqfbSEeVSFJLT0stRzC { width:9.875rem;height:9.875rem;top:15.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2ZzDksuoggz2GLoxBh3ia6FDe12OJw { width:4rem;height:1rem;top:19.1875rem;left:43.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ6QdwweQmnt4MGLmNsWklfUdxqQ6qgm { width:9.875rem;height:9.875rem;top:15.5625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbGgEAT8h0GNk0mHmDgWQG3CTrI1vWx { width:13.9375rem;height:1.125rem;top:26.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtMgVONmPJLLkWaUqNTyuvRz88VQQxl { width:19.0625rem;height:2.6875rem;top:26.4375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbLLdDUDJd0qZaTW5N9kGenhXabT872 { width:12.5625rem;height:2.6875rem;top:26.4375rem;left:34.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlhXEPZUrycf3G10NeXJSHON1M5MyRv { width:47.75rem;height:3.5625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr { display:none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rU6JpEuCkb53Jstyduk6KZ6y4sSVDf4o { width:19.75rem;height:44.25rem;top:12.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsyoTuIGOJvGlcGRmJUcInfRved0U0R { width:20.1875rem;height:38.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRiw5InU1utU57nxKoMG9zEbomvAROx { width:18.75rem;height:;top:30.1875rem;left:13rem;font-size:0.9375rem;display:block; }#TyRiw5InU1utU57nxKoMG9zEbomvAROx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #PywSXg17phh486HXLXdG4v10675q5TbI { width:18.75rem;height:;top:30.1875rem;left:28.875rem;font-size:0.9375rem;display:block; }#PywSXg17phh486HXLXdG4v10675q5TbI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #fxI80oLsoNR0TuQNstF8C8vKwd6y9avV { width:19.75rem;height:38.5rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4pUEttFmrEiB8E8ExNBVlrxOp7K78G { width:12.3125rem;height:2.8125rem;top:47.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLwyG7F6QbZVXHyWm5uGPn5LD12DVco { display:block; }
 }@media only screen and (max-width: 763px) { #ltbyR4CpgupnyT55c1DNwzEiGGzsV9sL { width:12.3125rem;height:2.8125rem;top:53.1875rem;left:33.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0luT12oOBD6r3ieGeA2X7RMoJ7gV1B { display:block; }
 }@media only screen and (max-width: 763px) { #LgKUqUL82W4a8ndBENoU8xwC8BFpH3cQ { width:18.125rem;height:3.0625rem;top:14.4375rem;left:29.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeakAVHNtfR9HurCvTTsm4WMQZKXN0aC { width:16.5625rem;height:3.125rem;top:14.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckeht0bp7ot8k3N4wRXnAXqwuCmTul4d { width:16.5625rem;height:3.5625rem;top:21.25rem;left:31.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCCWr28cHktqCPUI4PVa04r4CP6OSM2 { width:17.3125rem;height:3.125rem;top:14.4375rem;left:14.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmq16LqKFfJdQfaq3zRtDQmBD8PxWzA { width:16.5625rem;height:3.5625rem;top:21.25rem;left:15.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hsTbtJv4c6OCypJf8u7BgwAylb6c22 { width:14.875rem;height:3.0625rem;top:47.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwwDHB71iCpww5yK0Pf3uUxMFNhVgkMl { display:block; }
 }@media only screen and (max-width: 763px) { #g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS { width:18.4375rem;height:;top:29.9375rem;left:0rem;font-size:0.9375rem;display:block; }#g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #RTJmIRTf2LU34HTm0n18hAD5zWRRRBTU { width:16.5625rem;height:3.4375rem;top:21.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkXLnyQtwxwoULemgAXLkCcIZJAvQBXO { width:22.25rem;height:3.3125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shC1Dv5yhAsoOaEt3OewcZgLFF2K6aRN { width:17.5625rem;height:1.375rem;top:11.3125rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqdf9upspoITzFyD1p6crWQWT0oq5Ets { width:47.75rem;height:3.625rem;top:59.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhATNMZA3qny9Azg6QDHXqkqyUtpm3sy { width:47.75rem;height:2.375rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANVIIxDWNQBO4Tf7flTiRToyePqvytWW { width:10.375rem;height:1.25rem;top:24.6875rem;left:20.937501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuKTJbX1WTCWBlZugrrkyxMd4xQpkSlU { width:10.375rem;height:1.25rem;top:24.75rem;left:36.750001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVKeN1qdwrHOxy6fr1EXebCKnufpVH2 { width:16.5625rem;height:1.875rem;top:18.9375rem;left:15.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6G8gLQpTJh1pgRUQAD2fkLNWTXRNhr { width:16.5625rem;height:1.875rem;top:18.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHVoZglIqNFNJkAfnvl67Pk1OIi53arf { width:11.8125rem;height:1.875rem;top:18.9375rem;left:35.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiewDU7gbXpE6mZQ3HlmewZutQadflLv { width:9.875rem;height:9.875rem;top:15.5625rem;left:21.425001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtUXMOJV81Ps2NZaK8qrlbEtCfDTdmNX { width:4rem;height:1rem;top:19.375rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlFOT6D8er5fNyxNAJGLRPcSdRUktm30 { width:4rem;height:1rem;top:19.4375rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB6BKP459BEmHlQ6RgAIhiCQSge2xz6N { width:9.875rem;height:9.875rem;top:15.5625rem;left:4.2687511444092rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUAU7SsKmLr1o8qCJmMo7hd7ri8Sk5qw { width:4rem;height:1rem;top:19.1875rem;left:43.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5stShyCdXdcZRxAT9iLO5o6ViiTJJCl { width:9.875rem;height:9.875rem;top:15.5625rem;left:37.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2v7R210tpO8pBy8I3l3rEylrCOHd6O { width:13.9375rem;height:1.125rem;top:26.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQaKlMPfvnzV9zVWBLztuKGnwuy8QzFR { width:19.0625rem;height:2.6875rem;top:26.4375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgUZsUp4roF1WwhnJFPk6FnDofTUTrf { width:12.5625rem;height:2.6875rem;top:26.4375rem;left:34.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOIZ8OgpzShUKwNavwALzTVn0zHJ0yGL { width:44.1875rem;height:3.5625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H { display:none; }#NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zVIUJirex4CHoA7anisiRIUvEdGLhCFb { width:19.75rem;height:44.625rem;top:8.875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyu62X0cTQ0pJDcs8KTNP0BIvKygk3yu { width:20.1875rem;height:32.625rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH { width:18.75rem;height:13.0625rem;top:21.3125rem;left:13rem;font-size:0.9375rem;display:block; }#P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #p6D8gJshNskyTFsvW03HWWwNrhLZyp2v { width:18.3125rem;height:25.8125rem;top:21.3125rem;left:29.3125rem;font-size:0.9375rem;display:block; }#p6D8gJshNskyTFsvW03HWWwNrhLZyp2v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #h5L1nW3Dzl3Q2NsBXrvWAXfF7oWZvMDp { width:19.75rem;height:31.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DceSskDOwZiuTEt0ZVPKVQVZDPto8o6F { width:12.3125rem;height:2.8125rem;top:35.4375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzW8612IuhqUgAeF6R045iTAAB4uJt8 { display:block; }
 }@media only screen and (max-width: 763px) { #xFg9FLIq53dDFauvS0Z9reL2RmztN5Ne { width:12.3125rem;height:2.8125rem;top:48.6875rem;left:33.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp7cxkZB3TBCBLm7O4z3vuDaTpfBw5Xo { display:block; }
 }@media only screen and (max-width: 763px) { #bGrN5Di68hVTUU8gUKbSAUsN3LC5oOPI { width:18.125rem;height:3.0625rem;top:10.6875rem;left:29.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERB6I9VoDd5kyZhXzNZsKH81S2iwX3IN { width:16.5625rem;height:3.125rem;top:10.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey3tT3KRt2M2ZbV6KCrExAgnDgbalFQF { width:16.5625rem;height:3.5625rem;top:15.1875rem;left:31.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7SA5Kuc8zn8n1uVedszi5TCITopVcHg { width:17.3125rem;height:3.125rem;top:10.6875rem;left:14.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTJr0FJyJqcDLnUQ3snVLwNuEiCDZNo { width:16.5625rem;height:3.5625rem;top:15.1875rem;left:15.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVwDB8hs7T09yLxcBfWXcgfJwmZaC8h { width:14.875rem;height:3.0625rem;top:36.0625rem;left:16.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfRPCp1RFZ2GkuFwyK4ODd1t4b3VK2uw { display:block; }
 }@media only screen and (max-width: 763px) { #lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI { width:18.4375rem;height:13.0625rem;top:21.3125rem;left:0rem;font-size:0.9375rem;display:block; }#lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #avQpRowppSMelAkraqPnMVSM7qZZukv3 { width:16.5625rem;height:3.4375rem;top:15.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0uG3Vs2dPFmTLuR1210TVkH8IAUHfT { width:22.25rem;height:3.3125rem;top:6.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRF6mhh2mspPkAIyRnEC2ocvS0ZK681T { width:17.5625rem;height:1.375rem;top:7.5625rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3D4SST6olVBuu36a1LrCQ51TaszFFdW { width:47.75rem;height:3.625rem;top:56.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6edh6x3Ir8UCqMhkVP0qaxq8Hmdo1ZA { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOByTiKciGBdLw671BI3iDqL6E4vZhE { width:10.375rem;height:1.25rem;top:18.625rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4t1FEuIrGX0UoGpCHlEfzJDqJc8rQbZ { width:10.375rem;height:1.25rem;top:18.6875rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon { display:none; }#MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2Th24TIBrTTWmbBT00J4exEKVtCRN9E { width:47.75rem;height:2.599875rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTRDLMGIvVXC7AWTHQgCiXH2XFuG6m5k { width:47.75rem;height:5.25rem;top:10.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu93TTFU7x5VT8mOEs0uQ0JWimIODLE5 { width:16.5625rem;height:3rem;top:5.9375rem;left:15.593751907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnVwMCNxhxnSWpy1tDhxbweasz8ELUxf { width:13.3125rem;height:3.25rem;top:16.8125rem;left:17.20156288147rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WbPFwimp6yaJxv20ym4eo8KVEHX6lS { display:block; }
 }@media only screen and (max-width: 763px) { #TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO { display:block; }#TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTA7piOwXEPxBXN6LDXNaUahwuAS54Gc { width:47.75rem;height:1.6250875rem;top:12.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5kizK31X3NM2g57ZNXVxyonpMp12Nu { width:38.75rem;height:6.25rem;top:2.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN { display:block; }#kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doEF2T5DHQGEWPK0UvFXCITBB8sviGfm { width:19.6875rem;height:28.625rem;top:2.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBIwcOBwTN2BdxCD2ODcD4a91RohTWR { width:20.125rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN { width:15.4375rem;height:5.1118625rem;top:15.25rem;left:16.0625rem;font-size:1rem;display:block; }#Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR { width:15.5rem;height:5.1118625rem;top:15.25rem;left:31.875rem;font-size:1rem;display:block; }#aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #HunUpo7NnZVGazsasxmlrNBwesnN4asE { width:19.6875rem;height:28.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz { width:15.375rem;height:4.7993625rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }#wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5d13b6abeb7c84ac1f0f45b5c0405eadda62da96.svg); }
 }@media only screen and (max-width: 763px) { #RqXocZipTH4LOmLvbpCI5xH0rgFXntr1 { width:13.3125rem;height:3.25rem;top:24.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHLvenkO14kSFLFUDLQCzyaOGpThAL2T { display:block; }
 }@media only screen and (max-width: 763px) { #P2w3PlMzIqBgM8b1FZk7JDXSptu2VET9 { width:13.4375rem;height:3.375rem;top:24.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXVAkhUexrhxOTlGfy7KoFTrTWtRtFCI { display:block; }
 }@media only screen and (max-width: 763px) { #MXUai1wlEmmHRKM9QdcefTItTaWWUFZi { width:16.5625rem;height:1.79998125rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Risa9PGGhTpElfuvPPIPFsmiTdJeoT5l { width:16.5625rem;height:1.5997875rem;top:12.5625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsPmVsJuCug6g76AxO9FUZxCQ4rKlgKe { width:16.5625rem;height:1.5997875rem;top:10.875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTAMDPBpwOJ96MPOSV6ZfEEivmFbPuH6 { width:16.5625rem;height:1.749825rem;top:9.625rem;left:31.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0tapHq4HeCkSe2gFGoxyzrD1oQTRBhN { width:16.5625rem;height:1.749825rem;top:9.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8QCvK1wV6KP2a5fqc6M8HhfKlhM5Wwt { width:16.5625rem;height:2.8750875rem;top:6.125rem;left:31.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcIOhrfBI467mgi69nEDeuR9heSFHaU { width:12.8125rem;height:2.8750875rem;top:5.5625rem;left:1.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9LfFBbRTIxPOTqnO5ovwBzA2DmweTvv { width:16.5625rem;height:1.749825rem;top:7.9375rem;left:15.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLWA0Cb9SDW0EQ9WSrSO2Luvoz8FM8d7 { width:16.5625rem;height:2.8750875rem;top:4.125rem;left:15.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnAXQfD8yuLmcT9WBWm5LdbEKsFeXmo9 { width:12.8125rem;height:1.437325rem;top:4.25rem;left:33.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFgpP2aHkDp4W3vufhhmeyUPMETrCLmC { width:5.9375rem;height:0.0625rem;top:5rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz { width:16.5625rem;height:1.70010625rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }#vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60142f333c4ff498a5151f09772fa71dec2de37d.svg); }
 }@media only screen and (max-width: 763px) { #GllbrMNwTVCTkWNTVdKLTPR6maDXGM3x { width:14.8125rem;height:3.875rem;top:25.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8uDWs7MZw0sHKHmOgkylcNU5MoS1Udc { display:block; }
 }@media only screen and (max-width: 763px) { #fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv { display:block; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZFsTSc7d2csDfwb2SlEQuLATA036gfr { width:47.75rem;height:1.5rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVG2iom9XUknkVXnORxZnLnP1Gga2gi { width:10.625rem;height:2.25rem;top:16.25rem;left:18.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBKaEDgNtoeJTAhLEpZWb3va8B2xpi0t { display:block; }
 }@media only screen and (max-width: 763px) { #sIdoTgkCx3w8s4VNaNcV0PNnPB7tsH3p { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqFKIytM6NQgoWKnVKqxqFg4wx6nUvaF { width:47.75rem;height:3rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOIB5fz5TmInKFhrDpAXxQJ2V8wItGWT { width:47.75rem;height:2.25rem;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn { display:none; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #D5Clz8TXLCWA4PW3Bk4SRwtJusegPMID {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #u4aOBUhQUuUDh4ab5IZkMTfe7Ih8lOvC {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #rNnpPJufkLPZla5LSarlVf5TIz57qQId {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fqiPRTKhQqI8xFAtSc3WSzTGL0BN3Vd0 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ZIRnI1hq0TogTPIVACw4MhIKiJlKLvJ6 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #X8BDM6zpGWZak6rp7eMBuPqTq3pPTGyX {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #SBk2Bdipxpo0yvHemZvk1HHVgPQxuZHM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #XCsFrohO5TIadR2MpNBxxZMNFdd1P28Q {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BXffwMp80WU6UVlIrc5GDuqhS36wAF10 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ep5SfLnbCdPERkog2Lw5LmIKpbpBRcrz {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fsZsPTPCs6TIUBqZHqt9Wmgd3pGzb0gq {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ui1z4aXc8ELTA9OoBrSk2fs6BXmWQkob {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yafEB4a4BWG63q3TkXP5gaag1Wqa9OTS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IEim3Z8G0TQEQAA8nO3ElTvd7WTtZwPM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #URvoqMXI4mJGAov7dlPfn2d2Np84NKM5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #hgRUemMTZusTkK4LQlX3RgTfEZBuDQWk {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #Rx4hbnIXdPnIrxsBao8Jm8vAwQ5WlalQ {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BAFXKlq39v3215GITT8WF5OKcRM9rNHU {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #F9Zmh4S3pPSP8OpNvsTXnTc6WKbdPKm5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #P4bhuonSgT5JqQrxOZZ2WJVD16VeZV1O {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IkumhuFFp76JX0J5TfsnRX5DrMLeakHv {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #CstUelbWOgDfKnUkoLzTlkw5l2qaTQ2T {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fiJ2lh5Z2TnJCQBQTFJXzic6Rl2bvITg {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yIMXcNby8pJul4ks3p6aQ0wGS4uXosiS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #EFdiAX9vR1DVfXMFNvyvKM4gTNr3tTRu {  }
 }@media only screen and (max-width: 763px) { #lgu79CLPDwQoTeSaJ7QRql1UsCJN26FO { width:47.75rem;height:2.25rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bih1nBlIH3eigTQJzycdulLvNodl2AWE { display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { width:47.75rem;height:2.000175rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:17.4375rem;height:3.4375rem;top:24.8125rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { width:47.625rem;height:9.80025rem;top:6.375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk28k8Da4bxzD02tk68n9GvxDwDpbz21 { display:block; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq0Rdemg8Q7ROr6C4dVeXSdyNyUK2Rr9 { width:47.75rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAN33Nt991JH4w3NIFsyB9rOn7W9Nxg7 { width:47.75rem;height:15.74840625rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { width:23.0625rem;height:1.38139375rem;top:33rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { width:29.5rem;height:2.599875rem;top:1.3125rem;left:9.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { top:32.9375rem;left:33.6875rem;width:1.5rem;height:1.5rem;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { top:32.6875rem;left:35.75rem;width:2rem;height:2rem;display:block; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { width:26.125rem;height:auto;top:9.4375rem;left:10.062501907349rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { width:26.125rem;height:auto;top:9.4375rem;left:10.062501907349rem; }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR {  }
 }@media only screen and (max-width: 763px) { #eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { width:47.625rem;height:2.800075rem;top:5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { display:block; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXILCumovTi9Umyktdc0vyPR75uOrfbW { width:15.375rem;height:1.125rem;top:2.8125rem;left:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { width:7.6875rem;height:1.21848125rem;top:0.75rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyykpi492cm9RLrJwcI7xCr6OINZECb2 { width:13.1875rem;height:1.21848125rem;top:0.75rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { width:12.5625rem;height:1.125rem;top:2.8125rem;left:25.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) { #hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #848484;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { background-color: transparent; background-image: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { border-width: 0; border-radius: 0; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { width:17.0625rem;height:2.4375rem;top:0.66875001043081rem;left:1.4687500596046rem;font-size:1.125rem;color:#fdf7eb;z-index:15048;background-color:#28a745;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block; }
 }@media only screen and (max-width: 763px) { #Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { top:-33.749645233154rem;left:-28.573594212532rem;width:12.5rem;height:1.1375rem;z-index:15049;font-size:0.875rem;font-family:ubuntu;color:#5b5b5b;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { width:6.9375rem;height:2.625rem;top:1.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { width:7.875rem;height:3.4375rem;top:5.25rem;left:6.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block; }
 }@media only screen and (max-width: 763px) { #qPzftVzw1Af9t2LzG5voo544APhA2PrZ { width:4.125rem;height:3.4375rem;top:12.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVum5DMZVn7LWCaRJgNdnZ6brw5TkNb4 { display:block; }
 }@media only screen and (max-width: 763px) { #MZotULm0Gpp67MaE70V1TatbpFTTPbTv { width:5.625rem;height:2.0625rem;top:10.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block; }
 }@media only screen and (max-width: 763px) { #nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { width:6.3125rem;height:3.4375rem;top:15.125rem;left:6.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block; }
 }@media only screen and (max-width: 763px) { #ApvT79zAQbKTdG4AkkRz7CeMU9FnXCwD { width:5.625rem;height:2.0625rem;top:19.812232971191rem;left:7.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JTcOqWOOuST5n6qCUJszbqaruTMF9TOi { display:block; }
 }@media only screen and (max-width: 763px) { #ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { display:block; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { width:6.9366875rem;height:2.6242875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { width:7.875rem;height:3.4375rem;top:4.0625rem;left:12.0625rem;z-index:14999;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block; }
 }@media only screen and (max-width: 763px) { #OQ0TMc8wL3rzxM1RUT3cZlq8fBPQMWUc { width:4.125rem;height:1.875rem;top:11.4375rem;left:15.874999582768rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AAqgX3RoQXmqFFOSK16i7ly5AyDczl6b { display:block; }
 }@media only screen and (max-width: 763px) { #hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { width:5.9375rem;height:2.0625rem;top:9.125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { width:6.31175rem;height:3.4375rem;top:15.375rem;left:13.687500536442rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block; }
 }@media only screen and (max-width: 763px) { #F383P6lC1fpMo5wJ4qvGfhD2nDA3SUTl { width:7.875rem;height:3.4375rem;top:6.0625rem;left:12.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qwV7XRhnZaDWupIwfKT96i6xCh1nq64Z { display:block; }
 }@media only screen and (max-width: 763px) { #KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { display:flex;top:0.6875rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #zThMTAEnQvsH4RaFzafy6cW3WT71EeVB { width:5.9375rem;height:2.0625rem;top:13.6875rem;left:14.062500536442rem;z-index:15010;background-color:#5a9260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vIzFzTEZePSlDx21u2HPOt7zPe3dpFbG { display:block; }
 }@media only screen and (max-width: 763px) { #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/199ddf38-0355-431a-9d28-a83f1e58ecc1/4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.adaptive-delivery-prevent-bg, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyload, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyloading { background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { background-color: transparent; background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .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); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { width:17.625rem;height:5.7rem;top:4.9187507629394rem;left:1.1867187619209rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #pf0akoXUKALSxBb71TUVCQVEDgHFnNnJ { width:18.0625rem;height:1.2rem;top:14.1875rem;left:0.96796876192094rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hbfl5TvsoNsa56HoMB0vMvTU9ihD6SqT { width:18.75rem;height:2.6875rem;top:11.217188835144rem;left:0.62421876192093rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { width:5.625rem;height:7.5625rem;top:24.125rem;left:0.375rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { width:5.5625rem;height:7.5rem;top:24.1875rem;left:7.125rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { width:6.1875rem;height:3.1875rem;top:31.0625rem;left:6.8125rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { width:6.1875rem;height:3.1875rem;top:31.0625rem;left:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { width:6.1875rem;height:3.1875rem;top:31.0625rem;left:13.4375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { width:5.125rem;height:1.7875rem;top:31.25rem;left:7.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { width:6.0625rem;height:0.8125rem;top:31.5625rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { width:10.375rem;height:3.75rem;top:0.66874980926512rem;left:4.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { display:flex;top:0.5419921875rem;left:16.900301337242rem;width:2.1875rem;height:2.1875rem;z-index:15058;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { width:7.9375rem;height:4.4375rem;top:1.6851558685302rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { width:5.5625rem;height:7.5rem;top:35.1875rem;left:3.75rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { width:4.125rem;height:1.7875rem;top:42.5625rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { width:6.1875rem;height:3.1875rem;top:42.3125rem;left:3.5625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { width:5.5625rem;height:7.5rem;top:24.1875rem;left:13.625rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { width:5.25rem;height:1.7875rem;top:31.3125rem;left:13.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-text.counter-number { padding-top:0.268125rem;padding-right:0.23125rem;padding-bottom:0.268125rem;padding-left:0.23125rem;width:1.3875rem;min-width:1.3875rem;height:1.44rem;font-size:1.07125rem;line-height:23.04px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1675rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.85rem;height:0.569375rem;font-size:0.401875rem;line-height:9.11px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn { width:11.375rem;height:2.7125rem;display:flex;top:18rem;left:4.2867189049721rem;z-index:15061;padding-top:0.025rem;padding-right:0.024375rem;padding-bottom:0.025rem;padding-left:0.024375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #Et7IZE3nKGC8s4igwwDX4Fbta1Afl3p6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #oUGdx79L4fv6nBIx9kfJHZSfRVDs0tZE {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #bcV5JUXlmrBp6swMsVgCtZuAcgNPtuOk {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #avCQVwEcxQKA7OmTFRU4JSLTc6BX3KKv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #DSkg8AQvpOlT50TXeQvMXTKpzbN0p8E3 {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #WRISFDqgiXUtKIDC91schgdMPi9LR79v {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #HLoaf3b6p8UQFo1nrUtbgTOOhdShUFC8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #f7Aw2G8EL9iMySSPPfJz8GzTrQoMAhRg {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #LOKESUcqEvTvhsLGmoHcrLZn9uBRlRmi {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #ugWicwt6oBXN1JGCtXG4M2E0f2vrfMET { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #rm2AEuufXZDi0mRwbiWpuezWuBffHOw9 {  }
 }@media only screen and (max-width: 763px) { #nXCmSe7RC4y4r4EMBLeqE7AqWQuLK5dn #TJXOMRBo4lOa9Ae6fiUvu6mgo9f8I0Wb {  }
 }@media only screen and (max-width: 763px) { #W8WtFbhhD7Od44XfdZA7WITva3q72SDT { width:20rem;height:1.05rem;top:16.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;font-weight:400;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OoU752eZthE4oKHUvUL9cElGanhLKJpd { width:13.25rem;height:2.1rem;top:21.1875rem;left:3.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;font-weight:400;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #I9WrJdBNCwgxLz4GaBs3A2gkbZzamqaW { width:6.3125rem;height:1.25rem;top:32.6875rem;left:0.125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tyUL72Pow3PCC1OVpGfqEGqy7zo0ssRZ { width:8.4375rem;height:0.625rem;top:44.4375rem;left:2.5rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #APWO2wKyNr2oaR8V2pTB8k9nglA0xAl7 { width:8.4375rem;height:0.625rem;top:33.125rem;left:5.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Nu20C2FSdUKoPmosOgdLDB6PMlztXZJu { width:6.5625rem;height:0.625rem;top:33.125rem;left:13.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WmuQxK8iaVwNBnHKNMmqlegbJfcPPVAD { width:6.1875rem;height:3.1875rem;top:42.3125rem;left:10.25rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2ugRVgGoQAVv1ZgcKy7HgakvqRxk27 { width:8.4375rem;height:0.625rem;top:44.4375rem;left:9rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rWXJGJ9sT39QUgOb71FTU095GqX4ygV5 { width:5.5625rem;height:7.5rem;top:35.1875rem;left:10.375rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cDQmqISec3Kz3rILuzp3fPbNNx9A8eND { width:9.625rem;height:1.7875rem;top:42.5625rem;left:8.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15062;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BBDL9i4CEzFm2ash45JLErguZSRxAGKq { width:20rem;height:2.25rem;top:11.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #QW9rysy78BhybnFFk0Ddbh3dhldTV0My { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { background-color: transparent; background-image: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .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); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { border-width: 0; border-radius: 0; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT41UASBc89F1hXTAr9qb910ghCapTc { width:20rem;height:5.25rem;top:32.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { width:20rem;height:5.625rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { width:0.4375rem;height:13.25rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { width:20rem;height:13.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { width:0.4375rem;height:13.25rem;top:81.8125rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { width:1.5625rem;height:1.625rem;top:52.875rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { width:20rem;height:1.35rem;top:16.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { width:19.375rem;height:1.35rem;top:54.4375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O99sKsHC1aAypfQFFHWksexZ2nffhW7s { width:5.5625rem;height:1.625rem;top:52.875rem;left:8rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { width:20rem;height:1.5rem;top:14.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { top:38.0625rem;left:0rem;width:20rem;height:0.3125rem;z-index:15049;background-color:#f16255;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EZNerApp1STd3X1GTp9fkdUATfTrNv7m { width:20rem;height:5.6875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { width:14.375rem;height:1.35rem;top:35.3125rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { width:20rem;height:1.5rem;top:33.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { width:19.75rem;height:13.1875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { top:18.9375rem;left:0rem;width:20rem;height:0.3125rem;z-index:15051;background-color:#ff9703;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { top:0rem;left:0rem;width:20rem;height:0.3125rem;z-index:15049;background-color:#f16255;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XChCb26FQfaDbuzy8REgD3Im7C2amO57 { display:none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { width:20rem;height:32.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { width:19.0625rem;height:3.6rem;top:1.4375rem;left:0.46875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { width:20rem;height:24rem;top:6.6220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kWKTdRirIltiVebdmT3gWvHDr0m9poXh { display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { height:11.224625rem;width:20rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { width:20rem;height:1.3125rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { width:13.75rem;height:4.2rem;top:1rem;left:3.125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { width:20rem;height:1.65rem;top:9.875rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { width:13.1875rem;height:1.8125rem;top:8.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { display:none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { width:20rem;height:39.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { width:19.0625rem;height:2.400125rem;top:0.8125rem;left:0.46875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { width:20rem;height:16rem;top:21.609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { width:19.625rem;height:13.425rem;top:6.3544921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{  }
 }@media only screen and (max-width: 763px) { #v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { width:20rem;height:3.2rem;top:4.3369140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CPX5OdeouR8FyIz9JymBKUygQcaChtlk { display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { width:19.0625rem;height:2.400125rem;top:0.76953125rem;left:0.46875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { width:20rem;height:35.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { width:20rem;height:16rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { width:17.3125rem;height:3.3rem;top:0.9482421875rem;left:2.6875rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { width:1.625rem;height:3.3rem;top:0.6484375rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { width:20rem;height:13.7216875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { width:20rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { width:20rem;height:17.6rem;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { width:16.5rem;height:3.3rem;top:0.5625rem;left:2.8125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { width:2.375rem;height:3.3rem;top:0rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { width:20rem;height:13.96975rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { width:20rem;height:17.6rem;top:6.62109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { width:16.9375rem;height:3.3rem;top:0.875rem;left:3.0625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { width:4.625rem;height:3.3rem;top:0.25rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { width:20rem;height:13.96975rem;top:25.189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { background-color:#370f11;background-image:none;display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { background-color: transparent; background-image: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .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); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { width:10.875rem;height:6.825rem;top:1.3046875rem;left:4.5625rem;font-size:1.75rem;color:#fdf7eb;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { background-color:#ffffff;background-image:none;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:2.000175rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { background-color:#fdf7eb;background-image:none;display:block; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { background-color: transparent; background-image: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .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); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { width:20rem;height:2.1rem;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { width:20rem;height:1.8rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { width:20rem;height:16.125rem;top:0rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g1B7i5l8u4FbUiVZvH6uGRcB5qVsazk9 { width:9.875rem;height:2.25rem;top:28.0625rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFaBwTBuIo37p2aRlqXxXeuM8zUuJBw { display:block; }
 }@media only screen and (max-width: 763px) { #RO1rdTN60BWE8kOglSspi792EzICZQfd { width:6.5625rem;height:0.0625rem;top:20.9375rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7PeIRrVe6oCdc66qNVA21rxsZtieTbc { width:20rem;height:1.4rem;top:22.18593788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLw0V34nsRh9uPIIB18yglJV76lKKrly { width:20rem;height:2.7rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { background-color:#ffffff;background-image:none;display:none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { width:20rem;height:40.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { width:19.25rem;height:3.15rem;top:17.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { width:20rem;height:1.8rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { width:7.1875rem;height:0.0625rem;top:24.3125rem;left:6.7062502503394rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { width:20rem;height:15.25rem;top:0.4375rem;left:0rem;background-color:rgba(255,255,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UxSD5tErP4FInvI92eDNbfMkIWzo7bb1 { width:20rem;height:4.95rem;top:25.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lvbTxLKXTFkva2zPk6ULrG5SD3KAyvba { width:20rem;height:1.05rem;top:31.450000762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AuMQDsQ2MtMe82k589MxPiH1QLFUiJLT { width:11.9375rem;height:2.25rem;top:34.437501907349rem;left:4.0312500596046rem;font-size:0.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) { #kbaXmuWqsDfPAlThHzx7ivXk9nHVmUk7 { display:block; }
 }@media only screen and (max-width: 763px) { #lJMqqHU2mbSOnTWFp7OxsTFQAMWk8FMR { width:20rem;height:1.575rem;top:37.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU { background-color:#ffffff;background-image:none;display:block; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { background-color: transparent; background-image: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .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); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMSxgcITli8HKKv0VCAG02DMl1UfJJWQ { width:19.25rem;height:3.15rem;top:17.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xOkpF9B0EcZI6hAhU2L1f2NpLHnCFRkT { width:20rem;height:1.8rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXLdwW5ksgwD1BJ0NspcC9orGIR9SDBS { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGMMhoSbvezeZDhUMW78ZpBVzlPbvLBa { width:6.5625rem;height:0.0625rem;top:22.25rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wChLNU7C8aTA7rfhAyLN4W5w0qOvGN { width:20rem;height:15.25rem;top:0.4375rem;left:0rem;background-color:rgba(255,255,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dzgZm23nuiNJCXoxKrqLIgEC8H7W1kHi { width:20rem;height:4.05rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ci6MJ0asU4OlqgWLzDeMR4VUiPzTpTVw { width:9.875rem;height:2.25rem;top:30.875rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51Lq4ZXQIe6adUDUfWls17QnHp0rBa8 { display:block; }
 }@media only screen and (max-width: 763px) { #ciZSTwSKZw3KeTKOqvDtJZDU1V0D5Qno { width:20rem;height:1.4rem;top:23.72500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { background-color:#fdf7eb;background-image:none;display:block; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { background-color: transparent; background-image: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .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); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { width:19.625rem;height:4.2rem;top:17.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { width:20rem;height:1.65rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { width:20rem;height:27.6875rem;top:0.3125rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VqNZwo3PCVwodXyT3E7MPQeu4eKTNocN { width:6.5625rem;height:0.0625rem;top:22.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaTJM8kk3ZLRRZ1hzc7ts9Q34QxIor1 { width:19.75rem;height:4.05rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pmUreue0lcL59rwePH7bGXsrhP7UofUq { width:9.875rem;height:2.25rem;top:31.5625rem;left:5.3625002503395rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2fGIGZS8OeQluEOlbJ27LRuSyZnwnG { display:block; }
 }@media only screen and (max-width: 763px) { #cBTiyR69mVd14G53fwNo4CxTr0O76T65 { width:20rem;height:1.4rem;top:24.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { background-color:#ffffff;background-image:none;display:block; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { background-color: transparent; background-image: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .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); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNScdkHCeAEtHShELegw2OMpx99TTDkw { width:20rem;height:3.15rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { width:20rem;height:1.65rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { width:20rem;height:24.375rem;top:0.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qM8aICCQTzhwhspTm88B1wV4go6tiuPG { width:6.5625rem;height:0.0625rem;top:22.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVfMTK7dMWllOwIgKT4CNCkJAuyDUhx { width:20rem;height:2.7rem;top:25.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HKQZpKdy7pvxhlP820VqGOXWMTD4wyEo { width:9.875rem;height:2.25rem;top:30.3125rem;left:5.3625002503395rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTdabEgKMzT4XM4Am0VDLVCmySx8yX2 { display:block; }
 }@media only screen and (max-width: 763px) { #BxbWxKkNi3H7Mckb9UOP8gSUiA1kfPx8 { width:20rem;height:1.4rem;top:23.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S { background-color:#fdf7eb;background-image:none;display:block; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { background-color: transparent; background-image: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .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); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGNQtqbsXH7S35axCXXQLQo90UNWSR9B { width:19.625rem;height:4.2rem;top:17.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7Tph39v6pQecb3i8aiQCrcnmaBREFMH { width:20rem;height:1.65rem;top:15.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SisxE1WvhNs0TTzzhW4aTdA5CsrE8o02 { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwyQqdwt9RRquuGcvg0uBpNgIOyD3xCS { width:20rem;height:27.6875rem;top:0.3125rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #asOdbloGn7mNmoLPkaZtJKGdJ3iMsTpx { width:6.5625rem;height:0.0625rem;top:23.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrSUaQIbCkdVUPPbw8sQTt12crb4gIho { width:19.75rem;height:4.05rem;top:26.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9uGMavba2E9DGRkL15D16rMkxXBTqM { width:9.875rem;height:2.25rem;top:32.375rem;left:5.3625002503395rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGlrNi9pczIMiJrISplOmTgC3fT03P3L { display:block; }
 }@media only screen and (max-width: 763px) { #a3GaekL8Ru1zscfMv13Dd9ZTgtC82FoA { width:20rem;height:1.4rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb { background-color:#fdf7eb;background-image:none;display:none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ntTIhw8MtSuFXQs7MTVCXmBgMQooR39I { width:20rem;height:4.2rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IPQBsi4n9ez9UD2f5WPTVBqhTcg0GHzV { width:20rem;height:1.8rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVQI3Ne1ukxNnSdfol2v0NgM2GRC5KX { width:19.5625rem;height:1.65rem;top:23.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WVvArJq70w7T5kuT32SQn5rJPzch1Emo { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUC7z3MUsKMk36E3Oz5hBb9dA8F1TmA2 { width:8.5625rem;height:0.0625rem;top:22.57421875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IffvvwlVwgTJJCMbnycH3z9Kguw1UuCR { width:12rem;height:2.0625rem;top:27.675001144409rem;left:4.0000000596046rem;font-size:0.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) { #lTEJ5QwahyZE8xWEDnN8yT11FtcywIFG { display:block; }
 }@media only screen and (max-width: 763px) { #Gb7hlPEkUaDb0UX469lUQOafTZSive1b { width:20rem;height:29.3125rem;top:0.375rem;left:0rem;background-color:rgba(253,247,235,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IpLFr2xcJpseL6CrPO3FBzXSzJm1WskK { width:20rem;height:1.05rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM { background-color:#ffffff;background-image:none;display:none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { width:20rem;height:33.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qRprAIp2w5qJhJKzJ8HgfzLppQCscD0A { width:19.25rem;height:5.25rem;top:17.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dKfofxyKe9IxvrSBFVHQaT1oOtSUTfO9 { width:20rem;height:1.8rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7N4blsMkdB51zK2tDTVKVzkgZr6mV1y { width:19.25rem;height:3.3rem;top:23.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CCnKBs3HOpvi28XvmO07CXa2GPO8TOiT { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgdwhG1d44WZa86q7wUPp0Q53dGAUCoq { width:8.5625rem;height:0.0625rem;top:22.6865234375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssUvd76KEWCOIFcrkMpbJs5thKrIgza { width:12rem;height:2.0625rem;top:29.624219417572rem;left:4.0000000596046rem;font-size:0.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;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W1UcFUtbNAdWAwUPinmNiMLX19IHzT1Z { display:block; }
 }@media only screen and (max-width: 763px) { #RoPL5sT9Fsiphhf53UQCvk982UTosFVl { width:20rem;height:2.375rem;top:0.8515625rem;left:0rem;background-color:rgba(253,247,235,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ULNXIEHwqafy9dp67vpbZRltUlJByKpL { width:19.375rem;height:1.05rem;top:27.3125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { background-color:#ffffff;background-image:none;display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { width:20rem;height:61.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { width:12.875rem;height:1.375rem;top:9.625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTyQx0sFGo7q5sWSngC4JhaKTk4LxyTv { width:14.375rem;height:1.625rem;top:11.0625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { width:2.375rem;height:2.375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { width:1.25rem;height:1.25rem;top:9.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { width:2.375rem;height:2.375rem;top:4.25rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { width:13.5rem;height:1.3125rem;top:27.6875rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { width:2.375rem;height:2.375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { width:1.25rem;height:1.25rem;top:31.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { width:2.375rem;height:2.375rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { width:14.5rem;height:1.3125rem;top:66.25rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { width:2.375rem;height:2.375rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vtm763G3mTbBTEseUeT060wgXbewzg { width:1.25rem;height:1.25rem;top:50.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { width:15.625rem;height:3.9375rem;top:15.3125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { width:14.1875rem;height:1.3125rem;top:46.5625rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { width:0.125rem;height:59.1875rem;top:6.75rem;left:1.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNSE2xoDvXTH7syZyDauztgUszW6Cz2I { width:11.8125rem;height:1.3125rem;top:6.25rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { width:16.8125rem;height:1.6875rem;top:34.0625rem;left:1.75rem;font-size:1.125rem;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
 }@media only screen and (max-width: 763px) { #woznlyd3dDwqA539DlWhcycUEqDDEfnr { width:15.125rem;height:3.9375rem;top:54.25rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { display:flex;width:1.5rem;height:1.5rem;top:27.5625rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { display:flex;width:1.5rem;height:1.5rem;top:46.4375rem;left:0.5625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { width:2.375rem;height:2.375rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCHSQgTyPGJ8S2tKQ12dSbE7mke9DeSZ { width:2.375rem;height:2.375rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { display:flex;width:1.5rem;height:1.5rem;top:64.8125rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { width:20rem;height:3.00026875rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { width:12.5rem;height:1.625rem;top:64.6875rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKaH1Lg9Xs6fc1vBm4GzDbzAonEqcxaF { width:12.5rem;height:1.625rem;top:4.625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHHsZW4QTGSW75SnhynIpUsnGVAOfkSA { display:flex;width:1.375rem;height:1.375rem;top:4.75rem;left:0.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { width:15.5rem;height:3.9375rem;top:35.75rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { width:16.4375rem;height:2.625rem;top:42.125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { width:17.9375rem;height:1.6875rem;top:40.4375rem;left:1.75rem;font-size:1.125rem;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
 }@media only screen and (max-width: 763px) { #dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { width:17.1875rem;height:1.6875rem;top:13.625rem;left:1.625rem;font-size:1.125rem;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
 }@media only screen and (max-width: 763px) { #iiZTJqg7tqZKHuCFyM111Z78gJLbpLRm { width:15.5625rem;height:3.9375rem;top:22.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhoyEx6nlbqrP3feCbMK2Pxds9yip5C { width:17.3125rem;height:1.6875rem;top:20.3125rem;left:1.625rem;font-size:1.125rem;display:block; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:before{  }
 }@media only screen and (max-width: 763px) { #rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { width:15.25rem;height:1.375rem;top:31.25rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { width:15.25rem;height:1.375rem;top:50rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { width:12rem;height:1.6875rem;top:52.5625rem;left:1.75rem;font-size:1.125rem;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
 }@media only screen and (max-width: 763px) { #clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { width:15.375rem;height:1.6875rem;top:58.8125rem;left:1.75rem;font-size:1.125rem;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
 }@media only screen and (max-width: 763px) { #yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { width:14.3125rem;height:2.625rem;top:60.5rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I { background-color:#fdf7eb;background-image:none;display:none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { width:20rem;height:54.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OXCHl4hZUdL8zaOtVAe2TltrXppag04t { width:20rem;height:1.04980625rem;top:19.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iOANssfo3eH4tRRU2KkEVhJbkmbyIRCB { width:20rem;height:3.5996125rem;top:14.9931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy4kqgiInxaM3yvz5EZN2OTmBvLJ1HNA { width:19.5625rem;height:5.3984375rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gwJW7y3gBO2eTtgZAwycEI8uG7B9CePh { width:20rem;height:22.043rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knM0JkrxBBNvAdRhTOrLBrUnGa84UZiQ { width:20rem;height:53.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6k51mTEOroVFumt3NSWzbTZnVv0AFd { width:20rem;height:1.3994125rem;top:21.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TTx9RtkVeW2psurJ3hlkZH0Aa42biN { width:20rem;height:6.375rem;top:23.25rem;left:0rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1L9OH2iUmp3MXiHCeBACfb2pQQxNz9 { width:10.125rem;height:13.5625rem;top:0.7430765628815rem;left:4.7387154698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { display:block; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { width:14.8115rem;height:1.625rem;top:4.4375rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0GJa6K0u0m6U8F7FI4RM1LGNVhyk31u { width:14.9355625rem;height:1.625rem;top:9.8125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { width:9.6230625rem;height:1.625rem;top:14.9375rem;left:5.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { width:11.124rem;height:4.0625rem;top:0.9375rem;left:4.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN9V098kkxwdDMCTbITIkgT384TxCAqs { width:8.3105625rem;height:4.0625rem;top:11.4375rem;left:5.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvG5ybVWtNVIdailzeX2t8eEOpZ9KvXO { width:10.6855625rem;height:4.0625rem;top:6.0625rem;left:4.6875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raFc9fWk623fnMcNTczqxL3ryK7vAB9i { display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { width:20rem;height:2.400125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZKOKKleNWfiaKCiHGD0h633el3mH3L { width:20rem;height:1.2rem;top:4.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgW88V5oFNor6RTSc5fbdxbBH20C156r { display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { top:0rem;left:0rem;width:20rem;height:23.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { width:20rem;height:2.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { width:17.75rem;height:18rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { width:17.3125rem;height:13.8125rem;top:53.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuenJDypzpbGXT406IoNwqIbdLNXEFQU { width:17.375rem;height:18.75rem;top:19.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { width:17.3125rem;height:12.625rem;top:39.6875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { width:20rem;height:2.375rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { width:20rem;height:5.484375rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { width:20rem;height:3.03418125rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { width:20rem;height:70rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { width:17.75rem;height:18rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { width:17.3125rem;height:13.8125rem;top:53.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { width:17.375rem;height:18.75rem;top:19.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { width:17.3125rem;height:12.625rem;top:39.6875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { width:20rem;height:1.375rem;top:68.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { background-color:#fdf7eb;background-image:none;display:none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LGTt78Rs0KNFnfWWV3tclZlUiRqyAAVg { width:20rem;height:2.000175rem;top:1.4374661445618rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { background-color:#fdf7eb;background-image:none;display:none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { width:20rem;height:1.4000375rem;top:14.562500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnHgteVhXJx9KPw68k9D8bDWehb39vg { width:9.3125rem;height:12.5rem;top:37.4375rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { width:12.625rem;height:2.1875rem;top:11.8125rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { width:13.25rem;height:1.125rem;top:12.3125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { width:20rem;height:3.59765625rem;top:32.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { width:9.125rem;height:12.25rem;top:0.11802864074707rem;left:5.3124998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { width:12.625rem;height:2.1875rem;top:49rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ApOV180LUMpX5xDnprfFLBCym8SvaF24 { width:13.25rem;height:1.125rem;top:29.75rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXbWGgExrybhWlniVdG29fqSkns5J9 { width:9.3125rem;height:12.5rem;top:17.493055343628rem;left:5.3124998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { width:12.625rem;height:2.1875rem;top:29.1875rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { width:13.25rem;height:1.125rem;top:49.5625rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { width:20rem;height:3.59765625rem;top:52rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { display:none; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { width:18.0625rem;height:4.4375rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { width:12.375rem;height:2.875rem;top:14.528645515442rem;left:3.8124998211861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { display:flex;width:15.5rem;height:4.18055625rem;top:8.0000009536744rem;left:1.4687500596046rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
 }@media only screen and (max-width: 763px) { #TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { width:14.9375rem;height:5.848725rem;top:0.95662498474119rem;left:2.5312500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L064orHKVwJN1NslUxfqrGBC2LF4xxOq { width:18.5625rem;height:7.1875rem;top:8.0000009536744rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 { display:none; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR { width:18rem;height:5.0625rem;display:flex;top:12.0625rem;left:0.875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #NPIPCOkyvPwQxFfmzWSlsA2JLI9a7ooz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #L716AsGO21O5RmsBr0HVQb4k2ZtixltM {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zdiVIAnhcZ4CJtLETJCsgK4DXRGEodL3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #hT5RuMI7ThlTmZP1FJJQ1caZp72GzmXK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #IlPLvXMiWFBLSp8aaTrArgSmHnbzUCCO {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #r1m1KCda6UtrTb1zRGdHc2o2CgfcNlD3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zC7WofF1UqnPyG5cgbrXicGRkT1zDhZk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #EH4NPpCpnfDRaaJtG4xW4ZpQDyPGzxIs {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #UFB5qXabWSPB23G77oFJwG2zyCE7o9EN {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #up8TZ5uUUgbvVWVtsfHBy6pKDd9TrECN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #RpRn00XCMtogf1J2U4nxvw3lUbuR9THB {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #pc33hsVye5n4eItn9qfi9n6RPv4eSqpu {  }
 }@media only screen and (max-width: 763px) { #Szky1l2KoBw4DmmdLCV7zy8mr0fDGAka { width:17.75rem;height:2.000175rem;top:0.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyVVu5F1LCfFTIVe4ZOnATlmNZA2Trt { width:20rem;height:2.0996125rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhA4aTDfGTV5zJVeWkSPC7IO1n9hJV5 { width:20rem;height:1.29980625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAWTw6T7mKXUovw5FyxAhcS8NNWgJrI { width:20rem;height:1.1998375rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnazSVfAbfyMZwKCxAOnhQmevhsyUpS { width:20rem;height:2.000175rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 { display:block; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh { width:18rem;height:5.0625rem;display:flex;top:3.4375rem;left:0.876953125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #SDWvLQvIScPi8giqPDTVUwkfuKPWKCUr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #c9dCxLfrA5Hm9pFmO2OoRL60Qqfwct15 {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #cCOC62uRMEuhRaAHlz4JkWBEJUm88hfm {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pSJFOgW8wxXRPLU6o5NaM91KdGAp1TwW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #UavfF6H1itqwcWp1Mmta0dwXRrcIzNcB {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #R0KX4Clp78l5eNQlzsUIeFTiXEtldpCG {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #Mva7aAHlrHzfQ6fflhezgXphoUAyBXhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #w9yaCLekZuWQsg7qSQFikDccCgvhhMro {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #sFAu9gRGru9MmG6HcGRMKMFADIsN8MJT {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pTb96pL4mNzGpEMCsL7G6ONUumHI7O2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #iE5g1sEZMN2FI66F9V12fywmcbnayTpn {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #IF3LZ4dcuIbqR4E9fe39kEhhz5Pm8lEC {  }
 }@media only screen and (max-width: 763px) { #gQSvFBgpinTpG8ddTAL9phuNdKHlRGEl { width:20rem;height:1.2rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9y7gov2tHGx97vk3CQrVsMpFbPsazN { width:14.6875rem;height:2.4rem;top:9.2992210388181rem;left:2.6562500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4HPS7NyJO4KsPiAUvKKD4nootAASyet { background-color:#ffffff;background-image:none;display:none; }#O4HPS7NyJO4KsPiAUvKKD4nootAASyet > .row .container { width:20rem;height:130.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aRI4OLVeM2GOcWvPdyUNZrq55NJfSqpW { width:17.5625rem;height:49.1875rem;top:72rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSigLPcLbQwNfhGcTk4STuDK42AbqeI { width:19rem;height:36.1875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE { width:17.0625rem;height:15.0331875rem;top:51.6875rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#nXRP4mk96RzOUl3ZSrkiyumKv9Fr8NSE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq { width:16.1875rem;height:30.666rem;top:85.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#NdsOR2PEPNCtTKoUc7K5Qg5IvigXhTIq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #QBNowyqhKbd4bBm6TsNhozqZGdrU2xwA { width:17.5625rem;height:36.625rem;top:4.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp39DkBFHseZcFPnAahzcuOXnVIdX50r { width:11.25rem;height:2.25rem;top:32rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgZpLF7bmKGiSDCmcF2GIVgWPMLGvFE5 { display:block; }
 }@media only screen and (max-width: 763px) { #WRr8fdgVi5lPHUvexLOF1whEA7vOHTRu { width:11.25rem;height:2.25rem;top:117.3125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmqtWbrIF9kKf8LdnkK0hgnZnaonxfbG { display:block; }
 }@media only screen and (max-width: 763px) { #O4lpf6TD0HCO6I3t7SXdhCJdFkd3z9vs { width:16.5625rem;height:2.2500875rem;top:81.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNvCwKIGxedHWhM5cuMawDlEzztBd8x { width:16.5625rem;height:2.2500875rem;top:12.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvPm3x6c2M3GlKzoBgrIzlmkCgmewkh9 { width:16.5625rem;height:2.375rem;top:77.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtu3hBTU6G1JuGgKbFgCpCdBmsarzroH { width:16.5625rem;height:1.0000875rem;top:7.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZo7Qz0nmHm06lyvxPZwW2RTEJyLa1Ik { width:16.5625rem;height:2.375rem;top:48.3125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UclKpePgQgwHvez3rgD4klrspMtAgJiE { width:16.5625rem;height:2.5rem;top:43.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOGsS0sWo85H8KyETmhh9KxHkNDXXZaM { width:6rem;height:0.125rem;top:5.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2SJZxTlZwAxOUgsLuILerfpAbPp4nO { width:12.8125rem;height:2.000175rem;top:39.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhswUo8F1hUuL7K38X6c8Syus04Otsvv { width:12.8125rem;height:1.875rem;top:74rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quAGai3ZAOnpDMbO7S9955hq964y1Kg8 { width:11.25rem;height:2.25rem;top:68.125rem;left:4.375rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGUxDkaQXhRw3Vne4fcg4VrQ3zn6FTRK { display:block; }
 }@media only screen and (max-width: 763px) { #EW5ecs63RoTHiS9cAykMDPrFPHapb30K { width:16.8125rem;height:15.0331875rem;top:15.8125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#EW5ecs63RoTHiS9cAykMDPrFPHapb30K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #hEzTW7TTK7FV58C0xUW6NgNJS3iiXWAW { width:12.8125rem;height:1.9375875rem;top:4.9375rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sminrepC8aOIqHNWOkPmgmxLlxdUT9lJ { width:13.9375rem;height:1.0000875rem;top:10.8125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBlMUrXJW9wF08kheFgzSOLz9PVVt32f { width:16.5625rem;height:2.375rem;top:8.25rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFB6EX5M1iIiKkaiWiM1JO7TDhPwhBP8 { width:12.8125rem;height:1.0000875rem;top:42.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmmQpu39AWNdZn3ZlXuNvTWAzbioRf5k { width:18rem;height:2.3984375rem;top:45.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vAguZF89pxS89WhOMKWxLX6uCduS1E { width:12.8125rem;height:1.0000875rem;top:76.375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJXDDoTTPFOQ9ZHPhdtErrNZlSSeTAy { width:15.375rem;height:1.19921875rem;top:79.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORa07sBdoDQUTXlDDgb1ThpKbaTuv5mw { width:7.625rem;height:0.125rem;top:40.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3tuh2ofMq8dKf3bN6vkaAIGlS39ob0 { width:7.625rem;height:0.125rem;top:74.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFlzd25RXVnNQXmyWW7b6IIHEn2zvSq { width:20rem;height:2.625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJefTpycTvDIFnsk8hFKTX4rS61aOpMk { width:9.5625rem;height:0.875rem;top:118rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZxMbawwOlaMzmP8WvWHZbuZOvLnO32 { width:0.625rem;height:2.000175rem;top:68.125rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3S6805Gz9BeHUQS32fnXhFeMxkVfXud { width:17.5625rem;height:1.125rem;top:36.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSrrNuveHdU0ZzpbU983Awr6Hp39UwF { width:18.5625rem;height:6rem;top:123.3125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sDtHAnSGMlwQTT96phNEsDWELN57pDLC { width:20rem;height:2.000175rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi { background-color:#ffffff;background-image:none;display:none; }#kwd4g6GvxlwvqC78C5wm2mDwmaME0vzi > .row .container { width:20rem;height:131.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OauMimNqMuKZz2f90aF7tTV1lzTSN64b { width:17.5625rem;height:52.3125rem;top:69.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWmtNtUKA0zAVRcOrczIhkUx4GSOOeTV { width:19rem;height:34.0625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah { width:17.0625rem;height:12.2715rem;top:52.5rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#PBAXTUyCoHdIILoGEhqcT2ew3d3m55Ah li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn { width:16.1875rem;height:30.666rem;top:85.708984375rem;left:1.90625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#dw38iTw4TZo8bbNnrE1l4nWnCeZiHTxn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #J15eGklIrUy3XW5S738z5Llu3540CdUd { width:17.5625rem;height:30.5rem;top:4.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUGW6cA7PBOOrbVW2O0aTQpsN08TVcK { width:11.25rem;height:2.25rem;top:29.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ETS58pQd2vTBORhpo5Vq7K3ATV0f86 { display:block; }
 }@media only screen and (max-width: 763px) { #VeQzrrcL0DEupS0BOzdDdw7Ptv54wyyC { width:11.25rem;height:2.25rem;top:117.9375rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAUPIxE3P2UREma4CzPRfFkFT6szFFgl { display:block; }
 }@media only screen and (max-width: 763px) { #G9MxrJL4zVlqrbdRHmy3uhUR88XKDTNC { width:16.5625rem;height:2.25rem;top:82.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5I3nhE2WMFQRMeMhR51AJ5EmhfOtnUp { width:16.5625rem;height:2.25rem;top:12.6875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqLiBWIMgp0ElAzF9zXRuoBJK4EcaTwB { width:16.5625rem;height:2.375rem;top:75.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtD88vdOacQSPQhrGosvmevOTC1KZgQ1 { width:16.5625rem;height:1.0000875rem;top:7.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkLr1Jk1gCTlDwQDdwiAtCTqT7cTpgmP { width:16.5625rem;height:2.25rem;top:49.25rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmJRXRRr6f2FxDJ2ONbaRFIXZnGHo17 { width:16.5625rem;height:2.5rem;top:41.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQdEQEqMuLLX0Hb3TIczRshpwWJKugD { width:6rem;height:0.125rem;top:5.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVTOT8qDWqwuJIQgy6zgt2Jm6ycuQ7I { width:12.8125rem;height:2rem;top:37.9375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTnhwGKe0b7mv23F7P0Q4o4R0Wev0gt { width:12.8125rem;height:1.875rem;top:71.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHIbWkf0eGwTPtLfQk7JUoUV1Mr8weuu { width:11.25rem;height:2.25rem;top:65.625rem;left:4.375rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV7n9xWeRcimURCBuZqLW16QZm0Nir3y { display:block; }
 }@media only screen and (max-width: 763px) { #mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 { width:16.8125rem;height:12.2715rem;top:16.3125rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#mff93SzPMJbTqnPI0Sddqtgy9oASwSg6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #dF9wv3DoKscQcesKgQqBPd2F2QTAFvqh { width:12.8125rem;height:1.9375875rem;top:4.9375rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMSf46nCE9GMvzfQNlQOXwC3B7cJSiB0 { width:16.5625rem;height:2.375rem;top:8.3125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhFRD5sc4OTbtibfidHJx10XiRh7cVEw { width:14.75rem;height:1rem;top:40.125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za6LeWcLL9H3VKOWKCshGBZqo5tp4EHI { width:14.3125rem;height:1rem;top:74.25rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofns9ladoektNZduyodgZ6vRg1Ku60al { width:7.625rem;height:0.125rem;top:38.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTX55r8HBWtv39SE5cmMet9VTWpN5xZs { width:7.625rem;height:0.125rem;top:72.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu1qNOMZKOhcxzlai6VGhXJ6budkCRUa { width:20rem;height:2.625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMXKTULt9S0nTRqaHRd1Zma1K7iHoZOt { width:17.5625rem;height:1.125rem;top:34.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaKuEdxzNzI7v1xfeS6rowP0HKNd4Nvy { width:18.5625rem;height:6rem;top:124.125rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zVcdsG7HFt2QSZu8DGLoiBrqlMtynEia { width:20rem;height:2rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0vSipmiOcXSvIQca52yQztnZFzl5kb { width:13.9375rem;height:1rem;top:10.9375rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqH5Eo8FdqyLDQFBPCiuiuoTFzlpSdS { width:19.0625rem;height:2.3984375rem;top:45.8125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEM6ncJldcV94txyGnKDONkQ0iGIb7vl { width:17.875rem;height:1.19921875rem;top:79.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxta4ma1ewdxSG8OFGchnIsABPnl8yd0 { width:10.375rem;height:1.125rem;top:43.75rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXT4eCHlDT9kSReaJngs6lf2QdHr3WG { width:10.375rem;height:1.125rem;top:77.75rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV { background-color:#ffffff;background-image:none;display:none; }#Vdgm22GM07K1kIhgOoC0BJEMQrcgUTBV > .row .container { width:20rem;height:132rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzKSP5yfokEBgZ1HGt82gpT0oDSdrRWu { width:17.5625rem;height:52.3125rem;top:70.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0u8K0k3zxcfNd32cI8hdC3BfOdJFPmp { width:19rem;height:34.375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR { width:17.0625rem;height:12.275rem;top:53.1875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#ED96R4RDTT7c3V5nNu3NSLG29SPpEQoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt { width:16.1875rem;height:30.675rem;top:87.375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#og5HXEvC9IiAlzhl9CQe9kZpZTPJHTRt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #fsOboiiezbRFFJxxE6ADMEB58fwKwxmX { width:17.5625rem;height:31rem;top:4.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOmVNh0WvotHFsz6rikyP3cyvE4GTvp { width:11.25rem;height:2.25rem;top:31.3125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8sn0HtBfxZ2edQ52bAEkhtTld7V2EUB { display:block; }
 }@media only screen and (max-width: 763px) { #lxNdqa3ayibT9p0uCTWb56DLSpr93p42 { width:11.25rem;height:2.25rem;top:119.1875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npnAIkl3vu9uCbWh4kdd67XRwZJFoH2o { display:block; }
 }@media only screen and (max-width: 763px) { #BLIgrKM4P9hWsp1TyHTUJyWmDeXrhSMi { width:16.5625rem;height:2.25rem;top:72.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxyxr5HA6CU78bfi54XnHSzqIAGPemH { width:16.5625rem;height:2.25rem;top:5.0625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1DzU5dcrNGUNw9xSGk1I9fRV7O9Zp2 { width:16.5625rem;height:2.5rem;top:79.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8C9a3SETTGovtnFWOIKEZbJDK4TreRP { width:16.5625rem;height:2.25rem;top:38.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNV4ihR2AQD4o3hThnRm96oVkSM0goBT { width:16.5625rem;height:2.5rem;top:45.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbANQyhPHsCuFn2rm4NIJRxsJaB1lDU6 { width:11.25rem;height:2.25rem;top:66.875rem;left:4.375rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJkqQoNaDJFusQgOyJe6P3oG46IhQZF8 { display:block; }
 }@media only screen and (max-width: 763px) { #GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl { width:16.8125rem;height:12.275rem;top:17.8525390625rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#GfKdGzgdqJBOIwTnotzb1Jggf1edEPdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #PZNHnmokWWySI6KiSbznWG3xNvpoMfRw { width:16.5625rem;height:2.5rem;top:12.0625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6WHWBzfamBEAtTh3nUTvfGVGVaqAaW { width:14.75rem;height:1rem;top:50.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCLKfxgMqomRFz7Op5nJSoC0RUbz0o8c { width:20rem;height:2.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8VMUkfxsGwHR8PgD6S23SVVHDNlKpb { width:17.5625rem;height:1.125rem;top:35.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LygUoTpFefWgBm2qSX24iXtkvsx0Hatl { width:18.5625rem;height:5.25rem;top:124.75rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NfGxLqoVrC4dc5OGGVqpuFLTcqb6PRCd { width:20rem;height:2rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8l5ft6Uiy7XuOsmTndANFmi1r3FUA71 { width:10.375rem;height:1.125rem;top:48.375rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmnAo6ElTiPXVUbxBWdCxxUe5lAr09J2 { width:10.375rem;height:1.125rem;top:82.375rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLuhD6bTJpFRITJ1s6mFFkUrFNTBUO0 { width:10.75rem;height:1.625rem;top:43.875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBy0RSH4W4hSTE0sWDa3636GpMCyaG34 { width:11.0625rem;height:1.625rem;top:41.9375rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk8gVA31GssiizR4CunP5BxTCTVVvE4k { width:8.5625rem;height:1.625rem;top:10.25rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQfDpgvK095e30ElliE0seD1h5hHS5D9 { width:10.125rem;height:1.625rem;top:8.4375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8PnqoxQaEWEWz9MIe8JqzDLntTDPyF { width:8.6875rem;height:1.625rem;top:77.875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82AN6xqkDiekGDMdkaPhW4yIGOi7scK { width:8.4375rem;height:1.625rem;top:75.875rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00GRP91GaDO7krzhFKwsofIiTFkqg4s { width:13.75rem;height:1.8125rem;top:50.21875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDrLQucGlvvvvJl4KLoJox3EUihUBD1d { width:8.125rem;height:8.125rem;top:39.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJLr9MKa4958Tiq4BbmTPXysrblwNLDJ { width:8.125rem;height:8.125rem;top:41.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJ5a7kKHcbaEkkGd5AutWLoMTbwPVGL { width:5.1875rem;height:0.875rem;top:44.125rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M77gD6TiDdtSHIZADhFcPmVcFpErEwqa { width:4rem;height:0.875rem;top:42.3125rem;left:15.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbh5oMShLKm0nr4zfezXFfswChWxtJqh { width:13.75rem;height:1.8125rem;top:15.09375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHsZATCiVcudTQ1EohQ74wMUO8Aqcgqs { width:16.5rem;height:1rem;top:15.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCfvA0OPbkk8iXJbf3J8L10JZwHAVfMD { width:5.1875rem;height:0.875rem;top:10.625rem;left:13.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRv5nI5qWph2xw2DT2xVfd6hGyR6qkM { width:4rem;height:0.875rem;top:8.8125rem;left:14.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBKkeCv1vCL25rbKIFwUiuHaC6vc9vZd { width:8.125rem;height:8.125rem;top:5.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLg7MUkt4cKCCQRg58a6cKdt9tymJnyr { width:8.125rem;height:8.125rem;top:7.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0y4exEGOtxd0lRepCkT1SkvIdN7lK1U { width:13.75rem;height:1.8125rem;top:84.15625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRP4QburWfH2ZGDVKwsmk9aQFR7lqNlw { width:16.5rem;height:1rem;top:84.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDs16xrkDlxI65QE18o32VtgylEZ1E0a { width:5.1875rem;height:0.875rem;top:78.1875rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFdeNIlpbP8WCPKwuGwDVhGPX0kWwgM9 { width:4rem;height:0.875rem;top:76.1875rem;left:14.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhTrMalcKrxVzoEysaMQDGaQsEb9hrT { width:8.125rem;height:8.125rem;top:73.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezXpGA9d6UMc9amdbe3PwS055wK3G0Lp { width:8.125rem;height:8.125rem;top:75.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuG7nX7yz0mTAcVdWJ8odni3ucq487sp { background-color:#ffffff;background-image:none;display:none; }#uuG7nX7yz0mTAcVdWJ8odni3ucq487sp > .row .container { width:20rem;height:132rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wAT6nwggVd4xv7vDif0FLTuh9Zuzk1bL { width:17.5625rem;height:49.8125rem;top:75.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSo1XVE9wbDccqW0ZX6INZsWaR7kcDI { width:19rem;height:33.1875rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ { width:17.0625rem;height:12.275rem;top:57.875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#XM1n0LuZmSfPJ974fLmBI82yStQwgOzQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu { width:16.1875rem;height:31.9rem;top:88.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#XyANukdf5GnTcsrTxF9cHGMAHh7ipEyu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #FlUX6Dkz9b19Leu1E6ACxRW8Nz26sNlJ { width:17.5625rem;height:29.625rem;top:11.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQTSautdlA6TnZqp0t8dCkazv1D73aQ { width:11.25rem;height:2.25rem;top:36.875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdi5MOhEhJBdyqFzE88iFXgoakwg0yl { display:block; }
 }@media only screen and (max-width: 763px) { #FB7ff0c1vL2epMgOZRbtec4PK5cAas0g { width:11.25rem;height:2.25rem;top:121.5rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdWHbtxrZwUdVEa18eAZBaOvO1KeA2TS { display:block; }
 }@media only screen and (max-width: 763px) { #fLotnLmqsWTy5miNT0VuDZ5EnagDf50v { width:16.5625rem;height:2.25rem;top:76.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbVfmRMDHP1MmCO496rtRcWE1QHlLfyN { width:16.5625rem;height:2.25rem;top:12.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKenumkn8aszf9hllpH9coVL2wv5TAc9 { width:16.5625rem;height:2.5rem;top:82.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTkI5K7Vz5Q2E8plIgCpcyRTcBgTPPN { width:16.5625rem;height:2.25rem;top:44.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnGEL7CH51WAeZ5CKk4vH1veTRr96mXv { width:16.5625rem;height:2.5rem;top:50.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiE6TDk7X7de3yKgpyXQunVZXT9hIFXS { width:11.25rem;height:2.25rem;top:71.5rem;left:4.375rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpAWPxOPeQihdHOg3li8aThXA97y5wLJ { display:block; }
 }@media only screen and (max-width: 763px) { #KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi { width:16.8125rem;height:12.275rem;top:23.5rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#KD85Q9RBm2Xpi6OgTHX1a2sqa4F8gnGi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #zTU1ylzZVQdKsWdExGD15atinUuTfZWb { width:16.5625rem;height:2.5rem;top:17.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaElvNp4lN0KBrIUJT0VNVxuTntfEDxC { width:20rem;height:2.625rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdZ01v9krwXLsKuo721Jy3dIq7R3XX1 { width:17.5625rem;height:1.125rem;top:41.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8xVwA3ErRKR1zNbHfgpiGJvBRMH9te { width:19rem;height:4.5rem;top:126.9375038147rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ICpHXdHFhP60GOKAf5HcWRxIot6lW51h { width:20rem;height:2rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqdhVFu9Cp2mWVJv0cUF8QQvrcBayefQ { width:10.375rem;height:1.125rem;top:52.5625rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToVbw4IAZNnPTIbTA34pCy9fMQ2gGLd { width:10.375rem;height:1.125rem;top:85.25rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxXoLGfEAvXzEpISmDwyNUvZt3UFSnZA { width:11.0625rem;height:1.625rem;top:48rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvFtSxbGUCGhqWo6J9mIHQ72TQGt486 { width:10.125rem;height:1.625rem;top:15.75rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIfTl7qzJ4qTz49vVDKtTKrqJ4dDMOET { width:8.4375rem;height:1.625rem;top:80.5625rem;left:8rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #praiRWXun7zX1E6Bfg0FAcsza9XF3iRc { width:8.125rem;height:8.125rem;top:45.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8uv0VMvMPoGkiHqNpLGpagN3wqw9nx { width:4rem;height:0.875rem;top:48.25rem;left:15.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BFmnevK852LPqDvNXNaKuvebVnCCuo { width:4rem;height:0.875rem;top:16.125rem;left:14.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2tougsUN3qR2SmlCcnDPKohZfem8XgM { width:8.125rem;height:8.125rem;top:13.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7clBVycmaThuvZsFUU8aKQ5ZZkER6B { width:4rem;height:0.875rem;top:80.9375rem;left:14.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6SlQHz6pn3yNxTiLTwHKN4EzSopktKg { width:8.125rem;height:8.125rem;top:77.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJGX1FoTsTB7WREwe9UhlrQngPP0Is3 { width:19.9375rem;height:3.6rem;top:6.6867184638975rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTDZWSJ0oBqRiqtWZrB6ZFNttZQNEHN { width:13.9375rem;height:1rem;top:21.1875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEP02CoMzFdssfmd3btoebwAT1XNtyCa { width:19.0625rem;height:2.4rem;top:54.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhxSKggn0RUT9B0PCKZOBGxfc7mCardE { width:14.9375rem;height:1.2rem;top:87.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHmxKWTppRMlTNHG549c3o8JgEP0wQr { width:10.3125rem;height:1.8rem;top:3.5rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqX5PG3m1FF3PS1ovmDAEEUfzveiik3U { width:9.5625rem;height:2.1875rem;top:3.3054676055908rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi { background-color:#ffffff;background-image:none;display:none; }#C3OS4tFXUaTPGrcfrszx9aOuq8LsQcWi > .row .container { width:20rem;height:126.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tdl35RJU7gEQ42ZJQpWwllZyDT2KWzhR { width:18.3125rem;height:40.0625rem;top:77.87500190735rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDrZVh2shGwD3mbQgtcJzFLPRCa0mJte { width:19rem;height:35.625rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy { width:17.0625rem;height:15.0375rem;top:58rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#TPUyKi8rRw6FzZO8tEOmbRsPSwzl3QDy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K { width:17.375rem;height:20.5625rem;top:92.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#CvlJbdpzTLMAh1umOMBKVg7OB8RZw14K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #K7QO0lZGyXHQhRHibiRqJlrgnZu3dZKb { width:18.3125rem;height:32.75rem;top:8.6125015318394rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hus6gm4DTc5WnJWbLM71g0KXepaNdTlM { width:11.25rem;height:2.25rem;top:37.125001907349rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5F1ORR8EnFOXyN2eHkbltx6k8RAwq38 { display:block; }
 }@media only screen and (max-width: 763px) { #Uk3AtHTmB9HCPlf5d5RA0Nxfs8sbWLKq { width:11.25rem;height:2.25rem;top:114.25000190735rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvH7467kImkML9QgQFOvVlr9TdfcQked { display:block; }
 }@media only screen and (max-width: 763px) { #bhvHvrRmHAM9uoaU6mqOldAox5vegQgh { width:16.5625rem;height:2.25rem;top:79.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzEFi6t7hxGIewVQUg16Uamdk5s2CJtG { width:16.5625rem;height:2.25rem;top:9.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6d8D5hQo98RozKqhU4ieVrPmTCZJ76 { width:16.5625rem;height:2.5rem;top:85.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUeZlyTSxu3SZFwO6RC6Q0mKCrqRSOAv { width:16.5625rem;height:2.25rem;top:44.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Z7yMReUSnZG0tJKEVSfhEgqJCS7E3H { width:16.5625rem;height:2.5rem;top:50.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0xFkeiVcRGLV7fxTiekI2oQIFlEZO9 { width:11.25rem;height:2.25rem;top:74rem;left:4.3750000596046rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZX1Wr8cDAe35JD5uxdwfusMKbgn5TOg { display:block; }
 }@media only screen and (max-width: 763px) { #v7mRNeUBwA7CttHTkiaVetlJXGF3otbs { width:16.8125rem;height:15.0375rem;top:20.75rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#v7mRNeUBwA7CttHTkiaVetlJXGF3otbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #TBJoaOaHz9ioSlLk20TKbrxwDvs1urWz { width:16.5625rem;height:2.5rem;top:15.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7b56TW5GZ6reiUMsCvrgV7mOyqgBaK { width:20rem;height:2.625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXp4FrQLFc3Jhy3KbRe9Homr81uDQiZ { width:17.5625rem;height:1.125rem;top:41.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSPBeDxxDT0rdt8FIa3S9fX5ccBOBKvT { width:19rem;height:5.25rem;top:119.68750190735rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M4teqfuHs6mbV4KyWE2dMM0E5TJwa17x { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8cJPAJ9EPe1ibFB5PwAm9M9hXsKmwB { width:10.375rem;height:1.125rem;top:52.6875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWK9wZwUwZo91yJoiDcMkv8KKpi9HsAT { width:10.375rem;height:1.125rem;top:88.125rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL7uagTviKPh0NZ1C96KuqhON5ca33Fo { width:11.0625rem;height:1.625rem;top:48.125rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3DHgkABv0VIUxHUfebkks0rz5ElzuHR { width:10.125rem;height:1.625rem;top:13rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxqRwGZTLkEfdTyNm6ixcTDpc5iQiVet { width:8.4375rem;height:1.625rem;top:83.4375rem;left:8rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKIa6BXym6nmWo3DbIyAaWESxJc6QkQk { width:8.125rem;height:8.125rem;top:45.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mouGGPbLKezG3tgumf4yqFZJDfDDuHMf { width:4rem;height:0.875rem;top:48.375rem;left:15.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCbdNlCpLpJbuSCVwJ9K2IUMzGToqcqt { width:4rem;height:0.875rem;top:13.375rem;left:14.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5t1lL8RLqTIkdqfbSEeVSFJLT0stRzC { width:8.125rem;height:8.125rem;top:10.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2ZzDksuoggz2GLoxBh3ia6FDe12OJw { width:4rem;height:0.875rem;top:83.8125rem;left:14.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ6QdwweQmnt4MGLmNsWklfUdxqQ6qgm { width:8.125rem;height:8.125rem;top:80.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzbGgEAT8h0GNk0mHmDgWQG3CTrI1vWx { width:13.9375rem;height:1rem;top:18.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtMgVONmPJLLkWaUqNTyuvRz88VQQxl { width:19.0625rem;height:2.4rem;top:54.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbLLdDUDJd0qZaTW5N9kGenhXabT872 { width:15.5625rem;height:1.2rem;top:90rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlhXEPZUrycf3G10NeXJSHON1M5MyRv { width:18.5625rem;height:3.6rem;top:3.875rem;left:0.71796876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr { background-color:#ffffff;background-image:none;display:block; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container { background-color: transparent; background-image: none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container > .video-iframe-container { display: none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row > .video-iframe-container { display: none; }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .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); }#vT1kaD3ZKy5l3fqvheVCWDsZvZlNbTKr > .row .container { width:20rem;height:126.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rU6JpEuCkb53Jstyduk6KZ6y4sSVDf4o { width:18.3125rem;height:40.0625rem;top:77.87500190735rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsyoTuIGOJvGlcGRmJUcInfRved0U0R { width:19rem;height:35.625rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRiw5InU1utU57nxKoMG9zEbomvAROx { width:17.0625rem;height:15.0375rem;top:58rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#TyRiw5InU1utU57nxKoMG9zEbomvAROx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #PywSXg17phh486HXLXdG4v10675q5TbI { width:17.375rem;height:20.5625rem;top:92.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#PywSXg17phh486HXLXdG4v10675q5TbI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #fxI80oLsoNR0TuQNstF8C8vKwd6y9avV { width:18.3125rem;height:32.75rem;top:8.6125015318394rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4pUEttFmrEiB8E8ExNBVlrxOp7K78G { width:11.25rem;height:2.25rem;top:37.125001907349rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLwyG7F6QbZVXHyWm5uGPn5LD12DVco { display:block; }
 }@media only screen and (max-width: 763px) { #ltbyR4CpgupnyT55c1DNwzEiGGzsV9sL { width:11.25rem;height:2.25rem;top:114.25000190735rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ0luT12oOBD6r3ieGeA2X7RMoJ7gV1B { display:block; }
 }@media only screen and (max-width: 763px) { #LgKUqUL82W4a8ndBENoU8xwC8BFpH3cQ { width:16.5625rem;height:2.25rem;top:79.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeakAVHNtfR9HurCvTTsm4WMQZKXN0aC { width:16.5625rem;height:2.25rem;top:9.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckeht0bp7ot8k3N4wRXnAXqwuCmTul4d { width:16.5625rem;height:2.5rem;top:85.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCCWr28cHktqCPUI4PVa04r4CP6OSM2 { width:16.5625rem;height:2.25rem;top:44.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmq16LqKFfJdQfaq3zRtDQmBD8PxWzA { width:16.5625rem;height:2.5rem;top:50.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hsTbtJv4c6OCypJf8u7BgwAylb6c22 { width:11.25rem;height:2.25rem;top:74rem;left:4.3750000596046rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwwDHB71iCpww5yK0Pf3uUxMFNhVgkMl { display:block; }
 }@media only screen and (max-width: 763px) { #g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS { width:16.8125rem;height:15.0375rem;top:20.75rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#g0RVApoGWUi9tO20TXyDZvgMZU2ETvTS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #RTJmIRTf2LU34HTm0n18hAD5zWRRRBTU { width:16.5625rem;height:2.5rem;top:15.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkXLnyQtwxwoULemgAXLkCcIZJAvQBXO { width:20rem;height:2.625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shC1Dv5yhAsoOaEt3OewcZgLFF2K6aRN { width:17.5625rem;height:1.125rem;top:41.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqdf9upspoITzFyD1p6crWQWT0oq5Ets { width:19rem;height:5.25rem;top:119.68750190735rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IhATNMZA3qny9Azg6QDHXqkqyUtpm3sy { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANVIIxDWNQBO4Tf7flTiRToyePqvytWW { width:10.375rem;height:1.125rem;top:52.6875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuKTJbX1WTCWBlZugrrkyxMd4xQpkSlU { width:10.375rem;height:1.125rem;top:88.125rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVKeN1qdwrHOxy6fr1EXebCKnufpVH2 { width:11.0625rem;height:1.625rem;top:48.125rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6G8gLQpTJh1pgRUQAD2fkLNWTXRNhr { width:10.125rem;height:1.625rem;top:13rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHVoZglIqNFNJkAfnvl67Pk1OIi53arf { width:8.4375rem;height:1.625rem;top:83.4375rem;left:8rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiewDU7gbXpE6mZQ3HlmewZutQadflLv { width:8.125rem;height:8.125rem;top:45.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtUXMOJV81Ps2NZaK8qrlbEtCfDTdmNX { width:4rem;height:0.875rem;top:48.375rem;left:15.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlFOT6D8er5fNyxNAJGLRPcSdRUktm30 { width:4rem;height:0.875rem;top:13.375rem;left:14.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB6BKP459BEmHlQ6RgAIhiCQSge2xz6N { width:8.125rem;height:8.125rem;top:10.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUAU7SsKmLr1o8qCJmMo7hd7ri8Sk5qw { width:4rem;height:0.875rem;top:83.8125rem;left:14.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5stShyCdXdcZRxAT9iLO5o6ViiTJJCl { width:8.125rem;height:8.125rem;top:80.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2v7R210tpO8pBy8I3l3rEylrCOHd6O { width:13.9375rem;height:1rem;top:18.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQaKlMPfvnzV9zVWBLztuKGnwuy8QzFR { width:19.0625rem;height:2.4rem;top:54.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgUZsUp4roF1WwhnJFPk6FnDofTUTrf { width:15.5625rem;height:1.2rem;top:90rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOIZ8OgpzShUKwNavwALzTVn0zHJ0yGL { width:18.5625rem;height:3.6rem;top:3.875rem;left:0.71796876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H { background-color:#ffffff;background-image:none;display:none; }#NxX7TbeCitmzr559QWMEbTAiM2nk8Q6H > .row .container { width:20rem;height:109.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zVIUJirex4CHoA7anisiRIUvEdGLhCFb { width:17.5625rem;height:42.1875rem;top:59.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyu62X0cTQ0pJDcs8KTNP0BIvKygk3yu { width:19rem;height:28.25rem;top:31.124219131656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH { width:17.0625rem;height:12.275rem;top:42.079688072204rem;left:1.4687500596046rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#P7X3zzvwnOb8F6f2aiGisMo03DAPt0vH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #p6D8gJshNskyTFsvW03HWWwNrhLZyp2v { width:16.1875rem;height:27.9125rem;top:69.3125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#p6D8gJshNskyTFsvW03HWWwNrhLZyp2v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #h5L1nW3Dzl3Q2NsBXrvWAXfF7oWZvMDp { width:17.5625rem;height:26.5625rem;top:4.0625rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #DceSskDOwZiuTEt0ZVPKVQVZDPto8o6F { width:11.25rem;height:2.25rem;top:26.312499046326rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzW8612IuhqUgAeF6R045iTAAB4uJt8 { display:block; }
 }@media only screen and (max-width: 763px) { #xFg9FLIq53dDFauvS0Z9reL2RmztN5Ne { width:11.25rem;height:2.25rem;top:98.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp7cxkZB3TBCBLm7O4z3vuDaTpfBw5Xo { display:block; }
 }@media only screen and (max-width: 763px) { #bGrN5Di68hVTUU8gUKbSAUsN3LC5oOPI { width:16.5625rem;height:2.25rem;top:61.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERB6I9VoDd5kyZhXzNZsKH81S2iwX3IN { width:16.5625rem;height:2.2500875rem;top:5.0625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey3tT3KRt2M2ZbV6KCrExAgnDgbalFQF { width:16.5625rem;height:2.5rem;top:64.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7SA5Kuc8zn8n1uVedszi5TCITopVcHg { width:16.5625rem;height:2.25rem;top:33.562501430511rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTJr0FJyJqcDLnUQ3snVLwNuEiCDZNo { width:16.5625rem;height:2.5rem;top:36.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVwDB8hs7T09yLxcBfWXcgfJwmZaC8h { width:11.25rem;height:2.25rem;top:55.687501907349rem;left:4.3750000596046rem;font-size:1.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfRPCp1RFZ2GkuFwyK4ODd1t4b3VK2uw { display:block; }
 }@media only screen and (max-width: 763px) { #lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI { width:16.8125rem;height:12.275rem;top:12.352343559265rem;left:1.5937500596046rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#lXkNR9px7mTxBDvl4ES5TkzQFI2BhpxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #avQpRowppSMelAkraqPnMVSM7qZZukv3 { width:16.5625rem;height:2.5rem;top:8.4375rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0uG3Vs2dPFmTLuR1210TVkH8IAUHfT { width:20rem;height:2.625rem;top:30.062501144596rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRF6mhh2mspPkAIyRnEC2ocvS0ZK681T { width:17.5625rem;height:1.125rem;top:30.811719131656rem;left:1.2179687619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3D4SST6olVBuu36a1LrCQ51TaszFFdW { width:18.5625rem;height:4.5rem;top:103.50000190735rem;left:0.71796876192094rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z6edh6x3Ir8UCqMhkVP0qaxq8Hmdo1ZA { width:20rem;height:2.000175rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOByTiKciGBdLw671BI3iDqL6E4vZhE { width:10.375rem;height:1.125rem;top:39.1875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4t1FEuIrGX0UoGpCHlEfzJDqJc8rQbZ { width:10.375rem;height:1.125rem;top:66.875rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon { display:none; }#MRJ2LPkXlT09Pen0PnfLQDeyAIDoLcon > .row .container { width:20rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2Th24TIBrTTWmbBT00J4exEKVtCRN9E { width:17.5625rem;height:4.80025rem;top:0.6875rem;left:1.21875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RTRDLMGIvVXC7AWTHQgCiXH2XFuG6m5k { width:18.125rem;height:9.8rem;top:10.16250038147rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tu93TTFU7x5VT8mOEs0uQ0JWimIODLE5 { width:16.5625rem;height:2.5rem;top:6.125rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnVwMCNxhxnSWpy1tDhxbweasz8ELUxf { width:11.25rem;height:2.25rem;top:21.5625rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WbPFwimp6yaJxv20ym4eo8KVEHX6lS { display:block; }
 }@media only screen and (max-width: 763px) { #TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO { display:none; }#TWa2GME1qbAU1QtPTK46tfVMQbxyEhLO > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTA7piOwXEPxBXN6LDXNaUahwuAS54Gc { width:20rem;height:1.6250875rem;top:11.062300682068rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5kizK31X3NM2g57ZNXVxyonpMp12Nu { width:20rem;height:6.25rem;top:0.9992027282715rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN { background-color:#fdf7eb;background-image:none;display:none; }#kKf1UAV3MZAQIMgXxHlxsFHz3wkJhfxN > .row .container { width:20rem;height:82.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #doEF2T5DHQGEWPK0UvFXCITBB8sviGfm { width:17.5625rem;height:27.6875rem;top:51.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBIwcOBwTN2BdxCD2ODcD4a91RohTWR { width:19.75rem;height:27.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN { width:14.749625rem;height:5.11198125rem;top:36.1875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Gx9mKGra1btbckDOOdhXhGlq8MvUcdAN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR { width:14.124625rem;height:5.11198125rem;top:65.9375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#aXcTvc8EvwHw3B7hNFKB4ppqAp0udtTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #HunUpo7NnZVGazsasxmlrNBwesnN4asE { width:17.5625rem;height:26.1875rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz { width:14.0625rem;height:4.79948125rem;top:9.9375rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wiAZcVmliWOtAcvZgIMSPhWxqdRo56Bz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5d13b6abeb7c84ac1f0f45b5c0405eadda62da96.svg); }
 }@media only screen and (max-width: 763px) { #RqXocZipTH4LOmLvbpCI5xH0rgFXntr1 { width:11.25rem;height:2.6242875rem;top:18.9375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHLvenkO14kSFLFUDLQCzyaOGpThAL2T { display:block; }
 }@media only screen and (max-width: 763px) { #P2w3PlMzIqBgM8b1FZk7JDXSptu2VET9 { width:11.25rem;height:2.62473125rem;top:74.1875rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXVAkhUexrhxOTlGfy7KoFTrTWtRtFCI { display:block; }
 }@media only screen and (max-width: 763px) { #MXUai1wlEmmHRKM9QdcefTItTaWWUFZi { width:16.5rem;height:1.79998125rem;top:6.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Risa9PGGhTpElfuvPPIPFsmiTdJeoT5l { width:16.5625rem;height:1.4000375rem;top:62.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KsPmVsJuCug6g76AxO9FUZxCQ4rKlgKe { width:16.5625rem;height:1.4000375rem;top:33.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FTAMDPBpwOJ96MPOSV6ZfEEivmFbPuH6 { width:16.5625rem;height:1.75rem;top:60.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0tapHq4HeCkSe2gFGoxyzrD1oQTRBhN { width:16.5625rem;height:1.75rem;top:4.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8QCvK1wV6KP2a5fqc6M8HhfKlhM5Wwt { width:16.5625rem;height:2.8750875rem;top:56.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcIOhrfBI467mgi69nEDeuR9heSFHaU { width:16.5625rem;height:2.8750875rem;top:1.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9LfFBbRTIxPOTqnO5ovwBzA2DmweTvv { width:16.5625rem;height:1.75rem;top:30.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLWA0Cb9SDW0EQ9WSrSO2Luvoz8FM8d7 { width:16.5625rem;height:2.8750875rem;top:27.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnAXQfD8yuLmcT9WBWm5LdbEKsFeXmo9 { width:12.8125rem;height:1.4375rem;top:54.5625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFgpP2aHkDp4W3vufhhmeyUPMETrCLmC { width:5.99964375rem;height:0.12473375rem;top:55.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz { width:14.249375rem;height:1.70010625rem;top:14.6875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vbqQCbK3JfkJvkxpCcIXutfTIwiqV6qz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_60142f333c4ff498a5151f09772fa71dec2de37d.svg); }
 }@media only screen and (max-width: 763px) { #GllbrMNwTVCTkWNTVdKLTPR6maDXGM3x { width:12.5rem;height:2.999825rem;top:44.6875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8uDWs7MZw0sHKHmOgkylcNU5MoS1Udc { display:block; }
 }@media only screen and (max-width: 763px) { #fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv { display:block; }#fTmupx0ZzzU9yVtvuzD93xTUUU9FXEEv > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZFsTSc7d2csDfwb2SlEQuLATA036gfr { width:20rem;height:3.6rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVG2iom9XUknkVXnORxZnLnP1Gga2gi { width:10.625rem;height:2.25rem;top:20.962500095367rem;left:4.6875000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBKaEDgNtoeJTAhLEpZWb3va8B2xpi0t { display:block; }
 }@media only screen and (max-width: 763px) { #sIdoTgkCx3w8s4VNaNcV0PNnPB7tsH3p { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqFKIytM6NQgoWKnVKqxqFg4wx6nUvaF { width:20rem;height:4.8rem;top:14.6rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOIB5fz5TmInKFhrDpAXxQJ2V8wItGWT { width:20rem;height:2rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn { display:block; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1;overflow:hidden; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-desc-text { font-size:0.875rem;height:auto; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT { display:flex;height:auto;width:17.5625rem;top:6.1865234375rem;left:0rem;gap:0.1875rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #D5Clz8TXLCWA4PW3Bk4SRwtJusegPMID {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #u4aOBUhQUuUDh4ab5IZkMTfe7Ih8lOvC {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #rNnpPJufkLPZla5LSarlVf5TIz57qQId {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fqiPRTKhQqI8xFAtSc3WSzTGL0BN3Vd0 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ZIRnI1hq0TogTPIVACw4MhIKiJlKLvJ6 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #X8BDM6zpGWZak6rp7eMBuPqTq3pPTGyX {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #SBk2Bdipxpo0yvHemZvk1HHVgPQxuZHM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #XCsFrohO5TIadR2MpNBxxZMNFdd1P28Q {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BXffwMp80WU6UVlIrc5GDuqhS36wAF10 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ep5SfLnbCdPERkog2Lw5LmIKpbpBRcrz {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fsZsPTPCs6TIUBqZHqt9Wmgd3pGzb0gq {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ui1z4aXc8ELTA9OoBrSk2fs6BXmWQkob {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yafEB4a4BWG63q3TkXP5gaag1Wqa9OTS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IEim3Z8G0TQEQAA8nO3ElTvd7WTtZwPM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #URvoqMXI4mJGAov7dlPfn2d2Np84NKM5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #hgRUemMTZusTkK4LQlX3RgTfEZBuDQWk {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #Rx4hbnIXdPnIrxsBao8Jm8vAwQ5WlalQ {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BAFXKlq39v3215GITT8WF5OKcRM9rNHU {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #F9Zmh4S3pPSP8OpNvsTXnTc6WKbdPKm5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #P4bhuonSgT5JqQrxOZZ2WJVD16VeZV1O {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IkumhuFFp76JX0J5TfsnRX5DrMLeakHv {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #CstUelbWOgDfKnUkoLzTlkw5l2qaTQ2T {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fiJ2lh5Z2TnJCQBQTFJXzic6Rl2bvITg {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yIMXcNby8pJul4ks3p6aQ0wGS4uXosiS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #EFdiAX9vR1DVfXMFNvyvKM4gTNr3tTRu {  }
 }@media only screen and (max-width: 763px) { #lgu79CLPDwQoTeSaJ7QRql1UsCJN26FO { width:20rem;height:4rem;top:1.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bih1nBlIH3eigTQJzycdulLvNodl2AWE { display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { width:20rem;height:2.000175rem;top:1.177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:13rem;height:2.5rem;top:29.873046875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { width:20rem;height:24rem;top:4.37109375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wk28k8Da4bxzD02tk68n9GvxDwDpbz21 { display:block; }#wk28k8Da4bxzD02tk68n9GvxDwDpbz21 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq0Rdemg8Q7ROr6C4dVeXSdyNyUK2Rr9 { width:20rem;height:4.6875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAN33Nt991JH4w3NIFsyB9rOn7W9Nxg7 { width:20rem;height:24rem;top:7.3125rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { position:relative;z-index:auto;display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { width:15.25rem;height:2.76278125rem;top:33.0625rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { width:15.5rem;height:4.80025rem;top:0.92578125rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { width:1.5rem;height:1.5rem;top:36.6875rem;left:7.9375rem;font-size:0.75rem;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { width:2rem;height:2rem;top:36.4375rem;left:10.0625rem;font-size:1rem;display:block; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { width:17.4375rem;height:auto;top:10.0625rem;left:0rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { width:17.4375rem;height:auto;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR {  }
 }@media only screen and (max-width: 763px) { #eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { width:20rem;height:2.800075rem;top:6.4521484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { display:block; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXILCumovTi9Umyktdc0vyPR75uOrfbW { width:19.625rem;height:0.9375rem;top:3.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { width:7.624rem;height:1.21875rem;top:1.125rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyykpi492cm9RLrJwcI7xCr6OINZECb2 { width:10.8125rem;height:1.21875rem;top:1.125rem;left:8.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { width:13.125rem;height:0.9375rem;top:4.25rem;left:3.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }