.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:226,234,234;--color-primary-1:167,192,191;--color-primary-2:109,150,148;--color-primary-3:65,90,89;--color-primary-4:11,80,77;--color-secondary-0:219,241,217;--color-secondary-1:135,208,128;--color-secondary-2:15,160,0;--color-secondary-3:8,80,0;--color-secondary-4:2,24,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:60,60,60;--headlines-font-family:"Montserrat";--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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b096d460-ce72-47cd-a4ac-d9950c5507c8/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf.adaptive-delivery-prevent-bg, #SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf.lazyload, #SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf.lazyloading { background-image: none; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container { background-color: transparent; background-image: none; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container > .video-iframe-container { display: none; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row > .video-iframe-container { display: none; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .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); }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container { border-width: 0; border-radius: 0; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#DBUaDxiwAVa5OmQiUytVlseEcSTc72fI { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.248046875rem;left:10.375rem;height:;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;font-style:normal;display:block; }
#U94NKeuZ2NZz395k3nuLdLOPTz8fIPOF { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.625rem;left:8.6240234375rem;height:3.8984375rem;font-style:normal;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; }
#Q28FcvxDIDzRSTeKtseqeGFmI6D4EliP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(6,76,5,0.71) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.249375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.5625rem;left:18.875rem;display:block; }
#U5kXiydMRF78gTQAhbV2Lo1r28wcqipr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8bBahidrAlLGoiCm3TdQqRv4rXkz4dL { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:12.25rem;left:11rem;height:1.5rem;font-style:normal;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; }
#WKoiUJReBnxteG3ZX1FFKhVTe7ffaGJc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:21.625rem;height:1.0556625rem;display:block; }
#epT4S6uveV18rR1TCV6Uc1kByxHQuAVc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:36.3125rem;left:20.625rem; }
#StBqgSsRfPgFfU5vy6NP6kbepnTQLXOI { 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:9.6875rem;width:9.6875rem;top:1rem;left:25.15625rem;overflow:hidden;display:block; }
#b58vdXMI3AzaCvx407knFuJ1RZgJXV3N { color:rgba(var(--color-primary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:40.5rem;left:21.5625rem;height:1.5rem;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;font-style:normal;display:block; }
#G8IftxruHn7652VFy0I4DEvavwohUTro { box-sizing:content-box;height:2.3125rem;width:19.0625rem;position:absolute;display:block;z-index:15011;background-color:#f4f0e4;background-image:none;top:40.125rem;left:20.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr { position:relative;display:block; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr { background-color: transparent; background-image: none; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .row .container > .video-iframe-container { display: none; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .row > .video-iframe-container { display: none; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .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); }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr { border-width: 0; border-radius: 0; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .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; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .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:14.1875rem;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; }#PMy4pXTVEem6m2JgCFKswkDkofOrEWes { color:rgba(var(--color-primary-4),1);display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.375rem;left:9.28125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ak1GSCITTAFeM4LsQp0u3ShWBxJCAsMF { color:rgba(var(--color-tertiary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:9.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ { position:relative;display:block; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ { background-color: transparent; background-image: none; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .row .container > .video-iframe-container { display: none; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .row > .video-iframe-container { display: none; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .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); }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ { border-width: 0; border-radius: 0; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .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; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .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:20.875rem;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; }#sFv8MBNJTIETZo7dQhnFd6CaG5ieTE4C { box-sizing:content-box;height:17.125rem;width:19rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:8.8427734375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.33) ;display:block; }
#IepgyUd9sOlwyO7zUJk5d1hcleuyTxtq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.311525rem;width:2.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.375rem;left:17.1875rem; }
#TTAMIt6lSUwQ4JmXFiqUvHbJZABEXoXL { color:rgba(var(--color-primary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:7.25rem;left:10.875rem;height:3.75rem;font-style:normal;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; }
#ADcrTHFBPTfzVXiUTC1iLHfBBRUvQaqe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:11.5rem;left:10.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zq7e4FB3CIeC8Mw447Jip3uEI49Tw0MA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.311525rem;width:2.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:40.75rem; }
#KevySQbTEBIxKo2HmNn1vvtUn4ZwEqSi { color:rgba(var(--color-primary-4),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7.25rem;left:34.75rem;height:3.75rem;font-style:normal;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; }
#exFmGTmhctN9RWolKvopetlPpmuWKX28 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:11.5rem;left:34.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhU3cOXO0SkAf7RyeUi5ducyZCi3t9oP { box-sizing:content-box;height:17.125rem;width:19rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:32.4052734375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.33) ;display:block; }
#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv { position:relative;display:block; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv { background-color: transparent; background-image: none; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .row .container > .video-iframe-container { display: none; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .row > .video-iframe-container { display: none; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .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); }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv { border-width: 0; border-radius: 0; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .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; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .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:9.1875rem;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; }#h3tF9WZCuUERdWQwVZa9bknWFGAKW7Jm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(6,76,5,0.71) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.2480625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:18.875rem;display:block; }
#SBxVdaJkJ2RcAVt2IG0N8HJbTL2uBCgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXUfOIfuc9D8JVeb9oMTiGFZXgwEbKpG { color:rgba(var(--color-primary-4),1);display:block;width:17.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:21.625rem;height:1.0556625rem;display:block; }
#qxhSdOSXdlXtET9I42awzNR0PRIIzh1I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.874025rem;width:0.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6rem;left:20.625rem; }
#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86a056;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; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container { background-color: transparent; background-image: none; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container > .video-iframe-container { display: none; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row > .video-iframe-container { display: none; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .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); }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container { border-width: 0; border-radius: 0; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#vvJJClpmlnfT8cfT3f1yag36rDD0e7tV { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:2.6875rem;left:19.0625rem;height:2.25rem;font-style:normal;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; }
#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#86a056;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; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container { background-color: transparent; background-image: none; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container > .video-iframe-container { display: none; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row > .video-iframe-container { display: none; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .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); }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container { border-width: 0; border-radius: 0; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:60rem;position:relative;display:block; }#ybkVl1LUD01bZ60D5DqLAwzNPtJ34G64 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:3.75rem;left:13.1875rem;overflow:hidden;display:block; }
#J1KInTazP8Vtqe333gHibT86PtBICV2Z { box-sizing:content-box;height:12.0625rem;width:12.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:transparent;background-image:none;top:3.1875rem;left:12.625rem;border-top:0.0625rem solid #0c6a65;border-left:0.0625rem solid #0c6a65;border-right:0.0625rem solid #0c6a65;border-bottom:0.0625rem solid #0c6a65;display:block; }
#HL8NpCTQvlBK3OF2TEuM0M72rd9b14bE { box-sizing:content-box;height:15.3125rem;width:38.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:10.9375rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
#qXdoTfyZPHWH5M03cRclPGIoWq5Arc0N { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:9.1875rem;left:26.875rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPUg9SDT1VRfXihm9AJRrVNX7OHqd7yR { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:6.6875rem;left:26.875rem;height:1.875rem;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; }
#cxEkNKdRNFCfyxSqAGuncTAhikHAw7BJ { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:20.0625rem;left:13.1875rem;overflow:hidden;display:block; }
#BapUWlVhohzv3gFxbf4LxrhH6UgZhbnV { box-sizing:content-box;height:12.0625rem;width:12.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:transparent;background-image:none;top:19.5rem;left:12.625rem;border-top:0.0625rem solid #0c6a65;border-left:0.0625rem solid #0c6a65;border-right:0.0625rem solid #0c6a65;border-bottom:0.0625rem solid #0c6a65;display:block; }
#NCLLKtNbtgpy33ClHay8aunV4Qgqwtv3 { box-sizing:content-box;height:15.3125rem;width:38.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.9375rem;left:10.9375rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
#TuvQz4iWxE8HtkTvdRRgTobK4zGbvuCi { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:24.875rem;left:26.875rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlhoKGq6AgEIfDqRmx73I0cKqOKHc0ma { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:22.375rem;left:26.875rem;height:;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; }
#RfzkT2ccusBpfM8Jtt65PuP7BOlMXbMD { box-sizing:content-box;height:15.3125rem;width:38.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.25rem;left:10.9375rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
#GTecfb49UiUDLAtQ6X26Z055mqPDbwJ6 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:36.375rem;left:13.1875rem;overflow:hidden;display:block; }
#tcxGxD3PqdUNue5SU0RqXH8WeRO492AL { box-sizing:content-box;height:12.0625rem;width:12.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15080;background-color:transparent;background-image:none;top:35.8125rem;left:12.625rem;border-top:0.0625rem solid #0c6a65;border-left:0.0625rem solid #0c6a65;border-right:0.0625rem solid #0c6a65;border-bottom:0.0625rem solid #0c6a65;display:block; }
#WLKN8M54rotVeuV8vkOwPz0a2nhkyZ81 { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:40.5rem;left:26.875rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTXHmfWZLpXX1cLM7JUZ3QhTlmmU1fQe { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:38rem;left:26.875rem;height:1.875rem;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; }
#sfkClTPN5wJVw1vVTxcqyuLLw6PtgtFW { box-sizing:content-box;height:15.3125rem;width:38.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.5625rem;left:10.9375rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
#ZWDsI3VbTfTzfQJ4lbNQu5CTv2ezhRnT { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:52.6875rem;left:13.1875rem;overflow:hidden;display:block; }
#wcqx5plKiOe1TD7lViynvfh4APmrU8O1 { box-sizing:content-box;height:12.0625rem;width:12.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:transparent;background-image:none;top:52.125rem;left:12.625rem;border-top:0.0625rem solid #0c6a65;border-left:0.0625rem solid #0c6a65;border-right:0.0625rem solid #0c6a65;border-bottom:0.0625rem solid #0c6a65;display:block; }
#NMfTGkUbwbFZzQxcGSJF61hn38mnvf7U { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:56.75rem;left:26.875rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6RTfpE87SfGLmIliFpZVMvWGyeUfQQt { color:rgba(var(--color-primary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.2;letter-spacing:0;top:54.25rem;left:26.875rem;height:1.875rem;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; }
#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG { 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; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container { background-color: transparent; background-image: none; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container > .video-iframe-container { display: none; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row > .video-iframe-container { display: none; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .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); }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container { border-width: 0; border-radius: 0; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container { font-size:0.875rem;font-family:arial;height:109.1875rem;width:60rem;position:relative;display:block; }#pTCgUBK3cUBH8yM2lSG04bA6qN8aWCyK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.375rem;top:73.375rem;left:3.8125rem;overflow:hidden;display:block; }
#MCOHTxHZld7rfKr082Mz2Is5JLZXkatF { box-sizing:content-box;height:15rem;width:41.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;top:73.375rem;left:15.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B5BDgve4gD6GyGnOpV20TbnhOi5zQUvT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:75.9375rem;left:24.4375rem;height:1.94921875rem;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; }
#bFp2ULEzT4V0NsD2igPhC2HVMELS5p6q { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:79.125rem;left:24.4375rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxcQogJETqMVrD3LPSClF64MhgpAn3p3 { box-sizing:content-box;height:15rem;width:41.1875rem;position:absolute;display:block;z-index:15005;background-color:#0c6a65;background-image:none;top:6.8125rem;left:15.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FTxEORMDWFWQhvHxX6nUOGNToEbFzffT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.25rem;top:6.8125rem;left:3.8125rem;overflow:hidden;display:block; }
#T2kRvLvSN0WCtP95TIfqWUTcky01G7bi { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:12.5625rem;left:24.4375rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrziTLP7AqsTkAxPKndlvPSInJaxZUOp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:9.375rem;left:24.4375rem;height:1.94921875rem;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; }
#MIPDbMqAWGJXKwTRpRXWpD6A2VVOzEdK { box-sizing:content-box;height:15rem;width:41.1875rem;position:absolute;display:block;z-index:15009;background-color:#0c6a65;background-image:none;top:90.125rem;left:15.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gG7CvUU9RgAllAJzXsM9qp8g8972LIv3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:18.25rem;top:90.125rem;left:3.8125rem;overflow:hidden;display:block; }
#T4Wp4LBzLwWRU1rr656Frk0nDlsMgN2V { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:95.875rem;left:24.4375rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W4R6MhUB3DWp5cmHHCulcL0ElpQZML0i { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4985rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:92.6875rem;left:24.4375rem;height:1.94921875rem;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; }
#lNqfI1T10PzXaFnRL0fKafzBfoRG15CH { box-sizing:content-box;height:15rem;width:41.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.1875rem;left:15.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dwV2S26hfTM3rXTmkIu8TDo2zUQsatPh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.25rem;top:23.1875rem;left:3.8125rem;overflow:hidden;display:block; }
#stOaXXi66RQ1hIkMVuTuDTXLzOycJmpd { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:28.9375rem;left:24.4375rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOVtiMywyTDRToe0Cd8WqJ9l2gmecXTw { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:25.75rem;left:24.4375rem;height:1.94921875rem;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; }
#PZeozXo6NTzWdV5qX1vazQ2MWyfNm1Jt { box-sizing:content-box;height:15rem;width:41.1875rem;position:absolute;display:block;z-index:15017;background-color:#0c6a65;background-image:none;top:39.75rem;left:15.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VFX7AywRzz2NE2QSn546D4zlKTAspmCs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.25rem;top:39.75rem;left:3.8125rem;overflow:hidden;display:block; }
#Fzp7HcsU3umnRhgk2n7bDQoWEHCI1E5E { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:45.5rem;left:24.4375rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWTL61lq5edM3TsypbNIS3nJ94oPxOl4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:42.3125rem;left:24.4375rem;height:1.94921875rem;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; }
#CmF0VeydECfPiw8F1FsPRCUJmQoCvBau { box-sizing:content-box;height:15rem;width:41.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:56.4375rem;left:15.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HF18c5liGW2KfniaiDCTM8ZsSIGLFtiF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.25rem;top:56.4375rem;left:3.8125rem;overflow:hidden;display:block; }
#guA3pTQcPTaUvquqnzJRE1ngOinCH8ac { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:62.1875rem;left:24.4375rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTaegriW3rtb9ssx9CMugmGTGMuopzam { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4985rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:59rem;left:24.4375rem;height:1.94921875rem;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; }
#ZAJcBeeaUq3Jx2Mxxz82faZZH3NxSQQh { color:rgba(var(--color-primary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container { background-color: transparent; background-image: none; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container > .video-iframe-container { display: none; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row > .video-iframe-container { display: none; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .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); }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container { border-width: 0; border-radius: 0; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#CpHJCC5nUBqt0bqKg8W8VeqdHccFhrWM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:2.494140625rem;left:21.75rem;height:2.25rem;font-style:normal;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; }
#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container { background-color: transparent; background-image: none; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container > .video-iframe-container { display: none; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row > .video-iframe-container { display: none; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .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); }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container { border-width: 0; border-radius: 0; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#CeOP2H7CFqiqrcOxoEbv15kDAyVt5xeH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:6.875rem;left:1.875rem;height:3.298825rem;font-style:normal;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; }
#hWlndnpNKMCBifGXDguGzAir4D4OHunu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12435rem;width:4.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.9296875rem;left:5.4365234375rem; }
#UVTct8Kkh8KhEHzGmfoZI5GzmErKksMd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:11.0625rem;left:1.375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X66IvgymByxrOQyJ03pWLwQ3hL27u2au { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:6.8740234375rem;left:16.875rem;height:3.298825rem;font-style:normal;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; }
#svU2FAqhFTIx9f3S0t6x2NVJPpGLUrOn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18728125rem;width:4.18728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.9013671875rem;left:20.404296875rem; }
#nG1BtLyAFOe3geDMOndmuRGwpOtAcRoB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:11.0625rem;left:16.4375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfZKwTzpuT2XNrkKdb2QKmJObaTum8ar { color:rgba(var(--color-tertiary-0),1);display:block;width:10.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:6.8740234375rem;left:32.3740234375rem;height:3.298825rem;font-style:normal;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; }
#BgDK9xsXXaVKSf3wvTyMRmRzp72QWi54 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.87478125rem;width:3.87478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:2.0576171875rem;left:35.560546875rem; }
#TyGtN9TVsvQ4C6kTtdcNFA7yaLXT671w { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:11.0625rem;left:31.4375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvgft44os5AGOBhfSAsWt0fpASIAfpin { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:6.8740234375rem;left:46.875rem;height:3.298825rem;font-style:normal;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; }
#KuMagOAsRRWkRoFgZ4R1JA9St3fGaVg9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:2.12109375rem;left:50.625rem; }
#MM2MTacbJDRDsMND67rUh9xC6hoCBhow { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:11.0625rem;left:46.4375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 { 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; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container { background-color: transparent; background-image: none; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container > .video-iframe-container { display: none; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row > .video-iframe-container { display: none; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .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); }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container { border-width: 0; border-radius: 0; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#AOf4yRdns7PPveV0efrSioyh51TuTqmb { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:5rem;left:30.9375rem;height:7.21875rem;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; }
#Dy7UExig18NbrsTfBTZPzrTysIm4px9C { color:rgba(var(--color-primary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:13.5625rem;left:30.9375rem;height:14.8457rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPfgPaBKKBNcNPmXrbW13MCMabvi9Ao8 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.186875rem;width:27.874375rem;top:2.625rem;left:2.1875rem;overflow:hidden;display:block; }
#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww { 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; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container { background-color: transparent; background-image: none; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container > .video-iframe-container { display: none; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row > .video-iframe-container { display: none; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .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); }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container { border-width: 0; border-radius: 0; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#AJEoxhxGkxLnep6BrH2fKTaRzqzsts7N { position:absolute;display:block;z-index:15000;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;height:31.1875rem;width:17.5625rem;top:6.75rem;left:3.4375rem;overflow:hidden;display:block; }
#JRVvhTKXLVe3En78lWxg8ty7mHzHhdBf { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.1875rem;left:21.75rem;height:2.0625rem;font-style:normal;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; }
#tFOUZ2BG1sBNHapnGEUteCqDtCbvD1Tu { position:absolute;display:block;z-index:15001;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;height:15.375rem;width:16.875rem;top:6.75rem;left:22.1875rem;overflow:hidden;display:block; }
#Ez8rIBTcqvDTMMLh5WK2DaqnSygZu4bz { position:absolute;display:block;z-index:15002;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;height:15.375rem;width:16.875rem;top:22.75rem;left:22.1875rem;overflow:hidden;display:block; }
#N3U2MKulVcflPvTFzJhezg1Vy6yrIItx { position:absolute;display:block;z-index:15003;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;height:15.375rem;width:16.875rem;top:6.75rem;left:39.6875rem;overflow:hidden;display:block; }
#qppt2AG1q5EOVhcPiT5tknorHXIRo22h { position:absolute;display:block;z-index:15004;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;height:15.375rem;width:16.875rem;top:22.75rem;left:39.6875rem;overflow:hidden;display:block; }
#bsrA2Vaw6zcv7WKNSimyOgHL6q2v1QKc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:36.0625rem;left:3.96875rem;height:1.3056625rem;font-style:normal;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; }
#afQVuzph9pVkR8mUacCUClHOWPGouVB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:20.0625rem;left:22.625rem;height:1.3056625rem;font-style:normal;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; }
#sQsyEdEoNW5zZ4Frf6Hkv9B6ELk8RGTi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:35.5625rem;left:23.1875rem;height:2.375rem;font-style:normal;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; }
#WKDF17RHfeShBAFUlWGzRR6TXlIKBM20 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:19.4375rem;left:41.53125rem;height:2.375rem;font-style:normal;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; }
#HKczC2w6yK6SLcWZzCF7bzi9iJ2Ql2Qg { box-sizing:content-box;height:3.1875rem;width:16.875rem;position:absolute;display:block;z-index:15046;background-color:#0c6a65;background-image:none;top:19rem;left:39.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:0rem;display:block; }
#hGrhTF7bMAs4LbaVkPWDsQVNsmgCunxb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:35.5625rem;left:41.53125rem;height:2.375rem;font-style:normal;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; }
#AoCUe07hdwzCXiCC1anBTsFDSPJTEERG { box-sizing:content-box;height:3.1875rem;width:16.875rem;position:absolute;display:block;z-index:15047;background-color:#0c6a65;background-image:none;top:19rem;left:22.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:0rem;display:block; }
#mqaGrveWdpcuRr46gQyz9NSxPvnZay1p { box-sizing:content-box;height:3.1875rem;width:16.875rem;position:absolute;display:block;z-index:15048;background-color:#0c6a65;background-image:none;top:35.0625rem;left:22.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:0rem;display:block; }
#oQ4ufqmWbCUlVRZzcPVWEprDEsHyzHu4 { box-sizing:content-box;height:3.1875rem;width:16.875rem;position:absolute;display:block;z-index:15049;background-color:#0c6a65;background-image:none;top:35.0625rem;left:39.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:0rem;display:block; }
#GmQoIVhM5bW2tTBsagZoPsUCbqhrl4xC { box-sizing:content-box;height:3.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15050;background-color:#0c6a65;background-image:none;top:35.0625rem;left:3.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:0rem;display:block; }
#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container { background-color: transparent; background-image: none; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container > .video-iframe-container { display: none; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row > .video-iframe-container { display: none; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .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); }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container { border-width: 0; border-radius: 0; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;position:relative;display:block; }#BVzDoCEMVVXQQ3edvcGUbtI7v76HOIqL { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:7.0625rem;left:12.5rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwi2clvcpZWEkQ6wSarPSAGkSruowG9n { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(6,76,5,0.71) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.249375rem;height:3.81185rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.75rem;left:18.875rem;display:block; }
#JhvadV5ru8ChlDe2yrllbT0npb5CgETJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBROfuEGzMUGm0T1bJv1CZSoDMVXlmk1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:21.625rem;height:1.0556625rem;display:block; }
#heMMnQt51XW0dKRhJd6ddFmTax1XTzTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.87456875rem;width:0.87456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.625rem;left:20.625rem; }
#Rx2CILSpnnCKuwUvAZFGPWbcEqmeTa5z { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:3.9375rem;left:9.7490234375rem;height:2.25rem;font-style:normal;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; }
#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk { 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; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container { background-color: transparent; background-image: none; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container > .video-iframe-container { display: none; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row > .video-iframe-container { display: none; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .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); }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container { border-width: 0; border-radius: 0; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#qPcKPQ6Ikuytvzu69R2wTqiBklNfDpmw { color:rgba(var(--color-primary-4),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:3.3125rem;left:35.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LXQuLUd43fmtpB3wXXTWzSNmCiXo31Fb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:3.3125rem;left:33.125rem; }
#iBTcTob5rWdBM0CeHvtFMVt1b46WF4mz { color:rgba(var(--color-primary-4),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:6.875rem;left:33.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6eopVZIUosUo0a28JgNgH90vTElFqnH { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:2.03125rem;left:11.625rem;overflow:hidden;display:block; }
#Su8nHonQF4UD7Woixv2wsWBG4SWrg7kc { background-color:#d83333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.81185rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.625rem;left:33.125rem;display:block; }
#t7Xk8pzXeewE3qTsGHX9fLelQZZ1SJCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf { display:block; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBUaDxiwAVa5OmQiUytVlseEcSTc72fI { width:39.25rem;height:;top:15.1875rem;left:4.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94NKeuZ2NZz395k3nuLdLOPTz8fIPOF { width:43.75rem;height:3.875rem;top:24.625rem;left:2.4990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q28FcvxDIDzRSTeKtseqeGFmI6D4EliP { width:22.25rem;height:3.75rem;top:31.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5kXiydMRF78gTQAhbV2Lo1r28wcqipr { display:block; }
 }@media only screen and (max-width: 763px) { #s8bBahidrAlLGoiCm3TdQqRv4rXkz4dL { width:37.875rem;height:;top:12.25rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoiUJReBnxteG3ZX1FFKhVTe7ffaGJc { width:17.6875rem;height:1rem;top:36.25rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epT4S6uveV18rR1TCV6Uc1kByxHQuAVc { width:0.875rem;height:0.875rem;top:36.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StBqgSsRfPgFfU5vy6NP6kbepnTQLXOI { width:9.6875rem;height:9.6875rem;top:1rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58vdXMI3AzaCvx407knFuJ1RZgJXV3N { width:16.875rem;height:1.5rem;top:40.5rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8IftxruHn7652VFy0I4DEvavwohUTro { width:19.0625rem;height:2.3125rem;top:40.125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr { display:block; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMy4pXTVEem6m2JgCFKswkDkofOrEWes { width:41.4375rem;height:6.75rem;top:2.375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1GSCITTAFeM4LsQp0u3ShWBxJCAsMF { width:41.75rem;height:3.25rem;top:9.875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ { display:block; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFv8MBNJTIETZo7dQhnFd6CaG5ieTE4C { width:19rem;height:17.125rem;top:1.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IepgyUd9sOlwyO7zUJk5d1hcleuyTxtq { width:2.25rem;height:2.25rem;top:4.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAMIt6lSUwQ4JmXFiqUvHbJZABEXoXL { width:14.9375rem;height:3.75rem;top:7.25rem;left:7.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADcrTHFBPTfzVXiUTC1iLHfBBRUvQaqe { width:15rem;height:4.5rem;top:11.5rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq7e4FB3CIeC8Mw447Jip3uEI49Tw0MA { width:2.25rem;height:2.25rem;top:4.375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KevySQbTEBIxKo2HmNn1vvtUn4ZwEqSi { width:14.25rem;height:3.75rem;top:7.25rem;left:25.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exFmGTmhctN9RWolKvopetlPpmuWKX28 { width:14.25rem;height:4.5rem;top:11.5rem;left:25.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhU3cOXO0SkAf7RyeUi5ducyZCi3t9oP { width:19rem;height:17.125rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv { display:block; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3tF9WZCuUERdWQwVZa9bknWFGAKW7Jm { width:22.25rem;height:3.75rem;top:1.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBxVdaJkJ2RcAVt2IG0N8HJbTL2uBCgt { display:block; }
 }@media only screen and (max-width: 763px) { #SXUfOIfuc9D8JVeb9oMTiGFZXgwEbKpG { width:17.6875rem;height:1rem;top:5.9375rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhSdOSXdlXtET9I42awzNR0PRIIzh1I { width:0.8125rem;height:0.8125rem;top:6rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG { display:block; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvJJClpmlnfT8cfT3f1yag36rDD0e7tV { width:21.875rem;height:2.25rem;top:2.6875rem;left:12.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX { display:block; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybkVl1LUD01bZ60D5DqLAwzNPtJ34G64 { width:11.0625rem;height:11.0625rem;top:3.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1KInTazP8Vtqe333gHibT86PtBICV2Z { width:12.0625rem;height:12.0625rem;top:3.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8NpCTQvlBK3OF2TEuM0M72rd9b14bE { width:38.125rem;height:15.3125rem;top:1.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXdoTfyZPHWH5M03cRclPGIoWq5Arc0N { width:19.75rem;height:2.6875rem;top:9.1875rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPUg9SDT1VRfXihm9AJRrVNX7OHqd7yR { width:12.1875rem;height:1.875rem;top:6.6875rem;left:20.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEkNKdRNFCfyxSqAGuncTAhikHAw7BJ { width:11.0625rem;height:11.0625rem;top:20.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BapUWlVhohzv3gFxbf4LxrhH6UgZhbnV { width:12.0625rem;height:12.0625rem;top:19.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLLKtNbtgpy33ClHay8aunV4Qgqwtv3 { width:38.125rem;height:15.3125rem;top:17.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvQz4iWxE8HtkTvdRRgTobK4zGbvuCi { width:19.75rem;height:4rem;top:24.875rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhoKGq6AgEIfDqRmx73I0cKqOKHc0ma { width:12.1875rem;height:;top:22.375rem;left:20.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfzkT2ccusBpfM8Jtt65PuP7BOlMXbMD { width:38.125rem;height:15.3125rem;top:34.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTecfb49UiUDLAtQ6X26Z055mqPDbwJ6 { width:11.0625rem;height:11.0625rem;top:36.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcxGxD3PqdUNue5SU0RqXH8WeRO492AL { width:12.0625rem;height:12.0625rem;top:35.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKN8M54rotVeuV8vkOwPz0a2nhkyZ81 { width:19.75rem;height:5.375rem;top:40.5rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXHmfWZLpXX1cLM7JUZ3QhTlmmU1fQe { width:19.125rem;height:1.875rem;top:38rem;left:20.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkClTPN5wJVw1vVTxcqyuLLw6PtgtFW { width:38.125rem;height:15.3125rem;top:50.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWDsI3VbTfTzfQJ4lbNQu5CTv2ezhRnT { width:11.0625rem;height:11.0625rem;top:52.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqx5plKiOe1TD7lViynvfh4APmrU8O1 { width:12.0625rem;height:12.0625rem;top:52.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMfTGkUbwbFZzQxcGSJF61hn38mnvf7U { width:19.75rem;height:5.375rem;top:56.75rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6RTfpE87SfGLmIliFpZVMvWGyeUfQQt { width:12.8125rem;height:1.875rem;top:54.25rem;left:20.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG { display:block; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTCgUBK3cUBH8yM2lSG04bA6qN8aWCyK { width:18.375rem;height:15rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCOHTxHZld7rfKr082Mz2Is5JLZXkatF { width:41.1875rem;height:15rem;top:73.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5BDgve4gD6GyGnOpV20TbnhOi5zQUvT { width:22.6875rem;height:1.9375rem;top:75.9375rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFp2ULEzT4V0NsD2igPhC2HVMELS5p6q { width:29.0625rem;height:6.6875rem;top:79.125rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxcQogJETqMVrD3LPSClF64MhgpAn3p3 { width:41.1875rem;height:15rem;top:6.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTxEORMDWFWQhvHxX6nUOGNToEbFzffT { width:18.25rem;height:15rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kRvLvSN0WCtP95TIfqWUTcky01G7bi { width:29.0625rem;height:6.6875rem;top:12.5625rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrziTLP7AqsTkAxPKndlvPSInJaxZUOp { width:19.8125rem;height:1.9375rem;top:9.375rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIPDbMqAWGJXKwTRpRXWpD6A2VVOzEdK { width:41.1875rem;height:15rem;top:90.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7CvUU9RgAllAJzXsM9qp8g8972LIv3 { width:18.25rem;height:15.0625rem;top:90.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Wp4LBzLwWRU1rr656Frk0nDlsMgN2V { width:29.0625rem;height:6.6875rem;top:95.875rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R6MhUB3DWp5cmHHCulcL0ElpQZML0i { width:16.4375rem;height:1.9375rem;top:92.6875rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNqfI1T10PzXaFnRL0fKafzBfoRG15CH { width:41.1875rem;height:15rem;top:23.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwV2S26hfTM3rXTmkIu8TDo2zUQsatPh { width:18.25rem;height:15rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOaXXi66RQ1hIkMVuTuDTXLzOycJmpd { width:29.0625rem;height:6.6875rem;top:28.9375rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOVtiMywyTDRToe0Cd8WqJ9l2gmecXTw { width:23.75rem;height:1.9375rem;top:25.75rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZeozXo6NTzWdV5qX1vazQ2MWyfNm1Jt { width:41.1875rem;height:15rem;top:39.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFX7AywRzz2NE2QSn546D4zlKTAspmCs { width:18.25rem;height:15rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzp7HcsU3umnRhgk2n7bDQoWEHCI1E5E { width:29.0625rem;height:6.6875rem;top:45.5rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTL61lq5edM3TsypbNIS3nJ94oPxOl4 { width:28.6875rem;height:1.9375rem;top:42.3125rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmF0VeydECfPiw8F1FsPRCUJmQoCvBau { width:41.1875rem;height:15rem;top:56.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF18c5liGW2KfniaiDCTM8ZsSIGLFtiF { width:18.25rem;height:15rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guA3pTQcPTaUvquqnzJRE1ngOinCH8ac { width:29.0625rem;height:6.6875rem;top:62.1875rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaegriW3rtb9ssx9CMugmGTGMuopzam { width:16.4375rem;height:1.9375rem;top:59rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJcBeeaUq3Jx2Mxxz82faZZH3NxSQQh { width:45rem;height:2.4375rem;top:2.3125rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV { display:block; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpHJCC5nUBqt0bqKg8W8VeqdHccFhrWM { width:16.4375rem;height:2.25rem;top:2.4375rem;left:15.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE { display:block; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeOP2H7CFqiqrcOxoEbv15kDAyVt5xeH { width:11.25rem;height:3.25rem;top:6.875rem;left:0.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWlndnpNKMCBifGXDguGzAir4D4OHunu { width:4.0625rem;height:4.0625rem;top:1.875rem;left:3.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVTct8Kkh8KhEHzGmfoZI5GzmErKksMd { width:12.1875rem;height:5.9375rem;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X66IvgymByxrOQyJ03pWLwQ3hL27u2au { width:11.25rem;height:3.25rem;top:6.8125rem;left:12.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svU2FAqhFTIx9f3S0t6x2NVJPpGLUrOn { width:4.125rem;height:4.125rem;top:1.875rem;left:15.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1BtLyAFOe3geDMOndmuRGwpOtAcRoB { width:12.1875rem;height:5.9375rem;top:11.0625rem;left:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZKwTzpuT2XNrkKdb2QKmJObaTum8ar { width:10.1875rem;height:3.25rem;top:6.8125rem;left:24.7177734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgDK9xsXXaVKSf3wvTyMRmRzp72QWi54 { width:3.8125rem;height:3.8125rem;top:2rem;left:27.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGtN9TVsvQ4C6kTtdcNFA7yaLXT671w { width:12.1875rem;height:5.9375rem;top:11.0625rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvgft44os5AGOBhfSAsWt0fpASIAfpin { width:11.25rem;height:3.25rem;top:6.8125rem;left:36.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuMagOAsRRWkRoFgZ4R1JA9St3fGaVg9 { width:3.75rem;height:3.75rem;top:2.0625rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM2MTacbJDRDsMND67rUh9xC6hoCBhow { width:12.1875rem;height:5.9375rem;top:11.0625rem;left:35.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 { display:block; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOf4yRdns7PPveV0efrSioyh51TuTqmb { width:16.5rem;height:7.25rem;top:5rem;left:24.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy7UExig18NbrsTfBTZPzrTysIm4px9C { width:26.9375rem;height:14.8125rem;top:13.5625rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPfgPaBKKBNcNPmXrbW13MCMabvi9Ao8 { width:27.8125rem;height:28.124310513382rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOdPhwOu8odFoH00QgDAbBHFR4gRNww { display:block; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJEoxhxGkxLnep6BrH2fKTaRzqzsts7N { width:17.5625rem;height:31.1875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRVvhTKXLVe3En78lWxg8ty7mHzHhdBf { width:16.5rem;height:2.0625rem;top:3.1875rem;left:15.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFOUZ2BG1sBNHapnGEUteCqDtCbvD1Tu { width:16.875rem;height:15.375rem;top:6.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8rIBTcqvDTMMLh5WK2DaqnSygZu4bz { width:16.875rem;height:15.375rem;top:22.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3U2MKulVcflPvTFzJhezg1Vy6yrIItx { width:16.875rem;height:15.375rem;top:6.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qppt2AG1q5EOVhcPiT5tknorHXIRo22h { width:16.875rem;height:15.375rem;top:22.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsrA2Vaw6zcv7WKNSimyOgHL6q2v1QKc { width:16.5rem;height:1.25rem;top:36.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afQVuzph9pVkR8mUacCUClHOWPGouVB3 { width:16rem;height:1.25rem;top:20.0625rem;left:16.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQsyEdEoNW5zZ4Frf6Hkv9B6ELk8RGTi { width:15.125rem;height:2.375rem;top:35.5625rem;left:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKDF17RHfeShBAFUlWGzRR6TXlIKBM20 { width:13.1875rem;height:2.375rem;top:19.4375rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKczC2w6yK6SLcWZzCF7bzi9iJ2Ql2Qg { width:16.875rem;height:3.1875rem;top:19rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrhTF7bMAs4LbaVkPWDsQVNsmgCunxb { width:13.1875rem;height:2.375rem;top:35.5625rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoCUe07hdwzCXiCC1anBTsFDSPJTEERG { width:16.875rem;height:3.1875rem;top:19rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqaGrveWdpcuRr46gQyz9NSxPvnZay1p { width:16.875rem;height:3.1875rem;top:35.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ4ufqmWbCUlVRZzcPVWEprDEsHyzHu4 { width:16.875rem;height:3.1875rem;top:35.0625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmQoIVhM5bW2tTBsagZoPsUCbqhrl4xC { width:17.5625rem;height:3.1875rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR { display:block; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVzDoCEMVVXQQ3edvcGUbtI7v76HOIqL { width:35.0625rem;height:3.125rem;top:7.0625rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwi2clvcpZWEkQ6wSarPSAGkSruowG9n { width:22.1875rem;height:3.75rem;top:11.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhvadV5ru8ChlDe2yrllbT0npb5CgETJ { display:block; }
 }@media only screen and (max-width: 763px) { #LBROfuEGzMUGm0T1bJv1CZSoDMVXlmk1 { width:17.6875rem;height:1rem;top:16.5rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heMMnQt51XW0dKRhJd6ddFmTax1XTzTS { width:0.8125rem;height:0.8125rem;top:16.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx2CILSpnnCKuwUvAZFGPWbcEqmeTa5z { width:41.5rem;height:2.25rem;top:3.9375rem;left:3.6240234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk { display:block; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPcKPQ6Ikuytvzu69R2wTqiBklNfDpmw { width:9.75rem;height:1.4375rem;top:3.3125rem;left:26.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQuLUd43fmtpB3wXXTWzSNmCiXo31Fb { width:1.625rem;height:1.625rem;top:3.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTcTob5rWdBM0CeHvtFMVt1b46WF4mz { width:23.75rem;height:3rem;top:6.875rem;left:23.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6eopVZIUosUo0a28JgNgH90vTElFqnH { width:14.6875rem;height:14.6875rem;top:2rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su8nHonQF4UD7Woixv2wsWBG4SWrg7kc { width:14.0625rem;height:3.75rem;top:11.625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Xk8pzXeewE3qTsGHX9fLelQZZ1SJCU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf { display:block; }#SMVzd0dpwbDoRXs7OB3m6noe22zQ9oyf > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBUaDxiwAVa5OmQiUytVlseEcSTc72fI { width:20rem;height:9.44825rem;top:14.5rem;left:0rem;font-size:2.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U94NKeuZ2NZz395k3nuLdLOPTz8fIPOF { width:20rem;height:8.9355625rem;top:25.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q28FcvxDIDzRSTeKtseqeGFmI6D4EliP { width:20rem;height:3.75rem;top:35.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5kXiydMRF78gTQAhbV2Lo1r28wcqipr { display:block; }
 }@media only screen and (max-width: 763px) { #s8bBahidrAlLGoiCm3TdQqRv4rXkz4dL { width:16.8125rem;height:2.69921875rem;top:10.4375rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoiUJReBnxteG3ZX1FFKhVTe7ffaGJc { width:17.686625rem;height:1.0556625rem;top:40.3125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epT4S6uveV18rR1TCV6Uc1kByxHQuAVc { display:flex;width:0.8125rem;height:0.8125rem;top:40.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #StBqgSsRfPgFfU5vy6NP6kbepnTQLXOI { width:8.8125rem;height:8.8125rem;top:0.875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58vdXMI3AzaCvx407knFuJ1RZgJXV3N { width:16.875rem;height:1.5rem;top:44.3125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8IftxruHn7652VFy0I4DEvavwohUTro { width:18rem;height:2.3125rem;top:43.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr { display:block; }#qAM0LcJbovhTIFhQ41JywR5sIQOrW2Qr > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMy4pXTVEem6m2JgCFKswkDkofOrEWes { width:20rem;height:8.999rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1GSCITTAFeM4LsQp0u3ShWBxJCAsMF { width:20rem;height:6.5rem;top:12.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ { display:block; }#vRByrOAf2o8ow8v5NyVl2JwS8OwP8OtQ > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFv8MBNJTIETZo7dQhnFd6CaG5ieTE4C { width:19rem;height:15.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IepgyUd9sOlwyO7zUJk5d1hcleuyTxtq { display:flex;width:2.25rem;height:2.25rem;top:3.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TTAMIt6lSUwQ4JmXFiqUvHbJZABEXoXL { width:13.75rem;height:3.298825rem;top:6.25rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADcrTHFBPTfzVXiUTC1iLHfBBRUvQaqe { width:15rem;height:4.5rem;top:10.3125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq7e4FB3CIeC8Mw447Jip3uEI49Tw0MA { display:flex;width:2.25rem;height:2.25rem;top:19.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #KevySQbTEBIxKo2HmNn1vvtUn4ZwEqSi { width:14.249125rem;height:3.75rem;top:22.6875rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exFmGTmhctN9RWolKvopetlPpmuWKX28 { width:14.249rem;height:4.5rem;top:27.25rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhU3cOXO0SkAf7RyeUi5ducyZCi3t9oP { width:19rem;height:15.625rem;top:18.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv { display:block; }#oJeQMdvCZnBT87N5A5tBTyIesBvr6Viv > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3tF9WZCuUERdWQwVZa9bknWFGAKW7Jm { width:19rem;height:3.75rem;top:1.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBxVdaJkJ2RcAVt2IG0N8HJbTL2uBCgt { display:block; }
 }@media only screen and (max-width: 763px) { #SXUfOIfuc9D8JVeb9oMTiGFZXgwEbKpG { width:17.6855625rem;height:1.0556625rem;top:5.6875rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhSdOSXdlXtET9I42awzNR0PRIIzh1I { display:flex;width:0.81163125rem;height:0.81163125rem;top:5.8125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG { display:block; }#Qkn3TO4JQ7s7QATX8niiWSndrV84k2eG > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvJJClpmlnfT8cfT3f1yag36rDD0e7tV { width:20rem;height:2.25rem;top:2.78125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX { display:block; }#QkR61g1GHXzfGm8Iq5BXzp0QA03b6DJX > .row .container { width:20rem;height:114.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybkVl1LUD01bZ60D5DqLAwzNPtJ34G64 { width:11.0625rem;height:11.0625rem;top:3.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1KInTazP8Vtqe333gHibT86PtBICV2Z { width:12.0625rem;height:12.0625rem;top:2.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8NpCTQvlBK3OF2TEuM0M72rd9b14bE { width:16.5rem;height:25.9375rem;top:1.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXdoTfyZPHWH5M03cRclPGIoWq5Arc0N { width:11.625rem;height:5.3984375rem;top:18.9375rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPUg9SDT1VRfXihm9AJRrVNX7OHqd7yR { width:12.1875rem;height:1.875rem;top:16.375rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEkNKdRNFCfyxSqAGuncTAhikHAw7BJ { width:11.0625rem;height:11.0625rem;top:30.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BapUWlVhohzv3gFxbf4LxrhH6UgZhbnV { width:12.0625rem;height:12.0625rem;top:29.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCLLKtNbtgpy33ClHay8aunV4Qgqwtv3 { width:16.5rem;height:25.5rem;top:28rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvQz4iWxE8HtkTvdRRgTobK4zGbvuCi { width:13.25rem;height:5.3984375rem;top:46.25rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlhoKGq6AgEIfDqRmx73I0cKqOKHc0ma { width:12.1875rem;height:1.875rem;top:43.5625rem;left:3.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfzkT2ccusBpfM8Jtt65PuP7BOlMXbMD { width:16.625rem;height:28.4375rem;top:54.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTecfb49UiUDLAtQ6X26Z055mqPDbwJ6 { width:11.0625rem;height:11.0625rem;top:56.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcxGxD3PqdUNue5SU0RqXH8WeRO492AL { width:12.0625rem;height:12.0625rem;top:56.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKN8M54rotVeuV8vkOwPz0a2nhkyZ81 { width:14.4375rem;height:6.7480625rem;top:74.0625rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTXHmfWZLpXX1cLM7JUZ3QhTlmmU1fQe { width:12.1875rem;height:3.75rem;top:69.5625rem;left:3.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfkClTPN5wJVw1vVTxcqyuLLw6PtgtFW { width:16.625rem;height:27.9375rem;top:84.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWDsI3VbTfTzfQJ4lbNQu5CTv2ezhRnT { width:11.0625rem;height:11.0625rem;top:86.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqx5plKiOe1TD7lViynvfh4APmrU8O1 { width:12.0625rem;height:12.0625rem;top:86.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMfTGkUbwbFZzQxcGSJF61hn38mnvf7U { width:12.9375rem;height:8.097625rem;top:102.375rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6RTfpE87SfGLmIliFpZVMvWGyeUfQQt { width:12.8125rem;height:1.875rem;top:99.625rem;left:3.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG { display:block; }#NaTTTpKbvm0kxSSMirzAc3C4nKr3gnaG > .row .container { width:20rem;height:236.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTCgUBK3cUBH8yM2lSG04bA6qN8aWCyK { width:18.25rem;height:14.886794078898rem;top:158.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCOHTxHZld7rfKr082Mz2Is5JLZXkatF { width:18.25rem;height:27.625rem;top:168.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5BDgve4gD6GyGnOpV20TbnhOi5zQUvT { width:9.375rem;height:4.19921875rem;top:174.875rem;left:5.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFp2ULEzT4V0NsD2igPhC2HVMELS5p6q { width:15.686875rem;height:13.496125rem;top:180.1875rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxcQogJETqMVrD3LPSClF64MhgpAn3p3 { width:18.125rem;height:24.6875rem;top:17.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTxEORMDWFWQhvHxX6nUOGNToEbFzffT { width:18.125rem;height:14.874125rem;top:5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kRvLvSN0WCtP95TIfqWUTcky01G7bi { width:16.1865rem;height:13.496125rem;top:26.3125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrziTLP7AqsTkAxPKndlvPSInJaxZUOp { width:12.25rem;height:3.8496125rem;top:21.75rem;left:3.875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MIPDbMqAWGJXKwTRpRXWpD6A2VVOzEdK { width:18.125rem;height:24.375rem;top:208.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG7CvUU9RgAllAJzXsM9qp8g8972LIv3 { width:18.125rem;height:14.874125rem;top:197.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Wp4LBzLwWRU1rr656Frk0nDlsMgN2V { width:16.4995625rem;height:13.496125rem;top:217.25rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4R6MhUB3DWp5cmHHCulcL0ElpQZML0i { width:16.4355625rem;height:2.0996125rem;top:214.0625rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNqfI1T10PzXaFnRL0fKafzBfoRG15CH { width:18.125rem;height:27.625rem;top:53.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwV2S26hfTM3rXTmkIu8TDo2zUQsatPh { width:18.125rem;height:14.8730625rem;top:43.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOaXXi66RQ1hIkMVuTuDTXLzOycJmpd { width:15.1248125rem;height:13.496125rem;top:64.875rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOVtiMywyTDRToe0Cd8WqJ9l2gmecXTw { width:11.749rem;height:3.8496125rem;top:60.25rem;left:4.125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PZeozXo6NTzWdV5qX1vazQ2MWyfNm1Jt { width:18.125rem;height:27.4375rem;top:93.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFX7AywRzz2NE2QSn546D4zlKTAspmCs { width:18.125rem;height:14.8730625rem;top:82rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzp7HcsU3umnRhgk2n7bDQoWEHCI1E5E { width:14.749375rem;height:14.8456875rem;top:103.875rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWTL61lq5edM3TsypbNIS3nJ94oPxOl4 { width:15.2495625rem;height:3.8496125rem;top:98.9375rem;left:2.375rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmF0VeydECfPiw8F1FsPRCUJmQoCvBau { width:18.125rem;height:25.5625rem;top:131.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF18c5liGW2KfniaiDCTM8ZsSIGLFtiF { width:18.125rem;height:14.8730625rem;top:122.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guA3pTQcPTaUvquqnzJRE1ngOinCH8ac { width:16.624rem;height:12.1465rem;top:142.1875rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTaegriW3rtb9ssx9CMugmGTGMuopzam { width:16.4355625rem;height:2.0996125rem;top:139.1875rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJcBeeaUq3Jx2Mxxz82faZZH3NxSQQh { width:20rem;height:2.4375rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV { display:block; }#CTwEReFDO77QkWBHOc1EsPF2rLaHPTTV > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpHJCC5nUBqt0bqKg8W8VeqdHccFhrWM { width:16.4375rem;height:2.25rem;top:2.125rem;left:1.78125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE { display:block; }#Q028wo9MFMGI3EzdJh84oQNEVDw3AWvE > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeOP2H7CFqiqrcOxoEbv15kDAyVt5xeH { width:11.25rem;height:3.298825rem;top:6.1875rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWlndnpNKMCBifGXDguGzAir4D4OHunu { display:flex;width:4.12435rem;height:4.12435rem;top:1.625rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #UVTct8Kkh8KhEHzGmfoZI5GzmErKksMd { width:12.1875rem;height:6rem;top:10.0625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X66IvgymByxrOQyJ03pWLwQ3hL27u2au { width:11.25rem;height:3.298825rem;top:23rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svU2FAqhFTIx9f3S0t6x2NVJPpGLUrOn { display:flex;width:4.24913125rem;height:4.24913125rem;top:18.25rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #nG1BtLyAFOe3geDMOndmuRGwpOtAcRoB { width:13.5623125rem;height:4.5rem;top:26.875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZKwTzpuT2XNrkKdb2QKmJObaTum8ar { width:10.186625rem;height:3.298825rem;top:39rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgDK9xsXXaVKSf3wvTyMRmRzp72QWi54 { display:flex;width:3.87478125rem;height:3.87478125rem;top:34.125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #TyGtN9TVsvQ4C6kTtdcNFA7yaLXT671w { width:13.5623125rem;height:4.5rem;top:43rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvgft44os5AGOBhfSAsWt0fpASIAfpin { width:11.25rem;height:3.298825rem;top:55.375rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuMagOAsRRWkRoFgZ4R1JA9St3fGaVg9 { display:flex;width:4.12435rem;height:4.12435rem;top:50.3125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #MM2MTacbJDRDsMND67rUh9xC6hoCBhow { width:14.249125rem;height:4.5rem;top:59.4375rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 { display:block; }#QqRhBfvlbCgwJigUxJwlx81a9P9OHFO3 > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOf4yRdns7PPveV0efrSioyh51TuTqmb { width:18.6865rem;height:6.597625rem;top:22.4375rem;left:0.6552734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dy7UExig18NbrsTfBTZPzrTysIm4px9C { width:18.3125rem;height:21.5937875rem;top:30rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPfgPaBKKBNcNPmXrbW13MCMabvi9Ao8 { width:20rem;height:20.222625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOdPhwOu8odFoH00QgDAbBHFR4gRNww { display:block; }#DHOdPhwOu8odFoH00QgDAbBHFR4gRNww > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJEoxhxGkxLnep6BrH2fKTaRzqzsts7N { width:17.5625rem;height:31.1875rem;top:4.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRVvhTKXLVe3En78lWxg8ty7mHzHhdBf { width:16.5rem;height:2.0625rem;top:1.25rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFOUZ2BG1sBNHapnGEUteCqDtCbvD1Tu { width:16.875rem;height:15.375rem;top:36.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8rIBTcqvDTMMLh5WK2DaqnSygZu4bz { width:16.875rem;height:15.375rem;top:52.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3U2MKulVcflPvTFzJhezg1Vy6yrIItx { width:16.875rem;height:15.375rem;top:68.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qppt2AG1q5EOVhcPiT5tknorHXIRo22h { width:16.875rem;height:15.375rem;top:85.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsrA2Vaw6zcv7WKNSimyOgHL6q2v1QKc { width:16.5rem;height:1.3056625rem;top:33.6875rem;left:1.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afQVuzph9pVkR8mUacCUClHOWPGouVB3 { width:16rem;height:1.3056625rem;top:49.875rem;left:2rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQsyEdEoNW5zZ4Frf6Hkv9B6ELk8RGTi { width:15.125rem;height:2.375rem;top:65.5625rem;left:2.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKDF17RHfeShBAFUlWGzRR6TXlIKBM20 { width:13.1875rem;height:2.375rem;top:81.625rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKczC2w6yK6SLcWZzCF7bzi9iJ2Ql2Qg { width:16.875rem;height:3.1875rem;top:81.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrhTF7bMAs4LbaVkPWDsQVNsmgCunxb { width:13.1875rem;height:2.375rem;top:98.0625rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoCUe07hdwzCXiCC1anBTsFDSPJTEERG { width:16.875rem;height:3.1875rem;top:48.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqaGrveWdpcuRr46gQyz9NSxPvnZay1p { width:16.875rem;height:3.1875rem;top:65rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ4ufqmWbCUlVRZzcPVWEprDEsHyzHu4 { width:16.875rem;height:3.1875rem;top:97.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmQoIVhM5bW2tTBsagZoPsUCbqhrl4xC { width:17.5625rem;height:3.1875rem;top:32.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR { display:block; }#rDqe10Kq8TgRpXhxIyCOl6DQATqf3UaR > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVzDoCEMVVXQQ3edvcGUbtI7v76HOIqL { width:19.3115rem;height:7.19925rem;top:10.625rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwi2clvcpZWEkQ6wSarPSAGkSruowG9n { width:19rem;height:3.75rem;top:19.4375rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhvadV5ru8ChlDe2yrllbT0npb5CgETJ { display:block; }
 }@media only screen and (max-width: 763px) { #LBROfuEGzMUGm0T1bJv1CZSoDMVXlmk1 { width:17.6855625rem;height:1.0556625rem;top:24.1875rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heMMnQt51XW0dKRhJd6ddFmTax1XTzTS { display:flex;width:0.81163125rem;height:0.81163125rem;top:24.3125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Rx2CILSpnnCKuwUvAZFGPWbcEqmeTa5z { width:17.4375rem;height:6.75rem;top:2.9375rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk { display:block; }#C6btOTuuAFtOppdxq1tZfx6q4gyM6rUk > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPcKPQ6Ikuytvzu69R2wTqiBklNfDpmw { width:9.749375rem;height:1.5rem;top:17.5625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQuLUd43fmtpB3wXXTWzSNmCiXo31Fb { display:flex;width:1.62435rem;height:1.62435rem;top:17.5rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #iBTcTob5rWdBM0CeHvtFMVt1b46WF4mz { width:20rem;height:4.5rem;top:20.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6eopVZIUosUo0a28JgNgH90vTElFqnH { width:12.686625rem;height:12.686625rem;top:2.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su8nHonQF4UD7Woixv2wsWBG4SWrg7kc { width:14.0625rem;height:3.75rem;top:26.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Xk8pzXeewE3qTsGHX9fLelQZZ1SJCU { display:block; }
 }