.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:251,252,224;--color-primary-1:240,244,151;--color-primary-2:225,233,47;--color-primary-3:113,117,24;--color-primary-4:34,35,7;--color-secondary-0:222,245,253;--color-secondary-1:144,221,247;--color-secondary-2:33,187,239;--color-secondary-3:17,94,120;--color-secondary-4:5,28,36;--color-tertiary-0:217,220,228;--color-tertiary-1:128,138,167;--color-tertiary-2:0,20,78;--color-tertiary-3:0,10,39;--color-tertiary-4:0,3,12;--headlines-font-family:"Lato Black";--paragraphs-font-family:"Lato Black"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28d2c79-cd01-4a02-903e-d285a7e6c6d4/header_background.webp");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; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.adaptive-delivery-prevent-bg, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyload, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyloading { background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { background-color: transparent; background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { border-width: 0; border-radius: 0; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::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; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.625rem;left:53.125rem;display:none; }
#QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.75rem;left:63.4375rem;display:none; }
#wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.125rem;left:55.6875rem;height:1.2999125rem;display:none; }
#L0evWJb30xvpP7px4o73q9TA5KSzhGIy { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:66.4375rem;height:1.2999125rem;display:none; }
#CnOPMpbudSf4qXi6imulLqAfASiZfpdM { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0.9375rem;height:7.1493125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:20.312125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:block; }
#sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0.9375rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:49.625rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#WtfuGF025wl87n4xP6iUKLXe4hr8OJAg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:2.873046875rem;left:3.0615234375rem;overflow:hidden;display:block; }
#uTOu8E4cbOhaObZ19c6sSiKkgvJH6qie { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:2.873046875rem;left:8.4990234375rem;overflow:hidden;display:block; }
#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { background-color: transparent; background-image: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container > .video-iframe-container { display: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container { display: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .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); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { border-width: 0; border-radius: 0; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;position:relative;display:block; }#OvyQWViCIFf5mkDETki0yREzfR5skCVd { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.180989742279rem;left:8.8125rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WeMfyz2nR96vcVagnGuoq89FPbkso2UE { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:18.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { 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:5.0625rem;width:5rem;top:12.4375rem;left:1.28125rem;overflow:hidden;display:block; }
#TG9tB4J4F7a21wZiZTGxzXybTWke1q9U { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.1875rem;width:1.25rem;top:12.6740234375rem;left:3.1238288879394rem;overflow:hidden;display:block; }
#dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { position:absolute;display:block;z-index:15043;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:5rem;width:5rem;top:30.0615234375rem;left:1.3125rem;overflow:hidden;display:block; }
#nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:52.625rem;left:1.3125rem;overflow:hidden;display:block; }
#BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:20.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#IbxdhxJJXhxwgwfv1KdWKL67EBEM2yt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.3125rem;left:8.8125rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nf1S8ySVETJZhtlWlMI22ArcVhbgrhQ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:8.9375rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#HRdtqbRNa6osrMqSqCWBo1UnLbBOu2UZ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:8.8125rem;height:1.78769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zl4SNtwM4pKx6Bg3SofxM5RhEAOac2IW { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.6865234375rem;left:8.93701171875rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp { color:rgba(var(--color-tertiary-2),1);display:block;width:22rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.3115234375rem;left:8.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3e1d119606cafb4be50cd05071bebef6054e9d1.svg); }
#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41.8125rem;left:8.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d859f7fc1e4da783264c5db7f4b77963712b9f76.svg); }
#NOh93Bg4BW7TQZU4MZi8AAIhWg07MH6o { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46.3125rem;left:8.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#IISfMEFbT2VkZA61RcxeS6weWmX3e8Bh { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:55.25rem;left:8.9375rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#VPq7fMXfsSWaQAUQxX6KUKBCmIDDzMav { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.625rem;left:8.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:62.5927734375rem;left:8.8125rem;height:5.36198125rem;text-align:left;text-align-last:left;display:block; }
#wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.75rem;width:34.25rem;top:12.24951171875rem;left:40.557324708215rem;overflow:hidden;display:block; }
#hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { position:absolute;display:block;z-index:15045;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:5rem;width:5rem;top:62.953125rem;left:1.2802734375rem;overflow:hidden;display:block; }
#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9496ce8-f941-4513-938e-11f7862e5bdc/background_photo_3rd_section.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.adaptive-delivery-prevent-bg, #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.lazyload, #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.lazyloading { background-image: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { background-color: transparent; background-image: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container > .video-iframe-container { display: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container { display: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .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); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { border-width: 0; border-radius: 0; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.625rem;left:33.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { color:#ffffff;display:block;width:38.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:18.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.560943603516rem;left:15.750003814698rem;height:5.36198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:31.024215698243rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.560943603516rem;left:45.585155487061rem;height:5.36198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LipJQzq9XThd1GcKJrtMZV02nAzFANEZ { color:rgba(var(--color-primary-2),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:60.874801635743rem;height:7.1493125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGgt99wyVI1xtHX8XSwaRIbHtQynNSLA { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:13.049999237061rem;left:65.467964172362rem;overflow:hidden;display:block; }
#ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.375rem;top:13.049224853516rem;left:50.178127288818rem;overflow:hidden;display:block; }
#WTFDaGEUVKvwN54WztRa4flGEu5p8upk { 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:4.4375rem;width:4.625rem;top:13.173629760743rem;left:35.249412536621rem;overflow:hidden;display:block; }
#lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:3.8125rem;top:13.111724853516rem;left:20.905467987061rem;overflow:hidden;display:block; }
#g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:3.8125rem;top:13.112412929535rem;left:5.1558160781861rem;overflow:hidden;display:block; }
#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container { background-color: transparent; background-image: none; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container > .video-iframe-container { display: none; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row > .video-iframe-container { display: none; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .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); }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container { border-width: 0; border-radius: 0; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#NcTdO0qRIKT87HBSkhKGFi1MPGPT6gh4 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SlyTrivuvq1JLiQEEvLMNPSxGE3A2S6c { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tys5RSUucPZFFb2OAKBEi3laTnDSsd8q { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pipRTUPXyX6UkLJOU0IUQnZzitwQwHiN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#OJrraO2v5dTwiFV0cH7KV1xyaP4OVL7s { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FLZ6SHTO2Jasd91IEw9TcQ8ENmMX3Wkd { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#dyriSplcU4oQ22SFTuNeuBKx4alRK0L3 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gKxdG1C8N1Ra2peRt0oC8695cvOe2cyQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Fgd59DdUrDgJpDD0TGZWkVBT5yRVqLck { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#ik0T6kWeTkkvAzzIbQVqy7Ts73TTf4L3 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Am01C5ossZXGi9fo5gdPstcJekQsGzsK { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#KbTDEgqOVU1oNXCPRmzXhwDtRMbDcd2H { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#cl4Ta6PTlTQTEDpJp542prL0qgcVlfpD { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uxp6HqVRUAfTAQ3ZpqGPPV8ic5QX2pN6 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#xS71Kkip6oBdyBUaXkLUUQbVZQDZiPQc { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#y4R7WJTbplBmxr8RtGREOHxC56CnqZmO { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#id6JeDLmrVqxbl1sD1z1TMQm6f8xSser { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#PRpxkiGncBUZT83o7AJyGvSFDiCNskFd { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#VRbskb1moAfkQZx40P6qm7QbpaGJaObg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#uiDq5KW3L3l4DV3zbFVWFgNAqRNrVyBV { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UMCWfIJFoF2nemu1fBauTx8v6M0pSwiH { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#WRZTVo2smeCH3z7URkMZh6iTu8eX9GKv { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LOOwPygI8C72Dv1qHg8ZaVDaKwQSkN6p { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#cK0UP1FssydWrCwU1Ia76QRrVTcTBy7s { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#H5pJTPlSPMCy3mbJ5sky0It6CZUVa3LB { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#xr7RQq415aKbsFmlE9EnfB6TSaaJzPLu { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Zfh3iRJJPovyB9AvFu950bKQ0HtxVWWa { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#qeSkmAV3r7dd96GU1fBADoP6cLgEw97m { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B9CHGuDRnoQQKCqNlZz8XrHTrFV3hAxZ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#yTPaqMTaq1Gd389NnRyweESKQ8SClQgv { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#LxuDForOxp3ee7xya8Pq96TEPDz5Th9i { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A0W4fhCzCwxFivP3vmS8UxuuMoSu9A0W { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#izdbtiv7yKhpbbVTzSJ2i4xWJQFBe2ia { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#kxlQTAG0cB2lTMHKKc4vlMZLMJHxNtd2 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jiv64ZwqTdfvEpKXTBMLDqoOB1FtNBsP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#fEUCGNCwbia3TS1z2iMhzZKGKbnMJvwb { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#GSM87qrnoChqXlhyiviHRzmpbL8fg0h1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#RLL0cmXKKlhCL9SuG832panKcqaR3cXr { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vI9t9o2ucvqy6P9T6ZEUwkNzDCkCBLfD { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#eE7zXXklLCU665qulPlZXMsJNgTKWVaW { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g0d75i0vq3zxn8GL4VTZ95ZD8JKMroPG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#T9g39btUntxzeoAevQTEXqQAXBuaJQCl { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#dTA3L5prfos2VQnTe7LWbcf7cwTzTT6g { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#e7P77xZ5HaB3ELaVLMZeTXwGFSy8mDd1 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tAC4NwtfZK4D9UVnTPf1rlEkNBBs6r9O { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Ixi7K1pWDXVyUNK5PmXr1C2xMk2B3R66 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gix6AqsmG46SVHGrmI3Ip8D1SuG73Kbq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#ByVTIVG8NeFPOpBcK1lqpn8ZlMvu8rCU { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#H44uyVMzIiSH5rEsibQwAxHaBE8kHZk8 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ituIkX20Qd6kLRkaH8p87eooZip14KXZ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#k4JcHff2CHTHuAHeDwEQmlb3KTDqExFB { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#VRwzo8d6yd3oRNSokGBKOXneKGLrJ3MU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#lTbGQGdzq6XCti9bqZRFad7CLNzkywXN { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sl2xt4f2hxzrc3WUrqEfOct0BnrZUiW5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#KLpl2AB3tf29IpPoF5hqqfPKS816tKew { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Udm2xWnzbhPugf6zEpK8C8Hp35OmNwQV { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#mbkvGr9JPbP7Z71K0HihO71mU3JbQBGs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Tbx8m08Qq1IBZ041WZdPuTNnZvyuUB4d { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RnoukAQpsPZsZaId7i7XoWPAiIEyQ2aD { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#hvMfX6dkkWfNIhvTSRqmTngwSM53Uz9V { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#SSIBNoZnLMiEmA9BlSeZooFaVcB4KUmf { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BUTQXJw74Ema0sNTp30JdckGlKE9oZfW { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#l1wyFHB9Pt7he0cuk9PIJQq8uy3hnk4Q { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lQP4IpEswqh2awciEuEPvXLfHmtKDzZt { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#lbBMxOXTr98sPwvQdudv8yzUs8a7WB2r { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#P6nm9ta0LZIHlc6iFoCB5CuRbQWzi4TF { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sIHirpAqZtkElBqMR4qLUtDXdzUze7Xw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#x93vnFagCcI0BKonrDxWmLKWiMaAgq4b { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Jcr0fZUrQ0Jf9adMdrHAAU1E8fDolJHD { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#T5Pa74zGV4ym12ogzD7uJTzfTNF6uV6x { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sH2Jqt4uKs1mnvak70vDc1TyM77dQ10o { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#hztPuptmOFr82shwg2EnCMvZpRltaZWq { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#XV86544IpvolZReeaSdeGTIVBtQl5x1m { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RAcXTh7rpisTR2H7XuNM15Ht4TD5FaK8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#NVtQ4tHr7m371hawaifiqXiA0Pt8fGR7 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wxKAkLZDNKAshW1WVbbBRsRCseKsVEcm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#BZrmqvhDcOfGIFryicbK8fTBA3ogCz6T { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#RxCr8TK6pzIQeMJO4QdUVPPRWW9Hd9p2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#blvbiAAhUCUQUE5rrLaFAd9gUAETeaod { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f8crzPds3NRTbUSFkqgzUC1yvzrlJi4z { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#MHFEH0xGPU1Bd3rhZ4DLrdoMLFbh3aJQ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F279fZioLiEHLMVyRtZfmgONxGE97sDP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#m9vVZAsETtlrCcK222InKznOWC8ove9S { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#he1Z9qMn8QKw7B5IRh1sL26hKTplqoqc { color:rgba(var(--color-tertiary-2),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:2.6;letter-spacing:0;top:14.3125rem;left:6.125rem;height:35.9023125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VDiwDOygDIfuNn5ikyiy1Iwqp0PQlUJZ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:14.5625rem;left:4.0625rem;overflow:hidden;display:block; }
#eCMKKeMZHU7twWTrvNE2lpFC6ZWk8Hus { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.8125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yn4T3w5XhaOuqmToIDxIeEvLH2o72W1X { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:17.3125rem;left:4.0625rem;overflow:hidden;display:block; }
#X7EHwDRPXOeoVi565VNXETpqG8vBLi72 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#O8P0xpr3W2Ks4XTsL4c5T5EyGpWszOTq { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:20.25rem;left:4.0625rem;overflow:hidden;display:block; }
#AeIwQwnM7CqlCZoQotLAwcvfi9B7wflL { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.5rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#e4B1eXZkq7HWFrVQovadIeHXXepOiAfT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:23.125rem;left:4.0625rem;overflow:hidden;display:block; }
#O5AKXyvuXAc5fJlbGVGM96LFzmC1ALfk { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.375rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OPzEA0mBT0WH1iO1lzavFN617RK1BEau { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:25.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#ww7uJOp22aWQypOnQZcFMwUU0b3DU7Fe { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.0625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#l15PEvUiSDLw1NhCzXPMt9tHGqcLGAlt { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:28.375rem;left:4.0625rem;overflow:hidden;display:block; }
#RWpOA7Q0CzXz7H8NP6QAiPFaP8VZwghH { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wqdTmDiPTTHFLL4nxsW3T6TvXR1RUv97 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:31.1875rem;left:4.0625rem;overflow:hidden;display:block; }
#XVHpiNd3urAX21OCCc2gi4yAr2MMTOsI { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.4375rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#v24fAiLCFRMLfh7CmbwWzcuP7pD2wRXV { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:33.875rem;left:4.0625rem;overflow:hidden;display:block; }
#sOZl48qDf3ilAGpXO2bkliwtAQR2oP8V { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TmbDtXtIcgCrMfrSaeBHDUJfvXXopnOc { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:36.625rem;left:4.0625rem;overflow:hidden;display:block; }
#CoWFnQTCKlvib2Da7EQCi9ZSm5QfoN0d { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.875rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fpH4mDfU9G43KVqbfIlKRLh6wnoDvcUD { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:39.375rem;left:4.0625rem;overflow:hidden;display:block; }
#h7bgVE1QBSVza7cnzk5Oo8atWDdkoTE1 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.625rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JgnTmVC149ONWQkygO1lOdbS0sODLnbU { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:42.0625rem;left:4.0625rem;overflow:hidden;display:block; }
#nzN46swbFeenSOlRpdEADlpf6BCkPIRg { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.3125rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#K4rVn43nXhL214VadNh9vhBqgBSJ7F9I { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:14.5625rem;left:37.9375rem;overflow:hidden;display:block; }
#KphoZvZ0dR3MzBCldlcwT3sBTk21glUV { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:17.3125rem;left:37.9375rem;overflow:hidden;display:block; }
#IQgUiVv2zEnQfm4wXv1M0Tko0aPncCnq { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:20.25rem;left:37.9375rem;overflow:hidden;display:block; }
#Va5SNLoRFnEfie3kv2GMRu6JkPBoE8c5 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:23.125rem;left:37.9375rem;overflow:hidden;display:block; }
#Znw6aHCBSNN9QanIrUB6TSryUoC1A0JQ { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:25.8125rem;left:37.9375rem;overflow:hidden;display:block; }
#dThotPOU8t34iNe5IM8md36F4xTfInGi { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:28.375rem;left:37.9375rem;overflow:hidden;display:block; }
#QQ5To0qbm6mpCHHQKrQKGHfiVQTIkbfR { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:31.1875rem;left:37.9375rem;overflow:hidden;display:block; }
#bgL8T7N7CvBSlcD1oqtFNE4O0V1u3JA7 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:33.875rem;left:37.9375rem;overflow:hidden;display:block; }
#Qd7Fm7hVzzerOwqf8iZV7G0boK1D0pbS { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:36.625rem;left:37.9375rem;overflow:hidden;display:block; }
#JwaZk4X0oHppFmVb4actwyRMBAsTbFd9 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:39.375rem;left:37.9375rem;overflow:hidden;display:block; }
#CcFrRfM90ofLCURnKvNbrm3MdsnpqTau { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:42.0625rem;left:37.9375rem;overflow:hidden;display:block; }
#Fl5Vb4buFqf7ERTa8cnxAofvUTzXQyxL { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:45rem;left:37.9375rem;overflow:hidden;display:block; }
#iNSJSNb8kbmEoioNN6tdTXVWe5mPnMte { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:44.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#TpEcSly4a4X1KupJ4G2xJk9hu0QcIhuk { color:rgba(var(--color-tertiary-2),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:2.6;letter-spacing:0;top:14.3291015625rem;left:40.5rem;height:33.140625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKUfaWXvedkwzt9KGU9RSO1sGa94KtG4 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:2.6;letter-spacing:0;top:10.0791015625rem;left:10.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Se7E83LzcT9H3MyC2N2U4aJPAgUpRa3X { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.75rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wbTn1bHhpicN2L6Cq3UzLyyrCFgVV3T0 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gtKmZOT247SANCR7gPPsA2Q6guuNGkDh { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.4375rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qW83Oy6oEkB5tUJ2DDgRpHc6iSKJNrpw { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.3125rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vVXm4czgJ2J449HVAou02ePWo2zlMWVm { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#P0moHTBQfOHmrzuLbeRDcVz8BJ5GB2D5 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.5625rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FO9tMFmickrulWV6cxfy6G1SdKkkOmgk { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.375rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qMBtsXUMZMXEDrlCXhSAnmuoUea7Ua6o { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.0625rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pnDT2Dxe1VlNdvApWUthgTv3cp2pUzG9 { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.8125rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xiNNAMNmJTCI7GTEXS9OvXZ1HdpOzNup { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.5625rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UOS31nL0RdlIsS39D2yHtgHxF3wGXfaZ { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.25rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Mgxk2Qa2igGg3TZwuGr57ICTq91asFkt { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.1875rem;left:40.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vhLZLcvN9My2MluMmdzkEFQI3UbsMqcF { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.4375rem;left:6.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#roTsxQVQ45iM4MeCzTOuQD6TXuqU9FbL { box-sizing:content-box;height:0.0625rem;width:28.75rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.1875rem;left:6.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cv7Zs4mn2PmFWiLOvKf3ZUolciMXvPyy { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:47.625rem;left:4.0625rem;overflow:hidden;display:block; }
#lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk > .row .container { border-width: 0; border-radius: 0; }#lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk > .row .container { font-size:0.875rem;font-family:arial;height:117.0625rem;width:75rem;position:relative;display:none; }#rUTbbHkvcOc1I7TfJCdBN1eASSFik68l { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iDkpgHFx5q6f3wJwwEa381c5CrdiWeQo { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#es2VaC5TrOkUJF5yvx4NrXS8akXeTQeJ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GkITLTTgoWPG6ffnH4D8gfhPFXImOukL { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NhytkkB0MRruoSW2euTRzeByMx8m8poZ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#uWpiTCTpxWqHGW502p8yNfmsibXBCDXk { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DCClorHau8PZ4ZRbWUiQRpwfCHPK20fM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#ZiWSyDTEuUgAWk4SFBakIN6ZoBkSuPB6 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QyvRkCnrJMvZhgKbD45vPC62WpR9hZ7t { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#zUBiJrzHLImi3ZTk554oBQeLku3duU8w { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#gWcTTXmnVZ4NBlX8gpiJH4SONtBgBKT2 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#AIk9XO27UWH1Tvy79m6Xv56BJOOJ3ryi { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Z7IefqbOlxScgJsK1boG5pCzUagt17Kc { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#tJeid5Q3FQVw50Veydp3FetnBxu7ywzr { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ADOaom4foeM0G9Z6C6aDdT32SiISagol { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#lA15EECuHnlaaVBNegVv3pnn4AaesOv1 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#iMDFBEsVxWgdZOvrGiTrUz0i65cQ38Ho { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eCAw4lleKoeayNEFu4Z5PH2S3oET3Bul { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#XAXgQkLNr6zlIkoQTeZo3D668F3lAID9 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wUdHuWCo5xnH1Qv5lIbmRT2qHd1VLNZH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#IuXrI9TchRrKzOrCDEQEw3TVsoqW5TTn { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FZJMBTsBbAUDBQmUhW4PimTJnQFkvq9E { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#zRTX8wRdQ2iOMPOJGkpV8KuQnkHUNlhe { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nvKX2Er0Z0I1dQRE9ltNzmUftvxLv2i7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#IVdfOrXhzERMUGyzc98nV7RQ3V1DFqR3 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#bMznEZsFtZ5JcZ7edpNsmVB0luttDLdT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#oFUgiTlacnpWcghsSKxfqK719lgyzk6N { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#E9XWIdnRIrGaUGGFZHLITh6dzrFMkWuD { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#vvFK8sQuJhiVyxF9uWN6yKermPTtX314 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FayeZsg5walkhv7g8lI8a4UiAbhfiMJb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#x5M02WJhNGFAT3bipMHLkox24KG3rKb2 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#LwTeOZdxWSDpcWXK162S0UV5GyzZxvk4 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ipVQ3kSGInQk5TA4tkfOHhWaTh7AkNnJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#U2nbvykQas9QiaK6s4gG4HJtlcqaqoCr { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wx5VEmaPrdMhegSbqB0eJ9cm5pADPwBb { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M28wSup4ntAK2CkZaW7K5AQ66MtdZS5B { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#qUrxNN4SiVLAQ4TX7ES4zyO8PtLQwVP1 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#TEocwCzdAmXqB0rl57eBJAI0ZIB0JicD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#osMt7hFmSiEUg7anJw7Q0ZPF5xz1ccRo { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QQlQZygxs2VUArbMk5UqrWKDTWfTEnpw { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#r52TcsCAy7CsT8fNB76doa2nV28eoLkb { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ckJuWH4o2EKytNVsFFVlRf4ZCknJITFU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#sZXVxACg0sTGEUvHiMEuG2Cw0HwLFcsG { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#ZOuH8zHhc8JzqMZ0hFAMbW09rJygeVnk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#spJgbOwJ832CVdi6DmraX0APfPgtZ3RJ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ciT687XnNSwZwt22OQl9CIx4Frn8cELa { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#rblkZTUPZbZ4k9GBMbsEE9oNIfRzlmGM { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ITMDSG4gErhSum7C171WeHIXxR3iCuVb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#bAyKyTg6T7FSMoqu8CkHd00BXByudWv6 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#fkBzETCqfcIkfIRdcu7o2IO0bmWiQhHI { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KBBsm27tqfaTf9ZlgU0Bobx9l8Ju8rC1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#PcqC3yEoLEGEgLpW3DsbPWVKezZdOMvO { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#lNx09obT9LlkUsUwFnNUkqzkOcp2q9x3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#i7AZOlhDpw8VQdkfkEl2d1isT6fZeHwk { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p4viu0SNG0UrTHvd3vTqKEBRQrawBgBF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#lDM3KnOJTzTEKddp2ZswpwazEe7qfE1z { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nT0WfGWde1JAd9T3PLMoeUikvMay5ibH { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#gWq95XlS7uqFCRG3XteHDQw5oLpvbtZk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#EIHQ7p0KI4qGr7cCrzH7qO0oSG3KFCII { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CUJ0l4z20bv5XUOnITPTds1yA0R8oNbw { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#K2B3wT6OW9Iio9lMmtNl7Qd4a1bpfheb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#HveTcJi0nCLwU21Qm7tZCZfyWMN5STi4 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JpTCu9zOzpK4w4HPcuQBz6LdMkSrhLoO { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#NwJSlCPiamh2VtA7ItET3uwCmZhs24TQ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#blXTRfZOli31HG3yf1P21u0ZiVsDJ5e7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#QQZXttsT3aepElmgxdSOOCmATpQ9eKsH { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#mkVT7tm2M1JNXNcSnvZ2aowGSntbGhBc { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vZXaEV6rn06nUdTdGa5eDdNAxJedtvOx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#A8FwG1gRnAhP5ausbr3eodmONKdNXnnz { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#dt8s0o4BRG4KwRGiZNt4OpkRxMFSzWK8 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#sDnncWH08pKTs6I3FQfXnbxDn1iMCArn { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nEDpFSWv3LKQotEc8rtVqepdkvXq0ItM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#T3ckucKkeqrm2XZSACqMrVQoyEeWqzLn { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#HGFAvBvpg60H9gnqWX2hOxLcicTq83Vy { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IMXfTwTSqpfbhSlaweT4lWENIpfrIvwg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#ovzwTBTnTsRlrFiqAgO00Tai71srdf9J { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QqKfNfBrB9ZU3z3PVseVVclyNMSvEE75 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#zyUy1UH4uQTZw00WIB3uUaZmGdS20Fsu { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#uCsRGnFALZMH9DIgOy5ysnFb7ZRgDDcf { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#Jd8A1oBCHfTKZOyteu9TpdxqLR0TJznm { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wzNSLdOE0vIRSqI1eyG3l9gyaxT0Jv50 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#pRBXMQZZJlFdcnu3TBpx9fzLdhEc1eZL { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mIxBIUV85NcTGo2Dg5tizE66XUgmQioq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.3125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:none; }
#C43XXyXQdWbZPMFAInE02TVXfZRn6vA1 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { background-color: transparent; background-image: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container > .video-iframe-container { display: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container { display: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .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); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { border-width: 0; border-radius: 0; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);line-height:1.9;overflow:hidden;height:auto; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1); }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_818de3f14dca724252a209ed0b52d03c99e52bf2.svg");background-size:contain !important; }#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.adaptive-delivery-prevent-bg, #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.lazyload, #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.lazyloading { background-image: none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { box-sizing:content-box;height:auto;width:72.37375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15040;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.750194549561rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz { display:none; }
#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29f60088-96f6-4daf-8203-6db9781bee08/photobackground.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs.adaptive-delivery-prevent-bg, #FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs.lazyload, #FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs.lazyloading { background-image: none; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container { background-color: transparent; background-image: none; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container > .video-iframe-container { display: none; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row > .video-iframe-container { display: none; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .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); }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container { border-width: 0; border-radius: 0; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#ViUXsdrgCPEOiLbE32uauG49fQLZuBn7 { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hUvXIMC5Zi7bcrcd0Q8aTJ91bURCcXFa { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qhspRk52eKOruisnnJevAc8W68dTEBG4 { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.65625rem;left:57.500003814698rem;display:block; }
#AQPkLysX1sQSIgTJSU4aZE4Q3rwyF8Qr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { position:relative;display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { background-color: transparent; background-image: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { border-width: 0; border-radius: 0; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.677734375rem;left:31.8125rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { z-index:15003;top:2.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { z-index:15004;top:2.1875rem;left:9.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { color:#000000;display:block;width:6.06228125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6768684387207rem;left:56.310764312744rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:2.0931015014649rem;left:62.893886566163rem;overflow:hidden;display:block; }
#u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { 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:2rem;width:2rem;top:2.125rem;left:65.5rem;overflow:hidden;display:block; }
#LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:68.25rem;overflow:hidden;display:block; }
#DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:70.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { top:0.625rem;left:32.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { top:0.75rem;left:43rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { top:1.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0evWJb30xvpP7px4o73q9TA5KSzhGIy { top:1.0625rem;left:42.3125rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnOPMpbudSf4qXi6imulLqAfASiZfpdM { top:23.3125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { top:3.6875rem;left:27.4375rem;width:20.25rem;height:3.9254570853616rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { top:32.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { top:10rem;left:0rem;width:47.75rem;height:9.9829974811081rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtfuGF025wl87n4xP6iUKLXe4hr8OJAg { top:2.8125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOu8E4cbOhaObZ19c6sSiKkgvJH6qie { top:2.8125rem;left:1.6865234375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvyQWViCIFf5mkDETki0yREzfR5skCVd { top:13.125rem;left:0rem;width:33.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMfyz2nR96vcVagnGuoq89FPbkso2UE { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { top:3.625rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { top:12.4375rem;left:0rem;width:5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9tB4J4F7a21wZiZTGxzXybTWke1q9U { top:12.625rem;left:0rem;width:1.25rem;height:55.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { top:30rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { top:52.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { top:20.3125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxdhxJJXhxwgwfv1KdWKL67EBEM2yt0 { top:20.3125rem;left:0rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1S8ySVETJZhtlWlMI22ArcVhbgrhQ9 { top:22.9375rem;left:0.1875rem;width:23.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRdtqbRNa6osrMqSqCWBo1UnLbBOu2UZ { top:30rem;left:0rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl4SNtwM4pKx6Bg3SofxM5RhEAOac2IW { top:32.625rem;left:0.625rem;width:23.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp { top:38.25rem;left:1.875rem;width:22rem;height:2.875rem;font-size:1.125rem;display:block; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3e1d119606cafb4be50cd05071bebef6054e9d1.svg); }
 }@media only screen and (max-width: 763px) { #oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH { top:41.8125rem;left:0.625rem;width:23.25rem;height:2.875rem;font-size:1.125rem;display:block; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d859f7fc1e4da783264c5db7f4b77963712b9f76.svg); }
 }@media only screen and (max-width: 763px) { #NOh93Bg4BW7TQZU4MZi8AAIhWg07MH6o { top:46.3125rem;left:0.625rem;width:23.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IISfMEFbT2VkZA61RcxeS6weWmX3e8Bh { top:55.25rem;left:0.625rem;width:23.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPq7fMXfsSWaQAUQxX6KUKBCmIDDzMav { top:52.625rem;left:0rem;width:33.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { top:62.5625rem;left:2rem;width:16.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { top:12.1875rem;left:9.4375rem;width:34.25rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { top:62.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { top:8.625rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { top:4.4375rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { top:19.5625rem;left:0rem;width:14.125rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { top:19.5rem;left:8.9375038146975rem;width:14.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { top:19.5rem;left:9.8125rem;width:14.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { top:19.5rem;left:25.147655487061rem;width:14.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LipJQzq9XThd1GcKJrtMZV02nAzFANEZ { top:19.5rem;left:33.6875rem;width:14.0625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgt99wyVI1xtHX8XSwaRIbHtQynNSLA { top:13rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { top:13rem;left:29.740627288818rem;width:4.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFDaGEUVKvwN54WztRa4flGEu5p8upk { top:13.125rem;left:19.5625rem;width:4.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { top:13.0625rem;left:14.092967987061rem;width:3.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { top:13.0625rem;left:0rem;width:3.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw { display:none; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NcTdO0qRIKT87HBSkhKGFi1MPGPT6gh4 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlyTrivuvq1JLiQEEvLMNPSxGE3A2S6c { top:3.6875rem;left:0rem;width:44.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tys5RSUucPZFFb2OAKBEi3laTnDSsd8q { top:52.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pipRTUPXyX6UkLJOU0IUQnZzitwQwHiN { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJrraO2v5dTwiFV0cH7KV1xyaP4OVL7s { top:48.6875rem;left:0rem;width:19.125rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLZ6SHTO2Jasd91IEw9TcQ8ENmMX3Wkd { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyriSplcU4oQ22SFTuNeuBKx4alRK0L3 { top:23.1875rem;left:0rem;width:16.9375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKxdG1C8N1Ra2peRt0oC8695cvOe2cyQ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fgd59DdUrDgJpDD0TGZWkVBT5yRVqLck { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ik0T6kWeTkkvAzzIbQVqy7Ts73TTf4L3 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Am01C5ossZXGi9fo5gdPstcJekQsGzsK { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbTDEgqOVU1oNXCPRmzXhwDtRMbDcd2H { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl4Ta6PTlTQTEDpJp542prL0qgcVlfpD { top:36.4375rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxp6HqVRUAfTAQ3ZpqGPPV8ic5QX2pN6 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xS71Kkip6oBdyBUaXkLUUQbVZQDZiPQc { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4R7WJTbplBmxr8RtGREOHxC56CnqZmO { top:32.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #id6JeDLmrVqxbl1sD1z1TMQm6f8xSser { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRpxkiGncBUZT83o7AJyGvSFDiCNskFd { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRbskb1moAfkQZx40P6qm7QbpaGJaObg { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiDq5KW3L3l4DV3zbFVWFgNAqRNrVyBV { top:27.9375rem;left:0rem;width:17rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMCWfIJFoF2nemu1fBauTx8v6M0pSwiH { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRZTVo2smeCH3z7URkMZh6iTu8eX9GKv { top:63rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOOwPygI8C72Dv1qHg8ZaVDaKwQSkN6p { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cK0UP1FssydWrCwU1Ia76QRrVTcTBy7s { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5pJTPlSPMCy3mbJ5sky0It6CZUVa3LB { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xr7RQq415aKbsFmlE9EnfB6TSaaJzPLu { top:59.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zfh3iRJJPovyB9AvFu950bKQ0HtxVWWa { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeSkmAV3r7dd96GU1fBADoP6cLgEw97m { top:54.1875rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9CHGuDRnoQQKCqNlZz8XrHTrFV3hAxZ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTPaqMTaq1Gd389NnRyweESKQ8SClQgv { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxuDForOxp3ee7xya8Pq96TEPDz5Th9i { top:49.75rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0W4fhCzCwxFivP3vmS8UxuuMoSu9A0W { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #izdbtiv7yKhpbbVTzSJ2i4xWJQFBe2ia { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxlQTAG0cB2lTMHKKc4vlMZLMJHxNtd2 { top:45.375rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jiv64ZwqTdfvEpKXTBMLDqoOB1FtNBsP { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEUCGNCwbia3TS1z2iMhzZKGKbnMJvwb { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSM87qrnoChqXlhyiviHRzmpbL8fg0h1 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLL0cmXKKlhCL9SuG832panKcqaR3cXr { top:41.25rem;left:0rem;width:17rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vI9t9o2ucvqy6P9T6ZEUwkNzDCkCBLfD { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eE7zXXklLCU665qulPlZXMsJNgTKWVaW { top:84.875rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0d75i0vq3zxn8GL4VTZ95ZD8JKMroPG { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9g39btUntxzeoAevQTEXqQAXBuaJQCl { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTA3L5prfos2VQnTe7LWbcf7cwTzTT6g { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7P77xZ5HaB3ELaVLMZeTXwGFSy8mDd1 { top:80.9375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAC4NwtfZK4D9UVnTPf1rlEkNBBs6r9O { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ixi7K1pWDXVyUNK5PmXr1C2xMk2B3R66 { top:76.0625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gix6AqsmG46SVHGrmI3Ip8D1SuG73Kbq { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByVTIVG8NeFPOpBcK1lqpn8ZlMvu8rCU { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H44uyVMzIiSH5rEsibQwAxHaBE8kHZk8 { top:71.625rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ituIkX20Qd6kLRkaH8p87eooZip14KXZ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4JcHff2CHTHuAHeDwEQmlb3KTDqExFB { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRwzo8d6yd3oRNSokGBKOXneKGLrJ3MU { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTbGQGdzq6XCti9bqZRFad7CLNzkywXN { top:67.25rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sl2xt4f2hxzrc3WUrqEfOct0BnrZUiW5 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLpl2AB3tf29IpPoF5hqqfPKS816tKew { top:98.125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Udm2xWnzbhPugf6zEpK8C8Hp35OmNwQV { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbkvGr9JPbP7Z71K0HihO71mU3JbQBGs { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tbx8m08Qq1IBZ041WZdPuTNnZvyuUB4d { top:94.25rem;left:0rem;width:15.625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnoukAQpsPZsZaId7i7XoWPAiIEyQ2aD { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvMfX6dkkWfNIhvTSRqmTngwSM53Uz9V { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSIBNoZnLMiEmA9BlSeZooFaVcB4KUmf { top:89.3125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUTQXJw74Ema0sNTp30JdckGlKE9oZfW { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1wyFHB9Pt7he0cuk9PIJQq8uy3hnk4Q { top:102.5625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQP4IpEswqh2awciEuEPvXLfHmtKDzZt { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbBMxOXTr98sPwvQdudv8yzUs8a7WB2r { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6nm9ta0LZIHlc6iFoCB5CuRbQWzi4TF { top:58.25rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIHirpAqZtkElBqMR4qLUtDXdzUze7Xw { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x93vnFagCcI0BKonrDxWmLKWiMaAgq4b { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jcr0fZUrQ0Jf9adMdrHAAU1E8fDolJHD { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Pa74zGV4ym12ogzD7uJTzfTNF6uV6x { top:62.8125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH2Jqt4uKs1mnvak70vDc1TyM77dQ10o { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hztPuptmOFr82shwg2EnCMvZpRltaZWq { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV86544IpvolZReeaSdeGTIVBtQl5x1m { top:75.625rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAcXTh7rpisTR2H7XuNM15Ht4TD5FaK8 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVtQ4tHr7m371hawaifiqXiA0Pt8fGR7 { top:79.5rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxKAkLZDNKAshW1WVbbBRsRCseKsVEcm { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZrmqvhDcOfGIFryicbK8fTBA3ogCz6T { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxCr8TK6pzIQeMJO4QdUVPPRWW9Hd9p2 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #blvbiAAhUCUQUE5rrLaFAd9gUAETeaod { top:105.75rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8crzPds3NRTbUSFkqgzUC1yvzrlJi4z { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHFEH0xGPU1Bd3rhZ4DLrdoMLFbh3aJQ { top:22.9375rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F279fZioLiEHLMVyRtZfmgONxGE97sDP { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9vVZAsETtlrCcK222InKznOWC8ove9S { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #he1Z9qMn8QKw7B5IRh1sL26hKTplqoqc { top:14.3125rem;left:0rem;width:30.6875rem;height:35.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDiwDOygDIfuNn5ikyiy1Iwqp0PQlUJZ { top:14.5625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMKKeMZHU7twWTrvNE2lpFC6ZWk8Hus { top:16.8125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4T3w5XhaOuqmToIDxIeEvLH2o72W1X { top:17.3125rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7EHwDRPXOeoVi565VNXETpqG8vBLi72 { top:19.5625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8P0xpr3W2Ks4XTsL4c5T5EyGpWszOTq { top:20.25rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeIwQwnM7CqlCZoQotLAwcvfi9B7wflL { top:22.5rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4B1eXZkq7HWFrVQovadIeHXXepOiAfT { top:23.125rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5AKXyvuXAc5fJlbGVGM96LFzmC1ALfk { top:25.375rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzEA0mBT0WH1iO1lzavFN617RK1BEau { top:25.8125rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww7uJOp22aWQypOnQZcFMwUU0b3DU7Fe { top:28.0625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l15PEvUiSDLw1NhCzXPMt9tHGqcLGAlt { top:28.375rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWpOA7Q0CzXz7H8NP6QAiPFaP8VZwghH { top:30.625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqdTmDiPTTHFLL4nxsW3T6TvXR1RUv97 { top:31.1875rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVHpiNd3urAX21OCCc2gi4yAr2MMTOsI { top:33.4375rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v24fAiLCFRMLfh7CmbwWzcuP7pD2wRXV { top:33.875rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOZl48qDf3ilAGpXO2bkliwtAQR2oP8V { top:36.125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbDtXtIcgCrMfrSaeBHDUJfvXXopnOc { top:36.625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoWFnQTCKlvib2Da7EQCi9ZSm5QfoN0d { top:38.875rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpH4mDfU9G43KVqbfIlKRLh6wnoDvcUD { top:39.375rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7bgVE1QBSVza7cnzk5Oo8atWDdkoTE1 { top:41.625rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnTmVC149ONWQkygO1lOdbS0sODLnbU { top:42.0625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzN46swbFeenSOlRpdEADlpf6BCkPIRg { top:44.3125rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4rVn43nXhL214VadNh9vhBqgBSJ7F9I { top:14.5625rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphoZvZ0dR3MzBCldlcwT3sBTk21glUV { top:17.3125rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQgUiVv2zEnQfm4wXv1M0Tko0aPncCnq { top:20.25rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va5SNLoRFnEfie3kv2GMRu6JkPBoE8c5 { top:23.125rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znw6aHCBSNN9QanIrUB6TSryUoC1A0JQ { top:25.8125rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dThotPOU8t34iNe5IM8md36F4xTfInGi { top:28.375rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ5To0qbm6mpCHHQKrQKGHfiVQTIkbfR { top:31.1875rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgL8T7N7CvBSlcD1oqtFNE4O0V1u3JA7 { top:33.875rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7Fm7hVzzerOwqf8iZV7G0boK1D0pbS { top:36.625rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwaZk4X0oHppFmVb4actwyRMBAsTbFd9 { top:39.375rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcFrRfM90ofLCURnKvNbrm3MdsnpqTau { top:42.0625rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl5Vb4buFqf7ERTa8cnxAofvUTzXQyxL { top:45rem;left:23.875rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNSJSNb8kbmEoioNN6tdTXVWe5mPnMte { top:44.9375rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEcSly4a4X1KupJ4G2xJk9hu0QcIhuk { top:14.3125rem;left:15.3125rem;width:32.4375rem;height:33.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKUfaWXvedkwzt9KGU9RSO1sGa94KtG4 { top:10.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Se7E83LzcT9H3MyC2N2U4aJPAgUpRa3X { top:16.75rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTn1bHhpicN2L6Cq3UzLyyrCFgVV3T0 { top:19.5rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtKmZOT247SANCR7gPPsA2Q6guuNGkDh { top:22.4375rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW83Oy6oEkB5tUJ2DDgRpHc6iSKJNrpw { top:25.3125rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXm4czgJ2J449HVAou02ePWo2zlMWVm { top:28rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0moHTBQfOHmrzuLbeRDcVz8BJ5GB2D5 { top:30.5625rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9tMFmickrulWV6cxfy6G1SdKkkOmgk { top:33.375rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBtsXUMZMXEDrlCXhSAnmuoUea7Ua6o { top:36.0625rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnDT2Dxe1VlNdvApWUthgTv3cp2pUzG9 { top:38.8125rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiNNAMNmJTCI7GTEXS9OvXZ1HdpOzNup { top:41.5625rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOS31nL0RdlIsS39D2yHtgHxF3wGXfaZ { top:44.25rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgxk2Qa2igGg3TZwuGr57ICTq91asFkt { top:47.1875rem;left:19rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhLZLcvN9My2MluMmdzkEFQI3UbsMqcF { top:47.4375rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTsxQVQ45iM4MeCzTOuQD6TXuqU9FbL { top:50.1875rem;left:0rem;width:28.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv7Zs4mn2PmFWiLOvKf3ZUolciMXvPyy { top:47.625rem;left:0rem;width:1.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk { display:none; }#lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rUTbbHkvcOc1I7TfJCdBN1eASSFik68l { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkpgHFx5q6f3wJwwEa381c5CrdiWeQo { top:3.6875rem;left:0rem;width:44.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2VaC5TrOkUJF5yvx4NrXS8akXeTQeJ { top:44.5625rem;left:0rem;width:17rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkITLTTgoWPG6ffnH4D8gfhPFXImOukL { top:52.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhytkkB0MRruoSW2euTRzeByMx8m8poZ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWpiTCTpxWqHGW502p8yNfmsibXBCDXk { top:48.6875rem;left:0rem;width:19.125rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCClorHau8PZ4ZRbWUiQRpwfCHPK20fM { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiWSyDTEuUgAWk4SFBakIN6ZoBkSuPB6 { top:23.1875rem;left:0rem;width:16.9375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyvRkCnrJMvZhgKbD45vPC62WpR9hZ7t { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUBiJrzHLImi3ZTk554oBQeLku3duU8w { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWcTTXmnVZ4NBlX8gpiJH4SONtBgBKT2 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIk9XO27UWH1Tvy79m6Xv56BJOOJ3ryi { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7IefqbOlxScgJsK1boG5pCzUagt17Kc { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJeid5Q3FQVw50Veydp3FetnBxu7ywzr { top:36.4375rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADOaom4foeM0G9Z6C6aDdT32SiISagol { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA15EECuHnlaaVBNegVv3pnn4AaesOv1 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMDFBEsVxWgdZOvrGiTrUz0i65cQ38Ho { top:32.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCAw4lleKoeayNEFu4Z5PH2S3oET3Bul { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAXgQkLNr6zlIkoQTeZo3D668F3lAID9 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUdHuWCo5xnH1Qv5lIbmRT2qHd1VLNZH { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuXrI9TchRrKzOrCDEQEw3TVsoqW5TTn { top:27.9375rem;left:0rem;width:17rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZJMBTsBbAUDBQmUhW4PimTJnQFkvq9E { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRTX8wRdQ2iOMPOJGkpV8KuQnkHUNlhe { top:63rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvKX2Er0Z0I1dQRE9ltNzmUftvxLv2i7 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVdfOrXhzERMUGyzc98nV7RQ3V1DFqR3 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMznEZsFtZ5JcZ7edpNsmVB0luttDLdT { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFUgiTlacnpWcghsSKxfqK719lgyzk6N { top:59.0625rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9XWIdnRIrGaUGGFZHLITh6dzrFMkWuD { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvFK8sQuJhiVyxF9uWN6yKermPTtX314 { top:54.1875rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FayeZsg5walkhv7g8lI8a4UiAbhfiMJb { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5M02WJhNGFAT3bipMHLkox24KG3rKb2 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwTeOZdxWSDpcWXK162S0UV5GyzZxvk4 { top:49.75rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipVQ3kSGInQk5TA4tkfOHhWaTh7AkNnJ { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2nbvykQas9QiaK6s4gG4HJtlcqaqoCr { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wx5VEmaPrdMhegSbqB0eJ9cm5pADPwBb { top:45.375rem;left:0rem;width:15.5625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M28wSup4ntAK2CkZaW7K5AQ66MtdZS5B { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUrxNN4SiVLAQ4TX7ES4zyO8PtLQwVP1 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEocwCzdAmXqB0rl57eBJAI0ZIB0JicD { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #osMt7hFmSiEUg7anJw7Q0ZPF5xz1ccRo { top:41.25rem;left:0rem;width:17rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQlQZygxs2VUArbMk5UqrWKDTWfTEnpw { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r52TcsCAy7CsT8fNB76doa2nV28eoLkb { top:84.875rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckJuWH4o2EKytNVsFFVlRf4ZCknJITFU { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZXVxACg0sTGEUvHiMEuG2Cw0HwLFcsG { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOuH8zHhc8JzqMZ0hFAMbW09rJygeVnk { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #spJgbOwJ832CVdi6DmraX0APfPgtZ3RJ { top:80.9375rem;left:0rem;width:15.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciT687XnNSwZwt22OQl9CIx4Frn8cELa { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rblkZTUPZbZ4k9GBMbsEE9oNIfRzlmGM { top:76.0625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITMDSG4gErhSum7C171WeHIXxR3iCuVb { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAyKyTg6T7FSMoqu8CkHd00BXByudWv6 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkBzETCqfcIkfIRdcu7o2IO0bmWiQhHI { top:71.625rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBBsm27tqfaTf9ZlgU0Bobx9l8Ju8rC1 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcqC3yEoLEGEgLpW3DsbPWVKezZdOMvO { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNx09obT9LlkUsUwFnNUkqzkOcp2q9x3 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7AZOlhDpw8VQdkfkEl2d1isT6fZeHwk { top:67.25rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4viu0SNG0UrTHvd3vTqKEBRQrawBgBF { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDM3KnOJTzTEKddp2ZswpwazEe7qfE1z { top:98.125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT0WfGWde1JAd9T3PLMoeUikvMay5ibH { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWq95XlS7uqFCRG3XteHDQw5oLpvbtZk { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIHQ7p0KI4qGr7cCrzH7qO0oSG3KFCII { top:94.25rem;left:0rem;width:15.625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUJ0l4z20bv5XUOnITPTds1yA0R8oNbw { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2B3wT6OW9Iio9lMmtNl7Qd4a1bpfheb { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HveTcJi0nCLwU21Qm7tZCZfyWMN5STi4 { top:89.3125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpTCu9zOzpK4w4HPcuQBz6LdMkSrhLoO { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwJSlCPiamh2VtA7ItET3uwCmZhs24TQ { top:102.5625rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #blXTRfZOli31HG3yf1P21u0ZiVsDJ5e7 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQZXttsT3aepElmgxdSOOCmATpQ9eKsH { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkVT7tm2M1JNXNcSnvZ2aowGSntbGhBc { top:58.25rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZXaEV6rn06nUdTdGa5eDdNAxJedtvOx { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8FwG1gRnAhP5ausbr3eodmONKdNXnnz { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dt8s0o4BRG4KwRGiZNt4OpkRxMFSzWK8 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDnncWH08pKTs6I3FQfXnbxDn1iMCArn { top:62.8125rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEDpFSWv3LKQotEc8rtVqepdkvXq0ItM { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3ckucKkeqrm2XZSACqMrVQoyEeWqzLn { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGFAvBvpg60H9gnqWX2hOxLcicTq83Vy { top:75.625rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMXfTwTSqpfbhSlaweT4lWENIpfrIvwg { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovzwTBTnTsRlrFiqAgO00Tai71srdf9J { top:79.5rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqKfNfBrB9ZU3z3PVseVVclyNMSvEE75 { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyUy1UH4uQTZw00WIB3uUaZmGdS20Fsu { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCsRGnFALZMH9DIgOy5ysnFb7ZRgDDcf { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd8A1oBCHfTKZOyteu9TpdxqLR0TJznm { top:105.75rem;left:0rem;width:15.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzNSLdOE0vIRSqI1eyG3l9gyaxT0Jv50 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRBXMQZZJlFdcnu3TBpx9fzLdhEc1eZL { top:22.9375rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIxBIUV85NcTGo2Dg5tizE66XUgmQioq { top:3.6875rem;left:27.4375rem;width:2.3125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C43XXyXQdWbZPMFAInE02TVXfZRn6vA1 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { top:3.625rem;left:0rem;width:44.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { display:flex;height:auto;width:45.125rem;top:11.8125rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz {  }
 }@media only screen and (max-width: 763px) { #FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs { display:block; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViUXsdrgCPEOiLbE32uauG49fQLZuBn7 { top:4.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUvXIMC5Zi7bcrcd0Q8aTJ91bURCcXFa { top:6.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhspRk52eKOruisnnJevAc8W68dTEBG4 { width:17.5rem;height:3.4375rem;top:4.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQPkLysX1sQSIgTJSU4aZE4Q3rwyF8Qr { display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { top:2.625rem;left:18.1875rem;width:11.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { top:2.625rem;left:41.75rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { top:2.0625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28d2c79-cd01-4a02-903e-d285a7e6c6d4/header_background.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.adaptive-delivery-prevent-bg, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyload, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyloading { background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { background-color: transparent; background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { display:flex;width:2.24935rem;height:2.24935rem;top:26.188210487366rem;left:8.9382143020631rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { display:flex;width:2.06163125rem;height:2.06163125rem;top:26.312993526459rem;left:17.93836875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { width:12.5rem;height:0;top:26.687342524529rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L0evWJb30xvpP7px4o73q9TA5KSzhGIy { width:5.4362rem;height:0;top:26.662385940552rem;left:14.5638rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CnOPMpbudSf4qXi6imulLqAfASiZfpdM { width:15.3125rem;height:21.125rem;top:20.5625rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { width:14.5625rem;height:2.75rem;top:8.625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { width:15rem;height:6.5rem;top:42.3125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { width:20rem;height:4.1806625rem;top:13.865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtfuGF025wl87n4xP6iUKLXe4hr8OJAg { width:2.8125rem;height:2.8125rem;top:2.46875rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOu8E4cbOhaObZ19c6sSiKkgvJH6qie { width:3rem;height:3rem;top:2.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { width:20rem;height:125.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvyQWViCIFf5mkDETki0yREzfR5skCVd { width:10.125rem;height:3.25rem;top:10.564453125rem;left:6.4365234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeMfyz2nR96vcVagnGuoq89FPbkso2UE { width:7.125rem;height:0.5rem;top:5.6494140625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { width:4.25rem;height:4.3125rem;top:10.03125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9tB4J4F7a21wZiZTGxzXybTWke1q9U { width:0.625rem;height:72.3125rem;top:11.360937559604rem;left:2.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { width:4.3125rem;height:4.3125rem;top:33.312500476837rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { width:4.375rem;height:4.375rem;top:63.535936355594rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { width:4.3125rem;height:4.3125rem;top:19.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxdhxJJXhxwgwfv1KdWKL67EBEM2yt0 { width:8.1875rem;height:1.625rem;top:19.9375rem;left:6.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1S8ySVETJZhtlWlMI22ArcVhbgrhQ9 { width:11.25rem;height:8.7715rem;top:22.5rem;left:6.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRdtqbRNa6osrMqSqCWBo1UnLbBOu2UZ { width:11.5625rem;height:3.25rem;top:33.312500476837rem;left:6.1250001788139rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zl4SNtwM4pKx6Bg3SofxM5RhEAOac2IW { width:12.3125rem;height:8.7715rem;top:37.687500476837rem;left:6.1250001788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp { width:12.625rem;height:5.84765625rem;top:46.125002384186rem;left:6.1250001788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#RdTCxvLQD1saMbdFJzn6CKs5JaBTFuXp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3e1d119606cafb4be50cd05071bebef6054e9d1.svg); }
 }@media only screen and (max-width: 763px) { #oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH { width:13.5rem;height:4.38574375rem;top:51.250002384186rem;left:6.1875001788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#oWNps0ZyuO6OJ03s6tc4y6Hrc3mKTzfH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d859f7fc1e4da783264c5db7f4b77963712b9f76.svg); }
 }@media only screen and (max-width: 763px) { #NOh93Bg4BW7TQZU4MZi8AAIhWg07MH6o { width:12.5625rem;height:4.38574375rem;top:57.000002384186rem;left:6.1250001788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IISfMEFbT2VkZA61RcxeS6weWmX3e8Bh { width:12.4375rem;height:7.3095625rem;top:67.848436355594rem;left:6.4375001788137rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VPq7fMXfsSWaQAUQxX6KUKBCmIDDzMav { width:12.8125rem;height:3.25rem;top:63.535936355594rem;left:6.4375001788137rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { width:13.43675rem;height:4.38574375rem;top:79.686719894406rem;left:6.5625001788137rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { width:19.9991875rem;height:32.489875rem;top:89.006250858306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { width:4.3125rem;height:4.3125rem;top:79.686721801756rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { width:7.125rem;height:0.5rem;top:5.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { width:20rem;height:1.95rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { width:14.125rem;height:3.25rem;top:15.6875rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { width:14.0625rem;height:4.875rem;top:27.1875rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { width:14.0625rem;height:3.25rem;top:40.8125rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { width:14.0625rem;height:4.875rem;top:53.1875rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LipJQzq9XThd1GcKJrtMZV02nAzFANEZ { width:14.0625rem;height:6.5rem;top:67.25rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGgt99wyVI1xtHX8XSwaRIbHtQynNSLA { width:4.9375rem;height:4.9375rem;top:60.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { width:4.375rem;height:4.6875rem;top:46.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFDaGEUVKvwN54WztRa4flGEu5p8upk { width:4.625rem;height:4.4375rem;top:34.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { width:3.8125rem;height:4.8125rem;top:20.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { width:3.8125rem;height:4.4375rem;top:9.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw { display:none; }#bDXkDCtnPz9kUJFZy6VtSSFBT2SQbEcw > .row .container { width:20rem;height:345.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NcTdO0qRIKT87HBSkhKGFi1MPGPT6gh4 { width:7.125rem;height:0.5rem;top:7.6497402191163rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlyTrivuvq1JLiQEEvLMNPSxGE3A2S6c { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tys5RSUucPZFFb2OAKBEi3laTnDSsd8q { width:20rem;height:2.5996125rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;color:#4e0030;display:block; }
 }@media only screen and (max-width: 763px) { #pipRTUPXyX6UkLJOU0IUQnZzitwQwHiN { width:1.0625rem;height:2.0625rem;top:14.625rem;left:1.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OJrraO2v5dTwiFV0cH7KV1xyaP4OVL7s { width:15.5625rem;height:2.79948125rem;top:18.8125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FLZ6SHTO2Jasd91IEw9TcQ8ENmMX3Wkd { width:1.0625rem;height:2.0625rem;top:19.0625rem;left:1.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dyriSplcU4oQ22SFTuNeuBKx4alRK0L3 { width:15.5625rem;height:2.798825rem;top:27rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gKxdG1C8N1Ra2peRt0oC8695cvOe2cyQ { width:1.0625rem;height:2.0625rem;top:27.1875rem;left:1.25rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fgd59DdUrDgJpDD0TGZWkVBT5yRVqLck { width:17.5rem;height:0.125rem;top:17.625rem;left:1.25rem;z-index:15040;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik0T6kWeTkkvAzzIbQVqy7Ts73TTf4L3 { width:17.5rem;height:0.125rem;top:22.1875rem;left:1.25rem;z-index:15041;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am01C5ossZXGi9fo5gdPstcJekQsGzsK { width:17.5rem;height:0.125rem;top:30.4375rem;left:1.25rem;z-index:15042;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTDEgqOVU1oNXCPRmzXhwDtRMbDcd2H { width:17.5rem;height:0.125rem;top:44.0625rem;left:1.25rem;z-index:15051;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl4Ta6PTlTQTEDpJp542prL0qgcVlfpD { width:15.6875rem;height:2.798825rem;top:40.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uxp6HqVRUAfTAQ3ZpqGPPV8ic5QX2pN6 { width:1.0625rem;height:2.0625rem;top:40.8125rem;left:1.25rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xS71Kkip6oBdyBUaXkLUUQbVZQDZiPQc { width:17.5rem;height:0.125rem;top:39.625rem;left:1.25rem;z-index:15050;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4R7WJTbplBmxr8RtGREOHxC56CnqZmO { width:15.625rem;height:1.3994125rem;top:36.6875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #id6JeDLmrVqxbl1sD1z1TMQm6f8xSser { width:1.0625rem;height:2.0625rem;top:36.5rem;left:1.25rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PRpxkiGncBUZT83o7AJyGvSFDiCNskFd { width:17.5rem;height:0.125rem;top:35.0625rem;left:1.25rem;z-index:15049;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbskb1moAfkQZx40P6qm7QbpaGJaObg { width:1.0625rem;height:2.0625rem;top:32.0625rem;left:1.25rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uiDq5KW3L3l4DV3zbFVWFgNAqRNrVyBV { width:15.6875rem;height:2.798825rem;top:31.8125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UMCWfIJFoF2nemu1fBauTx8v6M0pSwiH { width:17.5rem;height:0.125rem;top:79.5rem;left:1.25rem;z-index:15069;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRZTVo2smeCH3z7URkMZh6iTu8eX9GKv { width:15.6875rem;height:2.798825rem;top:76.0625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LOOwPygI8C72Dv1qHg8ZaVDaKwQSkN6p { width:1.0625rem;height:2.0625rem;top:76.25rem;left:1.25rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cK0UP1FssydWrCwU1Ia76QRrVTcTBy7s { width:17.5rem;height:0.125rem;top:75.0625rem;left:1.25rem;z-index:15068;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pJTPlSPMCy3mbJ5sky0It6CZUVa3LB { width:1.0625rem;height:2.0625rem;top:71.9375rem;left:1.25rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xr7RQq415aKbsFmlE9EnfB6TSaaJzPLu { width:15.625rem;height:1.3994125rem;top:72.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zfh3iRJJPovyB9AvFu950bKQ0HtxVWWa { width:17.5rem;height:0.125rem;top:70.5625rem;left:1.25rem;z-index:15067;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeSkmAV3r7dd96GU1fBADoP6cLgEw97m { width:15.6875rem;height:2.798825rem;top:58.375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15031;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B9CHGuDRnoQQKCqNlZz8XrHTrFV3hAxZ { width:1.0625rem;height:2.0625rem;top:58.625rem;left:1.25rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yTPaqMTaq1Gd389NnRyweESKQ8SClQgv { width:17.5rem;height:0.125rem;top:57.375rem;left:1.25rem;z-index:15060;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxuDForOxp3ee7xya8Pq96TEPDz5Th9i { width:13.875rem;height:2.798825rem;top:53.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A0W4fhCzCwxFivP3vmS8UxuuMoSu9A0W { width:1.0625rem;height:2.0625rem;top:54.125rem;left:1.25rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #izdbtiv7yKhpbbVTzSJ2i4xWJQFBe2ia { width:17.5rem;height:0.125rem;top:52.9375rem;left:1.25rem;z-index:15059;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxlQTAG0cB2lTMHKKc4vlMZLMJHxNtd2 { width:15.5625rem;height:1.3994125rem;top:50rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv64ZwqTdfvEpKXTBMLDqoOB1FtNBsP { width:1.0625rem;height:2.0625rem;top:49.8125rem;left:1.25rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fEUCGNCwbia3TS1z2iMhzZKGKbnMJvwb { width:17.5rem;height:0.125rem;top:48.375rem;left:1.25rem;z-index:15058;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSM87qrnoChqXlhyiviHRzmpbL8fg0h1 { width:1.0625rem;height:2.0625rem;top:45.375rem;left:1.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLL0cmXKKlhCL9SuG832panKcqaR3cXr { width:17rem;height:1.79980625rem;top:45.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #vI9t9o2ucvqy6P9T6ZEUwkNzDCkCBLfD { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15084;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE7zXXklLCU665qulPlZXMsJNgTKWVaW { width:15.6875rem;height:1.3994125rem;top:106.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g0d75i0vq3zxn8GL4VTZ95ZD8JKMroPG { width:1.0625rem;height:2.0625rem;top:106.0625rem;left:1.25rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T9g39btUntxzeoAevQTEXqQAXBuaJQCl { width:17.5rem;height:0.125rem;top:104.875rem;left:1.25rem;z-index:15083;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTA3L5prfos2VQnTe7LWbcf7cwTzTT6g { width:1.0625rem;height:2.0625rem;top:101.75rem;left:1.25rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e7P77xZ5HaB3ELaVLMZeTXwGFSy8mDd1 { width:15.625rem;height:1.3994125rem;top:102rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tAC4NwtfZK4D9UVnTPf1rlEkNBBs6r9O { width:17.5rem;height:0.125rem;top:100.3125rem;left:1.25rem;z-index:15082;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixi7K1pWDXVyUNK5PmXr1C2xMk2B3R66 { width:15.6875rem;height:1.3994125rem;top:97.5625rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15046;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gix6AqsmG46SVHGrmI3Ip8D1SuG73Kbq { width:1.0625rem;height:2.0625rem;top:97.3125rem;left:1.25rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ByVTIVG8NeFPOpBcK1lqpn8ZlMvu8rCU { width:17.5rem;height:0.125rem;top:96.0625rem;left:1.25rem;z-index:15075;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44uyVMzIiSH5rEsibQwAxHaBE8kHZk8 { width:15.5625rem;height:2.798825rem;top:92.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ituIkX20Qd6kLRkaH8p87eooZip14KXZ { width:1.0625rem;height:2.0625rem;top:92.8125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k4JcHff2CHTHuAHeDwEQmlb3KTDqExFB { width:17.5rem;height:0.125rem;top:91.625rem;left:1.25rem;z-index:15074;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwzo8d6yd3oRNSokGBKOXneKGLrJ3MU { width:1.0625rem;height:2.0625rem;top:88.5rem;left:1.25rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lTbGQGdzq6XCti9bqZRFad7CLNzkywXN { width:15.5625rem;height:2.798825rem;top:88.25rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sl2xt4f2hxzrc3WUrqEfOct0BnrZUiW5 { width:1.0625rem;height:2.0625rem;top:123.3125rem;left:1.25rem;z-index:15083;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KLpl2AB3tf29IpPoF5hqqfPKS816tKew { width:15.6875rem;height:2.798825rem;top:123.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15058;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Udm2xWnzbhPugf6zEpK8C8Hp35OmNwQV { width:17.5rem;height:0.125rem;top:122.125rem;left:1.25rem;z-index:15093;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbkvGr9JPbP7Z71K0HihO71mU3JbQBGs { width:1.0625rem;height:2.0625rem;top:119rem;left:1.25rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tbx8m08Qq1IBZ041WZdPuTNnZvyuUB4d { width:15.625rem;height:2.798825rem;top:119.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15057;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RnoukAQpsPZsZaId7i7XoWPAiIEyQ2aD { width:17.5rem;height:0.125rem;top:117.5625rem;left:1.25rem;z-index:15092;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvMfX6dkkWfNIhvTSRqmTngwSM53Uz9V { width:1.0625rem;height:2.0625rem;top:114.5625rem;left:1.25rem;z-index:15081;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SSIBNoZnLMiEmA9BlSeZooFaVcB4KUmf { width:15.6875rem;height:2.798825rem;top:114.25rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BUTQXJw74Ema0sNTp30JdckGlKE9oZfW { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15085;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wyFHB9Pt7he0cuk9PIJQq8uy3hnk4Q { width:15.6875rem;height:1.3994125rem;top:128rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lQP4IpEswqh2awciEuEPvXLfHmtKDzZt { width:1.0625rem;height:2.0625rem;top:127.75rem;left:1.25rem;z-index:15086;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lbBMxOXTr98sPwvQdudv8yzUs8a7WB2r { width:17.5rem;height:0.125rem;top:126.5625rem;left:1.25rem;z-index:15096;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6nm9ta0LZIHlc6iFoCB5CuRbQWzi4TF { width:15.6875rem;height:1.3994125rem;top:62.875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sIHirpAqZtkElBqMR4qLUtDXdzUze7Xw { width:1.0625rem;height:2.0625rem;top:62.6875rem;left:1.25rem;z-index:15059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x93vnFagCcI0BKonrDxWmLKWiMaAgq4b { width:17.5rem;height:0.125rem;top:61.4375rem;left:1.25rem;z-index:15063;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcr0fZUrQ0Jf9adMdrHAAU1E8fDolJHD { width:17.5rem;height:0.125rem;top:66rem;left:1.25rem;z-index:15071;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Pa74zGV4ym12ogzD7uJTzfTNF6uV6x { width:15.6875rem;height:2.798825rem;top:67rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sH2Jqt4uKs1mnvak70vDc1TyM77dQ10o { width:1.0625rem;height:2.0625rem;top:67.1875rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hztPuptmOFr82shwg2EnCMvZpRltaZWq { width:17.5rem;height:0.125rem;top:87.5625rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV86544IpvolZReeaSdeGTIVBtQl5x1m { width:15.6875rem;height:2.798825rem;top:80.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RAcXTh7rpisTR2H7XuNM15Ht4TD5FaK8 { width:1.0625rem;height:2.0625rem;top:80.4375rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NVtQ4tHr7m371hawaifiqXiA0Pt8fGR7 { width:15.6875rem;height:2.798825rem;top:84.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxKAkLZDNKAshW1WVbbBRsRCseKsVEcm { width:1.0625rem;height:2.0625rem;top:84.3125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BZrmqvhDcOfGIFryicbK8fTBA3ogCz6T { width:17.5rem;height:0.125rem;top:83.375rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxCr8TK6pzIQeMJO4QdUVPPRWW9Hd9p2 { width:1.0625rem;height:2.0625rem;top:110.1875rem;left:1.25rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #blvbiAAhUCUQUE5rrLaFAd9gUAETeaod { width:15.6875rem;height:2.798825rem;top:110.375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15051;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f8crzPds3NRTbUSFkqgzUC1yvzrlJi4z { width:17.5rem;height:0.125rem;top:109rem;left:1.25rem;z-index:15086;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHFEH0xGPU1Bd3rhZ4DLrdoMLFbh3aJQ { width:15.5625rem;height:2.798825rem;top:22.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F279fZioLiEHLMVyRtZfmgONxGE97sDP { width:1.0625rem;height:2.0625rem;top:23.125rem;left:1.25rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m9vVZAsETtlrCcK222InKznOWC8ove9S { width:17.5rem;height:0.125rem;top:26.375rem;left:1.25rem;z-index:15045;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #he1Z9qMn8QKw7B5IRh1sL26hKTplqoqc { width:20rem;height:0;top:197.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #VDiwDOygDIfuNn5ikyiy1Iwqp0PQlUJZ { width:1.25rem;height:2.1875rem;top:135.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMKKeMZHU7twWTrvNE2lpFC6ZWk8Hus { width:20rem;height:0.0625rem;top:139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4T3w5XhaOuqmToIDxIeEvLH2o72W1X { width:1.25rem;height:2.1875rem;top:140.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7EHwDRPXOeoVi565VNXETpqG8vBLi72 { width:20rem;height:0.0625rem;top:143.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8P0xpr3W2Ks4XTsL4c5T5EyGpWszOTq { width:1.25rem;height:2.1875rem;top:145.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeIwQwnM7CqlCZoQotLAwcvfi9B7wflL { width:20rem;height:0.0625rem;top:148.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4B1eXZkq7HWFrVQovadIeHXXepOiAfT { width:1.25rem;height:2.1875rem;top:149.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5AKXyvuXAc5fJlbGVGM96LFzmC1ALfk { width:20rem;height:0.0625rem;top:153.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzEA0mBT0WH1iO1lzavFN617RK1BEau { width:1.25rem;height:2.1875rem;top:154.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww7uJOp22aWQypOnQZcFMwUU0b3DU7Fe { width:20rem;height:0.0625rem;top:158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l15PEvUiSDLw1NhCzXPMt9tHGqcLGAlt { width:1.25rem;height:2.1875rem;top:159.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWpOA7Q0CzXz7H8NP6QAiPFaP8VZwghH { width:20rem;height:0.0625rem;top:162.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqdTmDiPTTHFLL4nxsW3T6TvXR1RUv97 { width:1.25rem;height:2.1875rem;top:164.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVHpiNd3urAX21OCCc2gi4yAr2MMTOsI { width:20rem;height:0.0625rem;top:167.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v24fAiLCFRMLfh7CmbwWzcuP7pD2wRXV { width:1.25rem;height:2.1875rem;top:168.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOZl48qDf3ilAGpXO2bkliwtAQR2oP8V { width:20rem;height:0.0625rem;top:172.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbDtXtIcgCrMfrSaeBHDUJfvXXopnOc { width:1.25rem;height:2.1875rem;top:173.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoWFnQTCKlvib2Da7EQCi9ZSm5QfoN0d { width:20rem;height:0.0625rem;top:177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpH4mDfU9G43KVqbfIlKRLh6wnoDvcUD { width:1.25rem;height:2.1875rem;top:178.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7bgVE1QBSVza7cnzk5Oo8atWDdkoTE1 { width:20rem;height:0.0625rem;top:181.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnTmVC149ONWQkygO1lOdbS0sODLnbU { width:1.25rem;height:2.1875rem;top:183.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzN46swbFeenSOlRpdEADlpf6BCkPIRg { width:20rem;height:0.0625rem;top:186.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4rVn43nXhL214VadNh9vhBqgBSJ7F9I { width:1.25rem;height:2.1875rem;top:234.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphoZvZ0dR3MzBCldlcwT3sBTk21glUV { width:1.25rem;height:2.1875rem;top:239.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQgUiVv2zEnQfm4wXv1M0Tko0aPncCnq { width:1.25rem;height:2.1875rem;top:243.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va5SNLoRFnEfie3kv2GMRu6JkPBoE8c5 { width:1.25rem;height:2.1875rem;top:248.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znw6aHCBSNN9QanIrUB6TSryUoC1A0JQ { width:1.25rem;height:2.1875rem;top:253.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dThotPOU8t34iNe5IM8md36F4xTfInGi { width:1.25rem;height:2.1875rem;top:258.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ5To0qbm6mpCHHQKrQKGHfiVQTIkbfR { width:1.25rem;height:2.1875rem;top:262.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgL8T7N7CvBSlcD1oqtFNE4O0V1u3JA7 { width:1.25rem;height:2.1875rem;top:267.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7Fm7hVzzerOwqf8iZV7G0boK1D0pbS { width:1.25rem;height:2.1875rem;top:272.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwaZk4X0oHppFmVb4actwyRMBAsTbFd9 { width:1.25rem;height:2.1875rem;top:277.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcFrRfM90ofLCURnKvNbrm3MdsnpqTau { width:1.25rem;height:2.1875rem;top:281.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl5Vb4buFqf7ERTa8cnxAofvUTzXQyxL { width:1.25rem;height:2.1875rem;top:286.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNSJSNb8kbmEoioNN6tdTXVWe5mPnMte { width:1.25rem;height:2.1875rem;top:291.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEcSly4a4X1KupJ4G2xJk9hu0QcIhuk { width:20rem;height:0;top:299.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #WKUfaWXvedkwzt9KGU9RSO1sGa94KtG4 { width:20rem;height:0;top:131.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Se7E83LzcT9H3MyC2N2U4aJPAgUpRa3X { width:20rem;height:0.0625rem;top:237.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTn1bHhpicN2L6Cq3UzLyyrCFgVV3T0 { width:20rem;height:0.0625rem;top:242.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtKmZOT247SANCR7gPPsA2Q6guuNGkDh { width:20rem;height:0.0625rem;top:247.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW83Oy6oEkB5tUJ2DDgRpHc6iSKJNrpw { width:20rem;height:0.0625rem;top:252.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXm4czgJ2J449HVAou02ePWo2zlMWVm { width:20rem;height:0.0625rem;top:256.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0moHTBQfOHmrzuLbeRDcVz8BJ5GB2D5 { width:20rem;height:0.0625rem;top:261.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9tMFmickrulWV6cxfy6G1SdKkkOmgk { width:20rem;height:0.0625rem;top:266.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBtsXUMZMXEDrlCXhSAnmuoUea7Ua6o { width:20rem;height:0.0625rem;top:271.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnDT2Dxe1VlNdvApWUthgTv3cp2pUzG9 { width:20rem;height:0.0625rem;top:275.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiNNAMNmJTCI7GTEXS9OvXZ1HdpOzNup { width:20rem;height:0.0625rem;top:280.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOS31nL0RdlIsS39D2yHtgHxF3wGXfaZ { width:20rem;height:0.0625rem;top:285.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgxk2Qa2igGg3TZwuGr57ICTq91asFkt { width:20rem;height:0.0625rem;top:290.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhLZLcvN9My2MluMmdzkEFQI3UbsMqcF { width:20rem;height:0.0625rem;top:294.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roTsxQVQ45iM4MeCzTOuQD6TXuqU9FbL { width:20rem;height:0.0625rem;top:339.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv7Zs4mn2PmFWiLOvKf3ZUolciMXvPyy { width:1.25rem;height:2.1875rem;top:296.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk { display:block; }#lw1qsMi9Ja72pXxoISEvXlILVtnhpyzk > .row .container { width:20rem;height:132.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUTbbHkvcOc1I7TfJCdBN1eASSFik68l { width:7.125rem;height:0.5rem;top:7.6497402191163rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkpgHFx5q6f3wJwwEa381c5CrdiWeQo { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #es2VaC5TrOkUJF5yvx4NrXS8akXeTQeJ { width:17rem;height:1.8rem;top:14.6875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GkITLTTgoWPG6ffnH4D8gfhPFXImOukL { width:20rem;height:2.6rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;color:#4e0030;display:block; }
 }@media only screen and (max-width: 763px) { #NhytkkB0MRruoSW2euTRzeByMx8m8poZ { width:1.0625rem;height:2.0625rem;top:14.625rem;left:1.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uWpiTCTpxWqHGW502p8yNfmsibXBCDXk { width:15.5625rem;height:2.798825rem;top:18.8125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DCClorHau8PZ4ZRbWUiQRpwfCHPK20fM { width:1.0625rem;height:2.0625rem;top:19.0625rem;left:1.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZiWSyDTEuUgAWk4SFBakIN6ZoBkSuPB6 { width:15.5625rem;height:2.798825rem;top:27rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QyvRkCnrJMvZhgKbD45vPC62WpR9hZ7t { width:1.0625rem;height:2.0625rem;top:27.1875rem;left:1.25rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zUBiJrzHLImi3ZTk554oBQeLku3duU8w { width:17.5rem;height:0.125rem;top:17.625rem;left:1.25rem;z-index:15040;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWcTTXmnVZ4NBlX8gpiJH4SONtBgBKT2 { width:17.5rem;height:0.125rem;top:22.1875rem;left:1.25rem;z-index:15041;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIk9XO27UWH1Tvy79m6Xv56BJOOJ3ryi { width:17.5rem;height:0.125rem;top:30.4375rem;left:1.25rem;z-index:15042;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IefqbOlxScgJsK1boG5pCzUagt17Kc { width:17.5rem;height:0.125rem;top:44.0625rem;left:1.25rem;z-index:15051;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJeid5Q3FQVw50Veydp3FetnBxu7ywzr { width:15.6875rem;height:2.798825rem;top:40.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ADOaom4foeM0G9Z6C6aDdT32SiISagol { width:1.0625rem;height:2.0625rem;top:40.8125rem;left:1.25rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lA15EECuHnlaaVBNegVv3pnn4AaesOv1 { width:17.5rem;height:0.125rem;top:39.625rem;left:1.25rem;z-index:15050;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMDFBEsVxWgdZOvrGiTrUz0i65cQ38Ho { width:15.625rem;height:1.4rem;top:36.6875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eCAw4lleKoeayNEFu4Z5PH2S3oET3Bul { width:1.0625rem;height:2.0625rem;top:36.5rem;left:1.25rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XAXgQkLNr6zlIkoQTeZo3D668F3lAID9 { width:17.5rem;height:0.125rem;top:35.0625rem;left:1.25rem;z-index:15049;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUdHuWCo5xnH1Qv5lIbmRT2qHd1VLNZH { width:1.0625rem;height:2.0625rem;top:32.0625rem;left:1.25rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IuXrI9TchRrKzOrCDEQEw3TVsoqW5TTn { width:15.6875rem;height:2.798825rem;top:31.8125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FZJMBTsBbAUDBQmUhW4PimTJnQFkvq9E { width:17.5rem;height:0.125rem;top:79.5rem;left:1.25rem;z-index:15069;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRTX8wRdQ2iOMPOJGkpV8KuQnkHUNlhe { width:15.6875rem;height:2.798825rem;top:76.0625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nvKX2Er0Z0I1dQRE9ltNzmUftvxLv2i7 { width:1.0625rem;height:2.0625rem;top:76.25rem;left:1.25rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IVdfOrXhzERMUGyzc98nV7RQ3V1DFqR3 { width:17.5rem;height:0.125rem;top:75.0625rem;left:1.25rem;z-index:15068;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMznEZsFtZ5JcZ7edpNsmVB0luttDLdT { width:1.0625rem;height:2.0625rem;top:71.9375rem;left:1.25rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oFUgiTlacnpWcghsSKxfqK719lgyzk6N { width:15.625rem;height:1.4rem;top:72.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E9XWIdnRIrGaUGGFZHLITh6dzrFMkWuD { width:17.5rem;height:0.125rem;top:70.5625rem;left:1.25rem;z-index:15067;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvFK8sQuJhiVyxF9uWN6yKermPTtX314 { width:15.6875rem;height:2.798825rem;top:58.375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15031;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FayeZsg5walkhv7g8lI8a4UiAbhfiMJb { width:1.0625rem;height:2.0625rem;top:58.625rem;left:1.25rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x5M02WJhNGFAT3bipMHLkox24KG3rKb2 { width:17.5rem;height:0.125rem;top:57.375rem;left:1.25rem;z-index:15060;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTeOZdxWSDpcWXK162S0UV5GyzZxvk4 { width:13.875rem;height:2.798825rem;top:53.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ipVQ3kSGInQk5TA4tkfOHhWaTh7AkNnJ { width:1.0625rem;height:2.0625rem;top:54.125rem;left:1.25rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U2nbvykQas9QiaK6s4gG4HJtlcqaqoCr { width:17.5rem;height:0.125rem;top:52.9375rem;left:1.25rem;z-index:15059;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5VEmaPrdMhegSbqB0eJ9cm5pADPwBb { width:15.5625rem;height:1.4rem;top:50rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M28wSup4ntAK2CkZaW7K5AQ66MtdZS5B { width:1.0625rem;height:2.0625rem;top:49.8125rem;left:1.25rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qUrxNN4SiVLAQ4TX7ES4zyO8PtLQwVP1 { width:17.5rem;height:0.125rem;top:48.375rem;left:1.25rem;z-index:15058;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEocwCzdAmXqB0rl57eBJAI0ZIB0JicD { width:1.0625rem;height:2.0625rem;top:45.375rem;left:1.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #osMt7hFmSiEUg7anJw7Q0ZPF5xz1ccRo { width:17rem;height:1.8rem;top:45.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;font-family:lato;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #QQlQZygxs2VUArbMk5UqrWKDTWfTEnpw { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15084;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r52TcsCAy7CsT8fNB76doa2nV28eoLkb { width:15.6875rem;height:1.4rem;top:106.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ckJuWH4o2EKytNVsFFVlRf4ZCknJITFU { width:1.0625rem;height:2.0625rem;top:106.0625rem;left:1.25rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sZXVxACg0sTGEUvHiMEuG2Cw0HwLFcsG { width:17.5rem;height:0.125rem;top:104.875rem;left:1.25rem;z-index:15083;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOuH8zHhc8JzqMZ0hFAMbW09rJygeVnk { width:1.0625rem;height:2.0625rem;top:101.75rem;left:1.25rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #spJgbOwJ832CVdi6DmraX0APfPgtZ3RJ { width:15.625rem;height:1.4rem;top:102rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ciT687XnNSwZwt22OQl9CIx4Frn8cELa { width:17.5rem;height:0.125rem;top:100.3125rem;left:1.25rem;z-index:15082;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rblkZTUPZbZ4k9GBMbsEE9oNIfRzlmGM { width:15.6875rem;height:1.4rem;top:97.5625rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15046;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ITMDSG4gErhSum7C171WeHIXxR3iCuVb { width:1.0625rem;height:2.0625rem;top:97.3125rem;left:1.25rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bAyKyTg6T7FSMoqu8CkHd00BXByudWv6 { width:17.5rem;height:0.125rem;top:96.0625rem;left:1.25rem;z-index:15075;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkBzETCqfcIkfIRdcu7o2IO0bmWiQhHI { width:15.5625rem;height:2.798825rem;top:92.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KBBsm27tqfaTf9ZlgU0Bobx9l8Ju8rC1 { width:1.0625rem;height:2.0625rem;top:92.8125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PcqC3yEoLEGEgLpW3DsbPWVKezZdOMvO { width:17.5rem;height:0.125rem;top:91.625rem;left:1.25rem;z-index:15074;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNx09obT9LlkUsUwFnNUkqzkOcp2q9x3 { width:1.0625rem;height:2.0625rem;top:88.5rem;left:1.25rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i7AZOlhDpw8VQdkfkEl2d1isT6fZeHwk { width:15.5625rem;height:2.798825rem;top:88.25rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p4viu0SNG0UrTHvd3vTqKEBRQrawBgBF { width:1.0625rem;height:2.0625rem;top:123.3125rem;left:1.25rem;z-index:15083;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lDM3KnOJTzTEKddp2ZswpwazEe7qfE1z { width:15.6875rem;height:2.798825rem;top:123.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15058;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WfGWde1JAd9T3PLMoeUikvMay5ibH { width:17.5rem;height:0.125rem;top:122.125rem;left:1.25rem;z-index:15093;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWq95XlS7uqFCRG3XteHDQw5oLpvbtZk { width:1.0625rem;height:2.0625rem;top:119rem;left:1.25rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EIHQ7p0KI4qGr7cCrzH7qO0oSG3KFCII { width:15.625rem;height:2.798825rem;top:119.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15057;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CUJ0l4z20bv5XUOnITPTds1yA0R8oNbw { width:17.5rem;height:0.125rem;top:117.5625rem;left:1.25rem;z-index:15092;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2B3wT6OW9Iio9lMmtNl7Qd4a1bpfheb { width:1.0625rem;height:2.0625rem;top:114.5625rem;left:1.25rem;z-index:15081;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HveTcJi0nCLwU21Qm7tZCZfyWMN5STi4 { width:15.6875rem;height:2.798825rem;top:114.25rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JpTCu9zOzpK4w4HPcuQBz6LdMkSrhLoO { width:17.5rem;height:0.125rem;top:113.3125rem;left:1.25rem;z-index:15085;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJSlCPiamh2VtA7ItET3uwCmZhs24TQ { width:15.6875rem;height:1.4rem;top:128rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #blXTRfZOli31HG3yf1P21u0ZiVsDJ5e7 { width:1.0625rem;height:2.0625rem;top:127.75rem;left:1.25rem;z-index:15086;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QQZXttsT3aepElmgxdSOOCmATpQ9eKsH { width:17.5rem;height:0.125rem;top:126.5625rem;left:1.25rem;z-index:15096;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkVT7tm2M1JNXNcSnvZ2aowGSntbGhBc { width:15.6875rem;height:1.4rem;top:62.875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vZXaEV6rn06nUdTdGa5eDdNAxJedtvOx { width:1.0625rem;height:2.0625rem;top:62.6875rem;left:1.25rem;z-index:15059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A8FwG1gRnAhP5ausbr3eodmONKdNXnnz { width:17.5rem;height:0.125rem;top:61.4375rem;left:1.25rem;z-index:15063;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt8s0o4BRG4KwRGiZNt4OpkRxMFSzWK8 { width:17.5rem;height:0.125rem;top:66rem;left:1.25rem;z-index:15071;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDnncWH08pKTs6I3FQfXnbxDn1iMCArn { width:15.6875rem;height:2.798825rem;top:67rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nEDpFSWv3LKQotEc8rtVqepdkvXq0ItM { width:1.0625rem;height:2.0625rem;top:67.1875rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T3ckucKkeqrm2XZSACqMrVQoyEeWqzLn { width:17.5rem;height:0.125rem;top:87.5625rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFAvBvpg60H9gnqWX2hOxLcicTq83Vy { width:15.6875rem;height:2.798825rem;top:80.25rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IMXfTwTSqpfbhSlaweT4lWENIpfrIvwg { width:1.0625rem;height:2.0625rem;top:80.4375rem;left:1.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ovzwTBTnTsRlrFiqAgO00Tai71srdf9J { width:15.6875rem;height:2.798825rem;top:84.125rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QqKfNfBrB9ZU3z3PVseVVclyNMSvEE75 { width:1.0625rem;height:2.0625rem;top:84.3125rem;left:1.25rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zyUy1UH4uQTZw00WIB3uUaZmGdS20Fsu { width:17.5rem;height:0.125rem;top:83.375rem;left:1.25rem;z-index:15072;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsRGnFALZMH9DIgOy5ysnFb7ZRgDDcf { width:1.0625rem;height:2.0625rem;top:110.1875rem;left:1.25rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jd8A1oBCHfTKZOyteu9TpdxqLR0TJznm { width:15.6875rem;height:2.798825rem;top:110.375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15051;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wzNSLdOE0vIRSqI1eyG3l9gyaxT0Jv50 { width:17.5rem;height:0.125rem;top:109rem;left:1.25rem;z-index:15086;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBXMQZZJlFdcnu3TBpx9fzLdhEc1eZL { width:15.5625rem;height:2.798825rem;top:22.9375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;font-family:lato;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mIxBIUV85NcTGo2Dg5tizE66XUgmQioq { width:1.0625rem;height:2.0625rem;top:23.125rem;left:1.25rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C43XXyXQdWbZPMFAInE02TVXfZRn6vA1 { width:17.5rem;height:0.125rem;top:26.375rem;left:1.25rem;z-index:15045;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { width:7.125rem;height:0.5rem;top:5.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { width:20rem;height:1.95rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { display:flex;height:auto;width:17.3736875rem;top:7.2119140625rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz {  }
 }@media only screen and (max-width: 763px) { #FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs { display:block; }#FfAOUTxHfHFmnBkmu5i88CrP44kRAPvs > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViUXsdrgCPEOiLbE32uauG49fQLZuBn7 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUvXIMC5Zi7bcrcd0Q8aTJ91bURCcXFa { width:20rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhspRk52eKOruisnnJevAc8W68dTEBG4 { width:17.5rem;height:3.4375rem;top:8.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQPkLysX1sQSIgTJSU4aZE4Q3rwyF8Qr { display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { width:20rem;height:0.89375rem;top:10.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:6.3125rem;left:5.25rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:8.1875rem;left:5.3125rem;width:9.4355625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { width:5.999025rem;height:0.89375rem;top:0.6875rem;left:6.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { width:2.061525rem;height:2.061525rem;top:2.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:14rem;display:block; }
 }