.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,243,240;--color-primary-1:130,214,206;--color-primary-2:4,172,156;--color-primary-3:2,86,78;--color-primary-4:1,26,23;--color-secondary-0:255,246,217;--color-secondary-1:255,226,128;--color-secondary-2:255,197,0;--color-secondary-3:128,99,0;--color-secondary-4:38,30,0;--color-tertiary-0:255,255,255;--color-tertiary-1:245,245,245;--color-tertiary-2:220,220,220;--color-tertiary-3:110,110,110;--color-tertiary-4:22,22,22;--headlines-font-family:"Times New Roman";--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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:rgba(var(--color-tertiary-4),0.99);display:block;width:52.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.5rem;left:3.90625rem;height:6.599625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:#ff9900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.9375rem;left:17.5rem;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.5rem;left:1.15625rem;overflow:hidden;display:block; }
#nC9epQtc4Q0O27GwHTD1maiLB1Ck9PWx { color:rgba(var(--color-tertiary-3),1);display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:18.75rem;left:6.25rem;height:3.9375rem;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; }
#EnDyt9nJaNNlLg25OMdnOUvMdGIGd0zW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6748046875rem;left:5.875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qWTT51k8k595KR0I42ssR7z4b06Q3Jzg { background-color:transparent;background-image:none;border-top:0.0625rem solid #a3a3a3;border-left:0.0625rem solid #a3a3a3;border-right:0.0625rem solid #a3a3a3;border-bottom:0.0625rem solid #a3a3a3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#424242;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.625rem;left:17.5rem;display:block; }
#HW1TLSRiHPvkopGTKbkvveQhocpQk1ng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlbB7ea3sbhNOtppPo0dUNMpP7gxo4tn { color:#959090;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:37.30078125rem;left:6.21875rem;height:0.89355625rem;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; }
#bZViC8GopCezq9dsVb87sGedTpJqkTrx { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:20.40625rem;left:8.3125rem;overflow:hidden;display:block; }
#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG { border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);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; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container { background-color: transparent; background-image: none; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container > .video-iframe-container { display: none; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row > .video-iframe-container { display: none; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .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); }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container { border-width: 0; border-radius: 0; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#WgsfsCLxRcP3SThZKZZ9GUp5RLwR4alR { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:15.25rem;top:3.8125rem;left:22.375rem;overflow:hidden;display:block; }
#FwgSplpvwkGNvrE3idwtZ0VXeXrnESIu { color:#b9aeae;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.8125rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhRq2DghQBLoCUUmtZlJHy0ksd2apfT0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10rem;top:10.0625rem;left:7.71875rem;overflow:hidden;display:block; }
#b9n0TQ82hLKArur2eNW2ABe308rhMcqg { color:rgba(var(--color-tertiary-3),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.12646484375rem;left:2.5rem;height:8.285125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pu7AH2BP3ghoygbSZ9Cb841fuduMoiFN { color:rgba(var(--color-tertiary-3),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.435546875rem;left:34.875rem;height:9.6659875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKRTRDtOo5pcktwl7QghX8edtK9pStRJ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10rem;top:10.4375rem;left:40.09375rem;overflow:hidden;display:block; }
#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container { background-color: transparent; background-image: none; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container > .video-iframe-container { display: none; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row > .video-iframe-container { display: none; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .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); }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container { border-width: 0; border-radius: 0; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#aoSIQvTlIUOGNRAPTQqeQTswSMulFZ9B { box-sizing:content-box;height:33.3125rem;width:54.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:6.40625rem;left:2.71875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#cCNwXswRcaJGus513MbirJGtT2JAAmsd { box-sizing:content-box;height:2.375rem;width:15.5625rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;top:5.34375rem;left:22.15625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#lkV1t5ZOIN8KFcTGrkMaoGu6M14PyxPd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.943359375rem;left:26.53125rem;height:1.29980625rem;display:block; }
#w4cQ8wK8MZqoe48ELae1bBxqQk0sFbJZ { box-sizing:content-box;height:26.1875rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:9.96875rem;left:4.53125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#riAJO8gATcs3e6WIimaXtafTgdE8H8To { box-sizing:content-box;height:26.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:9.96875rem;left:32.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#IG2yxrt47f7zSBrDT2LRBdRwXmhShuQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:19.875rem;left:28.4375rem; }
#TmKCzkatUPzSl6KNTKoBQK1syMf1WC3q { box-sizing:content-box;height:11.375rem;width:14.6875rem;position:absolute;display:block;z-index:15005;background-color:#a6d1c3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:36.84375rem;display:block; }
#TOTT670zRyDylTAsgOaACeONB6wZatLF { box-sizing:content-box;height:3.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#f4e0e0;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:9.96875rem;left:4.53125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#LQshavqLXfD8htI5ezTz31pLC49IMzMK { box-sizing:content-box;height:3.75rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#d5e8da;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:10.03125rem;left:32.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#s68PUmbOdBJGLE3TnpX3B1wXbTIKonyS { box-sizing:content-box;height:5.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:30.28125rem;left:4.53125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#RoUonT88C6WaNONc41cWoRIGGIUOWmVC { box-sizing:content-box;height:5.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:30.28125rem;left:32.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#l2bzvL16W9KkGreZBdcGsBUgleFFD98R { color:#ae4d4d;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.974609375rem;left:9.71875rem;height:1.29980625rem;font-style:normal;display:block; }
#skNoVR28WgTnOfmer1CZCyI7292plCae { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.71875rem;left:7.75rem; }
#nGXP9O0XGWKZL7EWpO7Ixtn2cAs4Qrz9 { color:#3b5a20;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.74365234375rem;left:37.84375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fS9kJOcuZRfl0V9ZkJ9IZyXEDhUaeJ1V { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.34375rem;left:5.875rem;height:1.29980625rem;display:block; }
#pvW9T1MsMyZmm54Xe0T79NlCt2LhnsWm { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.40625rem;left:5.875rem;height:1.29980625rem;display:block; }
#dDpwU8UTroKWBuZx3kO3ivo0Byi8bqnV { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.375rem;left:34.9375rem;height:1.29980625rem;display:block; }
#dDaZTvKM2aVJxkKMazVcVCPDebSNCuFi { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.4375rem;left:34.9375rem;height:1.29980625rem;display:block; }
#EW5UTkdQCpkmOEWWrHoUunzxn6O7B5tA { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.34375rem;left:22.15625rem;height:1.29980625rem;display:block; }
#OEdr1ia1xKCXUU72ms5khXnpJZRAQ798 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.40625rem;left:22.15625rem;height:1.29980625rem;display:block; }
#qzUl9IdCBJAEIM4ZfzPEXJcVn5TLNWaG { color:rgba(var(--color-tertiary-3),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.6875rem;left:50.8125rem;height:1.29980625rem;display:block; }
#DvID63pK1mFHNCK5VSOAxWySfrIeN6EZ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.75rem;left:50.8125rem;height:1.29980625rem;display:block; }
#ZeaN2MIeOUw7UApctebBkaouvo2ZBWiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.84375rem;left:36.46875rem; }
#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container { background-color: transparent; background-image: none; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container > .video-iframe-container { display: none; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row > .video-iframe-container { display: none; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .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); }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container { border-width: 0; border-radius: 0; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#zJwMSzW4yuTLUxHDSlsTJVzmqpmZA9Wz { color:#ff9900;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIEGGu36Rhhiix4VKtr9aP1f5UuTR5EV { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#isdehDsgRfqkDErdOw34R4BDtqOERhvp { color:#ff9900;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:19.78125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2GtIeNkplBgfgTag6xSxVGrMWGJ9ByM { color:#ff9900;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:40.71875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4ou9UyaqtIX2SHay7c4voiTUwPiVXFT { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20.65625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z712Tsd1eEwdEZldn5DCXUtFWy442Zzr { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.71875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CutiDXqRyXCm6toTOCP43JpCdfNgiO8o { box-sizing:content-box;height:5.0625rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:18.5rem;display:block; }
#UtZhlv7iBZxrVZdfkbrTfozDW4BEOvT3 { box-sizing:content-box;height:5.0625rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.46875rem;left:38.71875rem;display:block; }
#FbcMsQs4T3kqGgBAP10g9bO8iREnaEAd { box-sizing:content-box;height:2.625rem;width:15.8125rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;top:13.25rem;left:1.96875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OfV5hbtRXf8dVZBwR8Sc4H3F7h9HbO4F { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.015625rem;left:2.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZGiDA5DPF43p8OMwnWf5oC7PDelQZaa { box-sizing:content-box;height:2.625rem;width:15.8125rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;top:13.3125rem;left:20.5625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#U2qr5Sxrflc6RBUE8FiF8VJnX2BIJoUM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.0625rem;left:21.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNRi7O9UNNA9Qzw77o6iAb9fh4KoDVUE { box-sizing:content-box;height:2.625rem;width:15.8125rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;top:13.25rem;left:38.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gpgrMf0hZ4XAbwkPmObS6M6hvXZUt1iB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:39.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 { 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; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container { background-color: transparent; background-image: none; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container > .video-iframe-container { display: none; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row > .video-iframe-container { display: none; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .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); }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container { border-width: 0; border-radius: 0; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:60rem;position:relative;display:block; }#dwwlw5Zgrs8wKm4c8RD8u6h0AgvARHo9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.125rem;left:0rem;height:5.375rem;text-align:center;text-align-last:center;display:block; }
#gXTyD3EbD2NXn2L1HxvAXvy6W7FgFH8J { color:#b9aeae;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:3.3125rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlZXT1Z1LgMKx86iDOsiDu3Q5lqI3k2P { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:13.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUFNJE93O4U6nrzCuE3NeOlyStFrK67Q { box-sizing:content-box;height:13.25rem;width:24.4375rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:19.375rem;left:4.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#n0QFQlqpgdWwvOph30ZiFbVAVslDQWRa { box-sizing:content-box;height:13.25rem;width:0.5625rem;position:absolute;display:block;z-index:15003;background-color:#e5c1bc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:19.375rem;left:4.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;display:block; }
#VFaT4IBZXNTZLJgpOD8dWkmpPR819y9s { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24rem;left:6.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQT9szPB5sknTGGqFEFSAKfXP0FfpoGn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26rem;left:6.8125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6DZJGJgKUCeO4pzPQsnQosOTo6ws5VX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.9375rem;left:6.8125rem; }
#Pic8GtdA0UVsCysALwUVm4Td4I0OIp1H { box-sizing:content-box;height:13.25rem;width:24.4375rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:19.4375rem;left:31.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TM0xMtPgF77yKyB4GE8cL9zHeRGWcoZN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.375rem;left:33.25rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAmMspkhZoiyoaExsHrvy6rXcO2D58LQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.4375rem;left:33.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boohZhVNSJTyGxc9QPsS4TciGN2AHHbG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.6875rem;left:33.25rem; }
#bgfmd3NV3xXPknGmnaeTuwm2m5ILuTCg { box-sizing:content-box;height:13.25rem;width:0.5625rem;position:absolute;display:block;z-index:15008;background-color:#e5c1bc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:19.4375rem;left:31.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;display:block; }
#svImCW637TwQeWre6I1lgLNrkTyiglqA { box-sizing:content-box;height:13.25rem;width:24.4375rem;position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:34.75rem;left:31.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#VAxT03kU8N9ksNv4f2Ux6nfQeh0kJoxN { box-sizing:content-box;height:13.25rem;width:0.5625rem;position:absolute;display:block;z-index:15018;background-color:#e5c1bc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:34.75rem;left:31.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;display:block; }
#PA90PDK4GEU7m1UUH10SWFCLEUuGIE43 { box-sizing:content-box;height:13.25rem;width:24.4375rem;position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:34.6875rem;left:4.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TZI7XByRT4tEgTmV1wXFFpMFnMKrZkit { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:41.3125rem;left:33.25rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UwwWfA8L68cRRtTxx6uqM6zg9vSNt8qw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:41.375rem;left:6.8125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRhV50aVcSt9pcbsruzRC1RKOya5PbDg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.375rem;left:6.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PSByZU3ArICFRMDqO1UtCRDPMgpcVezp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:39.375rem;left:33.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtBdliyoAiNMfx96xxs7MBLB9Vu2Iy6H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36rem;left:33.25rem; }
#iFC0CpSTK84Aw99kA3Jb0RLbnbsEmzLR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.875rem;left:6.8125rem; }
#az2Hxwws7o08a7WVNZ2G4ioOuHJLTLTU { box-sizing:content-box;height:13.25rem;width:0.5625rem;position:absolute;display:block;z-index:15013;background-color:#e5c1bc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:34.6875rem;left:4.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;display:block; }
#rzR2ak0V30GudhStcAHmEWJnDnyUxhQi { box-sizing:content-box;height:13.25rem;width:24.4375rem;position:absolute;display:block;z-index:15027;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:50.5rem;left:31rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#LLC76vwPKXyLD5kmKckaJiaus68JbTIv { box-sizing:content-box;height:13.25rem;width:0.5625rem;position:absolute;display:block;z-index:15028;background-color:#e5c1bc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:50.5rem;left:31rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;display:block; }
#s7WeyVwZVyvgJ91UfrHtgbbqpfnZsVpV { box-sizing:content-box;height:13.25rem;width:24.4375rem;position:absolute;display:block;z-index:15022;background-color:#f3f3f3;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:50.5rem;left:4.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#qgn9xv4AO2NyAhRMZbxaomKuq4qW8bpw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:58.3125rem;left:33.25rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zu5ZXSgNNc5gww9nzT14E3HcK1avvIVS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:58.4375rem;left:6.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogfaK1BtekBKMFeoJzFy496tk5GTxVmT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:56.4375rem;left:6.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDlc1WTLMabEiavrLKUmvXZCLgrbQkfC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:56.375rem;left:33.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzAT9a6ALQistUSadTOZE56LKnAmVif2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:52.875rem;left:33.375rem; }
#baaK6ByXIDqMkBpklaLTabkmowcMiCyq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:52.5625rem;left:6.6875rem; }
#hqKrIF0BsyRLIg2UFnCz8vMOXIx3lb7o { box-sizing:content-box;height:13.25rem;width:0.5625rem;position:absolute;display:block;z-index:15023;background-color:#e5c1bc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:50.5rem;left:4.5625rem;border-top-left-radius:0.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0rem;display:block; }
#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container { background-color: transparent; background-image: none; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container > .video-iframe-container { display: none; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row > .video-iframe-container { display: none; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .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); }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container { border-width: 0; border-radius: 0; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:60rem;position:relative;display:block; }#THfk1fTwkL9mTSJrDadCuHLhXQPkeH1I { color:#626262;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.5625rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IV3elqC7ok24dFxA59dWrr6DRB4nZJwI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:33.8125rem;left:2.40625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OyPEuU1I03sXngDU9oxiRWdBETGqUilt { color:#b9aeae;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:7rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byefuSx60EqkmRz83pPWM6GI03ffyrSn { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:8.625rem;left:10.0625rem;height:5.375rem;text-align:center;text-align-last:center;display:block; }
#KiDe412A72u5RBPTIfARHAZ829OcMFBP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:13.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlIcctUndVO4Z1aJ3gAcJTiOGRrXKM9J { box-sizing:content-box;height:59.8125rem;width:18.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:21.75rem;left:0.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#i5HzpMQ1TB0G1ImSVUucT0RITtCiiT0o { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.125rem;left:7.1875rem;height:1.29980625rem;display:block; }
#oslE6Ifab8l0TR9LTLDPUvhuv5QvcTdJ { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.8125rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6Cx9D4PoKmT5Pq3dDncyKGsQTPkTG2Q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:41.25rem;left:2.34375rem;height:25.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sHT0rCbiF60zmf9HWEeo8Ps72v7XNRx4 { box-sizing:content-box;height:59.75rem;width:18.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:21.875rem;left:20.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#lrVKlXLvU1AK0TtfHhk98gsIESh3ri14 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:33.8125rem;left:22.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSPgXcOcAhV3heQl9gKsxhheobXqWUCq { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.375rem;left:27.1875rem;height:1.29980625rem;display:block; }
#JVHgPMf0ioTJGx0EL4XNgFoVpMu9bT0g { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.1875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTV0n8KsACXyaNrDEANt5cH3sJ3ExFoD { box-sizing:content-box;height:59.4375rem;width:18.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:22.0625rem;left:40.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OToAORNaHxPh6cUKDlMTCQZCDAwdxxPF { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:41.5625rem;left:42.75rem;height:33rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKTdxkbnePvUR28n6RFBiALVoBknUQgK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:33.875rem;left:42.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nEfQpfcRlJXuURNdyTo0DUVGV89DnoLi { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.994140625rem;left:40.625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTBS5OhDdorKJUDcCEfkMhTARQwOrTIZ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.4375rem;left:47.1875rem;height:1.29980625rem;display:block; }
#qIzrbZtcuLqsA80aEIa00ipLTnbRozzi { box-sizing:content-box;height:4.625rem;width:18.5rem;position:absolute;display:block;z-index:15002;background-color:#8cb98d;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:27.875rem;left:0.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rSfJxzwS8sNDTXIOFRnThXh6WzG7saRW { box-sizing:content-box;height:4.625rem;width:18.5rem;position:absolute;display:block;z-index:15035;background-color:#8cb98d;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:27.875rem;left:20.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rJLxaDWrq5y8T5k94KiK9Tka8La3SVT6 { box-sizing:content-box;height:4.625rem;width:18.5rem;position:absolute;display:block;z-index:15036;background-color:#8cb98d;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:27.875rem;left:40.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#McfWDbUvaCtWcuF7I41gsUvxMc2AoLfT { color:#ececec;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.1875rem;left:4.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oP5dOAxwv1btTAbbuVLTItLUNVPOnoKD { color:#ececec;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:29.19384765625rem;left:24.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsWfRrNJAu8E2pJX4LoE5ychK8NaPear { color:#ececec;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.19384765625rem;left:44.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tq2xGmE6MVEx1m9LftkZuP00GovaA2ex { background-color:#ff9900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:76.0625rem;left:4.25rem;display:block; }
#tNkFFr844My6TSG87L0F9QvTmI7WmbVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwgztWuitMlIOI96l7Eyq8QTSKZOlDhw { background-color:#ff9900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:76.0625rem;left:24rem;display:block; }
#BCIs59liVFbHc5IcdSaJJOpTAwRaTH76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kam3Eg1lOS83bmeoTx2G8gDBK3TGDO02 { background-color:#ff9900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:76.0625rem;left:44.25rem;display:block; }
#R0b31xZKBv7ZLIs9wvnAJvTPN3aON4cq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5ITM2aoIgpp3i1oydAUi9iCXgFMkVug { color:#585858;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:24.75rem;left:20.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xz3IsNL5v5iezFB9xAoCBPFoh1mWdVMT { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:23.125rem;left:27.1875rem;height:1.29980625rem;display:block; }
#RuWo6myBHJA9Wf3vm1DsJiMpJuTaEVCL { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:23.125rem;left:47.1875rem;height:1.29980625rem;display:block; }
#rRVOysfHPhLgeLW0cOUELy5s2ipvFGw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:41.25rem;left:22.34375rem;height:34.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkuNsccOfMqDSrekTEErwTcRLccTWFmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container { background-color: transparent; background-image: none; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container > .video-iframe-container { display: none; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row > .video-iframe-container { display: none; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .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); }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container { border-width: 0; border-radius: 0; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#Rqwt915GNsOVwnkN05Acob0N0mPbJFel { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:0rem;height:2.6875rem;text-align:center;text-align-last:center;display:block; }
#UqfLLKy22TBV0dTFvLyPQA6ui2DOcUmu { color:#b9aeae;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:4rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGC9RzGN0yHmyFHogChVLKHTMTsUWnoO { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:13.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Thu1NimkzCf5W6JTtPWUSSzVHsnCN0Ne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.8125rem;left:9.5rem; }
#IKssKQOeNBkNfa6chCeCDPrUKaw27swS { color:#aeaeae;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akbiJK5LXkI92zcPfhUdQGQ8TbloqTIM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWMttcZkvoUyVJuOMgWVSe7iwf7UILdN { color:#aeaeae;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:22.8125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWTNfxKmPqdiOIl5AWCDQAT2bn8xRWwp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:22.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pk2VtlVODPuZ0vMtvQTueSxXNcHDZ7TI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.8125rem;left:28.4375rem; }
#KmoGDX1qHsDq65A4CSfaM69vcolykUyl { color:#aeaeae;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:41.8125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqZcSKwOFk2OMZAJhxkMgGi4mF6qFUbb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8TyetiQpm9P2nSlzHXy3Iiwuv9FGWnZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.8125rem;left:47.4375rem; }
#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fff9;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; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container { background-color: transparent; background-image: none; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container > .video-iframe-container { display: none; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row > .video-iframe-container { display: none; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .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); }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container { border-width: 0; border-radius: 0; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:60rem;position:relative;display:block; }#smsThdWUuZfoTb6GQvoA7oeFWpBEGZQW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:12.875rem;left:15.28125rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#XMfWfH6dJXUAtzE5pemlfa5xzvkAfCvh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:14.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOsTWOXPt58F7JKxRNDJiO4Pyk39et7J { box-sizing:content-box;height:44.125rem;width:57rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:5.34375rem;left:1.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rMfr2uvgPCXT1oyocezryduNF9i6krSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5224609375rem;left:12.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENLsI63Oy5ae9JHaIHcS5N8qaQ7A1BcL { color:#c7bfbf;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42.125rem;left:16.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGts4fM2s5eroZlfhBmIyxJz5QcVRTAN { box-sizing:content-box;height:2.625rem;width:11.75rem;position:absolute;display:block;z-index:15004;background-color:#ffe5ae;background-image:none;box-shadow: none;border-top:0.0625rem solid #d7bd85;border-left:0.0625rem solid #d7bd85;border-right:0.0625rem solid #d7bd85;border-bottom:0.0625rem solid #d7bd85;top:8.671875rem;left:23.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#JkX55vEo85m5PFmycwpi8GisEgNbfCb5 { color:#a4851e;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.4375rem;left:22.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLrgVoxiMJtOOT9CWmMqWwVHpCmAKyLv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.171875rem;left:24.8125rem; }
#NhhwqB4JJS6fxoEI2P0hZqRHdndaz3eo { background-color:#ff9900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.6875rem;left:16.875rem;display:block; }
#Me3510DXmTc1nASTSxUs9PtNQLOuBNrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phU5TzzRz3H0PkloMD9LapshrKNFc9RD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.52294921875rem;left:33.65625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tqJIxL9VuOLaywvtbq2QbSKFvuAaFcOp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.4990234375rem;left:10.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kaNJU0NfLBKTutktKvn0OKToBsrlE5TV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.49951171875rem;left:35.3125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XGe6D6SoiOJftycbluo6W8PnlX4lap8p { 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:15012;opacity:1;top:25.31591796875rem;left:10.625rem; }
#uO55lUXbN5dx6oAX6LKxCVlpgA4cWqBs { 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:15013;opacity:1;top:25.31591796875rem;left:31.65625rem; }
#CkAMUfDAhbN0XnDX5WsN7fPZDVlu1Vn6 { 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:15014;opacity:1;top:30.29248046875rem;left:8.1875rem; }
#odCGMXrw91TtKZq7McCxyXFGuM8PHOKl { 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:15015;opacity:1;top:30.29248046875rem;left:32.96875rem; }
#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm { position:relative;display:block; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm { background-color: transparent; background-image: none; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row .container > .video-iframe-container { display: none; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row > .video-iframe-container { display: none; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .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); }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm { border-width: 0; border-radius: 0; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .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; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:2;overflow:hidden;height:auto; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .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; }#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-trigger.adaptive-delivery-prevent-bg, #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-trigger.lazyload, #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-trigger.lazyloading { background-image: none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt { box-sizing:content-box;height:auto;width:39.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.4375rem;left:9.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #e1XdWf7zXZtLwRmWC7NrrvPCgirNC4w7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #WTcNWuKtXK6fL5RgtNeVskMTHlWzOt3O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UzW2EpDEV4cQQW535xQV0KuzJR8zayC4 { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #V0tK7an6kpxwmpP0mVTvdz29bIaEFUda {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UnHcREyxMLpoGidqW5L8OJHsGeNQf9gs {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #vsvMh3gwVfA0bSRXudx23VKdT0JCV7cu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #uGzJXcPMBQNlw9CZHTLyDb8G2KDr6TBT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #FCM8u3IM2zV3Ke8grXUuCmW6FtNSqtfW { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #eLyLlniFlcB0rDnwn2gMmDpwWpwhWxCJ {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #MFEgTUuT0vcNtNLXrfdi4l86t1zFL74T { display:none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #dsAZyPHci2yNwtQ4GQzKIr9uX43y8X1E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #JJtsoHiZs5E1of6NvkTrTsgPmd1Ws2cs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #mCZRQtiSC6aOPuRxHIsS33QGXeydwnfZ { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #g9npkiIfKGuIsxriuaVxG5bave22g4wy {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #ibicfgG0EaBmxvgp64rWTlaTaetOKL6V { display:none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GC41NgZJZFlHS36TWUO9dDQ82ROmTsAh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #R1lB79RfEARidiIQ8i7GFTFGAKL125gz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #D06QXKSxGi6R0qid6REM8VpNKi1orWLt { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #pHKkDqBvQhsMTTuF1K2peKf5dWHMsuU2 {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UhoUWv7kCUV78725VuczNl9T4tvduR4r { display:none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #HVUTOwNSy6yXzAhCPRg9KbfLV4XnEOPZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #zvUGxZdQeURqG0cJy6wEGEfhxtMJDBrr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #xNNQvsX3cNRrT0GSqy5OpFkitqxKg74F { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #M56KuW2hQbVsJsxICr1rv5KC0wIT0fiy {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #Cq0lwxWGUB6feDczbSBDEmrtGGPsppPM { display:none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #yl9KdCAIRgh5wbTktPksJFsOxm85HBIT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #mMtTzwGhhQ3EqGtqDg5Wi6UAbnag3I97 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #Wtrr8A73czvp2IcDE5Hyof51hMcGuXMu { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #IdvbS3gc6b4Vu4vp11lmbfsLvgsvtS5b {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #w1X8BVUkTQR1SkqOaT9Dll01dP8Bgigs { display:none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #McTLd6sevDOKtendgEgC3qFmWCkn0CVo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #A1TQnPIw84N1wA4PGCZUUbVGmPdvnNAP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #G0oo25ZzGF3iIzrRIgCUlfCJNEZI3zWl { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #CXo4VgLpa2IKue2kRSQ7PAnJT0Chvc1w {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #VRo4EgGSUe8VX08123g8gmJS7fFzGciA { display:none; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #HyFQlKTRTx3gk6Q64StmTOVINAWJRXQB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GOQKtgWL0h3s1zseLeUbh5M5tRmrRqTT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #SB1A4uUQ3UboMBTmvb6ydN36PUBQBMxg { display:block;position:relative; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GkH8gpVD8i8PouggbLN7azmlck8T5ZH5 {  }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #QVzvzpmf733ukUGsWwr81A2CyGxu4cIg { display:none; }
#FmGKUfKLgaNIM1D5XHVIKXQSI4gUDptJ { color:#b9aeae;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:5.1875rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhG4lTmTf2iwOvrK0wAaGwpWaPkXVVof { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:6.8125rem;left:10.0625rem;height:5.375rem;text-align:center;text-align-last:center;display:block; }
#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container { background-color: transparent; background-image: none; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container > .video-iframe-container { display: none; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row > .video-iframe-container { display: none; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .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); }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container { border-width: 0; border-radius: 0; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#bix6QZ5ZqQT4hTTSTmKOnua22T07MzOe { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:6rem;left:15rem;height:5.375rem;text-align:center;text-align-last:center;display:block; }
#XILTeME242AR76srKcLSd60nrTr9gZ0w { color:#b2b2b2;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:13.71875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGrcawqCUwC8MmVOp8TNFEdWbleKXvQb { color:#4d4a4b;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:11.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT03hpWsoHH3w9f3iEHp5kTt334wFNIn { background-color:#ff9900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.125rem;left:17.5rem;display:block; }
#w3EQI0kyUZCdDZ6TOsNTMkEH2OaTVXKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL { border-top:0.125rem solid #4f4c54;border-left:0.125rem solid #4f4c54;border-right:0.125rem solid #4f4c54;border-bottom:0.125rem solid #4f4c54;background-color:#131313;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; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container { background-color: transparent; background-image: none; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container > .video-iframe-container { display: none; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row > .video-iframe-container { display: none; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .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); }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container { border-width: 0; border-radius: 0; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#LJl6BR3yp1RaqCoTU8yVE6HrsvFMm9vR { color:#b2b2b2;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:3.71875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1vRfGTTQR65brKX0LdALGgD7IOgrAix { color:#4d4a4b;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.71875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1EhCwTDeFnfEoqpGB9gurQ32VbsLvNo { color:rgba(var(--color-tertiary-3),1);display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:30.65625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWZwMncPEZPv4e5bU7cHk2km1IGvtec9 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.29052734375rem;left:37.34375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKkwWQyPB04c3OK8UrL5loaTpMdTKppp { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.29052734375rem;left:44.84375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ioP1eXSfEOhRzs8lp4TEbMBmFz5mDmDv { color:rgba(var(--color-tertiary-3),1);display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.29052734375rem;left:49.53125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ti65nLi8cP3eC2eHAH3I9gn75gT4CxoR { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.29052734375rem;left:53.78125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:10.5rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:25rem;height:3.875rem;top:25.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:1.5rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC9epQtc4Q0O27GwHTD1maiLB1Ck9PWx { top:18.75rem;left:0.125rem;width:47.5625rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnDyt9nJaNNlLg25OMdnOUvMdGIGd0zW { width:16.75rem;height:;top:1.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWTT51k8k595KR0I42ssR7z4b06Q3Jzg { width:25rem;height:3.875rem;top:30.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW1TLSRiHPvkopGTKbkvveQhocpQk1ng { display:block; }
 }@media only screen and (max-width: 763px) { #rlbB7ea3sbhNOtppPo0dUNMpP7gxo4tn { top:37.25rem;left:0.09375rem;width:47.5625rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZViC8GopCezq9dsVb87sGedTpJqkTrx { width:1.75rem;height:1.75rem;top:20.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG { display:block; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgsfsCLxRcP3SThZKZZ9GUp5RLwR4alR { width:15.25rem;height:5.6875rem;top:3.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgSplpvwkGNvrE3idwtZ0VXeXrnESIu { top:2.8125rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhRq2DghQBLoCUUmtZlJHy0ksd2apfT0 { width:10rem;height:2.0625rem;top:10.0625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9n0TQ82hLKArur2eNW2ABe308rhMcqg { width:20.4375rem;height:8.25rem;top:15.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu7AH2BP3ghoygbSZ9Cb841fuduMoiFN { width:20.4375rem;height:9.625rem;top:14.375rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRTRDtOo5pcktwl7QghX8edtK9pStRJ { width:10rem;height:2.0625rem;top:10.4375rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK { display:block; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoSIQvTlIUOGNRAPTQqeQTswSMulFZ9B { width:47.625rem;height:33.3125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNwXswRcaJGus513MbirJGtT2JAAmsd { width:15.5625rem;height:2.375rem;top:5.3125rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV1t5ZOIN8KFcTGrkMaoGu6M14PyxPd { width:6.9375rem;height:1.25rem;top:5.9375rem;left:20.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cQ8wK8MZqoe48ELae1bBxqQk0sFbJZ { width:22.5rem;height:26.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riAJO8gATcs3e6WIimaXtafTgdE8H8To { width:22.5rem;height:26.1875rem;top:9.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG2yxrt47f7zSBrDT2LRBdRwXmhShuQC { width:3.125rem;height:3.125rem;top:19.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKCzkatUPzSl6KNTKoBQK1syMf1WC3q { width:14.6875rem;height:11.375rem;top:15.25rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTT670zRyDylTAsgOaACeONB6wZatLF { width:22.5rem;height:3.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQshavqLXfD8htI5ezTz31pLC49IMzMK { width:22.5rem;height:3.75rem;top:10rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68PUmbOdBJGLE3TnpX3B1wXbTIKonyS { width:22.5rem;height:5.9375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoUonT88C6WaNONc41cWoRIGGIUOWmVC { width:22.5rem;height:5.9375rem;top:30.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2bzvL16W9KkGreZBdcGsBUgleFFD98R { width:12.6875rem;height:1.3125rem;top:10.9375rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skNoVR28WgTnOfmer1CZCyI7292plCae { width:1.5rem;height:1.8125rem;top:10.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXP9O0XGWKZL7EWpO7Ixtn2cAs4Qrz9 { width:12.6875rem;height:2.5625rem;top:10.6875rem;left:31.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS9kJOcuZRfl0V9ZkJ9IZyXEDhUaeJ1V { width:9.1875rem;height:1.25rem;top:31.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvW9T1MsMyZmm54Xe0T79NlCt2LhnsWm { width:9.1875rem;height:1.25rem;top:33.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpwU8UTroKWBuZx3kO3ivo0Byi8bqnV { width:9.1875rem;height:1.25rem;top:31.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDaZTvKM2aVJxkKMazVcVCPDebSNCuFi { width:9.1875rem;height:1.25rem;top:33.4375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW5UTkdQCpkmOEWWrHoUunzxn6O7B5tA { width:2.875rem;height:1.25rem;top:31.3125rem;left:16.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEdr1ia1xKCXUU72ms5khXnpJZRAQ798 { width:9.1875rem;height:1.25rem;top:33.375rem;left:16.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzUl9IdCBJAEIM4ZfzPEXJcVn5TLNWaG { width:2.875rem;height:1.25rem;top:31.6875rem;left:44.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvID63pK1mFHNCK5VSOAxWySfrIeN6EZ { width:9.1875rem;height:1.25rem;top:33.75rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeaN2MIeOUw7UApctebBkaouvo2ZBWiV { width:1.8125rem;height:1.8125rem;top:10.8125rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGspXp1b28G0G2Lfslo1raBr9BToZ3d { display:block; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJwMSzW4yuTLUxHDSlsTJVzmqpmZA9Wz { width:18.125rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEGGu36Rhhiix4VKtr9aP1f5UuTR5EV { width:18.125rem;height:1.1875rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdehDsgRfqkDErdOw34R4BDtqOERhvp { width:18.125rem;height:4.875rem;top:3.5625rem;left:13.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2GtIeNkplBgfgTag6xSxVGrMWGJ9ByM { width:18.125rem;height:4.875rem;top:3.5625rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ou9UyaqtIX2SHay7c4voiTUwPiVXFT { width:18.125rem;height:1.1875rem;top:8.4375rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z712Tsd1eEwdEZldn5DCXUtFWy442Zzr { width:18.125rem;height:1.1875rem;top:8.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CutiDXqRyXCm6toTOCP43JpCdfNgiO8o { width:0.125rem;height:5.0625rem;top:3.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtZhlv7iBZxrVZdfkbrTfozDW4BEOvT3 { width:0.125rem;height:5.0625rem;top:3.4375rem;left:32.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcMsQs4T3kqGgBAP10g9bO8iREnaEAd { width:15.8125rem;height:2.625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfV5hbtRXf8dVZBwR8Sc4H3F7h9HbO4F { width:15.9375rem;height:1.25rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZGiDA5DPF43p8OMwnWf5oC7PDelQZaa { width:15.8125rem;height:2.625rem;top:13.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2qr5Sxrflc6RBUE8FiF8VJnX2BIJoUM { width:15.9375rem;height:1.1875rem;top:14.0625rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNRi7O9UNNA9Qzw77o6iAb9fh4KoDVUE { width:15.8125rem;height:2.625rem;top:13.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpgrMf0hZ4XAbwkPmObS6M6hvXZUt1iB { width:15.9375rem;height:1.1875rem;top:14rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 { display:block; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwwlw5Zgrs8wKm4c8RD8u6h0AgvARHo9 { top:5.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTyD3EbD2NXn2L1HxvAXvy6W7FgFH8J { top:3.3125rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlZXT1Z1LgMKx86iDOsiDu3Q5lqI3k2P { width:32.5625rem;height:2.4375rem;top:12.625rem;left:7.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUFNJE93O4U6nrzCuE3NeOlyStFrK67Q { width:24.4375rem;height:13.25rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QFQlqpgdWwvOph30ZiFbVAVslDQWRa { width:0.5625rem;height:13.25rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFaT4IBZXNTZLJgpOD8dWkmpPR819y9s { width:13.75rem;height:1.4375rem;top:24rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQT9szPB5sknTGGqFEFSAKfXP0FfpoGn { width:19.6875rem;height:3.625rem;top:26rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6DZJGJgKUCeO4pzPQsnQosOTo6ws5VX { width:3.125rem;height:3.125rem;top:20.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pic8GtdA0UVsCysALwUVm4Td4I0OIp1H { width:24.4375rem;height:13.25rem;top:19.4375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0xMtPgF77yKyB4GE8cL9zHeRGWcoZN { width:19.6875rem;height:3.625rem;top:27.375rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAmMspkhZoiyoaExsHrvy6rXcO2D58LQ { width:16.5625rem;height:1.4375rem;top:25.4375rem;left:27.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boohZhVNSJTyGxc9QPsS4TciGN2AHHbG { width:2.75rem;height:2.75rem;top:21.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgfmd3NV3xXPknGmnaeTuwm2m5ILuTCg { width:0.5625rem;height:13.25rem;top:19.4375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svImCW637TwQeWre6I1lgLNrkTyiglqA { width:24.4375rem;height:13.25rem;top:34.75rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAxT03kU8N9ksNv4f2Ux6nfQeh0kJoxN { width:0.5625rem;height:13.25rem;top:34.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA90PDK4GEU7m1UUH10SWFCLEUuGIE43 { width:24.4375rem;height:13.25rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZI7XByRT4tEgTmV1wXFFpMFnMKrZkit { width:19.6875rem;height:3.625rem;top:41.3125rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwwWfA8L68cRRtTxx6uqM6zg9vSNt8qw { width:19.6875rem;height:3.625rem;top:41.375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhV50aVcSt9pcbsruzRC1RKOya5PbDg { width:15.75rem;height:1.4375rem;top:39.375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSByZU3ArICFRMDqO1UtCRDPMgpcVezp { width:17.1875rem;height:1.4375rem;top:39.375rem;left:27.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtBdliyoAiNMfx96xxs7MBLB9Vu2Iy6H { width:2.625rem;height:2.625rem;top:36rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFC0CpSTK84Aw99kA3Jb0RLbnbsEmzLR { width:2.75rem;height:2.75rem;top:35.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2Hxwws7o08a7WVNZ2G4ioOuHJLTLTU { width:0.5625rem;height:13.25rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzR2ak0V30GudhStcAHmEWJnDnyUxhQi { width:24.4375rem;height:13.25rem;top:50.5rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLC76vwPKXyLD5kmKckaJiaus68JbTIv { width:0.5625rem;height:13.25rem;top:50.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WeyVwZVyvgJ91UfrHtgbbqpfnZsVpV { width:24.4375rem;height:13.25rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgn9xv4AO2NyAhRMZbxaomKuq4qW8bpw { width:19.6875rem;height:3.625rem;top:58.3125rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu5ZXSgNNc5gww9nzT14E3HcK1avvIVS { width:19.6875rem;height:3.625rem;top:58.4375rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogfaK1BtekBKMFeoJzFy496tk5GTxVmT { width:16.4375rem;height:1.4375rem;top:56.4375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlc1WTLMabEiavrLKUmvXZCLgrbQkfC { width:17.4375rem;height:1.4375rem;top:56.375rem;left:27.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAT9a6ALQistUSadTOZE56LKnAmVif2 { width:3.125rem;height:3.125rem;top:52.875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baaK6ByXIDqMkBpklaLTabkmowcMiCyq { width:3.125rem;height:3.125rem;top:52.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqKrIF0BsyRLIg2UFnCz8vMOXIx3lb7o { width:0.5625rem;height:13.25rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ { display:block; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THfk1fTwkL9mTSJrDadCuHLhXQPkeH1I { width:18.75rem;height:1.625rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV3elqC7ok24dFxA59dWrr6DRB4nZJwI { width:15.1875rem;height:4.5rem;top:33.8125rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyPEuU1I03sXngDU9oxiRWdBETGqUilt { top:7rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byefuSx60EqkmRz83pPWM6GI03ffyrSn { top:8.625rem;left:0rem;width:39.875rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiDe412A72u5RBPTIfARHAZ829OcMFBP { width:32.5625rem;height:2.4375rem;top:16.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlIcctUndVO4Z1aJ3gAcJTiOGRrXKM9J { width:18.5rem;height:59.8125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5HzpMQ1TB0G1ImSVUucT0RITtCiiT0o { width:5.625rem;height:1.25rem;top:23.125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oslE6Ifab8l0TR9LTLDPUvhuv5QvcTdJ { width:18.75rem;height:1.625rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Cx9D4PoKmT5Pq3dDncyKGsQTPkTG2Q { width:15.3125rem;height:25.5rem;top:41.25rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHT0rCbiF60zmf9HWEeo8Ps72v7XNRx4 { width:18.5rem;height:59.75rem;top:21.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrVKlXLvU1AK0TtfHhk98gsIESh3ri14 { width:15.1875rem;height:4.5rem;top:33.8125rem;left:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSPgXcOcAhV3heQl9gKsxhheobXqWUCq { width:5.625rem;height:1.25rem;top:28.375rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHgPMf0ioTJGx0EL4XNgFoVpMu9bT0g { width:18.75rem;height:1.625rem;top:30.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTV0n8KsACXyaNrDEANt5cH3sJ3ExFoD { width:18.5rem;height:59.4375rem;top:22.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToAORNaHxPh6cUKDlMTCQZCDAwdxxPF { width:15rem;height:33rem;top:41.5625rem;left:32.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKTdxkbnePvUR28n6RFBiALVoBknUQgK { width:15.625rem;height:4.5rem;top:33.875rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfQpfcRlJXuURNdyTo0DUVGV89DnoLi { width:18.75rem;height:2.75rem;top:24.9375rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBS5OhDdorKJUDcCEfkMhTARQwOrTIZ { width:5.625rem;height:1.25rem;top:28.4375rem;left:36.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIzrbZtcuLqsA80aEIa00ipLTnbRozzi { width:18.5rem;height:4.625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSfJxzwS8sNDTXIOFRnThXh6WzG7saRW { width:18.5rem;height:4.625rem;top:27.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJLxaDWrq5y8T5k94KiK9Tka8La3SVT6 { width:18.5rem;height:4.625rem;top:27.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #McfWDbUvaCtWcuF7I41gsUvxMc2AoLfT { width:11.875rem;height:0;top:29.1875rem;left:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP5dOAxwv1btTAbbuVLTItLUNVPOnoKD { width:11.875rem;height:2.0625rem;top:29.1875rem;left:17.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWfRrNJAu8E2pJX4LoE5ychK8NaPear { width:13.125rem;height:2.125rem;top:29.1875rem;left:33.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq2xGmE6MVEx1m9LftkZuP00GovaA2ex { width:11.5rem;height:2.5rem;top:76.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkFFr844My6TSG87L0F9QvTmI7WmbVV { display:block; }
 }@media only screen and (max-width: 763px) { #PwgztWuitMlIOI96l7Eyq8QTSKZOlDhw { width:12rem;height:2.5rem;top:76.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCIs59liVFbHc5IcdSaJJOpTAwRaTH76 { display:block; }
 }@media only screen and (max-width: 763px) { #kam3Eg1lOS83bmeoTx2G8gDBK3TGDO02 { width:11.5rem;height:2.5rem;top:76.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0b31xZKBv7ZLIs9wvnAJvTPN3aON4cq { display:block; }
 }@media only screen and (max-width: 763px) { #M5ITM2aoIgpp3i1oydAUi9iCXgFMkVug { width:18.8125rem;height:2.875rem;top:24.75rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz3IsNL5v5iezFB9xAoCBPFoh1mWdVMT { width:5.625rem;height:1.25rem;top:23.125rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWo6myBHJA9Wf3vm1DsJiMpJuTaEVCL { width:5.625rem;height:1.25rem;top:23.125rem;left:36.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVOysfHPhLgeLW0cOUELy5s2ipvFGw4 { width:15.3125rem;height:34.5rem;top:41.25rem;left:16.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkuNsccOfMqDSrekTEErwTcRLccTWFmB { display:block; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rqwt915GNsOVwnkN05Acob0N0mPbJFel { top:5.8125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfLLKy22TBV0dTFvLyPQA6ui2DOcUmu { top:4rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGC9RzGN0yHmyFHogChVLKHTMTsUWnoO { width:32.5625rem;height:2.4375rem;top:9.125rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thu1NimkzCf5W6JTtPWUSSzVHsnCN0Ne { width:3.125rem;height:3.125rem;top:14.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKssKQOeNBkNfa6chCeCDPrUKaw27swS { width:14.375rem;height:7.3125rem;top:21.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akbiJK5LXkI92zcPfhUdQGQ8TbloqTIM { width:14.375rem;height:1.1875rem;top:18.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMttcZkvoUyVJuOMgWVSe7iwf7UILdN { width:14.375rem;height:7.3125rem;top:21.875rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWTNfxKmPqdiOIl5AWCDQAT2bn8xRWwp { width:14.375rem;height:1.1875rem;top:18.875rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk2VtlVODPuZ0vMtvQTueSxXNcHDZ7TI { width:3.125rem;height:3.125rem;top:14.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmoGDX1qHsDq65A4CSfaM69vcolykUyl { width:14.375rem;height:6.0625rem;top:21.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqZcSKwOFk2OMZAJhxkMgGi4mF6qFUbb { width:14.375rem;height:1.1875rem;top:18.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8TyetiQpm9P2nSlzHXy3Iiwuv9FGWnZ { width:3.125rem;height:3.125rem;top:14.8125rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA { display:block; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smsThdWUuZfoTb6GQvoA7oeFWpBEGZQW { top:12.875rem;left:9.15625rem;width:30.125rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMfWfH6dJXUAtzE5pemlfa5xzvkAfCvh { width:32.5625rem;height:2.4375rem;top:18.6875rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOsTWOXPt58F7JKxRNDJiO4Pyk39et7J { width:47.625rem;height:44.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMfr2uvgPCXT1oyocezryduNF9i6krSZ { width:13.75rem;height:1.4375rem;top:25.5rem;left:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENLsI63Oy5ae9JHaIHcS5N8qaQ7A1BcL { width:26.125rem;height:1.1875rem;top:42.125rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGts4fM2s5eroZlfhBmIyxJz5QcVRTAN { width:11.75rem;height:2.625rem;top:8.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkX55vEo85m5PFmycwpi8GisEgNbfCb5 { width:15.9375rem;height:1.1875rem;top:9.4375rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrgVoxiMJtOOT9CWmMqWwVHpCmAKyLv { width:1.75rem;height:1.75rem;top:9.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhhwqB4JJS6fxoEI2P0hZqRHdndaz3eo { width:25rem;height:3.875rem;top:36.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3510DXmTc1nASTSxUs9PtNQLOuBNrb { display:block; }
 }@media only screen and (max-width: 763px) { #phU5TzzRz3H0PkloMD9LapshrKNFc9RD { width:16.75rem;height:1.4375rem;top:25.5rem;left:27.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJIxL9VuOLaywvtbq2QbSKFvuAaFcOp { width:18.75rem;height:1.4375rem;top:30.4375rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNJU0NfLBKTutktKvn0OKToBsrlE5TV { width:18.75rem;height:1.4375rem;top:30.4375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGe6D6SoiOJftycbluo6W8PnlX4lap8p { width:1.875rem;height:1.875rem;top:25.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO55lUXbN5dx6oAX6LKxCVlpgA4cWqBs { width:1.875rem;height:1.875rem;top:25.3125rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkAMUfDAhbN0XnDX5WsN7fPZDVlu1Vn6 { width:1.875rem;height:1.875rem;top:30.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odCGMXrw91TtKZq7McCxyXFGuM8PHOKl { width:1.875rem;height:1.875rem;top:30.25rem;left:26.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm { display:block; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt { display:flex;height:auto;width:39.25rem;top:15.4375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #e1XdWf7zXZtLwRmWC7NrrvPCgirNC4w7 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #WTcNWuKtXK6fL5RgtNeVskMTHlWzOt3O {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UzW2EpDEV4cQQW535xQV0KuzJR8zayC4 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #V0tK7an6kpxwmpP0mVTvdz29bIaEFUda {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UnHcREyxMLpoGidqW5L8OJHsGeNQf9gs {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #vsvMh3gwVfA0bSRXudx23VKdT0JCV7cu {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #uGzJXcPMBQNlw9CZHTLyDb8G2KDr6TBT {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #FCM8u3IM2zV3Ke8grXUuCmW6FtNSqtfW {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #eLyLlniFlcB0rDnwn2gMmDpwWpwhWxCJ {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #MFEgTUuT0vcNtNLXrfdi4l86t1zFL74T {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #dsAZyPHci2yNwtQ4GQzKIr9uX43y8X1E {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #JJtsoHiZs5E1of6NvkTrTsgPmd1Ws2cs {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #mCZRQtiSC6aOPuRxHIsS33QGXeydwnfZ {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #g9npkiIfKGuIsxriuaVxG5bave22g4wy {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #ibicfgG0EaBmxvgp64rWTlaTaetOKL6V {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GC41NgZJZFlHS36TWUO9dDQ82ROmTsAh {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #R1lB79RfEARidiIQ8i7GFTFGAKL125gz {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #D06QXKSxGi6R0qid6REM8VpNKi1orWLt {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #pHKkDqBvQhsMTTuF1K2peKf5dWHMsuU2 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UhoUWv7kCUV78725VuczNl9T4tvduR4r {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #HVUTOwNSy6yXzAhCPRg9KbfLV4XnEOPZ {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #zvUGxZdQeURqG0cJy6wEGEfhxtMJDBrr {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #xNNQvsX3cNRrT0GSqy5OpFkitqxKg74F {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #M56KuW2hQbVsJsxICr1rv5KC0wIT0fiy {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #Cq0lwxWGUB6feDczbSBDEmrtGGPsppPM {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #yl9KdCAIRgh5wbTktPksJFsOxm85HBIT {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #mMtTzwGhhQ3EqGtqDg5Wi6UAbnag3I97 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #Wtrr8A73czvp2IcDE5Hyof51hMcGuXMu {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #IdvbS3gc6b4Vu4vp11lmbfsLvgsvtS5b {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #w1X8BVUkTQR1SkqOaT9Dll01dP8Bgigs {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #McTLd6sevDOKtendgEgC3qFmWCkn0CVo {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #A1TQnPIw84N1wA4PGCZUUbVGmPdvnNAP {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #G0oo25ZzGF3iIzrRIgCUlfCJNEZI3zWl {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #CXo4VgLpa2IKue2kRSQ7PAnJT0Chvc1w {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #VRo4EgGSUe8VX08123g8gmJS7fFzGciA {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #HyFQlKTRTx3gk6Q64StmTOVINAWJRXQB {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GOQKtgWL0h3s1zseLeUbh5M5tRmrRqTT {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #SB1A4uUQ3UboMBTmvb6ydN36PUBQBMxg {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GkH8gpVD8i8PouggbLN7azmlck8T5ZH5 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #QVzvzpmf733ukUGsWwr81A2CyGxu4cIg {  }
 }@media only screen and (max-width: 763px) { #FmGKUfKLgaNIM1D5XHVIKXQSI4gUDptJ { top:5.1875rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhG4lTmTf2iwOvrK0wAaGwpWaPkXVVof { top:6.8125rem;left:3.9375rem;width:39.875rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm { display:block; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bix6QZ5ZqQT4hTTSTmKOnua22T07MzOe { top:6rem;left:8.875rem;width:32.4375rem;height:5.375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XILTeME242AR76srKcLSd60nrTr9gZ0w { width:32.5625rem;height:2.75rem;top:14.125rem;left:7.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGrcawqCUwC8MmVOp8TNFEdWbleKXvQb { width:36.375rem;height:1.1875rem;top:26.1875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT03hpWsoHH3w9f3iEHp5kTt334wFNIn { width:25rem;height:3.875rem;top:21.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3EQI0kyUZCdDZ6TOsNTMkEH2OaTVXKT { display:block; }
 }@media only screen and (max-width: 763px) { #vTsB11ObWaNg0BeIwISKvbTESzMUmZvL { display:block; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJl6BR3yp1RaqCoTU8yVE6HrsvFMm9vR { width:11.5625rem;height:1.375rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vRfGTTQR65brKX0LdALGgD7IOgrAix { width:19.5625rem;height:1.1875rem;top:7.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1EhCwTDeFnfEoqpGB9gurQ32VbsLvNo { width:4.375rem;height:0.125rem;top:4.3125rem;left:24.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZwMncPEZPv4e5bU7cHk2km1IGvtec9 { width:4.6875rem;height:1.3125rem;top:4.25rem;left:31.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKkwWQyPB04c3OK8UrL5loaTpMdTKppp { width:4.6875rem;height:1.25rem;top:4.25rem;left:38.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioP1eXSfEOhRzs8lp4TEbMBmFz5mDmDv { width:4.375rem;height:1.25rem;top:4.25rem;left:43.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti65nLi8cP3eC2eHAH3I9gn75gT4CxoR { width:4.6875rem;height:1.25rem;top:4.25rem;left:43.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:6rem;top:6.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:18.1875rem;height:3.5625rem;top:20.5rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:2.6875rem;height:2.6875rem;top:1.1650390625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC9epQtc4Q0O27GwHTD1maiLB1Ck9PWx { width:18.6875rem;height:4rem;top:14.02392578125rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EnDyt9nJaNNlLg25OMdnOUvMdGIGd0zW { width:6.5rem;height:3.0869125rem;top:0.9658203125rem;left:7.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qWTT51k8k595KR0I42ssR7z4b06Q3Jzg { width:18.1875rem;height:3.875rem;top:25.14892578125rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW1TLSRiHPvkopGTKbkvveQhocpQk1ng { display:block; }
 }@media only screen and (max-width: 763px) { #rlbB7ea3sbhNOtppPo0dUNMpP7gxo4tn { width:20rem;height:1.625rem;top:30.71142578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bZViC8GopCezq9dsVb87sGedTpJqkTrx { width:1.125rem;height:1.125rem;top:15.77392578125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG { display:block; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG { border-width: 0; border-radius: 0; }#A3bPo5X1p92WkTMXxWeVNhTWdHZb72AG > .row .container { width:20rem;height:40.625rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgsfsCLxRcP3SThZKZZ9GUp5RLwR4alR { width:12.6875rem;height:4.75rem;top:2.6875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgSplpvwkGNvrE3idwtZ0VXeXrnESIu { width:20rem;height:1rem;top:1.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhRq2DghQBLoCUUmtZlJHy0ksd2apfT0 { width:10rem;height:2.0625rem;top:10.2060546875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9n0TQ82hLKArur2eNW2ABe308rhMcqg { width:20rem;height:8.285125rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu7AH2BP3ghoygbSZ9Cb841fuduMoiFN { width:20rem;height:11.0468625rem;top:26.72216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRTRDtOo5pcktwl7QghX8edtK9pStRJ { width:10rem;height:2.0625rem;top:23.84716796875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK { display:block; }#Ko4TsDqUtXPqumnR76GWGTQg4K9asKPK > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoSIQvTlIUOGNRAPTQqeQTswSMulFZ9B { width:19.875rem;height:24.875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNwXswRcaJGus513MbirJGtT2JAAmsd { width:15.5625rem;height:2.375rem;top:1.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV1t5ZOIN8KFcTGrkMaoGu6M14PyxPd { width:6.9375rem;height:1.29980625rem;top:2.4375rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cQ8wK8MZqoe48ELae1bBxqQk0sFbJZ { width:19.875rem;height:26.1875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riAJO8gATcs3e6WIimaXtafTgdE8H8To { width:19.875rem;height:26.1875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG2yxrt47f7zSBrDT2LRBdRwXmhShuQC { display:flex;width:2.125rem;height:2.125rem;top:31.59375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmKCzkatUPzSl6KNTKoBQK1syMf1WC3q { width:14.6875rem;height:11.375rem;top:40.5625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTT670zRyDylTAsgOaACeONB6wZatLF { width:19.875rem;height:3.1875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQshavqLXfD8htI5ezTz31pLC49IMzMK { width:19.875rem;height:3.5rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68PUmbOdBJGLE3TnpX3B1wXbTIKonyS { width:19.875rem;height:5.9375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoUonT88C6WaNONc41cWoRIGGIUOWmVC { width:19.875rem;height:5.9375rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2bzvL16W9KkGreZBdcGsBUgleFFD98R { width:12.6875rem;height:1.29980625rem;top:7.193359375rem;left:4.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skNoVR28WgTnOfmer1CZCyI7292plCae { display:flex;width:1.5rem;height:1.8125rem;top:6.9375rem;left:2.65625rem; }
 }@media only screen and (max-width: 763px) { #nGXP9O0XGWKZL7EWpO7Ixtn2cAs4Qrz9 { width:12.6875rem;height:2.5996125rem;top:36.0126953125rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS9kJOcuZRfl0V9ZkJ9IZyXEDhUaeJ1V { width:10.25rem;height:1.29980625rem;top:57.0244140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvW9T1MsMyZmm54Xe0T79NlCt2LhnsWm { width:9.1875rem;height:1.29980625rem;top:58.8486328125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpwU8UTroKWBuZx3kO3ivo0Byi8bqnV { width:9.1875rem;height:1.29980625rem;top:26.1376953125rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDaZTvKM2aVJxkKMazVcVCPDebSNCuFi { width:9.1875rem;height:1.29980625rem;top:28.4482421875rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW5UTkdQCpkmOEWWrHoUunzxn6O7B5tA { width:2.875rem;height:1.29980625rem;top:57.0244140625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEdr1ia1xKCXUU72ms5khXnpJZRAQ798 { width:2.5625rem;height:1.29980625rem;top:58.8486328125rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzUl9IdCBJAEIM4ZfzPEXJcVn5TLNWaG { width:2.875rem;height:1.29980625rem;top:26.1376953125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvID63pK1mFHNCK5VSOAxWySfrIeN6EZ { width:9.1875rem;height:1.29980625rem;top:28.5625rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeaN2MIeOUw7UApctebBkaouvo2ZBWiV { display:flex;width:1.8125rem;height:1.8125rem;top:63.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #BMGspXp1b28G0G2Lfslo1raBr9BToZ3d { display:block; }#BMGspXp1b28G0G2Lfslo1raBr9BToZ3d > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJwMSzW4yuTLUxHDSlsTJVzmqpmZA9Wz { width:17.5rem;height:2.5996125rem;top:3.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEGGu36Rhhiix4VKtr9aP1f5UuTR5EV { width:17.5rem;height:1.29980625rem;top:6.8125rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isdehDsgRfqkDErdOw34R4BDtqOERhvp { width:18.125rem;height:2.5996125rem;top:15.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2GtIeNkplBgfgTag6xSxVGrMWGJ9ByM { width:18.125rem;height:2.5996125rem;top:25.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ou9UyaqtIX2SHay7c4voiTUwPiVXFT { width:18.125rem;height:1.29980625rem;top:29.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z712Tsd1eEwdEZldn5DCXUtFWy442Zzr { width:18.125rem;height:1.29980625rem;top:32.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CutiDXqRyXCm6toTOCP43JpCdfNgiO8o { width:0.125rem;height:5.0625rem;top:9.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtZhlv7iBZxrVZdfkbrTfozDW4BEOvT3 { width:0.125rem;height:5.0625rem;top:19.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcMsQs4T3kqGgBAP10g9bO8iREnaEAd { width:15.8125rem;height:2.625rem;top:34.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfV5hbtRXf8dVZBwR8Sc4H3F7h9HbO4F { width:15.9375rem;height:1.29980625rem;top:35.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZGiDA5DPF43p8OMwnWf5oC7PDelQZaa { width:15.8125rem;height:2.625rem;top:38.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2qr5Sxrflc6RBUE8FiF8VJnX2BIJoUM { width:15.9375rem;height:1.29980625rem;top:39.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNRi7O9UNNA9Qzw77o6iAb9fh4KoDVUE { width:15.8125rem;height:2.625rem;top:42.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpgrMf0hZ4XAbwkPmObS6M6hvXZUt1iB { width:15.9375rem;height:1.29980625rem;top:43.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 { display:block; }#TJCRvRXQxkAZOyq6xTnZMPTCpPH0baF6 > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwwlw5Zgrs8wKm4c8RD8u6h0AgvARHo9 { width:20rem;height:6rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXTyD3EbD2NXn2L1HxvAXvy6W7FgFH8J { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlZXT1Z1LgMKx86iDOsiDu3Q5lqI3k2P { width:20rem;height:3.65625rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUFNJE93O4U6nrzCuE3NeOlyStFrK67Q { width:19.875rem;height:13.25rem;top:15.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QFQlqpgdWwvOph30ZiFbVAVslDQWRa { width:0.5625rem;height:13.25rem;top:15.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFaT4IBZXNTZLJgpOD8dWkmpPR819y9s { width:13.75rem;height:1.4624rem;top:20.28125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQT9szPB5sknTGGqFEFSAKfXP0FfpoGn { width:19.6875rem;height:3.65625rem;top:22.28125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6DZJGJgKUCeO4pzPQsnQosOTo6ws5VX { display:flex;width:3.125rem;height:3.125rem;top:16.40625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #Pic8GtdA0UVsCysALwUVm4Td4I0OIp1H { width:19.875rem;height:13.25rem;top:30.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0xMtPgF77yKyB4GE8cL9zHeRGWcoZN { width:19.6875rem;height:3.65625rem;top:36.84375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAmMspkhZoiyoaExsHrvy6rXcO2D58LQ { width:16.5625rem;height:1.4624rem;top:34.90625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boohZhVNSJTyGxc9QPsS4TciGN2AHHbG { display:flex;width:2.75rem;height:2.75rem;top:31.15625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #bgfmd3NV3xXPknGmnaeTuwm2m5ILuTCg { width:0.5625rem;height:13.25rem;top:30.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svImCW637TwQeWre6I1lgLNrkTyiglqA { width:19.875rem;height:13.25rem;top:59.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAxT03kU8N9ksNv4f2Ux6nfQeh0kJoxN { width:0.5625rem;height:13.25rem;top:59.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA90PDK4GEU7m1UUH10SWFCLEUuGIE43 { width:19.875rem;height:13.25rem;top:44.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZI7XByRT4tEgTmV1wXFFpMFnMKrZkit { width:19.6875rem;height:3.65625rem;top:66.09375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwwWfA8L68cRRtTxx6uqM6zg9vSNt8qw { width:19.6875rem;height:3.65625rem;top:51.53125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhV50aVcSt9pcbsruzRC1RKOya5PbDg { width:15.75rem;height:1.4624rem;top:49.53125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSByZU3ArICFRMDqO1UtCRDPMgpcVezp { width:13.75rem;height:2.92480625rem;top:64.15625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtBdliyoAiNMfx96xxs7MBLB9Vu2Iy6H { display:flex;width:3.125rem;height:3.125rem;top:60.28125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #iFC0CpSTK84Aw99kA3Jb0RLbnbsEmzLR { display:flex;width:2.75rem;height:2.75rem;top:46.03125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #az2Hxwws7o08a7WVNZ2G4ioOuHJLTLTU { width:0.5625rem;height:13.25rem;top:44.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzR2ak0V30GudhStcAHmEWJnDnyUxhQi { width:19.875rem;height:13.25rem;top:88.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLC76vwPKXyLD5kmKckaJiaus68JbTIv { width:0.5625rem;height:13.25rem;top:88.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WeyVwZVyvgJ91UfrHtgbbqpfnZsVpV { width:19.875rem;height:13.25rem;top:74.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgn9xv4AO2NyAhRMZbxaomKuq4qW8bpw { width:19.6875rem;height:3.65625rem;top:97.96875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu5ZXSgNNc5gww9nzT14E3HcK1avvIVS { width:19.6875rem;height:3.65625rem;top:83.34375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogfaK1BtekBKMFeoJzFy496tk5GTxVmT { width:13.75rem;height:2.92480625rem;top:81.34375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlc1WTLMabEiavrLKUmvXZCLgrbQkfC { width:13.75rem;height:2.92480625rem;top:96.03125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAT9a6ALQistUSadTOZE56LKnAmVif2 { display:flex;width:3.125rem;height:3.125rem;top:92.15625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #baaK6ByXIDqMkBpklaLTabkmowcMiCyq { display:flex;width:3.125rem;height:3.125rem;top:77.46875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #hqKrIF0BsyRLIg2UFnCz8vMOXIx3lb7o { width:0.5625rem;height:13.25rem;top:74.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ { display:block; }#JXTRrl44bA4crb3KRQDlTaF4elKkxdBJ > .row .container { width:20rem;height:304.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THfk1fTwkL9mTSJrDadCuHLhXQPkeH1I { width:18.75rem;height:1.29980625rem;top:26.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IV3elqC7ok24dFxA59dWrr6DRB4nZJwI { width:18.75rem;height:3rem;top:29.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyPEuU1I03sXngDU9oxiRWdBETGqUilt { width:20rem;height:1rem;top:86.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byefuSx60EqkmRz83pPWM6GI03ffyrSn { width:20rem;height:6rem;top:88.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiDe412A72u5RBPTIfARHAZ829OcMFBP { width:20rem;height:3.65625rem;top:95.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlIcctUndVO4Z1aJ3gAcJTiOGRrXKM9J { width:18.5rem;height:45.9375rem;top:103.26855625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5HzpMQ1TB0G1ImSVUucT0RITtCiiT0o { width:5.625rem;height:1.29980625rem;top:104.64355625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oslE6Ifab8l0TR9LTLDPUvhuv5QvcTdJ { width:18.75rem;height:1.29980625rem;top:100.71875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Cx9D4PoKmT5Pq3dDncyKGsQTPkTG2Q { width:12.75rem;height:28.5rem;top:122.70605625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHT0rCbiF60zmf9HWEeo8Ps72v7XNRx4 { width:18.5rem;height:45.8125rem;top:153.1308625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrVKlXLvU1AK0TtfHhk98gsIESh3ri14 { width:15.1875rem;height:4.5rem;top:165.0683625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSPgXcOcAhV3heQl9gKsxhheobXqWUCq { width:5.625rem;height:1.29980625rem;top:159.6308625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHgPMf0ioTJGx0EL4XNgFoVpMu9bT0g { width:18.75rem;height:1.29980625rem;top:150.58105625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTV0n8KsACXyaNrDEANt5cH3sJ3ExFoD { width:18.5rem;height:45.6875rem;top:204.33008125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToAORNaHxPh6cUKDlMTCQZCDAwdxxPF { width:12.75rem;height:34.5rem;top:223.51758125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKTdxkbnePvUR28n6RFBiALVoBknUQgK { width:15.1875rem;height:6rem;top:216.14258125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfQpfcRlJXuURNdyTo0DUVGV89DnoLi { width:18.75rem;height:2.761725rem;top:200.3183625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBS5OhDdorKJUDcCEfkMhTARQwOrTIZ { width:5.625rem;height:1.29980625rem;top:210.70508125rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIzrbZtcuLqsA80aEIa00ipLTnbRozzi { width:18.5rem;height:4.625rem;top:109.39355625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSfJxzwS8sNDTXIOFRnThXh6WzG7saRW { width:18.5rem;height:4.625rem;top:159.1308625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJLxaDWrq5y8T5k94KiK9Tka8La3SVT6 { width:18.5rem;height:4.625rem;top:210.14258125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McfWDbUvaCtWcuF7I41gsUvxMc2AoLfT { width:11.875rem;height:2.11230625rem;top:110.70605625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP5dOAxwv1btTAbbuVLTItLUNVPOnoKD { width:11.875rem;height:2.11230625rem;top:160.44971015625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWfRrNJAu8E2pJX4LoE5ychK8NaPear { width:13.125rem;height:2.11230625rem;top:211.46142890625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq2xGmE6MVEx1m9LftkZuP00GovaA2ex { width:11.5rem;height:2.5rem;top:144.92480625rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkFFr844My6TSG87L0F9QvTmI7WmbVV { display:block; }
 }@media only screen and (max-width: 763px) { #PwgztWuitMlIOI96l7Eyq8QTSKZOlDhw { width:12rem;height:2.5rem;top:194.6621125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCIs59liVFbHc5IcdSaJJOpTAwRaTH76 { display:block; }
 }@media only screen and (max-width: 763px) { #kam3Eg1lOS83bmeoTx2G8gDBK3TGDO02 { width:11.5rem;height:2.5rem;top:245.67383125rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0b31xZKBv7ZLIs9wvnAJvTPN3aON4cq { display:block; }
 }@media only screen and (max-width: 763px) { #M5ITM2aoIgpp3i1oydAUi9iCXgFMkVug { width:18.8125rem;height:2.92480625rem;top:261.817384375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz3IsNL5v5iezFB9xAoCBPFoh1mWdVMT { width:5.625rem;height:1.29980625rem;top:259.267578125rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWo6myBHJA9Wf3vm1DsJiMpJuTaEVCL { width:5.625rem;height:1.29980625rem;top:301.742190625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVOysfHPhLgeLW0cOUELy5s2ipvFGw4 { width:15.3125rem;height:34.5rem;top:265.992190625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkuNsccOfMqDSrekTEErwTcRLccTWFmB { display:block; }#dkuNsccOfMqDSrekTEErwTcRLccTWFmB > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rqwt915GNsOVwnkN05Acob0N0mPbJFel { width:20rem;height:4rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UqfLLKy22TBV0dTFvLyPQA6ui2DOcUmu { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGC9RzGN0yHmyFHogChVLKHTMTsUWnoO { width:20rem;height:3.65625rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thu1NimkzCf5W6JTtPWUSSzVHsnCN0Ne { display:flex;width:3.125rem;height:3.125rem;top:15.65625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IKssKQOeNBkNfa6chCeCDPrUKaw27swS { width:14.375rem;height:7.3125rem;top:36.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akbiJK5LXkI92zcPfhUdQGQ8TbloqTIM { width:14.375rem;height:1.21875rem;top:28.78125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMttcZkvoUyVJuOMgWVSe7iwf7UILdN { width:14.375rem;height:7.3125rem;top:44.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWTNfxKmPqdiOIl5AWCDQAT2bn8xRWwp { width:14.375rem;height:1.21875rem;top:31.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk2VtlVODPuZ0vMtvQTueSxXNcHDZ7TI { display:flex;width:3.125rem;height:3.125rem;top:20.03125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KmoGDX1qHsDq65A4CSfaM69vcolykUyl { width:14.375rem;height:6.09375rem;top:53.3125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqZcSKwOFk2OMZAJhxkMgGi4mF6qFUbb { width:14.375rem;height:1.21875rem;top:33.71875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8TyetiQpm9P2nSlzHXy3Iiwuv9FGWnZ { display:flex;width:3.125rem;height:3.125rem;top:24.40625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA { display:block; }#i8QLdXpyiyo9vrR0iXB75Karbiz1X8wA > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smsThdWUuZfoTb6GQvoA7oeFWpBEGZQW { width:20rem;height:6rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMfWfH6dJXUAtzE5pemlfa5xzvkAfCvh { width:20rem;height:4.875rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOsTWOXPt58F7JKxRNDJiO4Pyk39et7J { width:19.875rem;height:13.25rem;top:15.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMfr2uvgPCXT1oyocezryduNF9i6krSZ { width:13.75rem;height:1.4624rem;top:20.28125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENLsI63Oy5ae9JHaIHcS5N8qaQ7A1BcL { width:19.6875rem;height:2.4375rem;top:22.28125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGts4fM2s5eroZlfhBmIyxJz5QcVRTAN { width:11.75rem;height:2.625rem;top:32.83105625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkX55vEo85m5PFmycwpi8GisEgNbfCb5 { width:15.9375rem;height:1.29980625rem;top:30.28125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrgVoxiMJtOOT9CWmMqWwVHpCmAKyLv { display:flex;width:1.75rem;height:1.75rem;top:33.33105625rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #NhhwqB4JJS6fxoEI2P0hZqRHdndaz3eo { width:19rem;height:3.875rem;top:57.46679375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3510DXmTc1nASTSxUs9PtNQLOuBNrb { display:block; }
 }@media only screen and (max-width: 763px) { #phU5TzzRz3H0PkloMD9LapshrKNFc9RD { width:16.75rem;height:1.4624rem;top:43.08105625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJIxL9VuOLaywvtbq2QbSKFvuAaFcOp { width:18.75rem;height:1.4624rem;top:48.91796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNJU0NfLBKTutktKvn0OKToBsrlE5TV { width:18.75rem;height:1.4624rem;top:54.75488125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGe6D6SoiOJftycbluo6W8PnlX4lap8p { display:flex;width:1.875rem;height:1.875rem;top:36.83105625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #uO55lUXbN5dx6oAX6LKxCVlpgA4cWqBs { display:flex;width:1.875rem;height:1.875rem;top:39.95605625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #CkAMUfDAhbN0XnDX5WsN7fPZDVlu1Vn6 { display:flex;width:1.875rem;height:1.875rem;top:45.79296875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #odCGMXrw91TtKZq7McCxyXFGuM8PHOKl { display:flex;width:1.875rem;height:1.875rem;top:51.62988125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm { display:block; }#RnLoi6OuDtvTU0qQLgOuL7HAoAnxFQWm > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFmk9z5kA2RVika5KusyFHMwbIwJOmAt { display:flex;height:auto;width:17.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #e1XdWf7zXZtLwRmWC7NrrvPCgirNC4w7 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #WTcNWuKtXK6fL5RgtNeVskMTHlWzOt3O {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UzW2EpDEV4cQQW535xQV0KuzJR8zayC4 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #V0tK7an6kpxwmpP0mVTvdz29bIaEFUda {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UnHcREyxMLpoGidqW5L8OJHsGeNQf9gs {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #vsvMh3gwVfA0bSRXudx23VKdT0JCV7cu {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #uGzJXcPMBQNlw9CZHTLyDb8G2KDr6TBT {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #FCM8u3IM2zV3Ke8grXUuCmW6FtNSqtfW {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #eLyLlniFlcB0rDnwn2gMmDpwWpwhWxCJ {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #MFEgTUuT0vcNtNLXrfdi4l86t1zFL74T {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #dsAZyPHci2yNwtQ4GQzKIr9uX43y8X1E {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #JJtsoHiZs5E1of6NvkTrTsgPmd1Ws2cs {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #mCZRQtiSC6aOPuRxHIsS33QGXeydwnfZ {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #g9npkiIfKGuIsxriuaVxG5bave22g4wy {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #ibicfgG0EaBmxvgp64rWTlaTaetOKL6V {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GC41NgZJZFlHS36TWUO9dDQ82ROmTsAh {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #R1lB79RfEARidiIQ8i7GFTFGAKL125gz {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #D06QXKSxGi6R0qid6REM8VpNKi1orWLt {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #pHKkDqBvQhsMTTuF1K2peKf5dWHMsuU2 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #UhoUWv7kCUV78725VuczNl9T4tvduR4r {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #HVUTOwNSy6yXzAhCPRg9KbfLV4XnEOPZ {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #zvUGxZdQeURqG0cJy6wEGEfhxtMJDBrr {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #xNNQvsX3cNRrT0GSqy5OpFkitqxKg74F {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #M56KuW2hQbVsJsxICr1rv5KC0wIT0fiy {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #Cq0lwxWGUB6feDczbSBDEmrtGGPsppPM {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #yl9KdCAIRgh5wbTktPksJFsOxm85HBIT {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #mMtTzwGhhQ3EqGtqDg5Wi6UAbnag3I97 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #Wtrr8A73czvp2IcDE5Hyof51hMcGuXMu {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #IdvbS3gc6b4Vu4vp11lmbfsLvgsvtS5b {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #w1X8BVUkTQR1SkqOaT9Dll01dP8Bgigs {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #McTLd6sevDOKtendgEgC3qFmWCkn0CVo {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #A1TQnPIw84N1wA4PGCZUUbVGmPdvnNAP {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #G0oo25ZzGF3iIzrRIgCUlfCJNEZI3zWl {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #CXo4VgLpa2IKue2kRSQ7PAnJT0Chvc1w {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #VRo4EgGSUe8VX08123g8gmJS7fFzGciA {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #HyFQlKTRTx3gk6Q64StmTOVINAWJRXQB {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GOQKtgWL0h3s1zseLeUbh5M5tRmrRqTT {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #SB1A4uUQ3UboMBTmvb6ydN36PUBQBMxg {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #GkH8gpVD8i8PouggbLN7azmlck8T5ZH5 {  }
 }@media only screen and (max-width: 763px) { #uFmk9z5kA2RVika5KusyFHMwbIwJOmAt #QVzvzpmf733ukUGsWwr81A2CyGxu4cIg {  }
 }@media only screen and (max-width: 763px) { #FmGKUfKLgaNIM1D5XHVIKXQSI4gUDptJ { width:20rem;height:1rem;top:86.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhG4lTmTf2iwOvrK0wAaGwpWaPkXVVof { width:20rem;height:4rem;top:89.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm { display:block; }#XXfpl8QG4DIaoZSbKpKrZ2k1fcwTIURm > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bix6QZ5ZqQT4hTTSTmKOnua22T07MzOe { width:20rem;height:6rem;top:3.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XILTeME242AR76srKcLSd60nrTr9gZ0w { width:20rem;height:3.65625rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGrcawqCUwC8MmVOp8TNFEdWbleKXvQb { width:20rem;height:2.4375rem;top:20.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT03hpWsoHH3w9f3iEHp5kTt334wFNIn { width:19rem;height:3.875rem;top:15.65625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3EQI0kyUZCdDZ6TOsNTMkEH2OaTVXKT { display:block; }
 }@media only screen and (max-width: 763px) { #vTsB11ObWaNg0BeIwISKvbTESzMUmZvL { display:block; }#vTsB11ObWaNg0BeIwISKvbTESzMUmZvL > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJl6BR3yp1RaqCoTU8yVE6HrsvFMm9vR { width:20rem;height:1.21875rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vRfGTTQR65brKX0LdALGgD7IOgrAix { width:19.5625rem;height:1.21875rem;top:24.792975rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1EhCwTDeFnfEoqpGB9gurQ32VbsLvNo { width:4.375rem;height:1.29980625rem;top:13.21875rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZwMncPEZPv4e5bU7cHk2km1IGvtec9 { width:4.6875rem;height:1.29980625rem;top:14.59375rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKkwWQyPB04c3OK8UrL5loaTpMdTKppp { width:4.6875rem;height:1.29980625rem;top:17.14355625rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioP1eXSfEOhRzs8lp4TEbMBmFz5mDmDv { width:4.375rem;height:1.29980625rem;top:19.6933625rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti65nLi8cP3eC2eHAH3I9gn75gT4CxoR { width:4.6875rem;height:1.29980625rem;top:22.24316875rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }