.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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:"Poppins Font";--paragraphs-font-family:"Poppins Font"; }@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:#fbf2e9;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); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { border-top:0rem solid #c32ea9;border-left:0;border-right:0;border-bottom:0.0625rem solid #efefef;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;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { background-color: transparent; background-image: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .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); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { border-width: 0; border-radius: 0; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { 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:1rem;width:7.5rem;top:1.21875rem;left:33.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:171.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#nWpEvRBfMbyiv6LwPPAp4yEZluAb81n5 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.125rem;height:1.54345625rem;display:block; }
#Zb6TszdbAKymaCGMAeS6QZArE13VWtfI { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.0625rem;height:1.21875rem;display:block; }
#GNO6KcX2Lgs1evNqaL9xgykU1WZ2r4tr { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#G0IeQFdEu0cGDQn96ToFE6u93SeTcJPU { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.125rem;height:1.54345625rem;display:block; }
#QeurFPLlyhaT04LFoX5039r2SGGekcw9 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:1.0625rem;height:1.21875rem;display:block; }
#Ny216zoeocBBnrzTE4EO36Dd0JU8PpTg { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#HDakZ8tkrnrXaL9ytRiqvUDBr7MUvNmq { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.25rem;left:1.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#hFnPMwdpZNQISOWJV53xqJUaJdqFH3yE { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.0625rem;height:1.21875rem;display:block; }
#TyFGv36TTIP88IMxBNo6pKJVKmFLwybd { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.125rem;height:1.54345625rem;display:block; }
#oc9duXRQAerkVsbuJiTneRtTFNb9bEr8 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.375rem;left:1.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#CyW3TyqEf9w7Ge9hMCLp4aBzZITR4Fdi { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.5625rem;left:1.0625rem;height:1.21875rem;display:block; }
#GDildNbPUxB15Tp1m7WZyoxXvdZk0Q1P { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:1.1875rem;height:1.54345625rem;display:block; }
#W7CaTCVJnagxNliKCl3J5GzyfuP1zS8o { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.625rem;left:1.0625rem;height:10.234875rem;text-align:left;text-align-last:left;display:block; }
#oodPT4aOfaanDEHMHIRL9qLVPNnD9GgO { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.8125rem;left:1.0625rem;height:1.21875rem;display:block; }
#HR2SAWlBVzOQcrzS9IM23Gsek0smHE73 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.25rem;left:1.1875rem;height:1.54345625rem;display:block; }
#I4x8rutsTTFo0bq1Kolu03npJTdnfpcR { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:52.75rem;left:1.1875rem;height:1.54345625rem;display:block; }
#a23EodvnW5cvxkftkrEUlBk8wQKVNpmx { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:54.3125rem;left:1.0625rem;height:1.21875rem;display:block; }
#STuCIsZ3irIxTPFqLBN40VibTGz1XXac { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.125rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#Meh7hlkIT1zgHEgKFbpU7DnREoMOz8uI { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:65.8125rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#LtoTVTao7C3c9E1wAPU59fkqoNfHbq9T { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:64rem;left:1.0625rem;height:1.21875rem;display:block; }
#dUVcuBUnt4ii36T3rdR5PIJqnWbNLCpL { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:62.4375rem;left:1.1875rem;height:1.54345625rem;display:block; }
#q3Rnq0a8mSr1C4NQ351TxJeSZUU7H77f { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:75.6875rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#ATPiTbRg4H6Jax2sUWxlhsOu1dnAi7Uf { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:73.875rem;left:1.0625rem;height:1.21875rem;display:block; }
#hUvTPnZ9THSkAQxuu7NtCaaITPMF9vUa { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:72.3125rem;left:1.1875rem;height:1.54345625rem;display:block; }
#M5RPmnnEEvEpgPTb2ChPyT62fLmsFW1O { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:85.3125rem;left:1.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Nw41peSKm6ofWPUPOWq3zDPlLTadclAD { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:83.5rem;left:1.0625rem;height:1.21875rem;display:block; }
#axtARKi9zU2OoROroDZv6gxcMtoxp0WR { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:81.9375rem;left:1.1875rem;height:1.54345625rem;display:block; }
#vZbikJ361vq9f7UINfeZG1hACLiSVNmB { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:92.6875rem;left:1.0625rem;height:6.82325rem;text-align:left;text-align-last:left;display:block; }
#hX1MdfCduJh1l2WDL5ABhAGffTP7fioQ { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:90.875rem;left:1.0625rem;height:1.21875rem;display:block; }
#RT1627R6dFDHm8OErCN5d6fSIzEGCIeu { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:89.3125rem;left:1.1875rem;height:1.54345625rem;display:block; }
#GUSCSsMFGev07UW2sL66ckqGVKWUaHT6 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:104.5625rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#MC5KKnSf5uNE5rKmUeh5HxkZ6vxTLl6e { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:102.75rem;left:1.0625rem;height:1.21875rem;display:block; }
#lc0GzTGQ9TwCt5MK3ryyTeTxZQwfNXld { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:101.1875rem;left:1.1875rem;height:1.54345625rem;display:block; }
#TyFmlr8v6stH9XyE8u859KRsg9E8mrcU { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:124.5rem;left:1.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#haEZLGXOUXsTsTagP6ZPywZCtomDlpKy { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:122.6875rem;left:1.0625rem;height:1.21875rem;display:block; }
#N2VgOwMFWGpqLv0HUUgaQEapKymT97Cr { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:121.125rem;left:1.1875rem;height:1.54345625rem;display:block; }
#SvBf9Mq26ZW2QrKRUnZdbBKz6tmJXI64 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:135.25rem;left:1.0625rem;height:10.234875rem;text-align:left;text-align-last:left;display:block; }
#LT69VdpcbZHqMls2JVSPFbfVql2qtpXe { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:133.4375rem;left:1.0625rem;height:1.21875rem;display:block; }
#N4hrNtOE64tkzJf6Pxk6dDBk0p6SUAHN { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:131.875rem;left:1.1875rem;height:1.54345625rem;display:block; }
#T7e1payE5TboJ9FPk4IpwTE4UfPCMJTd { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:150.5625rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#EdooZ9HkKN01L3inqNMSvJ8tOAXsdg9D { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:148.75rem;left:1.0625rem;height:1.21875rem;display:block; }
#bFTkAvKrbQDFLLgf8URQTZROeW8DTITu { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:147.1875rem;left:1.1875rem;height:1.54345625rem;display:block; }
#lvQgezS0udFBAgboU3Mt0R3hgt1SwGf1 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:160.25rem;left:1.0625rem;height:11.37208125rem;text-align:left;text-align-last:left;display:block; }
#uc3J2utrp9E9s4Jq0JDtHsL6DVk0HsVI { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:158.4375rem;left:1.0625rem;height:1.21875rem;display:block; }
#TPeWslbOezwUmA5u6DzsAmsaCWnEQCv6 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:156.875rem;left:1.1875rem;height:1.54345625rem;display:block; }
#szV9om3LEkufi2MH9U8GlaZrD9AtK4GJ { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:114.4375rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#KEi40MRHEDeNxPhqloRhJvQvTH7mfENG { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:112.625rem;left:1.0625rem;height:1.21875rem;display:block; }
#mKDc1PxSt3eKd7suEySOpiCaxo0TRNJH { color:rgba(var(--color-tertiary-2),1);display:block;width:72.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:111.0625rem;left:1.1875rem;height:1.54345625rem;display:block; }
#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { position:relative;display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { background-color: transparent; background-image: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { border-width: 0; border-radius: 0; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;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; }#M2LlHCKdWReORpN2FyachSKaV2QsUbet { color:rgba(var(--color-tertiary-2),1);display:block;width:61.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.90625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { top:1.1875rem;left:20.125rem;width:7.5rem;height:1rem;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) { #nWpEvRBfMbyiv6LwPPAp4yEZluAb81n5 { top:2.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb6TszdbAKymaCGMAeS6QZArE13VWtfI { top:3.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNO6KcX2Lgs1evNqaL9xgykU1WZ2r4tr { top:5.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0IeQFdEu0cGDQn96ToFE6u93SeTcJPU { top:9.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeurFPLlyhaT04LFoX5039r2SGGekcw9 { top:11rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny216zoeocBBnrzTE4EO36Dd0JU8PpTg { top:12.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDakZ8tkrnrXaL9ytRiqvUDBr7MUvNmq { top:21.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFnPMwdpZNQISOWJV53xqJUaJdqFH3yE { top:19.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFGv36TTIP88IMxBNo6pKJVKmFLwybd { top:17.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9duXRQAerkVsbuJiTneRtTFNb9bEr8 { top:32.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyW3TyqEf9w7Ge9hMCLp4aBzZITR4Fdi { top:30.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDildNbPUxB15Tp1m7WZyoxXvdZk0Q1P { top:29rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7CaTCVJnagxNliKCl3J5GzyfuP1zS8o { top:40.625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oodPT4aOfaanDEHMHIRL9qLVPNnD9GgO { top:38.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR2SAWlBVzOQcrzS9IM23Gsek0smHE73 { top:37.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4x8rutsTTFo0bq1Kolu03npJTdnfpcR { top:52.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a23EodvnW5cvxkftkrEUlBk8wQKVNpmx { top:54.3125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuCIsZ3irIxTPFqLBN40VibTGz1XXac { top:56.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meh7hlkIT1zgHEgKFbpU7DnREoMOz8uI { top:65.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtoTVTao7C3c9E1wAPU59fkqoNfHbq9T { top:64rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUVcuBUnt4ii36T3rdR5PIJqnWbNLCpL { top:62.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Rnq0a8mSr1C4NQ351TxJeSZUU7H77f { top:75.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPiTbRg4H6Jax2sUWxlhsOu1dnAi7Uf { top:73.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUvTPnZ9THSkAQxuu7NtCaaITPMF9vUa { top:72.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5RPmnnEEvEpgPTb2ChPyT62fLmsFW1O { top:85.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw41peSKm6ofWPUPOWq3zDPlLTadclAD { top:83.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtARKi9zU2OoROroDZv6gxcMtoxp0WR { top:81.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbikJ361vq9f7UINfeZG1hACLiSVNmB { top:92.6875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1MdfCduJh1l2WDL5ABhAGffTP7fioQ { top:90.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1627R6dFDHm8OErCN5d6fSIzEGCIeu { top:89.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUSCSsMFGev07UW2sL66ckqGVKWUaHT6 { top:104.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC5KKnSf5uNE5rKmUeh5HxkZ6vxTLl6e { top:102.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc0GzTGQ9TwCt5MK3ryyTeTxZQwfNXld { top:101.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFmlr8v6stH9XyE8u859KRsg9E8mrcU { top:124.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEZLGXOUXsTsTagP6ZPywZCtomDlpKy { top:122.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2VgOwMFWGpqLv0HUUgaQEapKymT97Cr { top:121.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBf9Mq26ZW2QrKRUnZdbBKz6tmJXI64 { top:135.25rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT69VdpcbZHqMls2JVSPFbfVql2qtpXe { top:133.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4hrNtOE64tkzJf6Pxk6dDBk0p6SUAHN { top:131.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7e1payE5TboJ9FPk4IpwTE4UfPCMJTd { top:150.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdooZ9HkKN01L3inqNMSvJ8tOAXsdg9D { top:148.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTkAvKrbQDFLLgf8URQTZROeW8DTITu { top:147.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQgezS0udFBAgboU3Mt0R3hgt1SwGf1 { top:160.25rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc3J2utrp9E9s4Jq0JDtHsL6DVk0HsVI { top:158.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPeWslbOezwUmA5u6DzsAmsaCWnEQCv6 { top:156.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szV9om3LEkufi2MH9U8GlaZrD9AtK4GJ { top:114.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEi40MRHEDeNxPhqloRhJvQvTH7mfENG { top:112.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDc1PxSt3eKd7suEySOpiCaxo0TRNJH { top:111.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { top:1.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { position:relative;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { width:7.5rem;height:1rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:363.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWpEvRBfMbyiv6LwPPAp4yEZluAb81n5 { width:20rem;height:1.54345625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb6TszdbAKymaCGMAeS6QZArE13VWtfI { width:20rem;height:1.21875rem;top:2.79296875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNO6KcX2Lgs1evNqaL9xgykU1WZ2r4tr { width:20rem;height:5.6860375rem;top:4.88671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0IeQFdEu0cGDQn96ToFE6u93SeTcJPU { width:20rem;height:1.54345625rem;top:12.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeurFPLlyhaT04LFoX5039r2SGGekcw9 { width:20rem;height:1.21875rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny216zoeocBBnrzTE4EO36Dd0JU8PpTg { width:20rem;height:10.234875rem;top:15.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDakZ8tkrnrXaL9ytRiqvUDBr7MUvNmq { width:20rem;height:22.744125rem;top:29.68408203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFnPMwdpZNQISOWJV53xqJUaJdqFH3yE { width:20rem;height:1.21875rem;top:28.46533203125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFGv36TTIP88IMxBNo6pKJVKmFLwybd { width:20rem;height:1.54345625rem;top:26.922375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9duXRQAerkVsbuJiTneRtTFNb9bEr8 { width:20rem;height:10.234875rem;top:56.43896484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyW3TyqEf9w7Ge9hMCLp4aBzZITR4Fdi { width:20rem;height:1.21875rem;top:55.22021484375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDildNbPUxB15Tp1m7WZyoxXvdZk0Q1P { width:20rem;height:1.54345625rem;top:53.67724609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7CaTCVJnagxNliKCl3J5GzyfuP1zS8o { width:20rem;height:22.744125rem;top:70.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oodPT4aOfaanDEHMHIRL9qLVPNnD9GgO { width:20rem;height:1.21875rem;top:69.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR2SAWlBVzOQcrzS9IM23Gsek0smHE73 { width:20rem;height:1.54345625rem;top:67.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4x8rutsTTFo0bq1Kolu03npJTdnfpcR { width:20rem;height:1.54345625rem;top:95.36669921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a23EodvnW5cvxkftkrEUlBk8wQKVNpmx { width:20rem;height:1.21875rem;top:96.90966796875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuCIsZ3irIxTPFqLBN40VibTGz1XXac { width:20rem;height:14.7836875rem;top:98.50341796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meh7hlkIT1zgHEgKFbpU7DnREoMOz8uI { width:20rem;height:17.058125rem;top:118.67333984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtoTVTao7C3c9E1wAPU59fkqoNfHbq9T { width:20rem;height:1.21875rem;top:116.51708984375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUVcuBUnt4ii36T3rdR5PIJqnWbNLCpL { width:20rem;height:1.54345625rem;top:114.97412109375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Rnq0a8mSr1C4NQ351TxJeSZUU7H77f { width:20rem;height:19.3325rem;top:142.2744140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPiTbRg4H6Jax2sUWxlhsOu1dnAi7Uf { width:20rem;height:2.4375rem;top:138.8994140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUvTPnZ9THSkAQxuu7NtCaaITPMF9vUa { width:20rem;height:1.54345625rem;top:137.3564453125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5RPmnnEEvEpgPTb2ChPyT62fLmsFW1O { width:20rem;height:7.9604375rem;top:167.3056640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw41peSKm6ofWPUPOWq3zDPlLTadclAD { width:20rem;height:1.21875rem;top:165.0869140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtARKi9zU2OoROroDZv6gxcMtoxp0WR { width:20rem;height:1.54345625rem;top:163.5439453125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbikJ361vq9f7UINfeZG1hACLiSVNmB { width:20rem;height:17.058125rem;top:181.939453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1MdfCduJh1l2WDL5ABhAGffTP7fioQ { width:20rem;height:1.21875rem;top:179.18359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1627R6dFDHm8OErCN5d6fSIzEGCIeu { width:20rem;height:1.54345625rem;top:177.640625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUSCSsMFGev07UW2sL66ckqGVKWUaHT6 { width:20rem;height:18.1953125rem;top:204.59716796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC5KKnSf5uNE5rKmUeh5HxkZ6vxTLl6e { width:20rem;height:1.21875rem;top:202.37841796875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc0GzTGQ9TwCt5MK3ryyTeTxZQwfNXld { width:20rem;height:1.54345625rem;top:200.83544921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFmlr8v6stH9XyE8u859KRsg9E8mrcU { width:20rem;height:21.6069375rem;top:250.298828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEZLGXOUXsTsTagP6ZPywZCtomDlpKy { width:20rem;height:1.21875rem;top:248.330078125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2VgOwMFWGpqLv0HUUgaQEapKymT97Cr { width:20rem;height:1.54345625rem;top:246.787109375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBf9Mq26ZW2QrKRUnZdbBKz6tmJXI64 { width:20rem;height:29.567375rem;top:277.10498046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT69VdpcbZHqMls2JVSPFbfVql2qtpXe { width:20rem;height:1.21875rem;top:275.26123046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4hrNtOE64tkzJf6Pxk6dDBk0p6SUAHN { width:20rem;height:1.54345625rem;top:273.71826171875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7e1payE5TboJ9FPk4IpwTE4UfPCMJTd { width:20rem;height:15.920875rem;top:313.40234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdooZ9HkKN01L3inqNMSvJ8tOAXsdg9D { width:20rem;height:2.4375rem;top:310.08984375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTkAvKrbQDFLLgf8URQTZROeW8DTITu { width:20rem;height:1.54345625rem;top:308.546875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQgezS0udFBAgboU3Mt0R3hgt1SwGf1 { width:20rem;height:27.29295625rem;top:334.77197265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc3J2utrp9E9s4Jq0JDtHsL6DVk0HsVI { width:20rem;height:1.21875rem;top:332.55322265625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPeWslbOezwUmA5u6DzsAmsaCWnEQCv6 { width:20rem;height:1.54345625rem;top:331.01025390625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szV9om3LEkufi2MH9U8GlaZrD9AtK4GJ { width:20rem;height:15.920875rem;top:228.92919921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEi40MRHEDeNxPhqloRhJvQvTH7mfENG { width:20rem;height:1.21875rem;top:226.58544921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDc1PxSt3eKd7suEySOpiCaxo0TRNJH { width:20rem;height:1.54345625rem;top:225.04248046875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { width:20rem;height:5.625rem;top:1.46875rem;left:0rem;font-size:0.75rem;display:block; }
 }