.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,251,179;--color-tertiary-2:255,242,0;--color-tertiary-3:128,121,0;--color-tertiary-4:25,24,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { background-color: transparent; background-image: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .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); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { border-width: 0; border-radius: 0; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { font-size:0.875rem;font-family:lato;height:40.6875rem;width:75rem;position:relative;display:block; }#Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:9rem;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;font-style:normal;display:block; }
#T4Ler4BCa5AKPWzwkBApJbbgXlJRG10t { box-sizing:content-box;height:0.0625rem;width:36.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.375rem;left:0rem;display:block; }
#reFGiE9mBFnPP9N5TDMtgPnbtD3w9SgA { color:rgba(var(--color-secondary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:15.0625rem;left:0rem;height:6.597625rem;font-style:normal;display:block; }
#WRbuHiLA8lpsEB5rfMLoFXkVpqcbgO8N { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.78125rem;left:34.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N4mSFZOnJkyX7ltxBzbOlfJkTWReMMs6 { background-color:#1f924b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:25.40625rem;left:0rem;display:block; }
#PG9noQXqMGZ3Oy4h45Xr16cLuliuLRdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCL35BAGQA8nTT4LLVL130QZTArmW826 { position:absolute;display:block;z-index:15003;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:22.8125rem;width:25.6875rem;top:13rem;left:36.125rem;overflow:hidden;display:block; }
#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container { background-color: transparent; background-image: none; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container > .video-iframe-container { display: none; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row > .video-iframe-container { display: none; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .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); }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container { border-width: 0; border-radius: 0; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container { font-size:0.875rem;font-family:lato;height:39.5rem;width:75rem;position:relative;display:block; }#VFZvLOVquGrtrqHExyUEJvJaarymuy7U { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.88671875rem;left:-0.03125rem;height:3.75rem;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; }
#Hrzd2urdWl9lDa1N9fCGlceVCaENR12x { color:rgba(var(--color-primary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.28125rem;left:26.71875rem;height:8.9375rem;font-style:normal;display:block; }#Hrzd2urdWl9lDa1N9fCGlceVCaENR12x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hrzd2urdWl9lDa1N9fCGlceVCaENR12x li:before{  }
#oZO6icIr1MDwUrg2QsBXfmFXh7ypOfgy { position:absolute;display:block;z-index:15017;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:13.6875rem;top:12.90625rem;left:10.71875rem;overflow:hidden;display:block; }
#sDUPwwZyfgqI3sCy4sA2PfsGDuZdXTDe { background-color:#1f924b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.15625rem;left:26.71875rem;display:block; }
#w80oPksLsuqoyX6KL8Vs1mlKSMcwrMp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhuBEgbV4U7TWEDmJAo5tDEpJde8bzyE { box-sizing:content-box;height:0.0625rem;width:36.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.375rem;left:0rem;display:none; }
#g3zzWFFgTlWVcmPoEvt2tUD58phvmGTK { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.51171875rem;left:0.09375rem;height:3rem;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; }
#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container { background-color: transparent; background-image: none; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container > .video-iframe-container { display: none; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row > .video-iframe-container { display: none; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .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); }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container { border-width: 0; border-radius: 0; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container { font-size:0.875rem;font-family:lato;height:39.5rem;width:75rem;position:relative;display:block; }#UpUhTJcJuXZRXh5ZuHSEUbh0ZLDtP82f { color:rgba(var(--color-secondary-2),1);display:block;width:64.6875rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.69921875rem;left:5.15625rem;height:;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;font-style:normal;display:block; }
#TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr { color:rgba(var(--color-secondary-2),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.125rem;left:30.1875rem;height:11.25rem;font-style:normal;display:block; }#TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr li:before{  }
#ZzklDKhxXy9T3g8LX0qhhF8TF4cmSupd { position:absolute;display:block;z-index:15016;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:11.6875rem;width:9.25rem;top:13.906250953674rem;left:16.936199188233rem;overflow:hidden;display:block; }
#WBloP5X6BeugU1goTSb1zSHSrnmCVZBT { position:absolute;display:block;z-index:15017;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:11.6875rem;width:9.375rem;top:13.90625rem;left:7.5615234375rem;overflow:hidden;display:block; }
#CsmUv7cUhmIq5KbI4PPhn76aZiMUfH19 { background-color:#1f924b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.90625rem;left:26.71875rem;display:block; }
#JT99iL56bM7uGIGgNs8i1gcwMkkxfGwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C99dc2MSXDTx741NSdEU7EB8r5glik0P { box-sizing:content-box;height:0.0625rem;width:36.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.375rem;left:0rem;display:none; }
#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container { background-color: transparent; background-image: none; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container > .video-iframe-container { display: none; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row > .video-iframe-container { display: none; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .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); }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container { border-width: 0; border-radius: 0; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container { font-size:0.875rem;font-family:lato;height:94.4375rem;width:75rem;position:relative;display:block; }#eSJ3eXbmDck8SJJ9zeui58i5FUX0dtHs { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:4rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.999981880188rem;left:0rem;height:4.79980625rem;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; }
#M80iFwcaZNb0SvmPFAgLtT4rpTQI6GvZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4375rem;width:58.5625rem;top:16.59375rem;left:8.21875rem;overflow:hidden;display:block; }
#XksmiRcoxTeOf87XxhscfPRkv2OkV0w7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11rem;left:64.6875rem; }
#sVX7g2y170vgoB3NEB557Z7K3HSZWhug { box-sizing:content-box;height:20.125rem;width:68.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:14.6875rem;left:3rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#xyLpXxBTEExxt3v8souVXSWNJCutgtJt { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:37.3125rem;left:32.15625rem;display:block; }
#Z78cWiZVThSzIfUG4R0ctQ7Fx7Jyn3t5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTmtqyuTyOTwyiLZt3rTfz69m8vRwXoz { box-sizing:content-box;height:20.125rem;width:68.375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:41.0625rem;left:3.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#irGJPekQGbWVTNn6FN6oZClIiDUksX6q { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:55.9375rem;top:42.4375rem;left:9.53125rem;overflow:hidden;display:block; }
#LvaVuuWLPAHOZ6BDf8tt9KaZddTmKFs8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:63.75rem;left:32.15625rem;display:block; }
#PPAt92nzfuIlwb3Pm3vNxIN6oXWyVoLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDc4oLuRPeJ0g5Jim3ykLNRzaLi3FEMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:37.3125rem;left:64.6875rem; }
#EbZJPzNJNCTprLhLwgw6HWDIR53zALuq { box-sizing:content-box;height:20.125rem;width:68.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:67.875rem;left:3.3125rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#sqhctLtHnRS7z6DOXMfTy80h46XMlXXR { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.6875rem;width:42.9375rem;top:69.15625rem;left:16.03125rem;overflow:hidden;display:block; }
#ldUCCb4xT8RZoP60eGlrrIr9qUtGGa9U { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:90.25rem;left:32.15625rem;display:block; }
#yTatGFTlaLizqy5h6RaHmbP3wRKBEchm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGvKlCsmaEoVQkeXZdUhBaZsAuLGEz4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:72.3125rem;left:81.03125rem; }
#yb0S2Uk8NaHkJibSTTiyylXsSGVGxbuC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:64.3125rem;left:64.6875rem; }
#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container { background-color: transparent; background-image: none; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container > .video-iframe-container { display: none; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row > .video-iframe-container { display: none; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .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); }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container { border-width: 0; border-radius: 0; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container { font-size:0.875rem;font-family:lato;height:91.875rem;width:75rem;position:relative;display:block; }#bppm0eKT21PFU33d3DQUTEOWhP0J4us3 { color:rgba(var(--color-secondary-2),1);display:block;width:64.8125rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.0615234375rem;left:5.09375rem;height:3.5996125rem;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; }
#WChKhT1dgdiIbdcSt1o1Jqt9dmmdNxpX { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:26.36328125rem;left:45.53125rem;height:7.19925rem;font-style:normal;display:block; }
#rbNQyBccfm1v4NITcnFuHBVmAoUVKhEy { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.6875rem;left:44.875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rrqcKBvbeR6683tnl0li3VEuGTSV3t2l { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:24rem;left:45.53125rem;height:2rem;font-style:normal;display:block; }
#hPHl8Ns8vyfKzcTo2fbsVTo6WWeifiZD { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:26.36328125rem;left:10.125rem;height:7.19925rem;font-style:normal;display:block; }
#rHf1i1eTV7iadS0zTtPmbLzcUfKbRkiT { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.625rem;left:10.125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SdGUCRDixbwToBQfNTDseqze9co4RoeK { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:24rem;left:10.125rem;height:2rem;font-style:normal;display:block; }
#ki1W5nXWNM12JRfaKmg4Lm6MaTTl0toq { position:absolute;display:block;z-index:15003;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:11.5rem;width:17.375rem;top:11.03125rem;left:11.4375rem;overflow:hidden;display:block; }
#x6KUxRDs5gV23WtKTAf2ApQq9NZq9tAI { position:absolute;display:block;z-index:15004;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:11.1875rem;width:16.9375rem;top:11.1875rem;left:46.40625rem;overflow:hidden;display:block; }
#dsgqCITsv5JGUTOyrXmChNwM5FDovTAZ { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:51.875rem;left:45.53125rem;height:7.19925rem;font-style:normal;display:block; }
#TAgXkWTgI7BDcRuTCZt8sAcGZuKyU54A { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:49.32421875rem;left:45.53125rem;height:2rem;font-style:normal;display:block; }
#H1nWaJyNbsSb62A6cqpcoWZcmUZl1w6o { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:51.875rem;left:10.125rem;height:7.19925rem;font-style:normal;display:block; }
#R6al8ikOQbKKzJ55h3CPvufknkI1Idsi { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:49.375rem;left:10.125rem;height:1.8994125rem;font-style:normal;display:block; }
#TlTUmfXE4pU8bchJp42xDtG0QSaew4B4 { position:absolute;display:block;z-index:15003;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:11rem;width:16.5625rem;top:36.65625rem;left:11.84375rem;overflow:hidden;display:block; }
#cT0fQzh4mnRN22idfToCvKuTC37h3tvo { position:absolute;display:block;z-index:15004;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:11rem;width:16.5625rem;top:36.65625rem;left:46.59375rem;overflow:hidden;display:block; }
#JsKcNq83wSrAkTsJsbFfBTkf9TawuX4A { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:60.3125rem;left:9.25rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ST2Xqd49Iv4pR5npC706kr3JOs4mAnCT { position:absolute;display:block;z-index:15011;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:11rem;width:16.5625rem;top:62.53125rem;left:11.84375rem;overflow:hidden;display:block; }
#StNNoWFMMnJRZ57ZedFGVEeMsUcE6Jhl { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:60.3125rem;left:45.53125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iDcggnrSTNvw1dIMLXXTzDEEGqsJ9tnP { position:absolute;display:block;z-index:15012;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:11rem;width:16.5625rem;top:62.53125rem;left:46.59375rem;overflow:hidden;display:block; }
#XPC135Z72vtHevJ5MUQghmUrs7rBcKNG { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:75.4365234375rem;left:45.53125rem;height:1.79980625rem;font-style:normal;display:block; }
#ybOrBrKMsfTKW7aClbgWOhFQZssz7MTv { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:75.3359375rem;left:10.125rem;height:2rem;font-style:normal;display:block; }
#SkN5Fpqs5psRlKiIgbL8yurdLtu03s6i { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:78.451171875rem;left:45.53125rem;height:7.19925rem;font-style:normal;display:block; }
#w4NPqgPaA58AnlRacy6rATiXAVVhtn4R { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:78.451171875rem;left:10.125rem;height:7.19925rem;font-style:normal;display:block; }
#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container { background-color: transparent; background-image: none; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container > .video-iframe-container { display: none; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row > .video-iframe-container { display: none; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .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); }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container { border-width: 0; border-radius: 0; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container { font-size:0.875rem;font-family:lato;height:39.0625rem;width:75rem;position:relative;display:block; }#EuqJys0XL2DANlzoh8W94wysA5kOwEP1 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5615234375rem;left:0rem;height:4.125rem;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;font-style:normal;display:block; }
#feToXtRUTT3CJBu1NUzVQoHFM22kucsX { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:20.3125rem;left:19.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnGZROJH09k4dJ3ztMIFNtON5A12A1aq { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.09375rem;left:19.6875rem;display:block; }
#n9PaJiTVQsK23rB7WBTWUCTZlLfzyHnz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.4375rem;width:12.4375rem;top:19.59375rem;left:5.0625rem;overflow:hidden;display:block; }
#vENmlFbkzFr5MZk6Zq5IHL2CH7EluagL { box-sizing:content-box;height:20.125rem;width:68.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:13.1875rem;left:3.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:block; }
#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container { background-color: transparent; background-image: none; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container > .video-iframe-container { display: none; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row > .video-iframe-container { display: none; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .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); }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container { border-width: 0; border-radius: 0; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container { font-size:0.875rem;font-family:lato;height:28.875rem;width:75rem;position:relative;display:block; }#E8eJMLN2daTsDktRxtJJrsHqCnfzF5KU { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.999981880188rem;left:0rem;height:4.125rem;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;font-style:normal;display:block; }
#CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr { color:rgba(var(--color-secondary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.732421875rem;left:0rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr li:before{  }
#J1aWkW9GzhMaSPOhGMcK2c7NANSxgbTl { background-color:#1f924b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.4375rem;left:28.40625rem;display:block; }
#XhNLk5ITr3O0O4BP56LkiMv1b9ePLPER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container { background-color: transparent; background-image: none; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container > .video-iframe-container { display: none; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row > .video-iframe-container { display: none; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .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); }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container { border-width: 0; border-radius: 0; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container { font-size:0.875rem;font-family:lato;height:24.25rem;width:75rem;position:relative;display:block; }#Uyh5NduMqGLvmgMT9iDkfcDeNU9lgGz3 { color:rgba(var(--color-primary-2),1);display:block;width:49.6875rem;position:absolute;font-family:arial;font-size:4rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:4.79980625rem;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;font-style:normal;display:block; }
#CkImwoulFh1DlTO4Tize6RiLASflbge3 { color:rgba(var(--color-primary-2),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:12.125rem;left:0rem;height:2rem;font-style:normal;display:block; }
#yE8nTZ2TGUkTcrNhkQWwuKxP3wvqAvTd { color:rgba(var(--color-primary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:14.25rem;left:52.125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCte1a5WRLUDAIFcLoDpl2bk1MnTOgEI { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:14.25rem;left:64.6875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vehO5qXSyTeWvPkM3rAdfTWSVtc4c8k4 { color:rgba(var(--color-primary-2),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:14.3125rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZKT9T3LmQ39umi1kdZu6pGor3LeAnSLV { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5875rem;height:2.025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:16.8125rem;left:0.3125rem;display:block; }
#GGMJwM5vBbTP3JK979NnalOxR2n7Cd0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O207zQh6JFb5vWTtcnDhoBAOLkyUyuiE { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.0625rem;left:50.875rem;display:block; }
#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container { background-color: transparent; background-image: none; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container > .video-iframe-container { display: none; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row > .video-iframe-container { display: none; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .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); }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container { border-width: 0; border-radius: 0; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container { font-size:0.875rem;font-family:lato;height:24.25rem;width:75rem;position:relative;display:block; }#DS6bQJpOBASt9Et7RwW2gWEk8hlNgs3A { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:3.75rem;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; }
#MdRqRQs2P4MnrrnA6dPKo2BTCCmDba3y { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:11.9375rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxTw3BdshpaQStDsgEgSBAXBT7rBhKoA { background-color:#1f924b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.625rem;left:28.40625rem;display:block; }
#hVJlAcLHOfiDKNKURMEU8ZlJHS1wRqZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yemKFapmTCceHzEXMXUcCLWLTkTP8bii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { background-color: transparent; background-image: none; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container > .video-iframe-container { display: none; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row > .video-iframe-container { display: none; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .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); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { border-width: 0; border-radius: 0; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { font-size:0.875rem;font-family:lato;height:15.5625rem;width:75rem;position:relative;display:block; }#OyT3HmydBTMs0brEuiH9194UFOrXwWmy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:6.98046875rem;left:11.875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nLuPiu1wPsuT8kI7Pqq2rTPu6T8k6Wby { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.8935546875rem;left:62.4375rem;display:block; }
#DpLNPID9d9mcpif4XblU9zDAZBH3nXiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVTKcubIGXh9o37vpL8pVk5iHXluG4bN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:6.6875rem;left:62.4375rem;display:block; }
#uB2FhvTPJlyl1F2vvZhX8t3MiaTUHBXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESd2DGCQgw8ziR2kMFtxQWH5exArSO7r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:9.4375rem;left:62.4375rem;display:block; }
#iQSoN0iOCD3pWVwzJ8rqdDOumPOf7MWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pu9K4wlcNySpOdeyevfIMQPzELO3ifHW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:6.96875rem;left:58.375rem; }
#pu9K4wlcNySpOdeyevfIMQPzELO3ifHW > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#u4xnre6L5R0qWkFmgisCUycsLr7OTeVq { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:2.78125rem;left:60.8125rem;display:block; }
#q9DXCihxJvZTbqv5mbFLvrZJyE9pLszJ { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.75rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { top:4rem;left:0rem;width:47.75rem;height:9rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Ler4BCa5AKPWzwkBApJbbgXlJRG10t { top:29.375rem;left:0rem;width:36.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFGiE9mBFnPP9N5TDMtgPnbtD3w9SgA { top:15.0625rem;left:0rem;width:33.5rem;height:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRbuHiLA8lpsEB5rfMLoFXkVpqcbgO8N { top:28.75rem;left:21.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mSFZOnJkyX7ltxBzbOlfJkTWReMMs6 { width:14.3125rem;height:3.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG9noQXqMGZ3Oy4h45Xr16cLuliuLRdb { display:block; }
 }@media only screen and (max-width: 763px) { #UCL35BAGQA8nTT4LLVL130QZTArmW826 { top:13rem;left:22.0625rem;width:25.6875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw { display:block; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFZvLOVquGrtrqHExyUEJvJaarymuy7U { top:3.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrzd2urdWl9lDa1N9fCGlceVCaENR12x { top:15.25rem;left:13.09375rem;width:27.3125rem;height:8.9375rem;font-size:1rem;display:block; }#Hrzd2urdWl9lDa1N9fCGlceVCaENR12x li:before{  }
 }@media only screen and (max-width: 763px) { #oZO6icIr1MDwUrg2QsBXfmFXh7ypOfgy { top:12.875rem;left:0rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUPwwZyfgqI3sCy4sA2PfsGDuZdXTDe { width:21.5625rem;height:3.4375rem;top:30.125rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80oPksLsuqoyX6KL8Vs1mlKSMcwrMp3 { display:block; }
 }@media only screen and (max-width: 763px) { #DhuBEgbV4U7TWEDmJAo5tDEpJde8bzyE { top:29.375rem;left:0rem;width:36.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3zzWFFgTlWVcmPoEvt2tUD58phvmGTK { top:8.5rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc { display:block; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpUhTJcJuXZRXh5ZuHSEUbh0ZLDtP82f { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr { top:14.125rem;left:6.1875rem;width:41.5625rem;height:;font-size:1rem;display:block; }#TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr li:before{  }
 }@media only screen and (max-width: 763px) { #ZzklDKhxXy9T3g8LX0qhhF8TF4cmSupd { top:13.875rem;left:3.3111991882324rem;width:9.25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBloP5X6BeugU1goTSb1zSHSrnmCVZBT { top:13.875rem;left:0rem;width:9.375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsmUv7cUhmIq5KbI4PPhn76aZiMUfH19 { width:21.5625rem;height:3.4375rem;top:30.875rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT99iL56bM7uGIGgNs8i1gcwMkkxfGwR { display:block; }
 }@media only screen and (max-width: 763px) { #C99dc2MSXDTx741NSdEU7EB8r5glik0P { top:29.375rem;left:0rem;width:36.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxhTNTDhvT1suvDWesSvT5yERzcpDdwR { display:block; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSJ3eXbmDck8SJJ9zeui58i5FUX0dtHs { top:4.9375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80iFwcaZNb0SvmPFAgLtT4rpTQI6GvZ { top:16.5625rem;left:0rem;width:47.75rem;height:13.402614727855rem;display:block; }
 }@media only screen and (max-width: 763px) { #XksmiRcoxTeOf87XxhscfPRkv2OkV0w7 { top:11rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVX7g2y170vgoB3NEB557Z7K3HSZWhug { top:14.6875rem;left:0rem;width:47.625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyLpXxBTEExxt3v8souVXSWNJCutgtJt { width:10.6875rem;height:2rem;top:37.3125rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78cWiZVThSzIfUG4R0ctQ7Fx7Jyn3t5 { display:block; }
 }@media only screen and (max-width: 763px) { #FTmtqyuTyOTwyiLZt3rTfz69m8vRwXoz { top:41.0625rem;left:0rem;width:47.625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irGJPekQGbWVTNn6FN6oZClIiDUksX6q { top:42.4375rem;left:0rem;width:47.75rem;height:14.938547486034rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvaVuuWLPAHOZ6BDf8tt9KaZddTmKFs8 { width:10.6875rem;height:2rem;top:63.75rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAt92nzfuIlwb3Pm3vNxIN6oXWyVoLr { display:block; }
 }@media only screen and (max-width: 763px) { #aDc4oLuRPeJ0g5Jim3ykLNRzaLi3FEMy { top:37.3125rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbZJPzNJNCTprLhLwgw6HWDIR53zALuq { top:67.875rem;left:0rem;width:47.625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqhctLtHnRS7z6DOXMfTy80h46XMlXXR { top:69.125rem;left:2.40625rem;width:42.9375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldUCCb4xT8RZoP60eGlrrIr9qUtGGa9U { width:10.6875rem;height:2rem;top:90.25rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTatGFTlaLizqy5h6RaHmbP3wRKBEchm { display:block; }
 }@media only screen and (max-width: 763px) { #DGvKlCsmaEoVQkeXZdUhBaZsAuLGEz4b { top:72.9375rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb0S2Uk8NaHkJibSTTiyylXsSGVGxbuC { top:64.3125rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 { display:block; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bppm0eKT21PFU33d3DQUTEOWhP0J4us3 { top:4rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WChKhT1dgdiIbdcSt1o1Jqt9dmmdNxpX { top:26.3125rem;left:27.75rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbNQyBccfm1v4NITcnFuHBVmAoUVKhEy { top:34.6875rem;left:31.25rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrqcKBvbeR6683tnl0li3VEuGTSV3t2l { top:24rem;left:27.75rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPHl8Ns8vyfKzcTo2fbsVTo6WWeifiZD { top:26.3125rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHf1i1eTV7iadS0zTtPmbLzcUfKbRkiT { top:34.625rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdGUCRDixbwToBQfNTDseqze9co4RoeK { top:24rem;left:0rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki1W5nXWNM12JRfaKmg4Lm6MaTTl0toq { top:11rem;left:0rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KUxRDs5gV23WtKTAf2ApQq9NZq9tAI { top:11.1875rem;left:30.8125rem;width:16.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsgqCITsv5JGUTOyrXmChNwM5FDovTAZ { top:51.875rem;left:27.75rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAgXkWTgI7BDcRuTCZt8sAcGZuKyU54A { top:49.3125rem;left:27.75rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1nWaJyNbsSb62A6cqpcoWZcmUZl1w6o { top:51.875rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6al8ikOQbKKzJ55h3CPvufknkI1Idsi { top:49.375rem;left:0rem;width:20rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTUmfXE4pU8bchJp42xDtG0QSaew4B4 { top:36.625rem;left:0rem;width:16.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT0fQzh4mnRN22idfToCvKuTC37h3tvo { top:36.625rem;left:31.1875rem;width:16.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKcNq83wSrAkTsJsbFfBTkf9TawuX4A { top:60.3125rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2Xqd49Iv4pR5npC706kr3JOs4mAnCT { top:62.5rem;left:0rem;width:16.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNNoWFMMnJRZ57ZedFGVEeMsUcE6Jhl { top:60.3125rem;left:31.90625rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDcggnrSTNvw1dIMLXXTzDEEGqsJ9tnP { top:62.5rem;left:31.1875rem;width:16.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPC135Z72vtHevJ5MUQghmUrs7rBcKNG { top:75.375rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybOrBrKMsfTKW7aClbgWOhFQZssz7MTv { top:75.3125rem;left:0rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkN5Fpqs5psRlKiIgbL8yurdLtu03s6i { top:78.4375rem;left:27.75rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4NPqgPaA58AnlRacy6rATiXAVVhtn4R { top:78.4375rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI { display:block; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuqJys0XL2DANlzoh8W94wysA5kOwEP1 { top:4.5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feToXtRUTT3CJBu1NUzVQoHFM22kucsX { top:20.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnGZROJH09k4dJ3ztMIFNtON5A12A1aq { top:17.0625rem;left:6.0625rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9PaJiTVQsK23rB7WBTWUCTZlLfzyHnz { top:19.5625rem;left:0rem;width:12.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vENmlFbkzFr5MZk6Zq5IHL2CH7EluagL { top:13.1875rem;left:0rem;width:47.625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ { display:block; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8eJMLN2daTsDktRxtJJrsHqCnfzF5KU { top:4.9375rem;left:0rem;width:47.75rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr { top:12.6875rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.125rem;display:block; }#CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr li:before{  }
 }@media only screen and (max-width: 763px) { #J1aWkW9GzhMaSPOhGMcK2c7NANSxgbTl { width:18.1875rem;height:3.4375rem;top:22.4375rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhNLk5ITr3O0O4BP56LkiMv1b9ePLPER { display:block; }
 }@media only screen and (max-width: 763px) { #hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T { display:block; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uyh5NduMqGLvmgMT9iDkfcDeNU9lgGz3 { top:5.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkImwoulFh1DlTO4Tize6RiLASflbge3 { top:12.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE8nTZ2TGUkTcrNhkQWwuKxP3wvqAvTd { top:14.25rem;left:35.875rem;width:11.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCte1a5WRLUDAIFcLoDpl2bk1MnTOgEI { top:14.25rem;left:37.6875rem;width:10.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vehO5qXSyTeWvPkM3rAdfTWSVtc4c8k4 { top:14.3125rem;left:0rem;width:41.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKT9T3LmQ39umi1kdZu6pGor3LeAnSLV { width:7.5625rem;height:2rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGMJwM5vBbTP3JK979NnalOxR2n7Cd0R { display:block; }
 }@media only screen and (max-width: 763px) { #O207zQh6JFb5vWTtcnDhoBAOLkyUyuiE { top:14.0625rem;left:37.25rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIryHTpgyrtVy8IER7llc0GV98WhvtR8 { display:block; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS6bQJpOBASt9Et7RwW2gWEk8hlNgs3A { top:5.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdRqRQs2P4MnrrnA6dPKo2BTCCmDba3y { top:11.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxTw3BdshpaQStDsgEgSBAXBT7rBhKoA { width:18.1875rem;height:3.4375rem;top:17.625rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVJlAcLHOfiDKNKURMEU8ZlJHS1wRqZl { display:block; }
 }@media only screen and (max-width: 763px) { #yemKFapmTCceHzEXMXUcCLWLTkTP8bii { display:block; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyT3HmydBTMs0brEuiH9194UFOrXwWmy { top:6.9375rem;left:0rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLuPiu1wPsuT8kI7Pqq2rTPu6T8k6Wby { width:10.9375rem;height:2.1875rem;top:3.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpLNPID9d9mcpif4XblU9zDAZBH3nXiW { display:block; }
 }@media only screen and (max-width: 763px) { #rVTKcubIGXh9o37vpL8pVk5iHXluG4bN { width:9.375rem;height:2.1875rem;top:6.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB2FhvTPJlyl1F2vvZhX8t3MiaTUHBXC { display:block; }
 }@media only screen and (max-width: 763px) { #ESd2DGCQgw8ziR2kMFtxQWH5exArSO7r { width:11.875rem;height:2.1875rem;top:9.4375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQSoN0iOCD3pWVwzJ8rqdDOumPOf7MWB { display:block; }
 }@media only screen and (max-width: 763px) { #pu9K4wlcNySpOdeyevfIMQPzELO3ifHW { top:6.9375rem;left:44.75rem;width:1.625rem;height:1.625rem;display:block; }
#pu9K4wlcNySpOdeyevfIMQPzELO3ifHW > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #u4xnre6L5R0qWkFmgisCUycsLr7OTeVq { top:2.75rem;left:47.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DXCihxJvZTbqv5mbFLvrZJyE9pLszJ { top:7.75rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { width:20rem;height:7.875rem;top:4.75rem;left:0rem;font-size:2.1875rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4Ler4BCa5AKPWzwkBApJbbgXlJRG10t { width:18.75rem;height:0.0625rem;top:30.36328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFGiE9mBFnPP9N5TDMtgPnbtD3w9SgA { width:20rem;height:5.09765625rem;top:15.74609375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #WRbuHiLA8lpsEB5rfMLoFXkVpqcbgO8N { width:1rem;height:1rem;top:29.89453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mSFZOnJkyX7ltxBzbOlfJkTWReMMs6 { width:12.875rem;height:2.8125rem;top:23.70703125rem;left:3.5625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PG9noQXqMGZ3Oy4h45Xr16cLuliuLRdb { display:block; }
 }@media only screen and (max-width: 763px) { #UCL35BAGQA8nTT4LLVL130QZTArmW826 { width:18.8125rem;height:16.6875rem;top:29.89453125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw { display:block; }#H6lL8grlPE3dmxIRz4mXRtbgoKfnJsnw > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFZvLOVquGrtrqHExyUEJvJaarymuy7U { width:17.6875rem;height:4.798825rem;top:1.25rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hrzd2urdWl9lDa1N9fCGlceVCaENR12x { width:20rem;height:10.535125rem;top:22.49609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:arial;font-weight:400;font-style:normal;display:block; }#Hrzd2urdWl9lDa1N9fCGlceVCaENR12x li:before{  }
 }@media only screen and (max-width: 763px) { #oZO6icIr1MDwUrg2QsBXfmFXh7ypOfgy { width:8.4375rem;height:8.4375rem;top:12.93359375rem;left:5.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sDUPwwZyfgqI3sCy4sA2PfsGDuZdXTDe { width:19.375rem;height:3.4375rem;top:35.96875rem;left:0.3125rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #w80oPksLsuqoyX6KL8Vs1mlKSMcwrMp3 { display:block; }
 }@media only screen and (max-width: 763px) { #DhuBEgbV4U7TWEDmJAo5tDEpJde8bzyE { width:18.75rem;height:0.0625rem;top:34.03125rem;left:0.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #g3zzWFFgTlWVcmPoEvt2tUD58phvmGTK { width:20rem;height:4.798825rem;top:7.44921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc { display:block; }#Hqk2BDmtCHxT2P82f8zBnH62TkXzy9rc > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpUhTJcJuXZRXh5ZuHSEUbh0ZLDtP82f { width:17.6875rem;height:7.4238125rem;top:3.625rem;left:1.15625rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr { width:20rem;height:14.046875rem;top:24.6982421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:arial;font-weight:400;font-style:normal;display:block; }#TJdaR8E4Zg7GOZ4lipnt9FLxIsK6OHSr li:before{  }
 }@media only screen and (max-width: 763px) { #ZzklDKhxXy9T3g8LX0qhhF8TF4cmSupd { width:6.75rem;height:8.5625rem;top:13.7294921875rem;left:2.5400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBloP5X6BeugU1goTSb1zSHSrnmCVZBT { width:6.6875rem;height:8.4375rem;top:13.7919921875rem;left:10.4345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsmUv7cUhmIq5KbI4PPhn76aZiMUfH19 { width:19.375rem;height:3.4375rem;top:41.556640625rem;left:0.3125rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #JT99iL56bM7uGIGgNs8i1gcwMkkxfGwR { display:block; }
 }@media only screen and (max-width: 763px) { #C99dc2MSXDTx741NSdEU7EB8r5glik0P { width:18.75rem;height:0.0625rem;top:48.21875rem;left:-25.90625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kxhTNTDhvT1suvDWesSvT5yERzcpDdwR { display:block; }#kxhTNTDhvT1suvDWesSvT5yERzcpDdwR > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSJ3eXbmDck8SJJ9zeui58i5FUX0dtHs { width:20rem;height:4.798825rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M80iFwcaZNb0SvmPFAgLtT4rpTQI6GvZ { width:20rem;height:5.375rem;top:10.8359375rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XksmiRcoxTeOf87XxhscfPRkv2OkV0w7 { display:flex;width:5.4375rem;height:5.4375rem;top:6.0234375rem;left:14.5625rem;font-size:1.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #sVX7g2y170vgoB3NEB557Z7K3HSZWhug { width:19.875rem;height:9.5rem;top:8.5859375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xyLpXxBTEExxt3v8souVXSWNJCutgtJt { width:10.6875rem;height:2rem;top:19.4609375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78cWiZVThSzIfUG4R0ctQ7Fx7Jyn3t5 { display:block; }
 }@media only screen and (max-width: 763px) { #FTmtqyuTyOTwyiLZt3rTfz69m8vRwXoz { width:19.875rem;height:8.875rem;top:22.7109375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #irGJPekQGbWVTNn6FN6oZClIiDUksX6q { width:20rem;height:6.2569832402235rem;top:24.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvaVuuWLPAHOZ6BDf8tt9KaZddTmKFs8 { width:10.6875rem;height:2rem;top:33.4609375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAt92nzfuIlwb3Pm3vNxIN6oXWyVoLr { display:block; }
 }@media only screen and (max-width: 763px) { #aDc4oLuRPeJ0g5Jim3ykLNRzaLi3FEMy { display:flex;width:5.875rem;height:5.875rem;top:19.4609375rem;left:14.125rem;font-size:1.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #EbZJPzNJNCTprLhLwgw6HWDIR53zALuq { width:19.875rem;height:10.5rem;top:37.2109375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sqhctLtHnRS7z6DOXMfTy80h46XMlXXR { width:20rem;height:8.2387190684134rem;top:38.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldUCCb4xT8RZoP60eGlrrIr9qUtGGa9U { width:10.6875rem;height:2rem;top:49.6484375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTatGFTlaLizqy5h6RaHmbP3wRKBEchm { display:block; }
 }@media only screen and (max-width: 763px) { #DGvKlCsmaEoVQkeXZdUhBaZsAuLGEz4b { display:flex;width:0.625rem;height:0.625rem;top:46.078125rem;left:19.375rem;font-size:1.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #yb0S2Uk8NaHkJibSTTiyylXsSGVGxbuC { display:flex;width:6.3125rem;height:6.3125rem;top:33.9921875rem;left:13.6875rem;font-size:1.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 { display:block; }#sy4t04XgacdQXb63xRUUbKdtC30uJ1i4 > .row .container { width:20rem;height:151.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bppm0eKT21PFU33d3DQUTEOWhP0J4us3 { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WChKhT1dgdiIbdcSt1o1Jqt9dmmdNxpX { width:18.8125rem;height:6.3984375rem;top:48.3232421875rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbNQyBccfm1v4NITcnFuHBVmAoUVKhEy { width:0.125rem;height:8rem;top:34.1044921875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrqcKBvbeR6683tnl0li3VEuGTSV3t2l { width:18.8125rem;height:1.79980625rem;top:45.6357421875rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPHl8Ns8vyfKzcTo2fbsVTo6WWeifiZD { width:18.75rem;height:6.3984375rem;top:24.998046875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHf1i1eTV7iadS0zTtPmbLzcUfKbRkiT { width:0.0625rem;height:10.125rem;top:58.7568375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdGUCRDixbwToBQfNTDseqze9co4RoeK { width:18.8125rem;height:1.79980625rem;top:22.2734375rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ki1W5nXWNM12JRfaKmg4Lm6MaTTl0toq { width:15.9375rem;height:10.4375rem;top:10.7109375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KUxRDs5gV23WtKTAf2ApQq9NZq9tAI { width:16.5625rem;height:11rem;top:32.6044921875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsgqCITsv5JGUTOyrXmChNwM5FDovTAZ { width:18.8125rem;height:6.3984375rem;top:95.529296875rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAgXkWTgI7BDcRuTCZt8sAcGZuKyU54A { width:18.8125rem;height:1.79980625rem;top:92.994140625rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1nWaJyNbsSb62A6cqpcoWZcmUZl1w6o { width:18.75rem;height:6.3984375rem;top:72.36328125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6al8ikOQbKKzJ55h3CPvufknkI1Idsi { width:18.8125rem;height:1.79980625rem;top:69.6943359375rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlTUmfXE4pU8bchJp42xDtG0QSaew4B4 { width:16.5625rem;height:11rem;top:57.3193359375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT0fQzh4mnRN22idfToCvKuTC37h3tvo { width:16.5625rem;height:11rem;top:81.0068359375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKcNq83wSrAkTsJsbFfBTkf9TawuX4A { width:15.625rem;height:0.0625rem;top:91.2568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2Xqd49Iv4pR5npC706kr3JOs4mAnCT { width:16.5625rem;height:11rem;top:104.302734375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNNoWFMMnJRZ57ZedFGVEeMsUcE6Jhl { width:15.625rem;height:0.0625rem;top:115.240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDcggnrSTNvw1dIMLXXTzDEEGqsJ9tnP { width:16.5625rem;height:11rem;top:127.240234375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPC135Z72vtHevJ5MUQghmUrs7rBcKNG { width:20rem;height:1.69921875rem;top:139.2900390625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybOrBrKMsfTKW7aClbgWOhFQZssz7MTv { width:20rem;height:1.79980625rem;top:116.2900390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkN5Fpqs5psRlKiIgbL8yurdLtu03s6i { width:20rem;height:6.3984375rem;top:142.30078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4NPqgPaA58AnlRacy6rATiXAVVhtn4R { width:20rem;height:6.3984375rem;top:118.65234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI { display:block; }#G4zmoWe2Env7NUnOzFO8mpZKXML7p8pI > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuqJys0XL2DANlzoh8W94wysA5kOwEP1 { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #feToXtRUTT3CJBu1NUzVQoHFM22kucsX { width:16.25rem;height:11.19725rem;top:20.701171875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnGZROJH09k4dJ3ztMIFNtON5A12A1aq { width:6.25rem;height:0.0625rem;top:9.5234375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9PaJiTVQsK23rB7WBTWUCTZlLfzyHnz { width:10.875rem;height:6.5rem;top:11.8359375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vENmlFbkzFr5MZk6Zq5IHL2CH7EluagL { width:19.875rem;height:24.9375rem;top:9.5234375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ { display:block; }#VQa9ghcD3TlTgzn2UccOoDiKnnnt00sJ > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8eJMLN2daTsDktRxtJJrsHqCnfzF5KU { width:20rem;height:4.798825rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr { width:16.25rem;height:11.4238125rem;top:10.4375rem;left:0.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#CNxaL9eQuJBsdBO0yVUqFqon6lVbykWr li:before{  }
 }@media only screen and (max-width: 763px) { #J1aWkW9GzhMaSPOhGMcK2c7NANSxgbTl { width:18.1875rem;height:3.4375rem;top:23.609375rem;left:0.90625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #XhNLk5ITr3O0O4BP56LkiMv1b9ePLPER { display:block; }
 }@media only screen and (max-width: 763px) { #hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T { display:block; }#hZJrTP0rLtycuPtpuQ06yhQZIVMvXb2T > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uyh5NduMqGLvmgMT9iDkfcDeNU9lgGz3 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkImwoulFh1DlTO4Tize6RiLASflbge3 { width:20rem;height:2rem;top:4.3984375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yE8nTZ2TGUkTcrNhkQWwuKxP3wvqAvTd { width:19.875rem;height:1.5996125rem;top:12.685546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCte1a5WRLUDAIFcLoDpl2bk1MnTOgEI { width:20rem;height:1.5996125rem;top:15.47265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vehO5qXSyTeWvPkM3rAdfTWSVtc4c8k4 { width:19.875rem;height:3.19921875rem;top:7.1484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKT9T3LmQ39umi1kdZu6pGor3LeAnSLV { width:7.4619375rem;height:1.8994125rem;top:18.009775rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGMJwM5vBbTP3JK979NnalOxR2n7Cd0R { display:block; }
 }@media only screen and (max-width: 763px) { #O207zQh6JFb5vWTtcnDhoBAOLkyUyuiE { width:8.875rem;height:0.0625rem;top:11.748046875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIryHTpgyrtVy8IER7llc0GV98WhvtR8 { display:block; }#NIryHTpgyrtVy8IER7llc0GV98WhvtR8 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS6bQJpOBASt9Et7RwW2gWEk8hlNgs3A { width:20rem;height:4.798825rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdRqRQs2P4MnrrnA6dPKo2BTCCmDba3y { width:20rem;height:4rem;top:8.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxTw3BdshpaQStDsgEgSBAXBT7rBhKoA { width:18.1875rem;height:3.4375rem;top:14.8359375rem;left:0.90625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #hVJlAcLHOfiDKNKURMEU8ZlJHS1wRqZl { display:block; }
 }@media only screen and (max-width: 763px) { #yemKFapmTCceHzEXMXUcCLWLTkTP8bii { display:block; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyT3HmydBTMs0brEuiH9194UFOrXwWmy { width:18.875rem;height:1.0996125rem;top:1.25rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLuPiu1wPsuT8kI7Pqq2rTPu6T8k6Wby { width:8.125rem;height:2.1875rem;top:6.21875rem;left:2.15625rem;font-size:0.75rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #DpLNPID9d9mcpif4XblU9zDAZBH3nXiW { display:block; }
 }@media only screen and (max-width: 763px) { #rVTKcubIGXh9o37vpL8pVk5iHXluG4bN { width:6.75rem;height:2.1875rem;top:8.40625rem;left:2.15625rem;font-size:0.75rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #uB2FhvTPJlyl1F2vvZhX8t3MiaTUHBXC { display:block; }
 }@media only screen and (max-width: 763px) { #ESd2DGCQgw8ziR2kMFtxQWH5exArSO7r { width:9.3125rem;height:2.1875rem;top:10.59375rem;left:2.15625rem;font-size:0.75rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #iQSoN0iOCD3pWVwzJ8rqdDOumPOf7MWB { display:block; }
 }@media only screen and (max-width: 763px) { #pu9K4wlcNySpOdeyevfIMQPzELO3ifHW { display:flex;width:1.625rem;height:1.625rem;top:3.474609375rem;left:9.1875rem; }
#pu9K4wlcNySpOdeyevfIMQPzELO3ifHW > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #u4xnre6L5R0qWkFmgisCUycsLr7OTeVq { width:0.125rem;height:0.125rem;top:7.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DXCihxJvZTbqv5mbFLvrZJyE9pLszJ { width:10rem;height:0.0625rem;top:7.75rem;left:5rem;display:none; }
 }