.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,235,219;--color-primary-1:255,188,135;--color-primary-2:255,121,14;--color-primary-3:128,61,7;--color-primary-4:38,18,2;--color-secondary-0:224,224,237;--color-secondary-1:151,152,196;--color-secondary-2:47,48,136;--color-secondary-3:24,24,68;--color-secondary-4:7,7,20;--color-tertiary-0:255,255,255;--color-tertiary-1:252,241,237;--color-tertiary-2:244,207,194;--color-tertiary-3:122,104,97;--color-tertiary-4:24,21,19;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-3),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:198.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:47.25rem;top:10.625000476837rem;left:6.375rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8114375rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.380208015442rem;left:6.375rem;height:1.53541875rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.125rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.485416412354rem;left:4.9312496185303rem;height:6.7270625rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:55.963542938233rem;left:30.237501144409rem;height:22.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nP3TZqRuICtawwUC5aUlhxAQA9JbSi23 { box-sizing:content-box;height:3rem;width:40.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:5.1302080154419rem;left:10.09375rem;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#fvBp6466y6NFon5HQuJEdw8yNfaZauCs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1312503814697rem;left:23.443748474121rem;height:1.38958125rem;text-align:right;text-align-last:right;display:block; }
#C6Rh9KsZyH5Nla3fLnlKSgzxO4ivAK90 { z-index:15003;top:43.282291412354rem;left:18.968751907349rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #da3900 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dIKsaWHmOqrhPPT6s6H0B523QiGQVTKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRQnaRLfsQHLAaVVTWpoBs7FDCHl7tEv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:116.79479598999rem;left:13.4375rem;height:10.39375625rem;text-align:center;text-align-last:center;display:block; }
#TpN5uVx8lBAK9FLo6oJI0aNFo74gSeng { color:rgba(var(--color-secondary-1),1);display:block;width:46.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.184373855591rem;left:6.5947933197019rem;height:2.85313125rem;text-align:center;text-align-last:center;display:block; }
#PmdFxuGHUCRwLgdIQ1DqSioSwQAOoX6m { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.607292175293rem;left:12.125rem;height:1.31666875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FXKwqFnQKTyN77bH2CtNf8eZJqz08Tic { color:rgba(var(--color-primary-2),1);display:block;width:54.875rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.464584350586rem;left:2.5625rem;height:6.7270625rem;text-align:center;text-align-last:center;display:block; }
#b1mMlntBcGRTuGpEZb5tpZW0NRVT99v3 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:88.8510389328rem;left:13.4375rem;height:14.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGMV4I9FT8yvDTPEIA8UAQIuALBnnhJL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:27.1875rem;width:22.375rem;top:54.813543319702rem;left:6.375rem;overflow:hidden;display:block; }
#yIHxORz0ngTfwlmK13k7mQHXrtb7VdF3 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:1.9375rem;width:8.8125rem;top:5.8114585876465rem;left:15.86874961853rem;overflow:hidden;display:block; }
#QA63UvFnHUZ7NRaTGCvDVvuKCvZbIPME { color:#ee0000;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:108.97395801544rem;left:16.71875rem;height:5.55833125rem;text-align:center;text-align-last:center;display:block; }
#vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.375rem;width:32.5625rem;top:141.4375038147rem;left:13.71875rem;overflow:hidden;display:block; }
#rWNuVSQaxHAeMf7gV5lzLcMUZ9ORsN1f { color:rgba(238,0,0,0.97);display:block;width:33.3729375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:136.06354522705rem;left:12.683334350586rem;height:2.77916875rem;text-align:center;text-align-last:center;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.21);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; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:232.4375rem;width:60rem;position:relative;display:block; }#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:rgba(255,121,14,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:24.75rem;top:3.0927019119262rem;left:35.250001907349rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.7531185150146rem;left:35.781251907349rem;height:1.60833125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-secondary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.847919464111rem;left:38.375rem;height:11.85000625rem;text-align:center;text-align-last:center;display:block; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:#00d03d;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:58.337501525879rem;left:36.28125rem;height:7.020825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:rgba(255,121,14,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:24.5625rem;top:85.121879577638rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:85.722915649412rem;left:36.312501907349rem;height:1.60833125rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-secondary-2),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:74.733318328856rem;left:0.78229331970213rem;height:2.77916875rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-secondary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:79.431235313413rem;left:1.15625rem;height:16.24165625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { color:rgba(var(--color-secondary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:98.127084732056rem;left:38.375rem;height:2.4854125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { color:rgba(var(--color-secondary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:103.41354370118rem;left:38.375rem;height:1.02395625rem;text-align:center;text-align-last:center;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:rgba(var(--color-secondary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:118.08020877838rem;left:37.437501907349rem;height:2.04791875rem;text-align:center;text-align-last:center;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-secondary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:147.5625rem;left:39.250001907349rem;height:2.04791875rem;text-align:center;text-align-last:center;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-secondary-2),1);display:block;width:19.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:132.46979141236rem;left:37.687501907349rem;height:2.04791875rem;text-align:center;text-align-last:center;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-secondary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:159.75rem;left:41.843751907349rem;height:2.04791875rem;text-align:center;text-align-last:center;display:block; }
#Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { position:absolute;display:block;z-index:15011;background-color:rgba(255,121,14,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:24.625rem;top:165.28020858764rem;left:35.250001907349rem;display:block; }
#uTfv4aswuv99b1fm7ldF62mUenBLTl4k { color:rgba(var(--color-secondary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:165.85000038147rem;left:36.312501907349rem;height:3.2166625rem;text-align:center;text-align-last:center;display:block; }
#TvbpzBAuGyMBIfCbTtNuATLMgECowKB1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.9375rem;top:92.412502288819rem;left:45.65625rem;overflow:hidden;display:block; }
#notxoeIuMTrDRMrk7OPuwhXiI71dugJI { color:rgba(var(--color-secondary-2),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:137.24583816528rem;left:0.7822914123535rem;height:2.77916875rem;text-align:center;text-align-last:center;display:block; }
#xSPTdV6MJluOL3Nc2TA5oBdGMtnlhG8P { color:rgba(var(--color-secondary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:142.23437976837rem;left:1.28125rem;height:17.3156125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gTDTPiuwELOToSCuTPTffnBLLhOMhS48 { z-index:15004;top:219.375rem;left:19rem;background-color:rgba(255,121,14,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MMOsN5PIlidhnlOGbCs0iBVQnlJMrIhH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdbnoq6d4WvUNAKmvx59TbB9fyBqFx1S { color:rgba(var(--color-secondary-2),1);display:block;width:47rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:196.40831375122rem;left:6.5rem;height:6.3625rem;text-align:center;text-align-last:center;display:block; }
#uchNGJrTeVBlwOwCgvNOooGBvzrM4E68 { color:#00d03d;display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:213.375rem;left:25rem;height:4.021875rem;text-align:center;text-align-last:center;display:block; }
#g3DyeoDSlo4tKBshZp0t5bEzgIwGoIVs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:21.25rem;top:8.0322914123538rem;left:37.000001907349rem;overflow:hidden;display:block; }
#Vq1gs32fue4sF6TzTE6af0OoXbVWP6Qv { color:rgba(var(--color-secondary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:172.58645820617rem;left:36.593751907349rem;height:7.45625rem;text-align:center;text-align-last:center;display:block; }
#euqwNJoew5FDM3nCQc2we7NQUmTUtOWb { z-index:15008;top:69.431249618531rem;left:36.593751907349rem;background-color:rgba(255,121,14,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SIIs6UM3XQ4Ns9S9S9hg2IQ6BARr0c40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKcbko67a1wLDcUasQNdhRh5Do75FxtO { color:rgba(var(--color-primary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.75rem;left:38.4375rem;height:0.95104375rem;text-align:center;text-align-last:center;display:block; }
#F7hgJgZhhFyA3PREdraTB70Eg4t5w6LL { color:rgba(var(--color-secondary-1),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:208.6875rem;left:20.4375rem;height:1.97395625rem;text-align:center;text-align-last:center;display:block; }
#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:181.25rem;width:24.9375rem;top:1.5625rem;left:35.062501907349rem;display:block; }
#qNdMvvN8h55QRwNlOxMKydDqixwyVth1 { color:rgba(var(--color-secondary-2),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:190.20417785644rem;left:13.313541412354rem;height:2.77916875rem;text-align:center;text-align-last:center;display:block; }
#ez9f4zsktJCgxbIBrEnTKFmJeHzdtdsv { color:rgba(var(--color-secondary-2),1);display:block;width:30.5rem;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:104.38749885559rem;left:2.21875rem;height:2.7791625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#osTE9hIhJ9OlHe4F7pgXEvFavU8Z9iSB { color:rgba(var(--color-secondary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:53.916659355164rem;left:4.8312511444092rem;height:2.77916875rem;text-align:center;text-align-last:center;display:block; }
#LD5L927zA1LPel45ogfQasGLi1fyCzqH { color:rgba(var(--color-secondary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:58.793743133545rem;left:1.65625rem;height:10.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D5ILpVJJqvzRQZPfJMNe4WCvgwqSOu8f { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.621879577637rem;left:46.751041412354rem;height:2.853125rem;text-align:center;text-align-last:center;display:block; }
#T6tnRx5LNmO6afwXLCKp78hL64FulfhZ { color:rgba(var(--color-secondary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:77.462499618531rem;left:38.500001907349rem;height:2.85313125rem;text-align:center;text-align-last:center;display:block; }
#PziiQ2hs3ANozGaPCdDAtsyOax0VFyKq { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:225rem;left:20.9375rem;height:2.85313125rem;text-align:center;text-align-last:center;display:block; }
#TvMwDQeFrcxTo1WCDlE9oWB8DtTpIp3c { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:113.51458358764rem;left:37.343751907349rem;height:3.728125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cM0oDs4Dg58Vxl8FgPWLQAVKtmHhqwJC { color:rgba(var(--color-secondary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:127.83958435059rem;left:37.093751907349rem;height:3.728125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSvimtSsRT0koTbbv2lZZf2Unctqi54p { color:rgba(var(--color-secondary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:142.234375rem;left:37.093751907349rem;height:3.728125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCMCUVIKp9EWbs1DFVXaSGd38fXoBH0T { color:rgba(var(--color-secondary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:156.38645839691rem;left:37.093751907349rem;height:2.4854125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9i3mAZnUeBblgVvihtKe5ld8E5qTF8o { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:25rem;width:25rem;top:109.56771278381rem;left:4.96875rem;overflow:hidden;display:block; }
#k0rklq21py83WTWwVVct1kZ7MleaZ0L2 { color:rgba(var(--color-secondary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:21.621877670288rem;left:0.90625rem;height:15.5906375rem;text-align:center;text-align-last:center;display:block; }
#wecc6nQLithRkatEuhMfGVTlaTUsHmSd { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0927085876465rem;left:6.1437492370606rem;height:8.3375rem;text-align:center;text-align-last:center;display:block; }
#wvplR1rUPlML4IxM0sZw4x8uWJVLXNxt { color:rgba(var(--color-primary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.14271068573rem;left:0rem;height:2.77916875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOJmuOqFaWm9ARxoalI8v2ZZbDg7oiPt { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:180.04270553589rem;left:4.1875rem;height:3.0708375rem;text-align:center;text-align-last:center;display:block; }
#ynTNyU36Cy0bCfrK7T5FZx5s9vtit1xv { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:17.75rem;width:31.625rem;top:160.45832920074rem;left:1.65625rem;overflow:hidden;display:block; }
#Are6kZo6g1TV2ZUseBLcrz6o5tyqBrkN { z-index:15009;top:40.362493515014rem;left:6.4375rem;background-color:rgba(255,121,14,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MsfrDccPUT9DCtwKBdzCiwd4Dw55mxmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqsTqWdQwywJ7pRt2UnCDkJUTl3lSWGS { color:rgba(var(--color-secondary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.346868515014rem;left:8.34375rem;height:2.85313125rem;text-align:center;text-align-last:center;display:block; }
#Bixu6Lnw5uam5cAkUTf47ZoZpkqnXGBH { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.9375rem;top:123.25312805176rem;left:45.65625rem;overflow:hidden;display:block; }
#t0SgMJNWXqz4uG8Iw6twHcnWLTb9wN8T { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.9375rem;top:108.28749847412rem;left:45.65625rem;overflow:hidden;display:block; }
#LkiyXFqwfuAagw2gfHITdcHEkBrKgCTZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.9375rem;top:137.24583530426rem;left:45.65625rem;overflow:hidden;display:block; }
#hVgGDnkQtqQ7h9z3Pdv0LT7C6VvFfsKB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.9375rem;top:151.80833435059rem;left:45.65625rem;overflow:hidden;display:block; }
#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { position:relative;display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { background-color: transparent; background-image: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container > .video-iframe-container { display: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row > .video-iframe-container { display: none; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .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); }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { border-width: 0; border-radius: 0; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .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; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { color:rgba(var(--color-secondary-2),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.375rem;height:5.5583375rem;text-align:center;text-align-last:center;display:block; }
#ufiaCQPIlX55mvMKczviqybZE3gADwrf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:27rem;top:13.5rem;left:3.0364570617676rem;overflow:hidden;display:block; }
#PcQy0E7KDCFucFtQsnvHALMC0zRcgc2a { position:absolute;display:block;z-index:15023;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:13.6875rem;width:26.3125rem;top:14.300001144409rem;left:30.036457061767rem;overflow:hidden;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { position:relative;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-secondary-2),1);display:block;width:59.9364375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:3.8250007629394rem;left:0rem;height:5.85rem;display:block; }
#zl3GhXG6Liv2tlHGh9Co21JltzPC5gk7 { color:#ababac;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.53125rem;height:1.02395625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.25rem;height:4.875rem;top:10.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.3125rem;top:12.375rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:6.6875rem;top:19.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:27.25rem;height:22.25rem;top:55.9375rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP3TZqRuICtawwUC5aUlhxAQA9JbSi23 { width:40.5rem;height:3rem;top:5.125rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvBp6466y6NFon5HQuJEdw8yNfaZauCs { width:22.5625rem;height:1.375rem;top:6.125rem;left:17.318748474121rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Rh9KsZyH5Nla3fLnlKSgzxO4ivAK90 { top:43.25rem;left:12.843751907349rem;width:22.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIKsaWHmOqrhPPT6s6H0B523QiGQVTKa { display:block; }
 }@media only screen and (max-width: 763px) { #cRQnaRLfsQHLAaVVTWpoBs7FDCHl7tEv { width:33.125rem;height:10.375rem;top:116.75rem;left:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpN5uVx8lBAK9FLo6oJI0aNFo74gSeng { width:46.75rem;height:2.8125rem;top:49.125rem;left:0.46979331970215rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmdFxuGHUCRwLgdIQ1DqSioSwQAOoX6m { width:33.1875rem;height:1.3125rem;top:38.5625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXKwqFnQKTyN77bH2CtNf8eZJqz08Tic { width:47.75rem;height:6.6875rem;top:27.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mMlntBcGRTuGpEZb5tpZW0NRVT99v3 { width:30.5625rem;height:14.8125rem;top:88.8125rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMV4I9FT8yvDTPEIA8UAQIuALBnnhJL { top:54.8125rem;left:0.25rem;width:22.375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHxORz0ngTfwlmK13k7mQHXrtb7VdF3 { top:5.75rem;left:9.74374961853rem;width:8.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA63UvFnHUZ7NRaTGCvDVvuKCvZbIPME { width:26.5625rem;height:5.5rem;top:108.9375rem;left:10.59375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:32.5625rem;height:57.375rem;top:141.4375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWNuVSQaxHAeMf7gV5lzLcMUZ9ORsN1f { width:33.3125rem;height:2.75rem;top:136.0625rem;left:6.5583343505863rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:24.75rem;height:2.75rem;top:3.0625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.5625rem;top:3.75rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:18.5rem;height:11.8125rem;top:40.8125rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:22.6875rem;height:7rem;top:58.3125rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:24.5625rem;height:2.625rem;top:85.0625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.6875rem;height:1.5625rem;top:85.6875rem;left:24.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:2.75rem;top:74.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:32.625rem;height:16.1875rem;top:79.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:18.5rem;height:2.4375rem;top:98.125rem;left:29.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:19.6875rem;height:1rem;top:103.375rem;left:28.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:20.375rem;height:0.875rem;top:118.0625rem;left:27.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:16.75rem;height:0.875rem;top:147.5625rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:19.875rem;height:0.875rem;top:132.4375rem;left:27.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:11.5625rem;height:1.8125rem;top:159.75rem;left:35.718751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:24.625rem;height:5.125rem;top:165.25rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:23.6875rem;height:2.8125rem;top:165.8125rem;left:24.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbpzBAuGyMBIfCbTtNuATLMgECowKB1 { width:3.9375rem;height:4.0625rem;top:92.375rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #notxoeIuMTrDRMrk7OPuwhXiI71dugJI { width:33.3125rem;height:2.75rem;top:137.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSPTdV6MJluOL3Nc2TA5oBdGMtnlhG8P { width:32.375rem;height:17.3125rem;top:142.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDTPiuwELOToSCuTPTffnBLLhOMhS48 { top:219.375rem;left:12.875rem;width:22.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMOsN5PIlidhnlOGbCs0iBVQnlJMrIhH { display:block; }
 }@media only screen and (max-width: 763px) { #zdbnoq6d4WvUNAKmvx59TbB9fyBqFx1S { width:47rem;height:6.3125rem;top:196.375rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchNGJrTeVBlwOwCgvNOooGBvzrM4E68 { width:10.125rem;height:4rem;top:213.375rem;left:18.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3DyeoDSlo4tKBshZp0t5bEzgIwGoIVs { width:21.25rem;height:30.375rem;top:8rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq1gs32fue4sF6TzTE6af0OoXbVWP6Qv { width:22.0625rem;height:5.5rem;top:172.5625rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqwNJoew5FDM3nCQc2we7NQUmTUtOWb { top:69.375rem;left:25.6875rem;width:22.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIIs6UM3XQ4Ns9S9S9hg2IQ6BARr0c40 { display:block; }
 }@media only screen and (max-width: 763px) { #cKcbko67a1wLDcUasQNdhRh5Do75FxtO { width:21.5625rem;height:0.9375rem;top:43.75rem;left:26.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7hgJgZhhFyA3PREdraTB70Eg4t5w6LL { width:19.1875rem;height:1.9375rem;top:208.6875rem;left:14.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:181.25rem;top:1.5625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNdMvvN8h55QRwNlOxMKydDqixwyVth1 { width:33.3125rem;height:2.75rem;top:190.1875rem;left:7.1885414123538rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez9f4zsktJCgxbIBrEnTKFmJeHzdtdsv { width:30.5rem;height:2.75rem;top:104.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTE9hIhJ9OlHe4F7pgXEvFavU8Z9iSB { width:25.125rem;height:2.75rem;top:53.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD5L927zA1LPel45ogfQasGLi1fyCzqH { width:31.625rem;height:10.6875rem;top:58.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ILpVJJqvzRQZPfJMNe4WCvgwqSOu8f { width:13.125rem;height:2.875rem;top:21.5625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tnRx5LNmO6afwXLCKp78hL64FulfhZ { width:18.25rem;height:2.5rem;top:77.4375rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PziiQ2hs3ANozGaPCdDAtsyOax0VFyKq { width:18.1875rem;height:2.8125rem;top:225rem;left:14.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvMwDQeFrcxTo1WCDlE9oWB8DtTpIp3c { width:20.5625rem;height:3.3125rem;top:113.5rem;left:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0oDs4Dg58Vxl8FgPWLQAVKtmHhqwJC { width:21.0625rem;height:2.1875rem;top:127.8125rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSvimtSsRT0koTbbv2lZZf2Unctqi54p { width:21.0625rem;height:3.3125rem;top:142.1875rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMCUVIKp9EWbs1DFVXaSGd38fXoBH0T { width:21.0625rem;height:2.1875rem;top:156.375rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9i3mAZnUeBblgVvihtKe5ld8E5qTF8o { top:109.5625rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rklq21py83WTWwVVct1kZ7MleaZ0L2 { width:33.125rem;height:15.5625rem;top:21.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wecc6nQLithRkatEuhMfGVTlaTUsHmSd { width:22.5rem;height:8.3125rem;top:3.0625rem;left:0.018749237060547rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvplR1rUPlML4IxM0sZw4x8uWJVLXNxt { width:34.75rem;height:2.75rem;top:17.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOJmuOqFaWm9ARxoalI8v2ZZbDg7oiPt { width:26.5625rem;height:3.0625rem;top:180rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTNyU36Cy0bCfrK7T5FZx5s9vtit1xv { top:160.4375rem;left:0rem;width:31.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Are6kZo6g1TV2ZUseBLcrz6o5tyqBrkN { top:40.3125rem;left:0.3125rem;width:22.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfrDccPUT9DCtwKBdzCiwd4Dw55mxmc { display:block; }
 }@media only screen and (max-width: 763px) { #xqsTqWdQwywJ7pRt2UnCDkJUTl3lSWGS { width:18.25rem;height:2.8125rem;top:45.3125rem;left:2.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bixu6Lnw5uam5cAkUTf47ZoZpkqnXGBH { width:3.9375rem;height:4.0625rem;top:123.25rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0SgMJNWXqz4uG8Iw6twHcnWLTb9wN8T { width:3.9375rem;height:4.0625rem;top:108.25rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkiyXFqwfuAagw2gfHITdcHEkBrKgCTZ { width:3.9375rem;height:4.0625rem;top:137.1875rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVgGDnkQtqQ7h9z3Pdv0LT7C6VvFfsKB { width:3.9375rem;height:4.0625rem;top:151.75rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { width:47.75rem;height:5.5rem;top:3.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufiaCQPIlX55mvMKczviqybZE3gADwrf { width:27rem;height:14.4375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcQy0E7KDCFucFtQsnvHALMC0zRcgc2a { width:26.3125rem;height:13.6875rem;top:14.25rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:5.8125rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3GhXG6Liv2tlHGh9Co21JltzPC5gk7 { top:1.5rem;left:16.40625rem;width:14.9375rem;height:3.75rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:175.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:4.1875rem;top:7.737500190735rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:17.875rem;height:1.16979375rem;top:8.4958333969119rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:20rem;height:5.703125rem;top:13.755208015442rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:20rem;height:16.2rem;top:45.965625762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP3TZqRuICtawwUC5aUlhxAQA9JbSi23 { width:19.75rem;height:4.9375rem;top:1.25rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #fvBp6466y6NFon5HQuJEdw8yNfaZauCs { width:20rem;height:1.096875rem;top:4.6916625976562rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6Rh9KsZyH5Nla3fLnlKSgzxO4ivAK90 { top:34.447917938233rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIKsaWHmOqrhPPT6s6H0B523QiGQVTKa { display:block; }
 }@media only screen and (max-width: 763px) { #cRQnaRLfsQHLAaVVTWpoBs7FDCHl7tEv { width:20rem;height:8.26875rem;top:118.60312461853rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpN5uVx8lBAK9FLo6oJI0aNFo74gSeng { width:20rem;height:2.85313125rem;top:39.720834255219rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmdFxuGHUCRwLgdIQ1DqSioSwQAOoX6m { width:19.3125rem;height:2.33958125rem;top:30.82187461853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXKwqFnQKTyN77bH2CtNf8eZJqz08Tic { width:20rem;height:5.703125rem;top:22.668750762939rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1mMlntBcGRTuGpEZb5tpZW0NRVT99v3 { width:20rem;height:10.125rem;top:94.044788360594rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGMV4I9FT8yvDTPEIA8UAQIuALBnnhJL { width:20rem;height:24.375rem;top:66.546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yIHxORz0ngTfwlmK13k7mQHXrtb7VdF3 { width:6.25rem;height:1.3125rem;top:2.5656251907349rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA63UvFnHUZ7NRaTGCvDVvuKCvZbIPME { width:20rem;height:4.67916875rem;top:109.34166336059rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:20rem;height:35.25rem;top:139.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rWNuVSQaxHAeMf7gV5lzLcMUZ9ORsN1f { width:20rem;height:4.67916875rem;top:133.49583435059rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:411.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:19.8125rem;height:2.75rem;top:199.37082767487rem;left:0.15625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.60833125rem;top:199.94166088104rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:16.6875rem;height:10.52813125rem;top:230.87498855591rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:17.1875rem;height:5.85rem;top:245.87502098084rem;left:1.40625rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:19.6875rem;height:2.5rem;top:265.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:17.875rem;height:1.096875rem;top:265.875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:2.12083125rem;top:77.000010490419rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:22.37084375rem;top:81.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:16.4375rem;height:2.19375rem;top:276.81250572204rem;left:1.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:16.1875rem;height:2.19375rem;top:280.68750572204rem;left:1.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:15.75rem;height:2.19375rem;top:296.06146240234rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:15.625rem;height:2.19375rem;top:327.62498855591rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:15.375rem;height:2.19375rem;top:311.4812374115rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:15.5rem;height:2.19375rem;top:341.18748855591rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:19.625rem;height:4.25rem;top:347.31248855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:20rem;height:3.0708375rem;top:347.90207099914rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbpzBAuGyMBIfCbTtNuATLMgECowKB1 { width:4.3125rem;height:4.4375rem;top:271.00000572204rem;left:7.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #notxoeIuMTrDRMrk7OPuwhXiI71dugJI { width:20rem;height:2.33958125rem;top:143.51042938232rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSPTdV6MJluOL3Nc2TA5oBdGMtnlhG8P { width:20rem;height:21.1635375rem;top:148.1249961853rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTDTPiuwELOToSCuTPTffnBLLhOMhS48 { top:400.81250572204rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMOsN5PIlidhnlOGbCs0iBVQnlJMrIhH { display:block; }
 }@media only screen and (max-width: 763px) { #zdbnoq6d4WvUNAKmvx59TbB9fyBqFx1S { width:20rem;height:7.6770625rem;top:380.93750572204rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uchNGJrTeVBlwOwCgvNOooGBvzrM4E68 { width:10.125rem;height:3.14479375rem;top:394.75000572204rem;left:4.9375rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3DyeoDSlo4tKBshZp0t5bEzgIwGoIVs { width:17.75rem;height:25.25rem;top:203.31249427796rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq1gs32fue4sF6TzTE6af0OoXbVWP6Qv { width:18.625rem;height:7.01875rem;top:354.62501239777rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euqwNJoew5FDM3nCQc2we7NQUmTUtOWb { top:254.81250572204rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIIs6UM3XQ4Ns9S9S9hg2IQ6BARr0c40 { display:block; }
 }@media only screen and (max-width: 763px) { #cKcbko67a1wLDcUasQNdhRh5Do75FxtO { width:20rem;height:0.95104375rem;top:207.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #F7hgJgZhhFyA3PREdraTB70Eg4t5w6LL { width:19.1875rem;height:1.60833125rem;top:391.50000572204rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#c1b2b0;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:19.875rem;height:168.125rem;top:198.74688148499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNdMvvN8h55QRwNlOxMKydDqixwyVth1 { width:20rem;height:4.67916875rem;top:373.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ez9f4zsktJCgxbIBrEnTKFmJeHzdtdsv { width:20rem;height:2.2958375rem;top:112.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #osTE9hIhJ9OlHe4F7pgXEvFavU8Z9iSB { width:20rem;height:2.33958125rem;top:46.937513351441rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD5L927zA1LPel45ogfQasGLi1fyCzqH { width:20rem;height:16.03125rem;top:54.206260681153rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #D5ILpVJJqvzRQZPfJMNe4WCvgwqSOu8f { width:13.125rem;height:2.853125rem;top:398.00938701629rem;left:3.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:14994;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #T6tnRx5LNmO6afwXLCKp78hL64FulfhZ { width:15.8125rem;height:2.85313125rem;top:405.81250572204rem;left:2.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #PziiQ2hs3ANozGaPCdDAtsyOax0VFyKq { width:18.1875rem;height:2.85313125rem;top:259.93750572204rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvMwDQeFrcxTo1WCDlE9oWB8DtTpIp3c { width:17rem;height:3.290625rem;top:291.18750572204rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0oDs4Dg58Vxl8FgPWLQAVKtmHhqwJC { width:18.25rem;height:3.290625rem;top:306.99998760223rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSvimtSsRT0koTbbv2lZZf2Unctqi54p { width:13.875rem;height:3.290625rem;top:323.31248855591rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMCUVIKp9EWbs1DFVXaSGd38fXoBH0T { width:20rem;height:2.19375rem;top:337.93748760223rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9i3mAZnUeBblgVvihtKe5ld8E5qTF8o { width:20rem;height:20rem;top:119.55833435059rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rklq21py83WTWwVVct1kZ7MleaZ0L2 { width:20rem;height:10.63125rem;top:18.640622138977rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wecc6nQLithRkatEuhMfGVTlaTUsHmSd { width:20rem;height:7.01875rem;top:2.2468757629394rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvplR1rUPlML4IxM0sZw4x8uWJVLXNxt { width:20rem;height:4.67916875rem;top:12.065625190735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOJmuOqFaWm9ARxoalI8v2ZZbDg7oiPt { width:15.125rem;height:4.16875rem;top:190.37499427796rem;left:2.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynTNyU36Cy0bCfrK7T5FZx5s9vtit1xv { width:20rem;height:11.225rem;top:177.06249427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Are6kZo6g1TV2ZUseBLcrz6o5tyqBrkN { top:33.250000953674rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfrDccPUT9DCtwKBdzCiwd4Dw55mxmc { display:block; }
 }@media only screen and (max-width: 763px) { #xqsTqWdQwywJ7pRt2UnCDkJUTl3lSWGS { width:18.25rem;height:2.85313125rem;top:39.375000953674rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Bixu6Lnw5uam5cAkUTf47ZoZpkqnXGBH { width:3.9375rem;height:4.0625rem;top:302.00000572204rem;left:8.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t0SgMJNWXqz4uG8Iw6twHcnWLTb9wN8T { width:3.9375rem;height:4.0625rem;top:286.18750572204rem;left:8.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LkiyXFqwfuAagw2gfHITdcHEkBrKgCTZ { width:3.9375rem;height:4.0625rem;top:332.31248760223rem;left:8.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hVgGDnkQtqQ7h9z3Pdv0LT7C6VvFfsKB { width:3.9375rem;height:4.0625rem;top:317.99998855591rem;left:8.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 { display:block; }#OoyR7LSBItCTs8AUiLnHF7sEVLaTT2g1 > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnBWyodHdXF6H3DnSmaPwV5X9DR6G9B7 { width:20rem;height:6.14375rem;top:3.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufiaCQPIlX55mvMKczviqybZE3gADwrf { width:20rem;height:10.6948125rem;top:11.082291603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcQy0E7KDCFucFtQsnvHALMC0zRcgc2a { width:20rem;height:10.4041875rem;top:22.464583396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:12.5083125rem;top:3.9020833969116rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zl3GhXG6Liv2tlHGh9Co21JltzPC5gk7 { width:14.9375rem;height:0.87708125rem;top:1.8479166030884rem;left:2.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }