.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:217,239,252;--color-primary-1:140,206,245;--color-primary-2:64,173,238;--color-primary-3:16,153,234;--color-primary-4:28,61,106;--color-secondary-0:255,255,255;--color-secondary-1:232,232,232;--color-secondary-2:169,169,169;--color-secondary-3:101,101,101;--color-secondary-4:34,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:169,169,169;--color-tertiary-2:87,87,97;--color-tertiary-3:73,73,73;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:transparent;background-image:none;position:relative;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67a32a20-7ddd-477f-a561-a033c3b7811a/imgi_51_aHR0cHM6Ly9jb21wYW55Y2FtLXBlbmRpbmcuczMuYW1hem9uYXdzLmNvbS84ZTcwMDQwZi0yMjdkLTQ4ZTYtYmVjZi03Zjk5OTRiNzAyNDMuanBnscaled.jpg");background-position:center !important;background-repeat:no-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;z-index:auto;display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.adaptive-delivery-prevent-bg, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyload, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyloading { background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { background-color: transparent; background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.24); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.24); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { border-width: 0; border-radius: 0; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::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; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:25.625rem;left:10.90625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.1875rem;left:0rem;height:6.599625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.8125rem;left:18.25rem;display:block; }
#IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { 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.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.5625rem;left:18.25rem;display:block; }
#qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.0625rem;width:27.1875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.5625rem;left:16.40625rem;overflow:hidden;display:block; }
#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO { 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; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container { background-color: transparent; background-image: none; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container > .video-iframe-container { display: none; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row > .video-iframe-container { display: none; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .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); }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container { border-width: 0; border-radius: 0; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#T5HdEN3ul6y57HezicqKBzOnUavX1XUr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.0625rem;left:0rem;display:block; }
#hpDZ0zGM5QJIW22PKb5s1ncU8BGm2AvN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRw1DBStVUS5CXls00O9wTKpBRkxBQbT { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.5625rem;left:1.125rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyrnZMd1L7ulCSpN9RvTMfmiB21pofZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMyydLJnlxcwoKvCBNxtDXhUr9y7g4im { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:15.3125rem;left:5.6875rem; }
#ZIFG4A9cTlFmDRovoBCTiod8rvC4Elm5 { position:absolute;display:block;z-index:15026;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.56241125rem;width:1.06223125rem;top:17.25rem;left:5.6875rem;display:block; }
#JGbBc4yeq8meTP5d0MpT7a0CLsNb4lFP { position:absolute;display:block;z-index:15007;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:15.8125rem;left:7.5rem;display:block; }
#lHOlaZJ9iHRCvDmJ9eUVNw6inaCfVOkl { position:absolute;display:block;z-index:15003;background-color:#232020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.3125rem;left:0.1875rem;display:block; }
#VJCEaOW69BZ25pvyOqHGFQ8cqwUtb8uT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.0625rem;left:15.5625rem;display:block; }
#DNM0tMHKnSlobFsWA4NIclCdprTzuHoA { position:absolute;display:block;z-index:15010;background-color:#232020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.3125rem;left:15.75rem;display:block; }
#gT3mUTosB52k5tF8XOmbn03XLrB97TJ8 { color:#333333;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.5625rem;left:16.0625rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTWHuBorrxCeCU2ALFTNoe2wDb2Cc4U2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f54nusmv8JRfTRTnS0mgKckl4IEr9Eyk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:15.3125rem;left:21.25rem; }
#eFtK2SbB9LSpUUgwV5Z66Pdzqu2x7Hft { position:absolute;display:block;z-index:15033;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.5625rem;width:1.0625rem;top:17.3125rem;left:21.25rem;display:block; }
#WEDbT9Uxxeo4GxgEhH32TMdxB2frtDH5 { position:absolute;display:block;z-index:15014;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.8125rem;left:23.0625rem;display:block; }
#Spz4CWWpwA5X0kLFeLMZSpbrPZFHkLXv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.0625rem;left:46.125rem;display:block; }
#etNwdr7vcMMVbBTufmbT1BTr7xIvataT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:15.3125rem;left:51.8125rem; }
#veUGvuS8EXlr51Kb0ct6mP5dZFPAc5OT { position:absolute;display:block;z-index:15021;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.8125rem;left:53.625rem;display:block; }
#Oh03yqJd5g1JE9bRQXDxXdzhbof1VgfC { position:absolute;display:block;z-index:15040;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.5625rem;width:1.0625rem;top:17.25rem;left:51.8125rem;display:block; }
#RSoNkQAzirkemci6X5ITRH6VVTNdt7uc { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.0625rem;left:30.5625rem;display:block; }
#KrV8pTfBRGFRS18S9PgCuJbPDqi1evLO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:46.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKhJUmhc1ammxHgexiffZKzqKTptyAxw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.9375rem;left:30.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrTnJpbvrcTpWqNp8Cvsp24CsxIaULhb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:15.3125rem;left:35.75rem; }
#la9o9NFFuN3LuO4H6vmy787z9zxZVDQC { position:absolute;display:block;z-index:15047;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.5625rem;width:1.0625rem;top:17.5625rem;left:35.75rem;display:block; }
#oASFOoE58WgOiTUrzJU9c60KwlX3ZfUQ { position:absolute;display:block;z-index:15028;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.8125rem;left:37.5625rem;display:block; }
#Mgsip7dP5GgKaMM6tAwBC3a0NP3E8Fr0 { color:#333333;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:22.5625rem;left:46.8125rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGisbzHEp4NTVfSBcAhADXCZr9xenozH { position:absolute;display:block;z-index:15017;background-color:#232020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.3125rem;left:46.3125rem;display:block; }
#q15eVQTxqwhodFZwN5H417kEeggNMQVN { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#lQz3AH8DBAvtTPhp3mbMlMJl8emDaZPq { position:absolute;display:block;z-index:15047;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#l87zq9nw8drrHMOORk3NF5qAgEmNm9wp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Nk27BUx1FqaE0ARwO3CIpulvEhOiXIeZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#kBlMgb1wTLZLwfplNPZ3cMKP0Zk6Tv6Z { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BvUr7SQgazsdZ7RPaMsf6SHWtuCCENFG { position:absolute;display:block;z-index:15028;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#rp4uxsEf9iC9WJT4ikMwpFAhnQ7NumGZ { position:absolute;display:block;z-index:15024;background-color:#66a8ff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#wvzLIwWPEF6pL7eWz04zWyBykLK5eg7c { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#DCvOxeLzKHt6KS75ahtOK6Mq4lkeD9Jy { position:absolute;display:block;z-index:15047;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#fDsXRTOwpWC1cRcwgLDz03p0Jysu8AEb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BwDA5dOsVZeHQ67ggvM2e12e0B9Sk1wK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#tHxXp0uWIxripzumlx8c7EvobdOyMpXC { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g8UrpsSEKum5THFpMPEzfEBt2GRDbcTx { position:absolute;display:block;z-index:15028;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#mkwzfyeRTEFQxbZ2ylqknbgTGePf9Te8 { position:absolute;display:block;z-index:15024;background-color:#66a8ff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#yDMKEJCyElP53DDdF0biZFGQlHD7RnaP { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#zc3bZNZ9RDUInMRkH6IL7TinX8ueSL9Z { position:absolute;display:block;z-index:15047;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#TgnZl91m7CS8faA8bty0be20kOOTi1DH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W14DpK8VchzuhVJON3lQCaRUwTzp88B3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#O01KeH9GRmrDrcyhC4pwuPcnXWB3RGVW { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nEcRyvZEqVPkywwHgmyuetpeRmrKddXp { position:absolute;display:block;z-index:15028;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#AfTaH1TtQo230bGmbeEU2wIEzyHITsPT { position:absolute;display:block;z-index:15024;background-color:#66a8ff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#rA8rnuq0qnvMu3yQFIAExTXGlnTZZecD { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.4854583740238rem;left:5.3125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RaFHU7L4KGt3ZD4sraJSPu8M1USgN1Lr { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:22.5625rem;left:31.6875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ovkF73MZJv67lFmshc9PsQQZKgQEGI5p { position:absolute;display:block;z-index:15024;background-color:#232020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.3125rem;left:30.6875rem;display:block; }
#qxXPiN0O8DMdI2X1x61bw3PrAMpqi2qX { background-color:#1099ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.87109375rem;left:18.875rem;display:block; }
#XSgBa8eylXATeTxKBGsM4LVVzDRLU8A9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f430c67-56cb-4204-923f-3079c93dc517/PaverPatio.jpeg");background-position:center !important;background-repeat:no-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:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.adaptive-delivery-prevent-bg, #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.lazyload, #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.lazyloading { background-image: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { background-color: transparent; background-image: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,26,37,0.4); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container > .video-iframe-container { display: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,26,37,0.4); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container { display: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .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); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { border-width: 0; border-radius: 0; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P::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; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { display:block;width:28.375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:4.6875rem;left:1.375rem;height:5.3623rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { display:block;width:28.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.75rem;left:1.375rem;height:1.23730625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U { 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; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container { background-color: transparent; background-image: none; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container > .video-iframe-container { display: none; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row > .video-iframe-container { display: none; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .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); }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container { border-width: 0; border-radius: 0; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container { font-size:0.875rem;font-family:arial;height:79.4375rem;width:60rem;position:relative;display:block; }#UUStZh4kuQl2sV2aqtJ1ofU2J9iLrmTD { color:#383838;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:31.8125rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2JxVvkUZv8kqq4TPOqLDQttrlersPQG { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:10.5888671875rem;left:32.9375rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JyNQI7Wczek4e0IGvLzxnivpWF9KbCRG { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:70rem;left:32.9375rem;display:block; }
#oTePXq4cMQtyQ2808sp6nxlfXQmuAf9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGKLXzvZVQDa8nwTX7bffM8W5054ezkk { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd0267bf-b10a-4384-a639-c1b7d7678ea9/68564645721__67BA0BB02E1D4F12BF59DFC08B712946fullsizerender2048x1536.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.375rem;width:30.125rem;top:13.375rem;left:0rem;display:block; }#hGKLXzvZVQDa8nwTX7bffM8W5054ezkk.adaptive-delivery-prevent-bg, #hGKLXzvZVQDa8nwTX7bffM8W5054ezkk.lazyload, #hGKLXzvZVQDa8nwTX7bffM8W5054ezkk.lazyloading { background-image: none; }
#WPSz2EO9SGOzUQrDQtyz0fPGZ1PGU6Qb { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c9270a1b-ba3e-479c-a678-a15756d3b4a6/PaverSealingBroward.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.3125rem;width:13.8125rem;top:45.25rem;left:0rem;display:block; }#WPSz2EO9SGOzUQrDQtyz0fPGZ1PGU6Qb.adaptive-delivery-prevent-bg, #WPSz2EO9SGOzUQrDQtyz0fPGZ1PGU6Qb.lazyload, #WPSz2EO9SGOzUQrDQtyz0fPGZ1PGU6Qb.lazyloading { background-image: none; }
#speXvdDPS35n1HXfKJhhd8zsxWVsNNm5 { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:21.75rem;left:32.9375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdxndkTfCbZT40phNn3pcDncTZKdvTwM { position:absolute;display:block;z-index:15007;background-color:#2a61a7;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.25rem;width:15.625rem;top:9.3125rem;left:38.09375rem;display:block; }
#NA22W92wHckXtxGmwmWgVHmLXJnay4aq { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12598498-a334-4e6a-88cb-ab38a3e3cabb/PaverandStoneRestorationBroward.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.3125rem;width:13.8125rem;top:45.25rem;left:16.375rem;display:block; }#NA22W92wHckXtxGmwmWgVHmLXJnay4aq.adaptive-delivery-prevent-bg, #NA22W92wHckXtxGmwmWgVHmLXJnay4aq.lazyload, #NA22W92wHckXtxGmwmWgVHmLXJnay4aq.lazyloading { background-image: none; }
#HgyAJXxKlrWVfdtVD1wdcwUpmL4w17SM { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:23.888671875rem;left:32.9375rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T66KEofSKXJ9CAso84lNkH4oTCMmDlSq { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:34.5rem;left:32.9375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tn8S12ITew67TGKchelKKR06OZk4Ae1c { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:36.5625rem;left:32.9375rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXNk32gHT2DQOHlbTlSg5XoAlsoHwuEn { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:46.83740234375rem;left:32.9375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbWBTQHc4IclTD15ElJTcWtxAQ0qvAun { color:#010000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:50.119140625rem;left:32.9375rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:54.25rem;left:32.9375rem;height:9.2480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ li:before{  }
#eV94fCJmW75CzgUfQRFDPEZtPGFDpaNZ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:64.375rem;left:32.9375rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx { 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; }#mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx > .row .container { border-width: 0; border-radius: 0; }#mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:none; }#B7x5qiA7Ln1fxI6xPcPW2FhtOMOgmT4A { color:#383838;display:block;width:28.1875rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:8.28515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCXqVNHeXZXlLkcuap4DcVqx4f48gVWg { color:rgba(var(--color-tertiary-1),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:9.8125rem;left:1.125rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hS3ZOldw3WQ2663k207XT5Wb6ShmRMHq { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.25rem;left:6.1875rem;display:block; }
#p7AeyFLr08cFKIHrKTkupb2wbWyR2AXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLDFVibDzIXu2MVOGzeNlKSy2UTdsQvm { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e37a2d74-e7ec-48ab-8a52-df33f3972ebd/IMG_4940scaled.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.3125rem;width:29.6875rem;top:3.8125rem;left:30.0625rem;display:block; }#SLDFVibDzIXu2MVOGzeNlKSy2UTdsQvm.adaptive-delivery-prevent-bg, #SLDFVibDzIXu2MVOGzeNlKSy2UTdsQvm.lazyload, #SLDFVibDzIXu2MVOGzeNlKSy2UTdsQvm.lazyloading { background-image: none; }
#LbCM8xM0bgE8sqiSBxfNbCvslp3EmwtZ { position:absolute;display:block;z-index:15007;background-color:#2a61a7;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.25rem;width:15.625rem;top:7.5625rem;left:6.3125rem;display:block; }
#TFUkuTJuhC4uSznx6DHr0Vlon4eoT0MW { color:rgba(var(--color-tertiary-1),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:22.6875rem;left:1.125rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14d1b0f7-744d-409a-b779-508053cd8e63/AdobeStock_289011603scaled1.jpeg");background-position:center !important;background-repeat:no-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:block; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5.adaptive-delivery-prevent-bg, #p3eGTNIdObwIML41mO3QqJpGkCJwCBg5.lazyload, #p3eGTNIdObwIML41mO3QqJpGkCJwCBg5.lazyloading { background-image: none; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container { background-color: transparent; background-image: none; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.8); }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container > .video-iframe-container { display: none; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),0.8); }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row > .video-iframe-container { display: none; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .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); }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container { border-width: 0; border-radius: 0; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5::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; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#g3o4tHss8vv59TZDxvC6gZ22u5CfWSPw { color:#313131;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:3.98111875rem;text-align:center;text-align-last:center;display:block; }
#I5nXGXLiMeoD5wbK7lmkq6QTWfeq9Wx9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.9375rem;left:7.9375rem;display:block; }
#M5XfXeUeu79aMc17g4MWcXXu5QoAG6mC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.625rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOgkG8iRCfzBMKI856lgtz5lBEedAcQB { color:#313131;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.6875rem;left:2.625rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1ulmBfZQnvy4UG0ihwvd0fL5dXMZuur { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:22.8125rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VhTbPMe8qASysC0kAxw6eoh5u74gOqRz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.9375rem;left:28.5625rem;display:block; }
#o38mOKFu8b2RPl3cvsnzICLGt5pTes9L { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.625rem;left:28.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thwnFpUzx7KJryHJLEDBowWhqXtzvvvh { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.6875rem;left:43.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9AIbH0SPSX0bRnH10PqQpzwPP0yfNnb { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:16.9375rem;left:49.125rem;display:block; }
#ynR6iKcAyeoAa5clBBSxHgsZ8hc1bHAt { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.625rem;left:49.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSCQXaIGN5Mxa5C354x4Xgxxe8xcpwzd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:16.875rem;left:16.25rem;overflow:hidden;display:block; }
#yQdcHtzrIvbzxut7dUnIRZo7m9fkIDrS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:16.875rem;left:37.375rem;overflow:hidden;display:block; }
#AbMaOqPg6wCJeQ4x5S36xaxXTBkHA7pm { color:#313131;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxuCTqM7MNh87Ot4T5h6zAag0NDJ1Ctk { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.6875rem;left:22.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8Sv4X62byOKvrVXgaMrRsQr3cLUEein { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.6875rem;left:43.375rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgGELsCXoKfSTUCfe9PamedzNbHNkN9a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:40.625rem;top:1rem;left:9.6875rem;overflow:hidden;display:block; }
#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container { background-color: transparent; background-image: none; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container > .video-iframe-container { display: none; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row > .video-iframe-container { display: none; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .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); }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container { border-width: 0; border-radius: 0; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#ATGOkXsaczZTw8uBPZED6gVGyEakhMJI { display:block;width:33.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.611328125rem;left:13.28125rem;height:4.67480625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#pI3Rc3NsIOQ3gd7LW0UlukQvL1NFxBbi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:4.9375rem;top:3.01171875rem;left:11.46875rem;overflow:hidden;display:block; }
#ruqzRl0xngZULd72pn5ZiBmreES0fb7N { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:4.5625rem;top:3.01171875rem;left:43.96875rem;overflow:hidden;display:block; }
#lETX5qe2h5v7Oqz93OQcKKrBso5ipQH2 { color:rgba(var(--color-tertiary-1),1);display:block;width:49.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6875rem;left:5.0625rem;height:4.63036875rem;text-align:center;text-align-last:center;display:block; }
#rhFWG8Dw68QcElI79eBsD6EAZ5vuGm66 { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.6875rem;left:17.15625rem;display:block; }
#qevmDF5utTkHgqAUCExeeVvTk9PLzeMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f951703b-00b8-44c1-996d-2c272a7bcaeb/BrowardPavers.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy.adaptive-delivery-prevent-bg, #hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy.lazyload, #hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy.lazyloading { background-image: none; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row .container { border-width: 0; border-radius: 0; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy::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; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:60rem;position:relative;display:none; }#c4oG1WNa9iFkpwm947hWfNkS1eNTXRVh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9rem;left:44.1875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qr8ZdBOcJxVuBEnKJFWquDPigScvx51v { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.625rem;left:45.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dSB42e93mnIqfMH7smp01XsSk23giifq { color:#648381;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:21.25rem;left:42.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#kcOVQU5dTZT95uaRbndTSUIe0m7xwIJ1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:25.375rem;left:45.1875rem;height:28.875rem;text-align:left;text-align-last:left;display:block; }
#StZ8Nu75R5wazDunSKAmGBmVSNZqHb4l { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:56.625rem;left:43.625rem;display:block; }
#VOvDmZNVveDDPVdrgkmDluD1LF9oETy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJ6AWUzRbV0BufXoIru45a6U2lUIXoHG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.3125rem;width:19.125rem;top:8.4375rem;left:40.4375rem;display:block; }
#QTuOqfJlwUwXwAcpythBEO8LmpJb5WbC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r95fdihAgxO1CTcuf96NyRMxGReVDl86 { position:absolute;display:block;z-index:15008;background-color:#4a4849;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.125rem;width:6.25rem;top:27.625rem;left:43.75rem;display:none; }
#Iv5NCWcboFiI4MVmxK5AMuNEUq2R8vAE { position:absolute;display:block;z-index:15020;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:0.125rem;width:15.625rem;top:27.5625rem;left:42.625rem;display:block; }
#GQfCaVettxbUHImuJiXLAJ6XXgUJnU4n { position:absolute;display:block;z-index:15021;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:0.125rem;width:15.625rem;top:30.0625rem;left:42.625rem;display:block; }
#acQ37EJo1Df7V8WV2COoHHrTrsHKHVXA { position:absolute;display:block;z-index:15022;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:0.125rem;width:15.625rem;top:32.5625rem;left:42.625rem;display:block; }
#fFsRXMNSG5tVQU64EKvdKT5H9RqtpXwH { position:absolute;display:block;z-index:15023;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:0.125rem;width:15.625rem;top:36.375rem;left:42.625rem;display:block; }
#HzRKBCMpaIhPVplDOX0a0DnmGZ9DLqx9 { position:absolute;display:block;z-index:15024;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:0.125rem;width:15.625rem;top:39.125rem;left:42.625rem;display:block; }
#KX0zygzhb28DKtcVw9QwF2SqeHu3Jp7v { position:absolute;display:block;z-index:15025;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:0.125rem;width:15.625rem;top:41.875rem;left:42.625rem;display:block; }
#LzEClWhp3V4zb1TvWMt7BkJDI2yOFG3a { position:absolute;display:block;z-index:15026;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:0.125rem;width:15.625rem;top:45.875rem;left:42.625rem;display:block; }
#udyJ53Udmv5tQ0LdsoI54AUeLvXWUSvy { position:absolute;display:block;z-index:15027;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:0.125rem;width:15.625rem;top:48.375rem;left:42.625rem;display:block; }
#ePEv16loahDlOlZFbGOTFcXe3u65pE7p { position:absolute;display:block;z-index:15029;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:0.125rem;width:15.625rem;top:51.1875rem;left:42.625rem;display:block; }
#Z7plf0DCItKS6HMXWVIGTDQeIzMZJeJl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:14.6875rem;left:42.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;display:block; }
#i3GMinc1qMfTXqAiKfCf06T8DqWXsI7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.9375rem;left:43.1875rem; }
#hW4aXK4R0q1B4zDCoylMelcFoiOy06XI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27.625rem;left:43.1875rem; }
#NGCPRMNDgTUXQBTDiCF113LZDUDyCguw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:30.0625rem;left:43.1875rem; }
#E8IdZl2XtBU4klTiCwhMZTmQbDLh2KQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.875rem;left:43.1875rem; }
#UfSsa9q4JDQKBoPhy2EcXuzwc0JBLg2p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:36.8125rem;left:43.1875rem; }
#pRiIqdVUpC8yCKt86IlMMUVTbs5cRPx3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:39.5rem;left:43.1875rem; }
#T49VgTTPUPtSApF0QwdeJt9DUg3E15L4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:42.125rem;left:43.1875rem; }
#bnf03vCWNOL9Ng3zU5cp85IdkxeT6Xe2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:46rem;left:43.1875rem; }
#o2pUqHViVixQo1ClGAmvLMDGe840cwbe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:48.5625rem;left:43.1875rem; }
#ouwp3RrQvw42I7IcZFPG6ylQ4UUCmMpd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:51.3125rem;left:43.1875rem; }
#v0EE8MndQVKxzxRoXBGIM9xrhQg6gRpW { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.3125rem;width:19.125rem;top:8.4375rem;left:20.4375rem;display:block; }
#OQHy2XBo3KO7e71zW7sT9Ohe7aIckLld { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:25.375rem;left:25.1875rem;height:28.875rem;text-align:left;text-align-last:left;display:block; }
#ROoR0q6JWvNKF1Bywmz5AZIZgW7y9vbA { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:56.625rem;left:23.625rem;display:block; }
#Kw7bNF7OITcQK1RrMGup6HaPHcqyXBTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vt3DOyr3SM4AFCcNspvf7JtJHE0VD4dO { position:absolute;display:block;z-index:15056;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:0.125rem;width:15.625rem;top:51.1875rem;left:22.625rem;display:block; }
#dwoZoKTsJwH6omTWQmfPI195P8Sl9Dnm { position:absolute;display:block;z-index:15054;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:0.125rem;width:15.625rem;top:48.375rem;left:22.625rem;display:block; }
#fxbJ0k03JM4ZWPgotSnU99T8TaHk8rTy { position:absolute;display:block;z-index:15053;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:0.125rem;width:15.625rem;top:45.875rem;left:22.625rem;display:block; }
#iRvR9alw39DtSErxcfFTATcgcuC3poE2 { position:absolute;display:block;z-index:15052;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:0.125rem;width:15.625rem;top:41.875rem;left:22.625rem;display:block; }
#ZPsp13S5HTFvaMT1zEgeAlIm7x2U7vz5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:48.5625rem;left:23.1875rem; }
#EA2IyTP3vWZysv2FCOD9iimklvRJrzBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:51.3125rem;left:23.1875rem; }
#q08iE1byfp7DyfSZqLM7igoAheT03lch { position:absolute;display:block;z-index:15051;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:0.125rem;width:15.625rem;top:39.125rem;left:22.625rem;display:block; }
#fmi5V17yCaTa2qzTHugZiySqLtom8IQt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:36.8125rem;left:23.1875rem; }
#dcsStGgATeIG2iWLxV10RTJyhvwli2or { position:absolute;display:block;z-index:15050;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:0.125rem;width:15.625rem;top:36.375rem;left:22.625rem;display:block; }
#SwNluAPr4sLDhCqgsEeddUV2Tz3b8zn7 { position:absolute;display:block;z-index:15049;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:0.125rem;width:15.625rem;top:32.5625rem;left:22.625rem;display:block; }
#Nym7nbSu4QhTGUiCfk09cgdN8MLvf4r0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:30.0625rem;left:23.1875rem; }
#finLNbfp6FlJBaUbab026k8DdTbwuVgF { position:absolute;display:block;z-index:15048;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:0.125rem;width:15.625rem;top:30.0625rem;left:22.625rem;display:block; }
#N06TLX9KGVv4aTr2Tso0BdJ4oRKnhfJb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:27.625rem;left:23.1875rem; }
#lmRvenTKknxn314FbMvp9bAaGu91JVpU { position:absolute;display:block;z-index:15035;background-color:#4a4849;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.125rem;width:6.25rem;top:27.625rem;left:23.75rem;display:block; }
#mlHuXkqHPIIPIETFhGnEC11OwVJ1r7tE { position:absolute;display:block;z-index:15047;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:0.125rem;width:15.625rem;top:27.5625rem;left:22.625rem;display:block; }
#H3tH85bApUVdWrJeQBFyzb47cTSTpIUp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:24.9375rem;left:23.1875rem; }
#pl4KwaoQ0DDoL6sU2OmNWBvlJop3UaCv { color:#648381;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.6;letter-spacing:0;top:21.25rem;left:22.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#FNAg6RDCq4q95sCqVKo4GLSa3IQaxFIE { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.625rem;left:25.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIMr4ziSXykECsvNEqzF5OPxytME11If { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15045;line-height:1.6;letter-spacing:0;top:14.6875rem;left:22.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;display:block; }
#tfEe1UVK1QfeokE1hSlduHlbCyANFrEO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:9rem;left:24.1875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lx5Lgah8DeAgfxiTVtu8wusq9vzJR9ne { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.3125rem;width:19.125rem;top:8.4375rem;left:0.4375rem;display:block; }
#NSrTXTC90aNRJvKJIO4swqbemViTuE7I { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15072;line-height:1.4;letter-spacing:0;top:25.375rem;left:5.1875rem;height:28.875rem;text-align:left;text-align-last:left;display:block; }
#cJ87Sla0X8ObAZU69cAWlmAyZgDEgi9t { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:56.625rem;left:3.625rem;display:block; }
#JKG5M6ItTZxu7xJBQry8eqmtgLVoZFcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8TUZyc75vtutVyvsgZWIrdhyBBWhzOO { position:absolute;display:block;z-index:15083;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:0.125rem;width:15.625rem;top:51.1875rem;left:2.625rem;display:block; }
#BgFppvL8RoBQFt018xmflJh8Z71aVLAv { position:absolute;display:block;z-index:15081;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:0.125rem;width:15.625rem;top:48.375rem;left:2.625rem;display:block; }
#JMDwWbT8WqI0NcQsVCeVQxHDBn6WSGOF { position:absolute;display:block;z-index:15080;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:0.125rem;width:15.625rem;top:45.875rem;left:2.625rem;display:block; }
#Gqvv7d9M6RokTQrNwF7ZWe8TnE90ep3b { position:absolute;display:block;z-index:15079;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:0.125rem;width:15.625rem;top:41.875rem;left:2.625rem;display:block; }
#wmOnVDfAXNcHZzQcTxoyariFe7nV8J5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:48.5625rem;left:3.1875rem; }
#UuQzdwoGQ45JOrfUT1pR61ORhPAsn1PE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:51.3125rem;left:3.1875rem; }
#rZDdn1cunLIwQGPeG5W94CvQlKgEZS5v { position:absolute;display:block;z-index:15078;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:0.125rem;width:15.625rem;top:39.125rem;left:2.625rem;display:block; }
#RicyvmX3qezhc63S35G0E4MSTAWGh4nU { position:absolute;display:block;z-index:15077;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:0.125rem;width:15.625rem;top:36.375rem;left:2.625rem;display:block; }
#Tg4oswB79GJdDhKnIf5IxRf1oRUwDyJD { position:absolute;display:block;z-index:15076;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:0.125rem;width:15.625rem;top:32.5625rem;left:2.625rem;display:block; }
#eQQUbdRmRkUHdSszbW41Ivieqq0TJg2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:30.0625rem;left:3.1875rem; }
#umOp5rxffuVEncnTeOgk8BMatxn3twzi { position:absolute;display:block;z-index:15075;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:0.125rem;width:15.625rem;top:30.0625rem;left:2.625rem;display:block; }
#Goe0eyQmQAUUKe8FgEsbzsaZPJzubfAQ { position:absolute;display:block;z-index:15062;background-color:#4a4849;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.125rem;width:6.25rem;top:27.625rem;left:3.75rem;display:none; }
#ZXOcpMN0wIrFee155Tu27V2ppIkdsgod { position:absolute;display:block;z-index:15074;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:0.125rem;width:15.625rem;top:27.5625rem;left:2.625rem;display:block; }
#eqTcBwlgRcwpdF4sCcBQpyhTSsHza73m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:24.9375rem;left:3.1875rem; }
#klMF16tPKGp2TkJtswqbsH2hio9nB5TE { color:#648381;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.6;letter-spacing:0;top:21.25rem;left:2.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#V0dzVRM6A4pOPBkL556EOPh7biG1JBq5 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:17.625rem;left:5.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tcdk511TAod4snVvP0y2h8kEuN0slelO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:14.6875rem;left:2.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;display:block; }
#L66KchbPy39vrBiw4FwCwT6O5hkflfWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:9rem;left:4.1875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oi2hbJDTekuu3nnWrFlrJvrz2NWgflgA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:32.875rem;left:23.1875rem; }
#ysL1CETdgBKQgLTLfA9hg4Us5xfEQGvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:39.5rem;left:23.1875rem; }
#TCyEwpWHEVdisFqnQVrSTHTbBDAJb4bA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:42.125rem;left:23.1875rem; }
#Bl3hCW71T7iaB2wUK5CNcykJ4TCBAwf7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:46rem;left:23.1875rem; }
#NPSPctoHSrf4Qe2Dq5OVay2TiFAXdMt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:27.625rem;left:3.1875rem; }
#fJEDEWr8ePDhRDRPVOhwGyWzR1Q59UyK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:32.875rem;left:3.1875rem; }
#AxCamB4wZMS2R0F3gHsOEWilrqIGk4mu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:36.8125rem;left:3.1875rem; }
#diFZ6W7D9u9v23AJoRwoEWWIKH0vwoLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:39.5rem;left:3.1875rem; }
#pfT4BPg5reWJ9DRTDTiIA5eA4gPFR8sH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:42.125rem;left:3.1875rem; }
#T2EnPM5dGlJ5wklF1MKaZdwpUBunQz99 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:46rem;left:3.1875rem; }
#sqHbhkTtgFQoGPMaliZzJfzdFXgWIGfa { position:absolute;display:block;z-index:15066;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:8.25rem;width:19.125rem;top:8.21875rem;left:0.4375rem;display:block; }
#BChAJKJaaGt8wa29Fycf6OtZhJGaJ5hI { position:absolute;display:block;z-index:15039;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:8.25rem;width:19.125rem;top:8.21875rem;left:20.4375rem;display:block; }
#XukTVcK0aohxmWcA3FcRf5TknhadDQsS { position:absolute;display:block;z-index:15012;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:8.25rem;width:19.125rem;top:8.21875rem;left:40.4375rem;display:block; }
#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97cad3;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH.adaptive-delivery-prevent-bg, #qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH.lazyload, #qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH.lazyloading { background-image: none; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container { background-color: transparent; background-image: none; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container > .video-iframe-container { display: none; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row > .video-iframe-container { display: none; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .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); }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container { border-width: 0; border-radius: 0; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#KgPsDeZ8fnQek9fqnqyKxlNsRHzTBS3m { color:rgba(var(--color-tertiary-0),1);display:block;width:38.499rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.2431640625rem;left:10.75rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .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:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .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; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:montserrat; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:var(--paragraphs-font-family); }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .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; }#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-trigger.adaptive-delivery-prevent-bg, #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-trigger.lazyload, #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-trigger.lazyloading { background-image: none; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT { box-sizing:content-box;height:auto;width:57.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.25rem;left:0rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw { display:block;position:relative; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ { display:block;position:relative; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z { display:none; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #po71mliXukKPqmAbBg5B671B0A9msemS { display:block;position:relative; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #cAh0dwecxrONic0kIxy03565CQexySni { display:none; }
#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { 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; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { background-color: transparent; background-image: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container > .video-iframe-container { display: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container { display: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .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); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { border-width: 0; border-radius: 0; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { 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; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { background-color: transparent; background-image: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container > .video-iframe-container { display: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container { display: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .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); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { border-width: 0; border-radius: 0; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/180c6bf0-e28f-4c37-a88e-4935f99f50bc/PaverServices1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:1.125rem;left:1rem;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk.adaptive-delivery-prevent-bg, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyload, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyloading { background-image: none; }
#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/297dd837-dac6-439e-a61c-578e52f7590d/68564644024__A5165E0F87A64DC7906572B81A37B794fullsizerender1536x2048.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:1.125rem;left:31rem;display:block; }#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.adaptive-delivery-prevent-bg, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyload, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyloading { background-image: none; }
#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { 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; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { background-color: transparent; background-image: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container > .video-iframe-container { display: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container { display: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .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); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { border-width: 0; border-radius: 0; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#st5URq0P2b5yKCokLLRboqHGJM3NOfTe { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ebf1fd4a-ecf0-4403-b2b7-3b18960af897/68417854701__C5095F53491249749F3CE917812EA0EAfullsizerender2048x1536.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:1.125rem;left:1rem;display:block; }#st5URq0P2b5yKCokLLRboqHGJM3NOfTe.adaptive-delivery-prevent-bg, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyload, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyloading { background-image: none; }
#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da14d152-3272-4784-9f17-010337f9eef7/64568018_2041867979251549_4783269532405858304_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:1.125rem;left:31rem;display:block; }#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.adaptive-delivery-prevent-bg, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyload, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyloading { background-image: none; }
#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { 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; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { background-color: transparent; background-image: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container > .video-iframe-container { display: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container { display: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .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); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { border-width: 0; border-radius: 0; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b1fe8101-7d75-484d-ba12-a142a8df978f/67571684441__FEAB4C18F3D0467A8E760C792A53AA7Cfullsizerender2048x1536.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.59375rem;left:0.8125rem;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF.adaptive-delivery-prevent-bg, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyload, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyloading { background-image: none; }
#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbfe24c6-9a20-4319-a857-e0acde91e520/IMG_34842048x1536.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.59375rem;left:30.8125rem;display:block; }#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.adaptive-delivery-prevent-bg, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyload, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyloading { background-image: none; }
#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt { 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; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container { background-color: transparent; background-image: none; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container > .video-iframe-container { display: none; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row > .video-iframe-container { display: none; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .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); }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container { border-width: 0; border-radius: 0; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#WTeFMnUHOSE8tZy5hCgIcORixD790DAT { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.0625rem;left:22.1875rem;display:block; }
#Zb8l0dAznEWMRqClX4ssxNqcFB2U2s3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f430c67-56cb-4204-923f-3079c93dc517/PaverPatio.jpeg");background-position:center !important;background-repeat:no-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:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.adaptive-delivery-prevent-bg, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyload, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyloading { background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { background-color: transparent; background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .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); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { border-width: 0; border-radius: 0; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::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; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.9375rem;left:35.40625rem;height:6.17480625rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { position:absolute;display:block;z-index:15007;height:17.5rem;width:31.25rem;top:1.9375rem;left:1.5625rem;display:block; }
#xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.79345703125rem;left:36.40625rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yQsksHkMVmXQAQH4NWWVtoe9vl3tR5EK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.0625rem;left:34.8125rem;height:7.96875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#inuMRqi3T1vCUmLlym5cAdinTpazhP52 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.0625rem;left:47.625rem;height:7.96875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { background-color: transparent; background-image: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container > .video-iframe-container { display: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container { display: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .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); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { border-width: 0; border-radius: 0; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.3125rem;left:48.5625rem;display:block; }
#HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.3125rem;left:36.8125rem;display:block; }
#aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uu4mzec81dvTwcepUsT9oormQThT0bC0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.375rem;left:2.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { top:25.625rem;left:0rem;width:38.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { width:23.5rem;height:3.0625rem;top:35.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { width:23.5rem;height:3.0625rem;top:31.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block; }
 }@media only screen and (max-width: 763px) { #QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { width:5rem;height:1.25rem;top:5.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO { display:block; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5HdEN3ul6y57HezicqKBzOnUavX1XUr { width:13.5rem;height:15.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpDZ0zGM5QJIW22PKb5s1ncU8BGm2AvN { width:13.125rem;height:3.25rem;top:18.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRw1DBStVUS5CXls00O9wTKpBRkxBQbT { width:11.625rem;height:5.5625rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrnZMd1L7ulCSpN9RvTMfmiB21pofZ6 { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMyydLJnlxcwoKvCBNxtDXhUr9y7g4im { width:2.5rem;height:2.5rem;top:15.3125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIFG4A9cTlFmDRovoBCTiod8rvC4Elm5 { width:1rem;height:0.5rem;top:17.25rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGbBc4yeq8meTP5d0MpT7a0CLsNb4lFP { width:1.3125rem;height:1.3125rem;top:15.8125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHOlaZJ9iHRCvDmJ9eUVNw6inaCfVOkl { width:13.5625rem;height:0.125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJCEaOW69BZ25pvyOqHGFQ8cqwUtb8uT { width:13.5rem;height:15.9375rem;top:13.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM0tMHKnSlobFsWA4NIclCdprTzuHoA { width:13.5625rem;height:0.125rem;top:29.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3mUTosB52k5tF8XOmbn03XLrB97TJ8 { width:12.875rem;height:5.5625rem;top:22.5625rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWHuBorrxCeCU2ALFTNoe2wDb2Cc4U2 { width:13.125rem;height:3.25rem;top:19rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f54nusmv8JRfTRTnS0mgKckl4IEr9Eyk { width:2.5rem;height:2.5rem;top:15.3125rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFtK2SbB9LSpUUgwV5Z66Pdzqu2x7Hft { width:1.0625rem;height:0.5625rem;top:17.3125rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDbT9Uxxeo4GxgEhH32TMdxB2frtDH5 { width:1.375rem;height:1.375rem;top:15.8125rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spz4CWWpwA5X0kLFeLMZSpbrPZFHkLXv { width:13.5rem;height:15.9375rem;top:13.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etNwdr7vcMMVbBTufmbT1BTr7xIvataT { width:2.5rem;height:2.5rem;top:15.3125rem;left:41.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veUGvuS8EXlr51Kb0ct6mP5dZFPAc5OT { width:1.375rem;height:1.375rem;top:15.8125rem;left:42.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh03yqJd5g1JE9bRQXDxXdzhbof1VgfC { width:1.0625rem;height:0.5625rem;top:17.25rem;left:41.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSoNkQAzirkemci6X5ITRH6VVTNdt7uc { width:13.5rem;height:15.9375rem;top:13.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrV8pTfBRGFRS18S9PgCuJbPDqi1evLO { width:13.125rem;height:3.25rem;top:18.9375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKhJUmhc1ammxHgexiffZKzqKTptyAxw { width:13.125rem;height:3.25rem;top:18.9375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrTnJpbvrcTpWqNp8Cvsp24CsxIaULhb { width:2.5rem;height:2.5rem;top:15.3125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9o9NFFuN3LuO4H6vmy787z9zxZVDQC { width:1.0625rem;height:0.5625rem;top:17.5625rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oASFOoE58WgOiTUrzJU9c60KwlX3ZfUQ { width:1.375rem;height:1.375rem;top:15.8125rem;left:29.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgsip7dP5GgKaMM6tAwBC3a0NP3E8Fr0 { width:12.375rem;height:5.5625rem;top:22.5625rem;left:35.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGisbzHEp4NTVfSBcAhADXCZr9xenozH { width:13.5625rem;height:0.125rem;top:29.3125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q15eVQTxqwhodFZwN5H417kEeggNMQVN { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQz3AH8DBAvtTPhp3mbMlMJl8emDaZPq { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l87zq9nw8drrHMOORk3NF5qAgEmNm9wp { width:13.125rem;height:3.875rem;top:104.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk27BUx1FqaE0ARwO3CIpulvEhOiXIeZ { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBlMgb1wTLZLwfplNPZ3cMKP0Zk6Tv6Z { width:14.875rem;height:6.75rem;top:109.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvUr7SQgazsdZ7RPaMsf6SHWtuCCENFG { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rp4uxsEf9iC9WJT4ikMwpFAhnQ7NumGZ { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvzLIwWPEF6pL7eWz04zWyBykLK5eg7c { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCvOxeLzKHt6KS75ahtOK6Mq4lkeD9Jy { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDsXRTOwpWC1cRcwgLDz03p0Jysu8AEb { width:13.125rem;height:3.875rem;top:61.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwDA5dOsVZeHQ67ggvM2e12e0B9Sk1wK { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHxXp0uWIxripzumlx8c7EvobdOyMpXC { width:14.875rem;height:8.4375rem;top:66.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8UrpsSEKum5THFpMPEzfEBt2GRDbcTx { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkwzfyeRTEFQxbZ2ylqknbgTGePf9Te8 { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDMKEJCyElP53DDdF0biZFGQlHD7RnaP { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zc3bZNZ9RDUInMRkH6IL7TinX8ueSL9Z { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgnZl91m7CS8faA8bty0be20kOOTi1DH { width:13.125rem;height:3.875rem;top:40.5625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W14DpK8VchzuhVJON3lQCaRUwTzp88B3 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O01KeH9GRmrDrcyhC4pwuPcnXWB3RGVW { width:14.875rem;height:6.75rem;top:44.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEcRyvZEqVPkywwHgmyuetpeRmrKddXp { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfTaH1TtQo230bGmbeEU2wIEzyHITsPT { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rA8rnuq0qnvMu3yQFIAExTXGlnTZZecD { width:47.75rem;height:5.0625rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaFHU7L4KGt3ZD4sraJSPu8M1USgN1Lr { width:11.625rem;height:5.5625rem;top:22.5625rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkF73MZJv67lFmshc9PsQQZKgQEGI5p { width:13.5625rem;height:0.125rem;top:29.3125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxXPiN0O8DMdI2X1x61bw3PrAMpqi2qX { width:22.25rem;height:2.875rem;top:31.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSgBa8eylXATeTxKBGsM4LVVzDRLU8A9 { display:block; }
 }@media only screen and (max-width: 763px) { #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { display:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { top:13.3125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U { display:block; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUStZh4kuQl2sV2aqtJ1ofU2J9iLrmTD { width:28.1875rem;height:5.5rem;top:2.4375rem;left:19.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JxVvkUZv8kqq4TPOqLDQttrlersPQG { width:25.9375rem;height:9.5625rem;top:10.5625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyNQI7Wczek4e0IGvLzxnivpWF9KbCRG { width:15.875rem;height:2.75rem;top:70rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTePXq4cMQtyQ2808sp6nxlfXQmuAf9a { display:block; }
 }@media only screen and (max-width: 763px) { #hGKLXzvZVQDa8nwTX7bffM8W5054ezkk { top:13.375rem;left:0rem;width:30.125rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPSz2EO9SGOzUQrDQtyz0fPGZ1PGU6Qb { top:45.25rem;left:0rem;width:13.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #speXvdDPS35n1HXfKJhhd8zsxWVsNNm5 { width:25.9375rem;height:1.5625rem;top:21.75rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdxndkTfCbZT40phNn3pcDncTZKdvTwM { top:9.3125rem;left:31.96875rem;width:15.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA22W92wHckXtxGmwmWgVHmLXJnay4aq { top:45.25rem;left:10.25rem;width:13.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgyAJXxKlrWVfdtVD1wdcwUpmL4w17SM { width:25.9375rem;height:9.5625rem;top:23.875rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T66KEofSKXJ9CAso84lNkH4oTCMmDlSq { width:25.9375rem;height:1.5625rem;top:34.5rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8S12ITew67TGKchelKKR06OZk4Ae1c { width:25.9375rem;height:7.9375rem;top:36.5625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXNk32gHT2DQOHlbTlSg5XoAlsoHwuEn { width:25.9375rem;height:1.5625rem;top:46.8125rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbWBTQHc4IclTD15ElJTcWtxAQ0qvAun { width:25.9375rem;height:3.1875rem;top:50.0625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ { width:25.9375rem;height:9.1875rem;top:54.25rem;left:21.8125rem;font-size:1rem;display:block; }#Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ li:before{  }
 }@media only screen and (max-width: 763px) { #eV94fCJmW75CzgUfQRFDPEZtPGFDpaNZ { width:25.9375rem;height:3.1875rem;top:64.375rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx { display:block; }#mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7x5qiA7Ln1fxI6xPcPW2FhtOMOgmT4A { width:28.1875rem;height:8.25rem;top:1.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCXqVNHeXZXlLkcuap4DcVqx4f48gVWg { width:25.9375rem;height:11.1875rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3ZOldw3WQ2663k207XT5Wb6ShmRMHq { width:15.875rem;height:2.75rem;top:32.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7AeyFLr08cFKIHrKTkupb2wbWyR2AXn { display:block; }
 }@media only screen and (max-width: 763px) { #SLDFVibDzIXu2MVOGzeNlKSy2UTdsQvm { top:3.8125rem;left:17.8125rem;width:29.6875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbCM8xM0bgE8sqiSBxfNbCvslp3EmwtZ { top:7.5625rem;left:0.1875rem;width:15.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUkuTJuhC4uSznx6DHr0Vlon4eoT0MW { width:25.9375rem;height:7.9375rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 { display:block; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3o4tHss8vv59TZDxvC6gZ22u5CfWSPw { top:10.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5nXGXLiMeoD5wbK7lmkq6QTWfeq9Wx9 { top:16.9375rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5XfXeUeu79aMc17g4MWcXXu5QoAG6mC { top:17.625rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOgkG8iRCfzBMKI856lgtz5lBEedAcQB { top:21.6875rem;left:0rem;width:13.5625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ulmBfZQnvy4UG0ihwvd0fL5dXMZuur { top:21.6875rem;left:16.6875rem;width:14.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTbPMe8qASysC0kAxw6eoh5u74gOqRz { top:16.9375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o38mOKFu8b2RPl3cvsnzICLGt5pTes9L { top:17.625rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwnFpUzx7KJryHJLEDBowWhqXtzvvvh { top:21.6875rem;left:33.3125rem;width:14.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9AIbH0SPSX0bRnH10PqQpzwPP0yfNnb { top:16.9375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynR6iKcAyeoAa5clBBSxHgsZ8hc1bHAt { top:17.625rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCQXaIGN5Mxa5C354x4Xgxxe8xcpwzd { top:16.875rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQdcHtzrIvbzxut7dUnIRZo7m9fkIDrS { top:16.875rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbMaOqPg6wCJeQ4x5S36xaxXTBkHA7pm { top:24.6875rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxuCTqM7MNh87Ot4T5h6zAag0NDJ1Ctk { top:24.6875rem;left:16.6875rem;width:14.4375rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Sv4X62byOKvrVXgaMrRsQr3cLUEein { top:24.6875rem;left:33.3125rem;width:14.4375rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGELsCXoKfSTUCfe9PamedzNbHNkN9a { top:1rem;left:3.5625rem;width:40.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 { display:block; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATGOkXsaczZTw8uBPZED6gVGyEakhMJI { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI3Rc3NsIOQ3gd7LW0UlukQvL1NFxBbi { top:3rem;left:5.34375rem;width:4.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqzRl0xngZULd72pn5ZiBmreES0fb7N { top:3rem;left:37.84375rem;width:4.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETX5qe2h5v7Oqz93OQcKKrBso5ipQH2 { top:12.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFWG8Dw68QcElI79eBsD6EAZ5vuGm66 { width:25.6875rem;height:2.75rem;top:19.6875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevmDF5utTkHgqAUCExeeVvTk9PLzeMm { display:block; }
 }@media only screen and (max-width: 763px) { #hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy { display:block; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4oG1WNa9iFkpwm947hWfNkS1eNTXRVh { top:9rem;left:33.875rem;width:12.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr8ZdBOcJxVuBEnKJFWquDPigScvx51v { top:17.625rem;left:34.875rem;width:9.875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSB42e93mnIqfMH7smp01XsSk23giifq { top:21.25rem;left:31.375rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOVQU5dTZT95uaRbndTSUIe0m7xwIJ1 { top:25.375rem;left:34.875rem;width:12.5rem;height:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StZ8Nu75R5wazDunSKAmGBmVSNZqHb4l { width:13.6875rem;height:3.9375rem;top:56.625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvDmZNVveDDPVdrgkmDluD1LF9oETy4 { display:block; }
 }@media only screen and (max-width: 763px) { #RJ6AWUzRbV0BufXoIru45a6U2lUIXoHG { top:8.4375rem;left:28.5rem;width:19.125rem;height:54.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuOqfJlwUwXwAcpythBEO8LmpJb5WbC { top:2.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r95fdihAgxO1CTcuf96NyRMxGReVDl86 { top:27.625rem;left:33.4375rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv5NCWcboFiI4MVmxK5AMuNEUq2R8vAE { top:27.5625rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQfCaVettxbUHImuJiXLAJ6XXgUJnU4n { top:30.0625rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acQ37EJo1Df7V8WV2COoHHrTrsHKHVXA { top:32.5625rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFsRXMNSG5tVQU64EKvdKT5H9RqtpXwH { top:36.375rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzRKBCMpaIhPVplDOX0a0DnmGZ9DLqx9 { top:39.125rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0zygzhb28DKtcVw9QwF2SqeHu3Jp7v { top:41.875rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzEClWhp3V4zb1TvWMt7BkJDI2yOFG3a { top:45.875rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyJ53Udmv5tQ0LdsoI54AUeLvXWUSvy { top:48.375rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEv16loahDlOlZFbGOTFcXe3u65pE7p { top:51.1875rem;left:32rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7plf0DCItKS6HMXWVIGTDQeIzMZJeJl { top:14.6875rem;left:31.375rem;width:16.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GMinc1qMfTXqAiKfCf06T8DqWXsI7Z { top:24.9375rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4aXK4R0q1B4zDCoylMelcFoiOy06XI { top:27.625rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGCPRMNDgTUXQBTDiCF113LZDUDyCguw { top:30.0625rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8IdZl2XtBU4klTiCwhMZTmQbDLh2KQT { top:32.875rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfSsa9q4JDQKBoPhy2EcXuzwc0JBLg2p { top:36.8125rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRiIqdVUpC8yCKt86IlMMUVTbs5cRPx3 { top:39.5rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T49VgTTPUPtSApF0QwdeJt9DUg3E15L4 { top:42.125rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnf03vCWNOL9Ng3zU5cp85IdkxeT6Xe2 { top:46rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2pUqHViVixQo1ClGAmvLMDGe840cwbe { top:48.5625rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouwp3RrQvw42I7IcZFPG6ylQ4UUCmMpd { top:51.3125rem;left:32.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0EE8MndQVKxzxRoXBGIM9xrhQg6gRpW { top:8.4375rem;left:12.625rem;width:19.125rem;height:54.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQHy2XBo3KO7e71zW7sT9Ohe7aIckLld { top:25.375rem;left:19rem;width:12.5rem;height:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROoR0q6JWvNKF1Bywmz5AZIZgW7y9vbA { width:13.6875rem;height:3.9375rem;top:56.625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw7bNF7OITcQK1RrMGup6HaPHcqyXBTu { display:block; }
 }@media only screen and (max-width: 763px) { #Vt3DOyr3SM4AFCcNspvf7JtJHE0VD4dO { top:51.1875rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwoZoKTsJwH6omTWQmfPI195P8Sl9Dnm { top:48.375rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxbJ0k03JM4ZWPgotSnU99T8TaHk8rTy { top:45.875rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRvR9alw39DtSErxcfFTATcgcuC3poE2 { top:41.875rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsp13S5HTFvaMT1zEgeAlIm7x2U7vz5 { top:48.5625rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA2IyTP3vWZysv2FCOD9iimklvRJrzBI { top:51.3125rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q08iE1byfp7DyfSZqLM7igoAheT03lch { top:39.125rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmi5V17yCaTa2qzTHugZiySqLtom8IQt { top:36.8125rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcsStGgATeIG2iWLxV10RTJyhvwli2or { top:36.375rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwNluAPr4sLDhCqgsEeddUV2Tz3b8zn7 { top:32.5625rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nym7nbSu4QhTGUiCfk09cgdN8MLvf4r0 { top:30.0625rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #finLNbfp6FlJBaUbab026k8DdTbwuVgF { top:30.0625rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N06TLX9KGVv4aTr2Tso0BdJ4oRKnhfJb { top:27.625rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRvenTKknxn314FbMvp9bAaGu91JVpU { top:27.625rem;left:17.5625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlHuXkqHPIIPIETFhGnEC11OwVJ1r7tE { top:27.5625rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tH85bApUVdWrJeQBFyzb47cTSTpIUp { top:24.9375rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl4KwaoQ0DDoL6sU2OmNWBvlJop3UaCv { top:21.25rem;left:15.5rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNAg6RDCq4q95sCqVKo4GLSa3IQaxFIE { top:17.625rem;left:19rem;width:9.875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMr4ziSXykECsvNEqzF5OPxytME11If { top:14.6875rem;left:15.5rem;width:16.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfEe1UVK1QfeokE1hSlduHlbCyANFrEO { top:9rem;left:18rem;width:12.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx5Lgah8DeAgfxiTVtu8wusq9vzJR9ne { top:8.4375rem;left:0rem;width:19.125rem;height:54.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSrTXTC90aNRJvKJIO4swqbemViTuE7I { top:25.375rem;left:3.125rem;width:12.5rem;height:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ87Sla0X8ObAZU69cAWlmAyZgDEgi9t { width:13.6875rem;height:3.9375rem;top:56.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKG5M6ItTZxu7xJBQry8eqmtgLVoZFcT { display:block; }
 }@media only screen and (max-width: 763px) { #q8TUZyc75vtutVyvsgZWIrdhyBBWhzOO { top:51.1875rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFppvL8RoBQFt018xmflJh8Z71aVLAv { top:48.375rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMDwWbT8WqI0NcQsVCeVQxHDBn6WSGOF { top:45.875rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqvv7d9M6RokTQrNwF7ZWe8TnE90ep3b { top:41.875rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmOnVDfAXNcHZzQcTxoyariFe7nV8J5T { top:48.5625rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQzdwoGQ45JOrfUT1pR61ORhPAsn1PE { top:51.3125rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDdn1cunLIwQGPeG5W94CvQlKgEZS5v { top:39.125rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RicyvmX3qezhc63S35G0E4MSTAWGh4nU { top:36.375rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4oswB79GJdDhKnIf5IxRf1oRUwDyJD { top:32.5625rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQQUbdRmRkUHdSszbW41Ivieqq0TJg2f { top:30.0625rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umOp5rxffuVEncnTeOgk8BMatxn3twzi { top:30.0625rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goe0eyQmQAUUKe8FgEsbzsaZPJzubfAQ { top:27.625rem;left:1.6875rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOcpMN0wIrFee155Tu27V2ppIkdsgod { top:27.5625rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTcBwlgRcwpdF4sCcBQpyhTSsHza73m { top:24.9375rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klMF16tPKGp2TkJtswqbsH2hio9nB5TE { top:21.25rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0dzVRM6A4pOPBkL556EOPh7biG1JBq5 { top:17.625rem;left:3.125rem;width:9.875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcdk511TAod4snVvP0y2h8kEuN0slelO { top:14.6875rem;left:0rem;width:16.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L66KchbPy39vrBiw4FwCwT6O5hkflfWZ { top:9rem;left:2.125rem;width:12.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi2hbJDTekuu3nnWrFlrJvrz2NWgflgA { top:32.875rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysL1CETdgBKQgLTLfA9hg4Us5xfEQGvG { top:39.5rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCyEwpWHEVdisFqnQVrSTHTbBDAJb4bA { top:42.125rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl3hCW71T7iaB2wUK5CNcykJ4TCBAwf7 { top:46rem;left:17rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPSPctoHSrf4Qe2Dq5OVay2TiFAXdMt7 { top:27.625rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJEDEWr8ePDhRDRPVOhwGyWzR1Q59UyK { top:32.875rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxCamB4wZMS2R0F3gHsOEWilrqIGk4mu { top:36.8125rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diFZ6W7D9u9v23AJoRwoEWWIKH0vwoLk { top:39.5rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfT4BPg5reWJ9DRTDTiIA5eA4gPFR8sH { top:42.125rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EnPM5dGlJ5wklF1MKaZdwpUBunQz99 { top:46rem;left:1.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqHbhkTtgFQoGPMaliZzJfzdFXgWIGfa { top:8.1875rem;left:0rem;width:19.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChAJKJaaGt8wa29Fycf6OtZhJGaJ5hI { top:8.1875rem;left:12.625rem;width:19.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XukTVcK0aohxmWcA3FcRf5TknhadDQsS { top:8.1875rem;left:28.5rem;width:19.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH { display:block; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgPsDeZ8fnQek9fqnqyKxlNsRHzTBS3m { width:38.4375rem;height:3rem;top:3.1875rem;left:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { top:1.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL8ro6syEPOsbpINaBEscxTP432kaLAk { top:1.125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { top:1.125rem;left:19.625rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st5URq0P2b5yKCokLLRboqHGJM3NOfTe { top:1.125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { top:1.125rem;left:19.625rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuharTEIBKMq568WlHEk5Z2HpA68zQOF { top:0.5625rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { top:0.5625rem;left:19.375rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt { display:block; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTeFMnUHOSE8tZy5hCgIcORixD790DAT { width:15.875rem;height:2.75rem;top:1.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb8l0dAznEWMRqClX4ssxNqcFB2U2s3q { display:block; }
 }@media only screen and (max-width: 763px) { #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { display:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { width:21.625rem;height:6.125rem;top:1.9375rem;left:26.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { top:1.9375rem;left:0rem;width:31.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { top:17.75rem;left:28.125rem;width:19.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQsksHkMVmXQAQH4NWWVtoe9vl3tR5EK { top:9.0625rem;left:28.6875rem;width:10.625rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inuMRqi3T1vCUmLlym5cAdinTpazhP52 { top:9.0625rem;left:37.75rem;width:10rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { width:10.625rem;height:2.3125rem;top:0.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block; }
 }@media only screen and (max-width: 763px) { #mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { width:10.625rem;height:2.3125rem;top:0.3125rem;left:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4mzec81dvTwcepUsT9oormQThT0bC0 { top:0.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { top:0.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); } }@media only screen and (max-width: 763px) { #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67a32a20-7ddd-477f-a561-a033c3b7811a/imgi_51_aHR0cHM6Ly9jb21wYW55Y2FtLXBlbmRpbmcuczMuYW1hem9uYXdzLmNvbS84ZTcwMDQwZi0yMjdkLTQ4ZTYtYmVjZi03Zjk5OTRiNzAyNDMuanBnscaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.adaptive-delivery-prevent-bg, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyload, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyloading { background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { background-color: transparent; background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { width:20rem;height:0;top:19.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { width:20rem;height:13.8110625rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { width:20rem;height:2.3125rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { width:20rem;height:2.1875rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block; }
 }@media only screen and (max-width: 763px) { #QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { width:20rem;height:5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO { display:block; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO { border-width: 0; border-radius: 0; }#G0A8pTwhXSWFdFLAMvmgxwKNzlvZJ1PO > .row .container { width:20rem;height:120.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5HdEN3ul6y57HezicqKBzOnUavX1XUr { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpDZ0zGM5QJIW22PKb5s1ncU8BGm2AvN { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRw1DBStVUS5CXls00O9wTKpBRkxBQbT { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyrnZMd1L7ulCSpN9RvTMfmiB21pofZ6 { width:19rem;height:7.875rem;top:1.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IMyydLJnlxcwoKvCBNxtDXhUr9y7g4im { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIFG4A9cTlFmDRovoBCTiod8rvC4Elm5 { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGbBc4yeq8meTP5d0MpT7a0CLsNb4lFP { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHOlaZJ9iHRCvDmJ9eUVNw6inaCfVOkl { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJCEaOW69BZ25pvyOqHGFQ8cqwUtb8uT { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNM0tMHKnSlobFsWA4NIclCdprTzuHoA { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT3mUTosB52k5tF8XOmbn03XLrB97TJ8 { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTWHuBorrxCeCU2ALFTNoe2wDb2Cc4U2 { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f54nusmv8JRfTRTnS0mgKckl4IEr9Eyk { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFtK2SbB9LSpUUgwV5Z66Pdzqu2x7Hft { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEDbT9Uxxeo4GxgEhH32TMdxB2frtDH5 { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Spz4CWWpwA5X0kLFeLMZSpbrPZFHkLXv { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #etNwdr7vcMMVbBTufmbT1BTr7xIvataT { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #veUGvuS8EXlr51Kb0ct6mP5dZFPAc5OT { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh03yqJd5g1JE9bRQXDxXdzhbof1VgfC { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSoNkQAzirkemci6X5ITRH6VVTNdt7uc { width:16.5625rem;height:18.75rem;top:76.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrV8pTfBRGFRS18S9PgCuJbPDqi1evLO { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKhJUmhc1ammxHgexiffZKzqKTptyAxw { width:13.125rem;height:3.8994125rem;top:83.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrTnJpbvrcTpWqNp8Cvsp24CsxIaULhb { width:3.9999125rem;height:3.9999125rem;top:78.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9o9NFFuN3LuO4H6vmy787z9zxZVDQC { width:1.31214375rem;height:0.625rem;top:82.0625rem;left:7.4375rem;background-color:#13d41a;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) { #oASFOoE58WgOiTUrzJU9c60KwlX3ZfUQ { width:1.68723125rem;height:1.68723125rem;top:81.1875rem;left:11rem;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mgsip7dP5GgKaMM6tAwBC3a0NP3E8Fr0 { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGisbzHEp4NTVfSBcAhADXCZr9xenozH { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q15eVQTxqwhodFZwN5H417kEeggNMQVN { width:16.5625rem;height:18.75rem;top:98.125rem;left:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #lQz3AH8DBAvtTPhp3mbMlMJl8emDaZPq { width:1.31214375rem;height:0.625rem;top:103.375rem;left:7.375rem;z-index:15054;background-color:#13d41a;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) { #l87zq9nw8drrHMOORk3NF5qAgEmNm9wp { width:13.125rem;height:3.8994125rem;top:104.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Nk27BUx1FqaE0ARwO3CIpulvEhOiXIeZ { width:3.9999125rem;height:3.9999125rem;top:99.9375rem;left:7.9375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #kBlMgb1wTLZLwfplNPZ3cMKP0Zk6Tv6Z { width:14.9374375rem;height:6.7988125rem;top:109.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BvUr7SQgazsdZ7RPaMsf6SHWtuCCENFG { width:1.68723125rem;height:1.68723125rem;top:102.5rem;left:10.9375rem;z-index:15035;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rp4uxsEf9iC9WJT4ikMwpFAhnQ7NumGZ { width:16.6865rem;height:0.12402375rem;top:117.0625rem;left:1.625rem;z-index:15031;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wvzLIwWPEF6pL7eWz04zWyBykLK5eg7c { width:16.5625rem;height:18.75rem;top:55.25rem;left:1.625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DCvOxeLzKHt6KS75ahtOK6Mq4lkeD9Jy { width:1.31214375rem;height:0.625rem;top:60.5rem;left:7.5rem;z-index:15061;background-color:#13d41a;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) { #fDsXRTOwpWC1cRcwgLDz03p0Jysu8AEb { width:13.125rem;height:3.8994125rem;top:61.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #BwDA5dOsVZeHQ67ggvM2e12e0B9Sk1wK { width:3.9999125rem;height:3.9999125rem;top:57.0625rem;left:8.0625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #tHxXp0uWIxripzumlx8c7EvobdOyMpXC { width:16.1875rem;height:6.7988125rem;top:66.578125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #g8UrpsSEKum5THFpMPEzfEBt2GRDbcTx { width:1.68723125rem;height:1.68723125rem;top:59.625rem;left:11.0625rem;z-index:15042;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mkwzfyeRTEFQxbZ2ylqknbgTGePf9Te8 { width:16.68725rem;height:0.12473375rem;top:74.25rem;left:1.75rem;z-index:15038;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yDMKEJCyElP53DDdF0biZFGQlHD7RnaP { width:16.5625rem;height:18.75rem;top:34rem;left:1.625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #zc3bZNZ9RDUInMRkH6IL7TinX8ueSL9Z { width:1.31214375rem;height:0.625rem;top:39.25rem;left:7.5rem;z-index:15068;background-color:#13d41a;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) { #TgnZl91m7CS8faA8bty0be20kOOTi1DH { width:13.125rem;height:3.8994125rem;top:40.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #W14DpK8VchzuhVJON3lQCaRUwTzp88B3 { width:3.9999125rem;height:3.9999125rem;top:35.8125rem;left:8.0625rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #O01KeH9GRmrDrcyhC4pwuPcnXWB3RGVW { width:14.9374375rem;height:6.7988125rem;top:44.9375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #nEcRyvZEqVPkywwHgmyuetpeRmrKddXp { width:1.68723125rem;height:1.68723125rem;top:38.375rem;left:11.0625rem;z-index:15049;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AfTaH1TtQo230bGmbeEU2wIEzyHITsPT { width:16.68725rem;height:0.12473375rem;top:53rem;left:1.75rem;z-index:15045;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rA8rnuq0qnvMu3yQFIAExTXGlnTZZecD { width:19.4363125rem;height:11.8125rem;top:10.851234436035rem;left:0.28157556056976rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RaFHU7L4KGt3ZD4sraJSPu8M1USgN1Lr { width:14.9374375rem;height:6.7988125rem;top:87.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkF73MZJv67lFmshc9PsQQZKgQEGI5p { width:16.68725rem;height:0.12473375rem;top:95.8125rem;left:1.625rem;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qxXPiN0O8DMdI2X1x61bw3PrAMpqi2qX { width:14.375rem;height:3.125rem;top:67.4375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSgBa8eylXATeTxKBGsM4LVVzDRLU8A9 { display:block; }
 }@media only screen and (max-width: 763px) { #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { display:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { width:20rem;height:10.875rem;top:9.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { width:20rem;height:3.7119125rem;top:3.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U { display:block; }#XbCs3yyl3OyG2EDyOUJrNmTkgNFGk30U > .row .container { width:20rem;height:125.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUStZh4kuQl2sV2aqtJ1ofU2J9iLrmTD { width:20rem;height:4.7119125rem;top:24.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2JxVvkUZv8kqq4TPOqLDQttrlersPQG { width:20rem;height:11.19725rem;top:30.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #JyNQI7Wczek4e0IGvLzxnivpWF9KbCRG { width:15.875rem;height:2.75rem;top:121.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTePXq4cMQtyQ2808sp6nxlfXQmuAf9a { display:block; }
 }@media only screen and (max-width: 763px) { #hGKLXzvZVQDa8nwTX7bffM8W5054ezkk { width:20rem;height:20.1875rem;top:2rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPSz2EO9SGOzUQrDQtyz0fPGZ1PGU6Qb { width:20rem;height:16.4375rem;top:103.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #speXvdDPS35n1HXfKJhhd8zsxWVsNNm5 { width:20rem;height:1.5996125rem;top:44.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WdxndkTfCbZT40phNn3pcDncTZKdvTwM { width:15.625rem;height:0.25rem;top:28.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA22W92wHckXtxGmwmWgVHmLXJnay4aq { width:13.8125rem;height:11.3125rem;top:94.5rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgyAJXxKlrWVfdtVD1wdcwUpmL4w17SM { width:20rem;height:12.796875rem;top:46.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #T66KEofSKXJ9CAso84lNkH4oTCMmDlSq { width:20rem;height:3.19921875rem;top:60.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8S12ITew67TGKchelKKR06OZk4Ae1c { width:20rem;height:11.19725rem;top:63.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sXNk32gHT2DQOHlbTlSg5XoAlsoHwuEn { width:20rem;height:1.5996125rem;top:76.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbWBTQHc4IclTD15ElJTcWtxAQ0qvAun { width:20rem;height:3.19921875rem;top:79.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ { width:15.75rem;height:9.2480625rem;top:85.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }#Gg7PLRVZA8WDeTTmTmtqIFRlyTqrDEgZ li:before{  }
 }@media only screen and (max-width: 763px) { #eV94fCJmW75CzgUfQRFDPEZtPGFDpaNZ { width:20rem;height:3.19921875rem;top:98.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx { display:none; }#mMtpvedvQrr0KIO7C0BNSxidwkTm8Xpx > .row .container { width:20rem;height:61.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7x5qiA7Ln1fxI6xPcPW2FhtOMOgmT4A { width:20rem;height:7.06640625rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCXqVNHeXZXlLkcuap4DcVqx4f48gVWg { width:20rem;height:14.3965rem;top:31.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3ZOldw3WQ2663k207XT5Wb6ShmRMHq { width:15.875rem;height:2.75rem;top:57.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7AeyFLr08cFKIHrKTkupb2wbWyR2AXn { display:block; }
 }@media only screen and (max-width: 763px) { #SLDFVibDzIXu2MVOGzeNlKSy2UTdsQvm { width:20rem;height:20.5rem;top:2rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbCM8xM0bgE8sqiSBxfNbCvslp3EmwtZ { width:15.625rem;height:0.25rem;top:28.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUkuTJuhC4uSznx6DHr0Vlon4eoT0MW { width:20rem;height:9.597625rem;top:46.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 { display:block; }#p3eGTNIdObwIML41mO3QqJpGkCJwCBg5 > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3o4tHss8vv59TZDxvC6gZ22u5CfWSPw { width:20rem;height:2.84375rem;top:8.4375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5nXGXLiMeoD5wbK7lmkq6QTWfeq9Wx9 { width:2.9375rem;height:2.9375rem;top:12.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5XfXeUeu79aMc17g4MWcXXu5QoAG6mC { width:2.5rem;height:1.625rem;top:13.25rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOgkG8iRCfzBMKI856lgtz5lBEedAcQB { width:14.3125rem;height:1.625rem;top:16.1875rem;left:2.875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1ulmBfZQnvy4UG0ihwvd0fL5dXMZuur { width:13.625rem;height:1.625rem;top:27.6875rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhTbPMe8qASysC0kAxw6eoh5u74gOqRz { width:2.9375rem;height:2.9375rem;top:24.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o38mOKFu8b2RPl3cvsnzICLGt5pTes9L { width:2.5rem;height:1.625rem;top:24.875rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwnFpUzx7KJryHJLEDBowWhqXtzvvvh { width:13.5rem;height:1.625rem;top:40.4375rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9AIbH0SPSX0bRnH10PqQpzwPP0yfNnb { width:2.9375rem;height:2.9375rem;top:37.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynR6iKcAyeoAa5clBBSxHgsZ8hc1bHAt { width:2.5rem;height:1.625rem;top:37.75rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCQXaIGN5Mxa5C354x4Xgxxe8xcpwzd { width:3.8125rem;height:2rem;top:8.59375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQdcHtzrIvbzxut7dUnIRZo7m9fkIDrS { width:3.8125rem;height:2rem;top:8.59375rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbMaOqPg6wCJeQ4x5S36xaxXTBkHA7pm { width:12.5rem;height:3.65625rem;top:18.875rem;left:3.75rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxuCTqM7MNh87Ot4T5h6zAag0NDJ1Ctk { width:14.4375rem;height:4.875rem;top:30.5625rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8Sv4X62byOKvrVXgaMrRsQr3cLUEein { width:14.4375rem;height:4.875rem;top:43.3125rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgGELsCXoKfSTUCfe9PamedzNbHNkN9a { width:20rem;height:5.0625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 { display:block; }#W0ZIZSMXI2mf87XwPQHA5RenvnnveCX7 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATGOkXsaczZTw8uBPZED6gVGyEakhMJI { width:17.1875rem;height:5.15625rem;top:2.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #pI3Rc3NsIOQ3gd7LW0UlukQvL1NFxBbi { width:4.5625rem;height:7.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqzRl0xngZULd72pn5ZiBmreES0fb7N { width:4.5625rem;height:7.875rem;top:1.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETX5qe2h5v7Oqz93OQcKKrBso5ipQH2 { width:20rem;height:7.7988125rem;top:10rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #rhFWG8Dw68QcElI79eBsD6EAZ5vuGm66 { width:18.5625rem;height:2.75rem;top:19.1875rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevmDF5utTkHgqAUCExeeVvTk9PLzeMm { display:block; }
 }@media only screen and (max-width: 763px) { #hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy { 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:none; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row .container { border-width: 0; border-radius: 0; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZxGBtThshUgOU8GsqlTacI7Z4K1pOEy > .row .container { width:20rem;height:170.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c4oG1WNa9iFkpwm947hWfNkS1eNTXRVh { width:20rem;height:5.199225rem;top:7.02734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr8ZdBOcJxVuBEnKJFWquDPigScvx51v { width:4.1875rem;height:3.0058625rem;top:15.4052734375rem;left:7.185546875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSB42e93mnIqfMH7smp01XsSk23giifq { width:16.25rem;height:1.5996125rem;top:17.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOVQU5dTZT95uaRbndTSUIe0m7xwIJ1 { width:13.3125rem;height:30.787075rem;top:21.6875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StZ8Nu75R5wazDunSKAmGBmVSNZqHb4l { width:13.6855625rem;height:3.9375rem;top:53.75rem;left:2.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvDmZNVveDDPVdrgkmDluD1LF9oETy4 { display:block; }
 }@media only screen and (max-width: 763px) { #RJ6AWUzRbV0BufXoIru45a6U2lUIXoHG { width:20rem;height:27.8125rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTuOqfJlwUwXwAcpythBEO8LmpJb5WbC { width:20rem;height:5.19921875rem;top:0.67578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #r95fdihAgxO1CTcuf96NyRMxGReVDl86 { width:6.25rem;height:0.125rem;top:23.25rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv5NCWcboFiI4MVmxK5AMuNEUq2R8vAE { width:15.625rem;height:0.125rem;top:23.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQfCaVettxbUHImuJiXLAJ6XXgUJnU4n { width:15.625rem;height:0.125rem;top:26.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acQ37EJo1Df7V8WV2COoHHrTrsHKHVXA { width:15.625rem;height:0.125rem;top:30.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFsRXMNSG5tVQU64EKvdKT5H9RqtpXwH { width:15.625rem;height:0.125rem;top:33.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzRKBCMpaIhPVplDOX0a0DnmGZ9DLqx9 { width:15.625rem;height:0.125rem;top:36.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0zygzhb28DKtcVw9QwF2SqeHu3Jp7v { width:15.625rem;height:0.125rem;top:39.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzEClWhp3V4zb1TvWMt7BkJDI2yOFG3a { width:15.625rem;height:0.125rem;top:43.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyJ53Udmv5tQ0LdsoI54AUeLvXWUSvy { width:15.625rem;height:0.125rem;top:46.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEv16loahDlOlZFbGOTFcXe3u65pE7p { width:15.625rem;height:0.125rem;top:49.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7plf0DCItKS6HMXWVIGTDQeIzMZJeJl { width:16.25rem;height:1.19921875rem;top:12.2265625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GMinc1qMfTXqAiKfCf06T8DqWXsI7Z { display:flex;width:1.875rem;height:1.875rem;top:21.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #hW4aXK4R0q1B4zDCoylMelcFoiOy06XI { display:flex;width:1.875rem;height:1.875rem;top:23.75rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #NGCPRMNDgTUXQBTDiCF113LZDUDyCguw { display:flex;width:1.875rem;height:1.875rem;top:26.875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #E8IdZl2XtBU4klTiCwhMZTmQbDLh2KQT { display:flex;width:1.875rem;height:1.875rem;top:30.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #UfSsa9q4JDQKBoPhy2EcXuzwc0JBLg2p { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #pRiIqdVUpC8yCKt86IlMMUVTbs5cRPx3 { display:flex;width:1.875rem;height:1.875rem;top:36.9375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #T49VgTTPUPtSApF0QwdeJt9DUg3E15L4 { display:flex;width:1.875rem;height:1.875rem;top:39.75rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #bnf03vCWNOL9Ng3zU5cp85IdkxeT6Xe2 { display:flex;width:1.875rem;height:1.875rem;top:43.75rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #o2pUqHViVixQo1ClGAmvLMDGe840cwbe { display:flex;width:1.875rem;height:1.875rem;top:46.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #ouwp3RrQvw42I7IcZFPG6ylQ4UUCmMpd { display:flex;width:1.875rem;height:1.875rem;top:49.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #v0EE8MndQVKxzxRoXBGIM9xrhQg6gRpW { width:19.125rem;height:54.3125rem;top:111.55859375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQHy2XBo3KO7e71zW7sT9Ohe7aIckLld { width:13.3125rem;height:30.787075rem;top:77.5625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROoR0q6JWvNKF1Bywmz5AZIZgW7y9vbA { width:13.6875rem;height:3.9375rem;top:109.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw7bNF7OITcQK1RrMGup6HaPHcqyXBTu { display:block; }
 }@media only screen and (max-width: 763px) { #Vt3DOyr3SM4AFCcNspvf7JtJHE0VD4dO { width:15.625rem;height:0.125rem;top:105.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwoZoKTsJwH6omTWQmfPI195P8Sl9Dnm { width:15.625rem;height:0.125rem;top:102.0625rem;left:1.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxbJ0k03JM4ZWPgotSnU99T8TaHk8rTy { width:15.625rem;height:0.125rem;top:99.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRvR9alw39DtSErxcfFTATcgcuC3poE2 { width:15.625rem;height:0.125rem;top:95.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsp13S5HTFvaMT1zEgeAlIm7x2U7vz5 { display:flex;width:1.875rem;height:1.875rem;top:102.5rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #EA2IyTP3vWZysv2FCOD9iimklvRJrzBI { display:flex;width:1.875rem;height:1.875rem;top:105.375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #q08iE1byfp7DyfSZqLM7igoAheT03lch { width:15.625rem;height:0.125rem;top:92.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmi5V17yCaTa2qzTHugZiySqLtom8IQt { display:flex;width:1.875rem;height:1.875rem;top:90.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #dcsStGgATeIG2iWLxV10RTJyhvwli2or { width:15.625rem;height:0.125rem;top:89.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwNluAPr4sLDhCqgsEeddUV2Tz3b8zn7 { width:15.625rem;height:0.125rem;top:85.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nym7nbSu4QhTGUiCfk09cgdN8MLvf4r0 { display:flex;width:1.875rem;height:1.875rem;top:82.75rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #finLNbfp6FlJBaUbab026k8DdTbwuVgF { width:15.625rem;height:0.125rem;top:82.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N06TLX9KGVv4aTr2Tso0BdJ4oRKnhfJb { display:flex;width:1.875rem;height:1.875rem;top:79.875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #lmRvenTKknxn314FbMvp9bAaGu91JVpU { width:6.25rem;height:0.125rem;top:79.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlHuXkqHPIIPIETFhGnEC11OwVJ1r7tE { width:15.625rem;height:0.125rem;top:79.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tH85bApUVdWrJeQBFyzb47cTSTpIUp { display:flex;width:1.875rem;height:1.875rem;top:77.1875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #pl4KwaoQ0DDoL6sU2OmNWBvlJop3UaCv { width:16.25rem;height:1.5996125rem;top:73.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNAg6RDCq4q95sCqVKo4GLSa3IQaxFIE { width:9.875rem;height:2.5996125rem;top:69.8125rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMr4ziSXykECsvNEqzF5OPxytME11If { width:16.25rem;height:1.19921875rem;top:66.875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfEe1UVK1QfeokE1hSlduHlbCyANFrEO { width:12.5rem;height:5.199225rem;top:61.1875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx5Lgah8DeAgfxiTVtu8wusq9vzJR9ne { width:19.125rem;height:54.3125rem;top:65.34375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSrTXTC90aNRJvKJIO4swqbemViTuE7I { width:13.3125rem;height:30.787075rem;top:132.9375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ87Sla0X8ObAZU69cAWlmAyZgDEgi9t { width:13.6875rem;height:3.9375rem;top:165.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKG5M6ItTZxu7xJBQry8eqmtgLVoZFcT { display:block; }
 }@media only screen and (max-width: 763px) { #q8TUZyc75vtutVyvsgZWIrdhyBBWhzOO { width:15.625rem;height:0.125rem;top:160.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFppvL8RoBQFt018xmflJh8Z71aVLAv { width:15.625rem;height:0.125rem;top:157.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMDwWbT8WqI0NcQsVCeVQxHDBn6WSGOF { width:15.625rem;height:0.125rem;top:154.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqvv7d9M6RokTQrNwF7ZWe8TnE90ep3b { width:15.625rem;height:0.125rem;top:150.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmOnVDfAXNcHZzQcTxoyariFe7nV8J5T { display:flex;width:1.875rem;height:1.875rem;top:157.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #UuQzdwoGQ45JOrfUT1pR61ORhPAsn1PE { display:flex;width:1.875rem;height:1.875rem;top:160.6875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #rZDdn1cunLIwQGPeG5W94CvQlKgEZS5v { width:15.625rem;height:0.125rem;top:147.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RicyvmX3qezhc63S35G0E4MSTAWGh4nU { width:15.625rem;height:0.125rem;top:144.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4oswB79GJdDhKnIf5IxRf1oRUwDyJD { width:15.625rem;height:0.125rem;top:140.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQQUbdRmRkUHdSszbW41Ivieqq0TJg2f { display:flex;width:1.875rem;height:1.875rem;top:138.0625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #umOp5rxffuVEncnTeOgk8BMatxn3twzi { width:15.625rem;height:0.125rem;top:138.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goe0eyQmQAUUKe8FgEsbzsaZPJzubfAQ { width:6.25rem;height:0.125rem;top:81.375rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXOcpMN0wIrFee155Tu27V2ppIkdsgod { width:15.625rem;height:0.125rem;top:135.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTcBwlgRcwpdF4sCcBQpyhTSsHza73m { display:flex;width:1.875rem;height:1.875rem;top:132.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #klMF16tPKGp2TkJtswqbsH2hio9nB5TE { width:16.25rem;height:1.5996125rem;top:128.8125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0dzVRM6A4pOPBkL556EOPh7biG1JBq5 { width:9.875rem;height:2.5996125rem;top:125.1875rem;left:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcdk511TAod4snVvP0y2h8kEuN0slelO { width:16.25rem;height:1.19921875rem;top:122.25rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L66KchbPy39vrBiw4FwCwT6O5hkflfWZ { width:12.5rem;height:5.199225rem;top:116.5625rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi2hbJDTekuu3nnWrFlrJvrz2NWgflgA { display:flex;width:1.875rem;height:1.875rem;top:85.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ysL1CETdgBKQgLTLfA9hg4Us5xfEQGvG { display:flex;width:1.875rem;height:1.875rem;top:92.75rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #TCyEwpWHEVdisFqnQVrSTHTbBDAJb4bA { display:flex;width:1.875rem;height:1.875rem;top:95.375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Bl3hCW71T7iaB2wUK5CNcykJ4TCBAwf7 { display:flex;width:1.875rem;height:1.875rem;top:99.8125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #NPSPctoHSrf4Qe2Dq5OVay2TiFAXdMt7 { display:flex;width:1.875rem;height:1.875rem;top:135.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #fJEDEWr8ePDhRDRPVOhwGyWzR1Q59UyK { display:flex;width:1.875rem;height:1.875rem;top:140.875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #AxCamB4wZMS2R0F3gHsOEWilrqIGk4mu { display:flex;width:1.875rem;height:1.875rem;top:145.5625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #diFZ6W7D9u9v23AJoRwoEWWIKH0vwoLk { display:flex;width:1.875rem;height:1.875rem;top:148.25rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #pfT4BPg5reWJ9DRTDTiIA5eA4gPFR8sH { display:flex;width:1.875rem;height:1.875rem;top:151rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #T2EnPM5dGlJ5wklF1MKaZdwpUBunQz99 { display:flex;width:1.875rem;height:1.875rem;top:154.875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #sqHbhkTtgFQoGPMaliZzJfzdFXgWIGfa { width:20rem;height:8.25rem;top:115.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChAJKJaaGt8wa29Fycf6OtZhJGaJ5hI { width:20rem;height:8.25rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XukTVcK0aohxmWcA3FcRf5TknhadDQsS { width:20rem;height:8.25rem;top:7.02734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH { display:block; }#qCGm8CSLXCrnqXphdrbpGplAdL4Gc4tH > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgPsDeZ8fnQek9fqnqyKxlNsRHzTBS3m { width:17rem;height:7.5556875rem;top:1.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT { display:flex;height:auto;width:17.5rem;top:10.82421875rem;left:0rem; }
#oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #oKWWoJrSZXmUo3lfHUKPz7iIHd0doPWT #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { width:20rem;height:5.0371125rem;top:0.69921875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL8ro6syEPOsbpINaBEscxTP432kaLAk { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { width:20rem;height:21.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st5URq0P2b5yKCokLLRboqHGJM3NOfTe { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { width:20rem;height:21.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuharTEIBKMq568WlHEk5Z2HpA68zQOF { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { width:20rem;height:21.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt { display:block; }#AbiiPGHhEvRcFzZ5keOQsLaRXKlWWzLt > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTeFMnUHOSE8tZy5hCgIcORixD790DAT { width:15.875rem;height:2.75rem;top:1.375rem;left:2.0625rem;font-size:1rem;font-family:montserrat;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Zb8l0dAznEWMRqClX4ssxNqcFB2U2s3q { display:block; }
 }@media only screen and (max-width: 763px) { #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7666aeed-05ac-4d7e-8d2f-aae4afddd735/AdobeStock_266780006scaled.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.adaptive-delivery-prevent-bg, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyload, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyloading { background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { background-color: transparent; background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .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); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { width:20rem;height:4.7119125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { width:20rem;height:15.3125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { width:20rem;height:1.3808625rem;top:15.1494140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQsksHkMVmXQAQH4NWWVtoe9vl3tR5EK { width:9.125rem;height:7.03125rem;top:6.9306640625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inuMRqi3T1vCUmLlym5cAdinTpazhP52 { width:8.3125rem;height:7.03125rem;top:6.9306640625rem;left:11.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { position:relative;z-index:auto;display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { width:8.75rem;height:2.4375rem;top:3.75rem;left:10.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block; }
 }@media only screen and (max-width: 763px) { #mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { width:8.75rem;height:2.3125rem;top:3.75rem;left:0.875rem;font-size:0.875rem;z-index:15004;font-family:montserrat;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4mzec81dvTwcepUsT9oormQThT0bC0 { width:2.4375rem;height:2.4375rem;top:0.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:10.4375rem;display:block; }
 }