.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:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:25,25,25;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-0),1);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); }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh { 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; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container { background-color: transparent; background-image: none; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container > .video-iframe-container { display: none; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row > .video-iframe-container { display: none; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .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); }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container { border-width: 0; border-radius: 0; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10.5625rem;width:60rem;position:relative;display:block; }#Tw1A1XU1pmJiehBK8WlVcwNit4OHcmEq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:233.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#BkvMxlL4u78aeQJoVTmbnbJ4FkvqiTqf { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.68115rem;display:block; }
#CqNt0gHg3uNSBbwJbZH0XuSHSKdNMKXB { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.5625rem;left:0rem;height:6.5625rem;display:block; }
#Wpgy0RET6WW3MtNJLq10ypg0O1u8DMIT { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:1.94970625rem;display:block; }
#QRNyif4ZrZRdV9IhdaE8rV6lLun8pdf9 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.625rem;left:0rem;height:3.9375rem;display:block; }
#nTZuPFZP5L9hLhAuGLzCRd1xGHFKl8f0 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29.1875rem;left:0rem;height:2.625rem;display:block; }
#KaWMzveyBcFBvRlHUZeIxWKJqrIixqqT { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:1.94970625rem;display:block; }
#pZH4u1KBW8dvGUA3W4l5HhFTHahrM5D7 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:48.875rem;left:0rem;height:1.3125rem;display:block; }
#unG9rLvpCkwBTuIHt1gHxoh9zHir9gU3 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.9375rem;left:0rem;height:1.95rem;display:block; }
#lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:32.9375rem;left:0rem;height:4.7875rem;display:block; }#lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT li:before{  }
#z9XWznamW43WyOR0C2ped63EN3xG2yig { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:39rem;left:0rem;height:3.9375rem;display:block; }
#oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:51.375rem;left:0rem;height:8.6118125rem;display:block; }#oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu li:before{  }
#z9buUy51C3B7iq5fvdQPWP7GVOvH2siR { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:62.3125rem;left:0rem;height:1.95rem;display:block; }
#KaxR4uIX0dQZv3QJXc6uk9yJTHwT1sRG { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:65.0625rem;left:0rem;height:1.3125rem;display:block; }
#LmNmlgGC8yyVAbKArnlAtDAzQilQ4fFT { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:68.4375rem;left:0rem;height:1.95rem;display:block; }
#mAQX9WOi4BqXN0k8dBNwQv2q894d9l3e { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:71.125rem;left:0rem;height:2.625rem;display:block; }
#PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:74.9375rem;left:0rem;height:6.0620125rem;display:block; }#PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG li:before{  }
#Z9zhpxGP1dgDJuBRmEpgzdEPyJqRw28T { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:83.56250190735rem;left:0rem;height:1.94970625rem;display:block; }
#BUOlxQKpTeCbcn8qmRiTgIsnZtWP3DGC { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:87.25rem;left:0rem;height:2.625rem;display:block; }
#Plz4nX25SUdTNHfTFbULC186nSkD3Nrn { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:91.125rem;left:0rem;height:;display:block; }#Plz4nX25SUdTNHfTFbULC186nSkD3Nrn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Plz4nX25SUdTNHfTFbULC186nSkD3Nrn li:before{  }
#RXU2nTyvQzPPcSU9smfLoFnasMxz9Rtb { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:97.125rem;left:0rem;height:1.94970625rem;display:block; }
#u3dXtaAgDkIUWLGxzuzXoCnDwuOTaskQ { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:100rem;left:0rem;height:6.5625rem;display:block; }
#tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:108.125rem;left:0rem;height:4.7871125rem;display:block; }#tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv li:before{  }
#HnhksIMVhwV95lu5kPVNf6AoKftcmToK { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:115.5rem;left:0rem;height:1.94970625rem;display:block; }
#Gs4MySiMmSfW3sqrm8AmcOF73qGVFoCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:119.0625rem;left:0rem;height:2.625rem;display:block; }
#yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl { color:rgba(var(--color-tertiary-2),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:123.3125rem;left:0rem;height:3.51220625rem;display:block; }#yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl li:before{  }
#qQwRxB6yzolGAG5diT089ZvBwisTg5E2 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:129.75rem;left:0rem;height:1.94970625rem;display:block; }
#iPAIrer7JA1A3Z42OtlcrLirkzzfCDfd { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:133rem;left:0rem;height:35.4375rem;display:block; }
#pMh0ExHbaFzAqcNBdMKN9CkC88ZfFpWd { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:171.4375rem;left:0rem;height:1.94970625rem;display:block; }
#N9L1NRtIWg5Iiq9p98TyzHK1eTqDZ0q8 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:175rem;left:0rem;height:3.9375rem;display:block; }
#WM9pdr5JAb6CtouTVwvXWnKpJBbU7Kh7 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:181.6875rem;left:0rem;height:1.94970625rem;display:block; }
#D25mTvK52KHrlvi9oz4rvdZ63Czr4NuT { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:185.5rem;left:0rem;height:5.25rem;display:block; }
#gSNdHvu3cZvKDZ0MoE5R0xFki9fE4ZPO { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:192.125rem;left:0rem;height:1.94970625rem;display:block; }
#f9LBETLU7wdTuvlvJJnofI9h0l0UJQQu { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:195.625rem;left:0rem;height:6.5625rem;display:block; }
#r4NnI5EJVLbzgPOhIl5MgROO1E8NPGzF { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:204.9375rem;left:0rem;height:1.94970625rem;display:block; }
#HDeAal5mJongTKwFxgNqeqHh5KoRLxoC { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:208.25rem;left:0rem;height:6.5625rem;display:block; }
#ITI0S2Tmby9HIzyBfre9Q6iBrFnvfOw5 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:216.0625rem;left:0rem;height:1.94970625rem;display:block; }
#mDw0HaSOs1z7ZhUzkCOqznnpfnTBUWbw { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:219.25rem;left:0rem;height:6.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh { display:block; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw1A1XU1pmJiehBK8WlVcwNit4OHcmEq { width:7.0625rem;height:7.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkvMxlL4u78aeQJoVTmbnbJ4FkvqiTqf { width:33.0625rem;height:2.625rem;top:2rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqNt0gHg3uNSBbwJbZH0XuSHSKdNMKXB { width:47.75rem;height:6.5625rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpgy0RET6WW3MtNJLq10ypg0O1u8DMIT { width:33.0625rem;height:1.9375rem;top:15.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRNyif4ZrZRdV9IhdaE8rV6lLun8pdf9 { width:47.75rem;height:3.9375rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZuPFZP5L9hLhAuGLzCRd1xGHFKl8f0 { width:47.75rem;height:2.625rem;top:29.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaWMzveyBcFBvRlHUZeIxWKJqrIixqqT { width:33.0625rem;height:1.9375rem;top:25.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZH4u1KBW8dvGUA3W4l5HhFTHahrM5D7 { width:47.75rem;height:1.3125rem;top:48.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unG9rLvpCkwBTuIHt1gHxoh9zHir9gU3 { width:33.0625rem;height:1.9375rem;top:45.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT { width:29.6875rem;height:4.75rem;top:32.9375rem;left:0rem;font-size:0.875rem;display:block; }#lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT li:before{  }
 }@media only screen and (max-width: 763px) { #z9XWznamW43WyOR0C2ped63EN3xG2yig { width:47.75rem;height:3.9375rem;top:39rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu { width:47.75rem;height:8.5625rem;top:51.375rem;left:0rem;font-size:0.875rem;display:block; }#oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu li:before{  }
 }@media only screen and (max-width: 763px) { #z9buUy51C3B7iq5fvdQPWP7GVOvH2siR { width:40.25rem;height:1.9375rem;top:62.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaxR4uIX0dQZv3QJXc6uk9yJTHwT1sRG { width:47.75rem;height:1.3125rem;top:65.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmNmlgGC8yyVAbKArnlAtDAzQilQ4fFT { width:40.25rem;height:1.9375rem;top:68.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAQX9WOi4BqXN0k8dBNwQv2q894d9l3e { width:47.75rem;height:2.625rem;top:71.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG { width:47.75rem;height:;top:74.9375rem;left:0rem;font-size:0.875rem;display:block; }#PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG li:before{  }
 }@media only screen and (max-width: 763px) { #Z9zhpxGP1dgDJuBRmEpgzdEPyJqRw28T { width:40.25rem;height:1.9375rem;top:83.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUOlxQKpTeCbcn8qmRiTgIsnZtWP3DGC { width:47.75rem;height:2.625rem;top:87.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plz4nX25SUdTNHfTFbULC186nSkD3Nrn { width:47.75rem;height:;top:91.125rem;left:0rem;font-size:0.875rem;display:block; }#Plz4nX25SUdTNHfTFbULC186nSkD3Nrn li:before{  }
 }@media only screen and (max-width: 763px) { #RXU2nTyvQzPPcSU9smfLoFnasMxz9Rtb { width:40.25rem;height:1.9375rem;top:97.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3dXtaAgDkIUWLGxzuzXoCnDwuOTaskQ { width:47.75rem;height:6.5625rem;top:100rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv { width:47.75rem;height:;top:108.125rem;left:0rem;font-size:0.875rem;display:block; }#tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv li:before{  }
 }@media only screen and (max-width: 763px) { #HnhksIMVhwV95lu5kPVNf6AoKftcmToK { width:40.25rem;height:1.9375rem;top:115.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4MySiMmSfW3sqrm8AmcOF73qGVFoCJ { width:47.75rem;height:2.625rem;top:119.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl { width:47.75rem;height:3.5rem;top:123.3125rem;left:0rem;font-size:0.875rem;display:block; }#yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl li:before{  }
 }@media only screen and (max-width: 763px) { #qQwRxB6yzolGAG5diT089ZvBwisTg5E2 { width:40.25rem;height:1.9375rem;top:129.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAIrer7JA1A3Z42OtlcrLirkzzfCDfd { width:47.75rem;height:35.4375rem;top:133rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMh0ExHbaFzAqcNBdMKN9CkC88ZfFpWd { width:40.25rem;height:1.9375rem;top:171.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9L1NRtIWg5Iiq9p98TyzHK1eTqDZ0q8 { width:47.75rem;height:3.9375rem;top:175rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM9pdr5JAb6CtouTVwvXWnKpJBbU7Kh7 { width:40.25rem;height:1.9375rem;top:181.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D25mTvK52KHrlvi9oz4rvdZ63Czr4NuT { width:47.75rem;height:5.25rem;top:185.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSNdHvu3cZvKDZ0MoE5R0xFki9fE4ZPO { width:40.25rem;height:1.9375rem;top:192.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LBETLU7wdTuvlvJJnofI9h0l0UJQQu { width:47.75rem;height:6.5625rem;top:195.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4NnI5EJVLbzgPOhIl5MgROO1E8NPGzF { width:40.25rem;height:1.9375rem;top:204.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDeAal5mJongTKwFxgNqeqHh5KoRLxoC { width:47.75rem;height:6.5625rem;top:208.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITI0S2Tmby9HIzyBfre9Q6iBrFnvfOw5 { width:40.25rem;height:1.9375rem;top:216.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDw0HaSOs1z7ZhUzkCOqznnpfnTBUWbw { width:47.75rem;height:6.5625rem;top:219.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh { display:block; }#WVaNSf7BJS7KKf9XOsEqXTExi2adwLHh > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw1A1XU1pmJiehBK8WlVcwNit4OHcmEq { width:5.4375rem;height:5.4375rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:386.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkvMxlL4u78aeQJoVTmbnbJ4FkvqiTqf { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqNt0gHg3uNSBbwJbZH0XuSHSKdNMKXB { width:20rem;height:13.125rem;top:5.0996125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpgy0RET6WW3MtNJLq10ypg0O1u8DMIT { width:20rem;height:5.19921875rem;top:19.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRNyif4ZrZRdV9IhdaE8rV6lLun8pdf9 { width:20rem;height:9.1875rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZuPFZP5L9hLhAuGLzCRd1xGHFKl8f0 { width:20rem;height:5.25rem;top:46.748046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaWMzveyBcFBvRlHUZeIxWKJqrIixqqT { width:20rem;height:7.7988125rem;top:38.173828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZH4u1KBW8dvGUA3W4l5HhFTHahrM5D7 { width:20rem;height:2.625rem;top:80.083471875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unG9rLvpCkwBTuIHt1gHxoh9zHir9gU3 { width:20rem;height:7.7988125rem;top:71.035159375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT { width:20rem;height:4.7871125rem;top:53.248046875rem;left:0rem;font-size:0.875rem;display:block; }#lGHlgs3kIAeeXPb8fh4PW1xqr7yn50hT li:before{  }
 }@media only screen and (max-width: 763px) { #z9XWznamW43WyOR0C2ped63EN3xG2yig { width:20rem;height:10.5rem;top:59.285159375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu { width:20rem;height:9.57425rem;top:83.958471875rem;left:0rem;font-size:0.875rem;display:block; }#oTm2AQvgrdwJH9pP4vwf0i9VwhfPORsu li:before{  }
 }@media only screen and (max-width: 763px) { #z9buUy51C3B7iq5fvdQPWP7GVOvH2siR { width:20rem;height:7.7988125rem;top:94.782721875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaxR4uIX0dQZv3QJXc6uk9yJTHwT1sRG { width:20rem;height:2.625rem;top:103.831034375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmNmlgGC8yyVAbKArnlAtDAzQilQ4fFT { width:20rem;height:5.19921875rem;top:107.706034375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAQX9WOi4BqXN0k8dBNwQv2q894d9l3e { width:20rem;height:3.9375rem;top:114.155253125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG { width:20rem;height:7.9868125rem;top:119.342753125rem;left:0rem;font-size:0.875rem;display:block; }#PUfWEzivhTE0lXxKq31IhHf5XoIT9lkG li:before{  }
 }@media only screen and (max-width: 763px) { #Z9zhpxGP1dgDJuBRmEpgzdEPyJqRw28T { width:20rem;height:7.7988125rem;top:128.579065625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUOlxQKpTeCbcn8qmRiTgIsnZtWP3DGC { width:20rem;height:6.5625rem;top:137.627378125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plz4nX25SUdTNHfTFbULC186nSkD3Nrn { width:20rem;height:4.4746125rem;top:145.439878125rem;left:0rem;font-size:0.875rem;display:block; }#Plz4nX25SUdTNHfTFbULC186nSkD3Nrn li:before{  }
 }@media only screen and (max-width: 763px) { #RXU2nTyvQzPPcSU9smfLoFnasMxz9Rtb { width:20rem;height:5.19921875rem;top:151.164490625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3dXtaAgDkIUWLGxzuzXoCnDwuOTaskQ { width:20rem;height:13.125rem;top:157.613709375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv { width:20rem;height:10.5615rem;top:171.988709375rem;left:0rem;font-size:0.875rem;display:block; }#tFo7ZqPN1FI5Qe5qabZRlShitQKklfMv li:before{  }
 }@media only screen and (max-width: 763px) { #HnhksIMVhwV95lu5kPVNf6AoKftcmToK { width:20rem;height:7.7988125rem;top:183.799771875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4MySiMmSfW3sqrm8AmcOF73qGVFoCJ { width:20rem;height:3.9375rem;top:192.848084375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl { width:20rem;height:7.3618125rem;top:198.035584375rem;left:0rem;font-size:0.875rem;display:block; }#yAxTy0lHqri1RXSaD5svsrQwEO7hgKRl li:before{  }
 }@media only screen and (max-width: 763px) { #qQwRxB6yzolGAG5diT089ZvBwisTg5E2 { width:20rem;height:7.7988125rem;top:206.646896875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPAIrer7JA1A3Z42OtlcrLirkzzfCDfd { width:20rem;height:72.1875rem;top:215.695209375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMh0ExHbaFzAqcNBdMKN9CkC88ZfFpWd { width:20rem;height:5.19921875rem;top:289.132709375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9L1NRtIWg5Iiq9p98TyzHK1eTqDZ0q8 { width:20rem;height:9.1875rem;top:295.581928125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM9pdr5JAb6CtouTVwvXWnKpJBbU7Kh7 { width:20rem;height:7.7988125rem;top:306.019428125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D25mTvK52KHrlvi9oz4rvdZ63Czr4NuT { width:20rem;height:10.5rem;top:315.067740625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSNdHvu3cZvKDZ0MoE5R0xFki9fE4ZPO { width:20rem;height:5.19921875rem;top:326.817740625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LBETLU7wdTuvlvJJnofI9h0l0UJQQu { width:20rem;height:15.75rem;top:333.266959375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4NnI5EJVLbzgPOhIl5MgROO1E8NPGzF { width:20rem;height:5.19921875rem;top:350.266959375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDeAal5mJongTKwFxgNqeqHh5KoRLxoC { width:20rem;height:15.75rem;top:356.716178125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITI0S2Tmby9HIzyBfre9Q6iBrFnvfOw5 { width:20rem;height:2.5996125rem;top:373.716178125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDw0HaSOs1z7ZhUzkCOqznnpfnTBUWbw { width:20rem;height:7.875rem;top:377.565790625rem;left:0rem;font-size:0.875rem;display:block; }
 }