.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:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--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:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container { background-color: transparent; background-image: none; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container > .video-iframe-container { display: none; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row > .video-iframe-container { display: none; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .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); }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container { border-width: 0; border-radius: 0; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container { font-size:0.875rem;font-family:arial;height:231.5625rem;width:60rem;position:relative;display:block; }#nUt0Tg820FCnXB8Tnnrxsxaq6IfsWqIO { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.6875rem;height:1.70605625rem;display:block; }
#CKTnE4JzM2T1PF6aist1uiMetpOUfJpV { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.6875rem;height:3.89941875rem;display:block; }
#nrE5q7Mfi0TCkbJdVGx2ZDc338stDNix { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:9.6875rem;left:1.6875rem;height:1.29980625rem;display:block; }
#VrN6q5W6pchJGr9NeV1W8tCJ7lxpTJqc { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:12.1875rem;left:1.6875rem;height:1.29980625rem;display:block; }
#xnJ01XlBTp9mtXaGhESAXrWxFEzT2GE0 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.6875rem;height:2.5996125rem;display:block; }
#P3qlt6bpcraM3LmNJ2RLP0DVR3nHfoek { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.6875rem;height:1.29980625rem;display:block; }
#NxOsr6Or8cO5nmZ1trDTsUKMgSpEfr28 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.6875rem;height:1.29980625rem;display:block; }
#FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc { color:rgba(var(--color-tertiary-2),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.6875rem;height:;display:block; }#FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc li:before{  }
#wk0aPCOD0Awld51RpZ50BGF3xEko4Aod { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:49.9375rem;left:1.6875rem;height:1.29980625rem;display:block; }
#ehQAaP7o8PlZIZR239ZnZAUnshSFChbn { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:52.1875rem;left:1.6875rem;height:20.7968875rem;display:block; }
#PsiTeToTf20tc4p7SoWA3JGrov6RHRtr { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:77.3125rem;left:1.6875rem;height:11.69825rem;display:block; }
#nnVHH2tdgunk8CO6nW3KNeoPreyylrXB { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:75.0625rem;left:1.6875rem;height:1.29980625rem;display:block; }
#QkZVlqapyvuOluoLMxmO2ZECNPxLhmFK { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:92.8125rem;left:1.6875rem;height:5.199225rem;display:block; }
#IJoaeC2rGoJPz6es4AzTxhSqpxe5P9e4 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:90.75rem;left:1.6875rem;height:1.29980625rem;display:block; }
#ZvgecWuG0NlJfOsFRGMFGfMlUnds95BF { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:102.3125rem;left:1.75rem;height:18.19725rem;display:block; }
#QGIO5LNITdgM7vDvJTJLhtu6ngTQXBHF { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:100.25rem;left:1.6875rem;height:1.29980625rem;display:block; }
#Rg2TkbEDTwaIFZpbdC4mHcLVGAPMw2UO { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:124.375rem;left:1.75rem;height:28.59570625rem;display:block; }
#aoctSL3z3EULLn3HKk6KshFJqMZgWPVg { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:122.3125rem;left:1.6875rem;height:1.29980625rem;display:block; }
#OVVy4H2PdzPEl4wNHVM4axsupgysBoC0 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:157.625rem;left:1.6875rem;height:2.5996125rem;display:block; }
#MuTLtzaqWvNr3lgyRLqwO8FqN642wspZ { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:154.9375rem;left:1.6875rem;height:1.29980625rem;display:block; }
#yTky16kig12BIaWXOEvdxGcDTt1MDxfb { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:162rem;left:1.6875rem;height:1.29980625rem;display:block; }
#pEIuK12EWKPfU4moM4zuh2zCQy0peG7t { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:164.6875rem;left:1.6875rem;height:2.5996125rem;display:block; }
#N35pm9xm5pe0pdoIkuSwniwFov7N6OfN { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:171.875rem;left:1.6875rem;height:2.5996125rem;display:block; }
#TBrgZfaP2wZxitTWp6QVy4TGDRU3v5mk { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:169.1875rem;left:1.6875rem;height:1.29980625rem;display:block; }
#Ucfm2drLTHuuxUW3yB1MO6JbELPBk7aH { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:178.75rem;left:1.6875rem;height:5.19921875rem;display:block; }
#hSiekRqaGoLr1vNaOW49eJIx5GFJ1lpp { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:176.0625rem;left:1.6875rem;height:1.29980625rem;display:block; }
#wwGiJlmLwIE9u9oX6QKSL9xVW7FDx110 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:189.3125rem;left:1.6875rem;height:3.8994125rem;display:block; }
#JtWv0GHuEBuNNunr8fcKNuWxmS7DTkk9 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:184.6875rem;left:1.6875rem;height:1.29980625rem;display:block; }
#lLnPilR2CbVf8DOqPgCqbIzeBR86Mcci { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:187rem;left:1.6875rem;height:1.29980625rem;display:block; }
#TTFE1wRBVlWsUttVxNLJWTqTsUvlt1pX { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:197.3125rem;left:1.6875rem;height:3.8994125rem;display:block; }
#kHZfUpKBAaKUUgwLAs1DRWTJb3fexoTG { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:195rem;left:1.6875rem;height:1.29980625rem;display:block; }
#UTVPD1cD1wlMCcTRe5m95EslwM38zqr2 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:205.125rem;left:1.6875rem;height:2.5996125rem;display:block; }
#rm6a8m50bJaZCNsVIarMLBZr9L1f7SGs { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:202.8125rem;left:1.6875rem;height:1.29980625rem;display:block; }
#WnemEq13CGB6GG5mtVCPw7A9d9zG17L8 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:211.4375rem;left:1.6875rem;height:9.09863125rem;display:block; }
#R2s5gd454ICi6piX44EKaoFX8r1vALrv { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:209.125rem;left:1.6875rem;height:1.29980625rem;display:block; }
#hraF0lvCTKUh9Jz9hhtty6wsu2w4QKzg { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:220.9375rem;left:1.6875rem;height:1.29980625rem;display:block; }
#ifb03MHvkWwA2MdPVehFVg8AqqoSq4rQ { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:223.8125rem;left:1.6875rem;height:1.29980625rem;display:block; }
#bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH { color:rgba(var(--color-tertiary-2),1);display:block;width:54.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:225.8125rem;left:1.6875rem;height:1.29980625rem;display:block; }#bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q { display:block; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUt0Tg820FCnXB8Tnnrxsxaq6IfsWqIO { top:1.4375rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTnE4JzM2T1PF6aist1uiMetpOUfJpV { top:3.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrE5q7Mfi0TCkbJdVGx2ZDc338stDNix { top:9.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrN6q5W6pchJGr9NeV1W8tCJ7lxpTJqc { top:12.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnJ01XlBTp9mtXaGhESAXrWxFEzT2GE0 { top:14.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qlt6bpcraM3LmNJ2RLP0DVR3nHfoek { top:19.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxOsr6Or8cO5nmZ1trDTsUKMgSpEfr28 { top:21.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc { top:23.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc li:before{  }
 }@media only screen and (max-width: 763px) { #wk0aPCOD0Awld51RpZ50BGF3xEko4Aod { top:49.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehQAaP7o8PlZIZR239ZnZAUnshSFChbn { top:52.1875rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsiTeToTf20tc4p7SoWA3JGrov6RHRtr { top:77.3125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnVHH2tdgunk8CO6nW3KNeoPreyylrXB { top:75.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkZVlqapyvuOluoLMxmO2ZECNPxLhmFK { top:92.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJoaeC2rGoJPz6es4AzTxhSqpxe5P9e4 { top:90.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgecWuG0NlJfOsFRGMFGfMlUnds95BF { top:102.3125rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGIO5LNITdgM7vDvJTJLhtu6ngTQXBHF { top:100.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg2TkbEDTwaIFZpbdC4mHcLVGAPMw2UO { top:124.375rem;left:0rem;width:47.75rem;height:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoctSL3z3EULLn3HKk6KshFJqMZgWPVg { top:122.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVVy4H2PdzPEl4wNHVM4axsupgysBoC0 { top:157.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTLtzaqWvNr3lgyRLqwO8FqN642wspZ { top:154.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTky16kig12BIaWXOEvdxGcDTt1MDxfb { top:162rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIuK12EWKPfU4moM4zuh2zCQy0peG7t { top:164.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N35pm9xm5pe0pdoIkuSwniwFov7N6OfN { top:171.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrgZfaP2wZxitTWp6QVy4TGDRU3v5mk { top:169.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucfm2drLTHuuxUW3yB1MO6JbELPBk7aH { top:178.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSiekRqaGoLr1vNaOW49eJIx5GFJ1lpp { top:176.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwGiJlmLwIE9u9oX6QKSL9xVW7FDx110 { top:189.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtWv0GHuEBuNNunr8fcKNuWxmS7DTkk9 { top:184.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnPilR2CbVf8DOqPgCqbIzeBR86Mcci { top:187rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFE1wRBVlWsUttVxNLJWTqTsUvlt1pX { top:197.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHZfUpKBAaKUUgwLAs1DRWTJb3fexoTG { top:195rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTVPD1cD1wlMCcTRe5m95EslwM38zqr2 { top:205.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm6a8m50bJaZCNsVIarMLBZr9L1f7SGs { top:202.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnemEq13CGB6GG5mtVCPw7A9d9zG17L8 { top:211.4375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2s5gd454ICi6piX44EKaoFX8r1vALrv { top:209.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraF0lvCTKUh9Jz9hhtty6wsu2w4QKzg { top:220.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifb03MHvkWwA2MdPVehFVg8AqqoSq4rQ { top:223.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH { top:225.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q { display:block; }#oMxK9FQhUHGDVXPDtTtF1hntHE3z6Z9q > .row .container { width:20rem;height:429.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUt0Tg820FCnXB8Tnnrxsxaq6IfsWqIO { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTnE4JzM2T1PF6aist1uiMetpOUfJpV { width:20rem;height:5.199225rem;top:4.20605625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrE5q7Mfi0TCkbJdVGx2ZDc338stDNix { width:20rem;height:1.29980625rem;top:10.655275rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrN6q5W6pchJGr9NeV1W8tCJ7lxpTJqc { width:20rem;height:1.29980625rem;top:13.20508125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnJ01XlBTp9mtXaGhESAXrWxFEzT2GE0 { width:20rem;height:7.7988125rem;top:15.7548875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qlt6bpcraM3LmNJ2RLP0DVR3nHfoek { width:20rem;height:1.29980625rem;top:24.8027625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxOsr6Or8cO5nmZ1trDTsUKMgSpEfr28 { width:20rem;height:2.5996125rem;top:27.35256875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc { width:20rem;height:58.391625rem;top:31.20218125rem;left:0rem;font-size:1rem;display:block; }#FDTsMIQTM9OzkF2zQvnx1H4pirL9Bcqc li:before{  }
 }@media only screen and (max-width: 763px) { #wk0aPCOD0Awld51RpZ50BGF3xEko4Aod { width:20rem;height:1.29980625rem;top:90.84380625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehQAaP7o8PlZIZR239ZnZAUnshSFChbn { width:20rem;height:46.79295rem;top:93.3936125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsiTeToTf20tc4p7SoWA3JGrov6RHRtr { width:20rem;height:27.29586875rem;top:143.98541875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnVHH2tdgunk8CO6nW3KNeoPreyylrXB { width:20rem;height:1.29980625rem;top:141.4356125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkZVlqapyvuOluoLMxmO2ZECNPxLhmFK { width:20rem;height:10.39841875rem;top:175.0801625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJoaeC2rGoJPz6es4AzTxhSqpxe5P9e4 { width:20rem;height:1.29980625rem;top:172.53035625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgecWuG0NlJfOsFRGMFGfMlUnds95BF { width:20rem;height:46.7929875rem;top:189.27740625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGIO5LNITdgM7vDvJTJLhtu6ngTQXBHF { width:20rem;height:1.29980625rem;top:186.7276rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg2TkbEDTwaIFZpbdC4mHcLVGAPMw2UO { width:20rem;height:70.1894875rem;top:239.8702125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoctSL3z3EULLn3HKk6KshFJqMZgWPVg { width:20rem;height:1.29980625rem;top:237.32040625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVVy4H2PdzPEl4wNHVM4axsupgysBoC0 { width:20rem;height:7.7988125rem;top:313.85939375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTLtzaqWvNr3lgyRLqwO8FqN642wspZ { width:20rem;height:1.29980625rem;top:311.3095875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTky16kig12BIaWXOEvdxGcDTt1MDxfb { width:20rem;height:1.29980625rem;top:322.90726875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIuK12EWKPfU4moM4zuh2zCQy0peG7t { width:20rem;height:5.19921875rem;top:325.457075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N35pm9xm5pe0pdoIkuSwniwFov7N6OfN { width:20rem;height:5.19921875rem;top:334.4561rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrgZfaP2wZxitTWp6QVy4TGDRU3v5mk { width:20rem;height:1.29980625rem;top:331.90629375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucfm2drLTHuuxUW3yB1MO6JbELPBk7aH { width:20rem;height:11.69824375rem;top:343.455125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSiekRqaGoLr1vNaOW49eJIx5GFJ1lpp { width:20rem;height:1.29980625rem;top:340.90531875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwGiJlmLwIE9u9oX6QKSL9xVW7FDx110 { width:20rem;height:10.3984375rem;top:361.5029875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtWv0GHuEBuNNunr8fcKNuWxmS7DTkk9 { width:20rem;height:1.29980625rem;top:356.403375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnPilR2CbVf8DOqPgCqbIzeBR86Mcci { width:20rem;height:1.29980625rem;top:358.95318125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFE1wRBVlWsUttVxNLJWTqTsUvlt1pX { width:20rem;height:10.3984375rem;top:375.70123125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHZfUpKBAaKUUgwLAs1DRWTJb3fexoTG { width:20rem;height:1.29980625rem;top:373.151425rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTVPD1cD1wlMCcTRe5m95EslwM38zqr2 { width:20rem;height:6.499rem;top:389.899475rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm6a8m50bJaZCNsVIarMLBZr9L1f7SGs { width:20rem;height:1.29980625rem;top:387.34966875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnemEq13CGB6GG5mtVCPw7A9d9zG17L8 { width:20rem;height:19.49705625rem;top:400.19734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2s5gd454ICi6piX44EKaoFX8r1vALrv { width:20rem;height:1.29980625rem;top:397.6475375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraF0lvCTKUh9Jz9hhtty6wsu2w4QKzg { width:20rem;height:2.5996125rem;top:420.94346875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifb03MHvkWwA2MdPVehFVg8AqqoSq4rQ { width:20rem;height:1.29980625rem;top:424.79308125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH { width:20rem;height:1.29980625rem;top:427.3428875rem;left:0rem;font-size:1rem;display:block; }#bR36T6ItqGBdpzpV7rUrtwOTd0DSJlgH li:before{  }
 }