.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Inter Tight";--paragraphs-font-family:"Inter"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#y0OwNUVWFHS6JUEiqXkaSNvPkaNMCiGz { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:2.875rem;left:2.5625rem;overflow:hidden;display:block; }
#Fsi3ulA7yyCkVmLq0Cyc6ATSfNGXmdyU { color:rgba(var(--color-secondary-4),1);display:block;width:30.4375rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.5625rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E4JyXyEAcvumlSU62X65vhM3qiEQmsPC { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.6015625rem;left:2.5625rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#L6ZqbknQAF2b4LgCKTl0aUZ5Z1EQLiib { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.4375rem;width:40.5rem;top:8.625rem;left:34.5rem;overflow:hidden;display:block; }
#K0v6OPLhxp6sdgRK3HM38IameNoy2gal { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.125rem;left:2.5625rem;display:block; }
#W95ZUUKcTcrqPRz9dymXxPIUXDVir72g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwBH09LPdfJQbteTVT40vfDxw2KDA6Qo { color:rgba(var(--color-secondary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:29.9375rem;left:5.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.549375rem;padding-right:0.4975rem;padding-bottom:0.549375rem;padding-left:0.4975rem;display:block;align-items:center;width:2.98625rem;min-width:2.98625rem;height:2.953125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.198125rem;font-weight:700;line-height:47.25px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.981875rem;height:1.166875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.82375rem;font-weight:400;line-height:18.67px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.9375rem;height:5.5625rem;padding-top:0.686875rem;padding-right:0.71125rem;padding-bottom:0.686875rem;padding-left:0.71125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.5625rem;left:1.5146484375rem;z-index:15036; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #sSMcGzllcN3B4ZmhIpRvplHmtiCM40PA { display:flex;position:relative;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #sQ6Uee6FeiMmcbJEnGixb1fo0TnhkJ9t { width:auto; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #irbFAkpBTFRUdlPWnenXkhreQFtvf7Gf {  }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #lubFnZv9dJVAhTPbSgLdESg8MmVD3iTH { display:flex;position:relative;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #bXgv3IRn9CNgDgMZOna6dFlAThQDL74q {  }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #qegbWU1aroabf2UWb2SNWyxQRwPKT0tX {  }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #D3ub7zEAcQJXg9ee9srs8ZlTJ1sgAlns { display:flex;position:relative;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #MTNwlrdpIMyl3ZzU1a6bhiDTl1EFdt64 {  }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #cfiNCVXhWFiw7B9ytilb9iEltMRVix7W {  }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #npJxZlTN9Ir0HZRdgoz8BG8tQTk0ngrB { display:flex;position:relative;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #TxBTOkQIlA01BGQhqiGielG1wVPWhxqI {  }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 #eDxX9MDTWxc0XimdzR69TJ1NVg9tgBcH {  }
#JiJzWQ5agafwSeRF2rBd4x0WueVmWByM { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.75rem;left:2.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G0JTaWHHyRgI415URu2KA00IBFPhZza1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:30.125rem;left:3rem; }
#cP8RGerOMUQPTG2ZZu1IGZDbKqwDvON4 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:2.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EZWThy512OqpoiCTIQxiq1gMTwqBIHsS { color:rgba(var(--color-secondary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:27.375rem;left:5.4375rem;height:1.29980625rem;display:block; }
#TxWi2vVMR2DFbzs6Fg9THm5RG1LRmksO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27.625rem;left:2.9375rem; }
#MpkcGo4bETISLHf6bONLdcA0JreAtgbq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.75rem;left:61.5625rem;display:block; }
#fWHDV9TiElh6Ea7vmd3RhXM4d9bWnypi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container { background-color: transparent; background-image: none; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container > .video-iframe-container { display: none; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row > .video-iframe-container { display: none; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .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); }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container { border-width: 0; border-radius: 0; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#iF8gs0i5eCDQGRq5W3S5DABP5vxToQen { color:rgba(var(--color-primary-2),1);display:block;width:16.0625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.4375rem;left:0.0625rem;height:1.42480625rem;font-style:normal;display:block; }
#Z25QDV0rFclLJbXS9cE437prS6OGBz7S { color:rgba(var(--color-secondary-4),1);display:block;width:32.25rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:17.8623046875rem;left:0.0625rem;height:16.19825rem;font-style:normal;display:block; }
#VfQCcbvfc1zpVoHmdmeVRhDC3nrMgd3p { box-sizing:content-box;height:14.125rem;width:19.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:34.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oiCGXPIeWglHIIXbsMsen5TqJQGCGDQi { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:10.82470703125rem;left:35.25rem;height:1.3496125rem;font-style:normal;display:block; }
#XqGbO3S9p41HPtILQyDrH4U3NEP10gUA { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:12.9375rem;left:35.625rem;height:3.8994125rem;display:block; }
#uRgNNp5M7CFfTNxi3b6nhXbxvDoaiG9t { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6rem;left:35.625rem; }
#T4FSfJ6SBZ7c95HLDLJm2mdni6bqx0SA { box-sizing:content-box;height:14.125rem;width:19.5rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:55.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iD3hSCxw7wZxkJRS5eGqlCG1MspeBDIO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.9375rem;left:56.875rem;height:3.8994125rem;display:block; }
#ATI22zwdfwNT2fm29creD86Hut9WHJFB { color:rgba(var(--color-secondary-4),1);display:block;width:14.875rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:10.8125rem;left:56.875rem;height:1.3496125rem;font-style:normal;display:block; }
#MVFZGVxgBhHtTL9eh9H7S7fC9vMABx8v { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6rem;left:56.875rem; }
#zRyu7bFwB7Ob34L2HC2CLc23a5kevaTx { box-sizing:content-box;height:14.125rem;width:19.5rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:34.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#o3fTxUdVkTnBHPmw62uaUoKiDLXDWm80 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:28.5625rem;left:35.625rem;height:3.8994125rem;display:block; }
#yQXyXP752tVhpT2KwnIS0DxeCltVbLdw { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:26.4375rem;left:35.625rem;height:;font-style:normal;display:block; }
#KWoMxZL7HUIxb17elE1VxLStsqLnhR0L { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.625rem;left:35.625rem; }
#qfAf25DRb2byZ3hNHxbSHHQVM0auVycJ { box-sizing:content-box;height:14.125rem;width:19.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:55.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#l2UiqHnsqy40DBFgaa6BCUdxomiCHIWg { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28.56201171875rem;left:56.84375rem;height:3.8994125rem;display:block; }
#rqMaEnEIWOp35M9cp6fXbVvOx6V65sbA { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:26.44970703125rem;left:56.875rem;height:;font-style:normal;display:block; }
#SgRzofn2cck5ehN6VE79GDWcwBAQhxcG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:21.625rem;left:56.875rem; }
#F2ITBKPLIoyPpx5h27fMZ7AsL0EnFhZh { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:19.0625rem;top:4.4375rem;left:0.0625rem;overflow:hidden;display:block; }
#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs { 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; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container { background-color: transparent; background-image: none; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container > .video-iframe-container { display: none; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row > .video-iframe-container { display: none; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .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); }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container { border-width: 0; border-radius: 0; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#cteFs9TgmFQVZBNDrpXUJA6T8nE4c1aP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:34rem;width:35.5rem;top:3.96875rem;left:0rem;overflow:hidden;display:block; }
#GP52fP1k0VkSvQfazIibIBh1OABOPHe7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:13.125rem;left:39.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BbUlGL8hbkLbwkH0M4JDtvuMvg5b5kcd { color:rgba(var(--color-primary-0),1);display:block;width:20.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:11.5625rem;left:39.1875rem;height:;font-style:normal;display:block; }
#xJxStbswTRVmwtyS8sdHgXrEbMeVfl3M { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:17.5rem;left:39.1875rem;height:15.59761875rem;display:block; }
#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ { position:relative;display:block; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ { background-color: transparent; background-image: none; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row .container > .video-iframe-container { display: none; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row > .video-iframe-container { display: none; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .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); }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ { border-width: 0; border-radius: 0; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JcHPdIdJPXhQUSCHmUgIRdFrVu65zl79 { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:3.25rem;left:30.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pD4iD2PLEfvqDfZqUos6aMDE9zPwDpvL { color:rgba(var(--color-secondary-4),1);display:block;width:39.3125rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:5.125rem;left:18.75rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqLn10WpOlNo6htUNeyQfi6kF2r61nlf { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:9.8125rem;left:0rem;overflow:hidden;display:block; }
#V7By9B7SwFy0HN8rfy6UVFPJU5FvgygP { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:27.1875rem;left:1.125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbUvBAJGLq2Zp6zITGV6NwMwPSLpTT8s { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mxAoKwfWVuGQXyDJVViZ8RbunL7U5yPG { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:32.375rem;left:0rem;height:16.8974375rem;text-align:center;text-align-last:center;display:block; }
#QC7nng3KOpmS09AuvhgJRa4WTvWfa4mm { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:32.375rem;left:19.5rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#P6tWzghUBarJ0WopRCvho6tdbZL4sKkm { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:29.0625rem;left:19.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XVagA2X8pnOADbrsoNcqnp5mXDp3r5Im { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:27.1875rem;left:20.625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFKFBlbgqOZ3coi3v3gFi9UPNr3bTA3a { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:9.8125rem;left:19.5rem;overflow:hidden;display:block; }
#ErLgp9PUhDVItIuDmusN1qC86H4TUHP7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:32.375rem;left:39.125rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#LShoChtlpfH6SPRtywBrmg43VMILBxqD { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:29.0625rem;left:39.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#F7niQyg0vUUhdryHoyFckE89VsTKTTli { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:27.1875rem;left:40.25rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0eK2zAqvm8S55AOTpuPFH4FO3LRoQig { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:9.8125rem;left:39.125rem;overflow:hidden;display:block; }
#NLQQlaFbLl9VKmd8g4ax1sSPuG05kkWd { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:32.375rem;left:58.625rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#R3CTTDigiZ0o9TUgmF5EaBGhTOt8cBgh { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:29.0625rem;left:59.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#B57XDb0FRydDOC5aOS4nvpxLycOkRgxZ { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:27.1875rem;left:59.75rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqk2wpJONkhfSnXVT02hvqA1hfGWt8Gv { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:9.8125rem;left:58.625rem;overflow:hidden;display:block; }
#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb { position:relative;display:block; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb { background-color: transparent; background-image: none; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row .container > .video-iframe-container { display: none; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row > .video-iframe-container { display: none; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .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); }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb { border-width: 0; border-radius: 0; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mPgbXJyNQ8GKmR9zSQ5sgBalTKu1MCIH { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.5625rem;left:8.6875rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#UDris2T4LtygI4fQMz5whiBvhX7LTuvM { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:19.25rem;left:9.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#xaGBbgVNEoIJ19QKpBc7nAMfAcF7tNEZ { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:17.375rem;left:9.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmfxPwxTPrqtve6y2DWRdaLhI2igBb2i { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:0rem;left:8.6875rem;overflow:hidden;display:block; }
#LNE68Aa5SmssCwgRIq2DPyf9HHwLKiX0 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.5625rem;left:29.3125rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#t5qEwdRfQfIRLVeDUWZM5x0CmTCPeD0z { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:19.25rem;left:29.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#N2h13Tfyk9ivlKPMaSl6ldyToVNSzrV1 { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:17.375rem;left:30.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJ6aQb6OCBD0uW71wwUiIO4V9ilTlEnR { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:0rem;left:29.3125rem;overflow:hidden;display:block; }
#kDE6GZLPy9ldIOVarWWmMWLCK8y9Wvxu { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:21.32470703125rem;left:50rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#U0yWADyiVF7NJyI5lkDSKSHfwTZC9niQ { color:rgba(var(--color-secondary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:19.25rem;left:50.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HIHGUGFo1U2xVtOUFdb4KWuMXnoXz3ny { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:17.375rem;left:51.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxflCtCpyxnwdLuVERSb2lxNTSKz1dMp { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.375rem;width:16.375rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fd;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; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container { background-color: transparent; background-image: none; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container > .video-iframe-container { display: none; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row > .video-iframe-container { display: none; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .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); }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container { border-width: 0; border-radius: 0; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#HRsQvB7WLTnEq5IEVsmMr169oEAomgOJ { color:rgba(var(--color-secondary-4),1);display:block;width:35.375rem;position:absolute;font-family:"inter tight";font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:6.9375rem;left:39.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OO3vrpETRVin84TScueplg453bzK90Wd { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:51.625rem;width:36.125rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#bKmITX2F99cDy3IHys9qZ2CBTJzwLGFU { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:4.875rem;left:39.625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNizcq19ctsPn7GCLRBB1uCOrzWh6WtE { color:rgba(var(--color-secondary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:12.5rem;left:43rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a1PqMH1x7BV2XdTcTKnsdG77aT9tlQSP { color:rgba(var(--color-primary-2),1);display:block;width:1.875rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:12.5rem;left:40rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#czKuoWbyhRtxP2cBGO4sNTT8J5mp22CE { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.9375rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#MtVoOuXPqPy2zttgZI3fmIcWgUiRhUwD { box-sizing:content-box;height:0.1875rem;width:35rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:40rem;display:block; }
#Gg4vtcPKPkR1kXXQOSIHL8fG5aNQNVqG { color:rgba(var(--color-primary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:24rem;left:42.9375rem;height:10.23485625rem;text-align:left;text-align-last:left;display:block; }
#iZ1PdgrJkTKIAuqwTH0MBduT8zOb4WqN { color:rgba(var(--color-secondary-4),1);display:block;width:29.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:22.1875rem;left:43rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixpkI1wLS3R9bgWyZZVKKKUSUkfmFySa { color:rgba(var(--color-primary-2),1);display:block;width:1.875rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:22.1875rem;left:40rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S79OMf7fGGVbsqems3cI5bC5eKWEmuyL { color:rgba(var(--color-primary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:39.375rem;left:42.9375rem;height:9.09765rem;text-align:left;text-align-last:left;display:block; }
#HQLe2pmSee69dmyEzMQb0CDhoFqBtZ02 { color:rgba(var(--color-secondary-4),1);display:block;width:29.125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:37.5625rem;left:43rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mv5S6mzgVHV1k2OrUnIV1VxKO7MPVlTL { color:rgba(var(--color-primary-2),1);display:block;width:1.875rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:37.5625rem;left:40rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTQ3AODeN8Kb8ETnbTLdt48I3mgiVkcH { box-sizing:content-box;height:0.1875rem;width:35rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:40rem;display:block; }
#Sxe8zvGJIaG0M6n736Adzovc6C8uv5Gg { box-sizing:content-box;height:0.1875rem;width:35rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.53125rem;left:40rem;display:block; }
#s0UodxSZTDQBn79l2VssByeEoMdBgMMB { color:rgba(var(--color-primary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:52.01416015625rem;left:39.625rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#LDbZV5PowMTS8Fg90heETFtPVlAgGtQm { color:rgba(var(--color-primary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:55.3125rem;left:39.625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#iN7Jqql0wxroFQAra18Fospae7JULGib { position:relative;display:block; }#iN7Jqql0wxroFQAra18Fospae7JULGib { background-color: transparent; background-image: none; }#iN7Jqql0wxroFQAra18Fospae7JULGib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row .container > .video-iframe-container { display: none; }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row > .video-iframe-container { display: none; }#iN7Jqql0wxroFQAra18Fospae7JULGib > .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); }#iN7Jqql0wxroFQAra18Fospae7JULGib { border-width: 0; border-radius: 0; }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S7P30iBbCuoRkCvvAvyFKqzw4oSPFexC { color:rgba(var(--color-secondary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:6.875rem;left:1.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xbEumhLBTZnznqfMTHv5O0hXpFPow4Tf { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.75rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGgWvgzFX6P1IXSMTGG8fKtsOJTaVxK2 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:13.6328125rem;left:1.9375rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#ok29Su4X0BHJrEaXsO6nPbCQT87d6zbb { color:rgba(var(--color-secondary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:2.3;letter-spacing:0;top:20.5634765625rem;left:1.75rem;height:11.49903125rem;text-align:left;text-align-last:left;display:block; }
#NM6clNdqQNu9QIXWLkKW1gfWS7abV3R0 { position:absolute;display:block;z-index:15075;height:26.875rem;width:35.1875rem;top:5.125rem;left:39.8125rem;display:block; }
#tOVyMkNVDenT29IThZRShJBopiX560S6 { color:rgba(var(--color-secondary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:2.3;letter-spacing:0;top:33.4501953125rem;left:2.34375rem;height:2.29980625rem;text-align:center;text-align-last:center;display:block; }
#f7hITIyBd9uUUx6PDqxK1qWs752tzQDX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:36.3125rem;left:1.9375rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#vSQEMJ8zw0w75yeXQNgOA4QJyzgB8EMS { box-sizing:content-box;height:10.4375rem;width:34.8125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.875rem;left:1.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#DO9KfnCsipoxymDIJMShT2T9lHGxviHX { position:relative;display:block; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX { background-color: transparent; background-image: none; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row .container > .video-iframe-container { display: none; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row > .video-iframe-container { display: none; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .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); }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX { border-width: 0; border-radius: 0; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#geMHuBtNIUHZdM47KNeq7dzNPKFPvkTR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:7.5rem;overflow:hidden;display:block; }
#EeC8fGQXJFUlOylXGmw7K20rFz803db0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:27.9375rem;overflow:hidden;display:block; }
#cezdpDXT6h0whDAqlC1yS3EwDqte6K5O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:48.25rem;overflow:hidden;display:block; }
#XvCmkVe7ALDZ0uNW2ek8zPfcW3Klv3bi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:7.5rem;overflow:hidden;display:block; }
#ZzaE6rPlInc5JudKuFULdGJQlwrzQdgG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#SxqnLEIqh0cumiySFfQh0EBIEZi5uFqG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:48.375rem;overflow:hidden;display:block; }
#Os8TcxKxPpbXH8ErEyz959GkouPTDsmn { color:rgba(var(--color-secondary-2),1);display:block;width:16.0625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:3.5rem;left:29.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kyz6MzdqylZgFVeEDPsvBH0zt0Tpv7gH { color:rgba(var(--color-secondary-4),1);display:block;width:46.125rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:5.1875rem;left:14.4375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ { position:relative;display:block; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ { background-color: transparent; background-image: none; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row .container > .video-iframe-container { display: none; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row > .video-iframe-container { display: none; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .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); }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ { border-width: 0; border-radius: 0; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xk9oPeJ8VtTH4odyZ26SVlgE40QfuUzO { color:rgba(var(--color-secondary-4),1);display:block;width:46.125rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:1rem;left:14.4375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrWBe8F0C01FlvyU1qNEaUMnrNT6X1z9 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:18.1875rem;top:7.40625rem;left:2.78125rem;overflow:hidden;display:block; }
#NLGRLh9v4uUvsNQmtqluUlwfkbWKziPC { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:24rem;top:7.53125rem;left:25.5rem;overflow:hidden;display:block; }
#R13F8yZGLLPZoZf6X0kx2IAnaBo1kOTa { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:15.75rem;top:6.0625rem;left:55.15625rem;overflow:hidden;display:block; }
#RiRp6c0ITdXCXEkcvGvctzIqTtVu68kW { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.96875rem;left:28.75rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 { 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; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container { background-color: transparent; background-image: none; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container > .video-iframe-container { display: none; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row > .video-iframe-container { display: none; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .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); }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container { border-width: 0; border-radius: 0; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:block; }#Favvp1ib10zV0UwdAegzfFwbSXTmUgQ2 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:37.75rem;width:19.375rem;top:12.25rem;left:5.6875rem;display:block; }
#Ey7giJazOeB9Qf54ov2lupLdrorMZvb1 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:14.375rem;left:6.625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QsH0lPBZTpQnLsruB59pz77azv1HqwMt { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:19.8125rem;left:6.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRnHezDI2OumkEeTgKaFTE8ZWTZtwVZh { color:rgba(0,0,0,0.7);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:23.0625rem;left:6.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVqN2TbtSKSBQKd32b0AUXL8vGTvrEXD { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.9375rem;left:10.3125rem;display:block; }
#hTao2CZrE40ibArvF37VtoiV1IZLbKMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzrnT1I1Z2C1xt7dB134dx5wvNOoVKcr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.9375rem;width:20rem;top:12.25rem;left:50rem;display:block; }
#wPiT600iBMkeH6nAWW3kTaEaP9B4bF8w { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#070202;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.6875rem;left:54.9375rem;display:block; }
#zWfnuibASFJBUGqmtvy0LqKZM7SX1I30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxIct1Vq6m2Ltsbc21rRV6oU3EMuJhOI { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.4375rem;left:51.25rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdFOzsxuyeqZvoQmlHsgZ3RltQAwdlXu { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:19.8125rem;left:51.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqRA49KWUkqxk4pe3sBwoh1uPxUkLgPy { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:14.375rem;left:51.25rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QsH5nxCx5Tmlbp5wneyiitaQ2JdTbBeW { color:rgba(var(--color-primary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:5.25rem;left:29.46875rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHgBvGaPBey4bgTqSnTryTg1XfsR3aTP { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:"inter tight";font-size:2.375rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:6.9375rem;left:14.4375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liLnyTdc45AaUQzHnNW2r2PUpfWvaMBU { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:11.625rem;top:35.14892578125rem;left:54.1875rem;overflow:hidden;display:block; }
#Azq2T3OQ2cbfMU0T6r1gfAhHtEAKggae { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:32.21142578125rem;left:51.25rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtV7OBQTZGeM1d8aqQ3tFW0whpDgCo2f { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:29.8125rem;left:6.625rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWbKXKn1C3VoH9hOEWg6a0F86zzR6NkF { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.4375rem;top:33.125rem;left:10.125rem;overflow:hidden;display:block; }
#MgMlsBkTmZAIrN1TF56qIQHrOZqaUydc { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:37.75rem;width:19.375rem;top:12.3125rem;left:27.125rem;display:block; }
#H5Dt0GN90E8w42ArUafPAL3SzozqyiIJ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.4375rem;left:28.0625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ws3J3XmDBLlmTv79R7TPwIb7XscO7iCl { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:19.8125rem;left:28.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWp4zsIRxm8JFSHmr4ysIrqQWnJ1T4MT { color:rgba(0,0,0,0.7);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:23.875rem;left:28.0625rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XP4O0pz2VrE6M47U4dSs1BlSsBKksR6T { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45rem;left:31.75rem;display:block; }
#uQOPAeS6yuQmNicUf5TuxHOXyBDt2gKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OE0uBnACmT3nr1BLUp9V3zJpaat8XrdG { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:9.375rem;top:34.4375rem;left:32.125rem;overflow:hidden;display:block; }
#sTUXEom2m7zHUfoTf7G6ctG5RHQHtNob { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:51.47021484375rem;left:26.8125rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container { background-color: transparent; background-image: none; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container > .video-iframe-container { display: none; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row > .video-iframe-container { display: none; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .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); }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container { border-width: 0; border-radius: 0; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FadBncAPiChWrfGJGTIHIePuCTXIdMup { color:#f9f9f9;display:block;width:4.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:54.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kq7IvDyJ2WO4e3Dnc2ZhLr3sJZRr0zki { background-color:transparent;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:1.40625rem;left:54.9375rem;display:block; }
#KqsPV7AQB87eRd7LdfbvPscTx2DVThLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqi9hBcuMhwr2RKOQ0nC0dSbPKFErzBL { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#RO7teaGALc4WuXnTts7g6rVkWJDN5yvW { background-color:transparent;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:1.40625rem;left:64.875rem;display:block; }
#vkZuzPND0NREDMK5zZ7cC424twgsy48V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0OwNUVWFHS6JUEiqXkaSNvPkaNMCiGz { top:2.875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsi3ulA7yyCkVmLq0Cyc6ATSfNGXmdyU { top:9.9375rem;left:0rem;width:30.4375rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JyXyEAcvumlSU62X65vhM3qiEQmsPC { top:16.5625rem;left:0rem;width:29rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZqbknQAF2b4LgCKTl0aUZ5Z1EQLiib { top:8.625rem;left:7.25rem;width:40.5rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0v6OPLhxp6sdgRK3HM38IameNoy2gal { width:15.3125rem;height:3.4375rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95ZUUKcTcrqPRz9dymXxPIUXDVir72g { display:block; }
 }@media only screen and (max-width: 763px) { #QwBH09LPdfJQbteTVT40vfDxw2KDA6Qo { top:29.9375rem;left:0rem;width:11.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 { display:flex;width:18rem;height:5.0625rem;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #sSMcGzllcN3B4ZmhIpRvplHmtiCM40PA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #sQ6Uee6FeiMmcbJEnGixb1fo0TnhkJ9t {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #irbFAkpBTFRUdlPWnenXkhreQFtvf7Gf {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #lubFnZv9dJVAhTPbSgLdESg8MmVD3iTH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #bXgv3IRn9CNgDgMZOna6dFlAThQDL74q {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #qegbWU1aroabf2UWb2SNWyxQRwPKT0tX {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #D3ub7zEAcQJXg9ee9srs8ZlTJ1sgAlns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #MTNwlrdpIMyl3ZzU1a6bhiDTl1EFdt64 {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #cfiNCVXhWFiw7B9ytilb9iEltMRVix7W {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #npJxZlTN9Ir0HZRdgoz8BG8tQTk0ngrB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #TxBTOkQIlA01BGQhqiGielG1wVPWhxqI {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #eDxX9MDTWxc0XimdzR69TJ1NVg9tgBcH {  }
 }@media only screen and (max-width: 763px) { #JiJzWQ5agafwSeRF2rBd4x0WueVmWByM { top:29.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0JTaWHHyRgI415URu2KA00IBFPhZza1 { top:30.125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP8RGerOMUQPTG2ZZu1IGZDbKqwDvON4 { top:27.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZWThy512OqpoiCTIQxiq1gMTwqBIHsS { top:27.375rem;left:0rem;width:17.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWi2vVMR2DFbzs6Fg9THm5RG1LRmksO { top:27.625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpkcGo4bETISLHf6bONLdcA0JreAtgbq { width:13.4375rem;height:3.375rem;top:2.75rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHDV9TiElh6Ea7vmd3RhXM4d9bWnypi { display:block; }
 }@media only screen and (max-width: 763px) { #F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw { display:block; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iF8gs0i5eCDQGRq5W3S5DABP5vxToQen { top:16.4375rem;left:0rem;width:16.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25QDV0rFclLJbXS9cE437prS6OGBz7S { top:17.8125rem;left:0rem;width:32.25rem;height:16.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQCcbvfc1zpVoHmdmeVRhDC3nrMgd3p { top:4.4375rem;left:20.625rem;width:19.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiCGXPIeWglHIIXbsMsen5TqJQGCGDQi { top:10.8125rem;left:21.625rem;width:17.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqGbO3S9p41HPtILQyDrH4U3NEP10gUA { top:12.9375rem;left:22rem;width:16.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRgNNp5M7CFfTNxi3b6nhXbxvDoaiG9t { top:6rem;left:22rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4FSfJ6SBZ7c95HLDLJm2mdni6bqx0SA { top:4.4375rem;left:28.25rem;width:19.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD3hSCxw7wZxkJRS5eGqlCG1MspeBDIO { top:12.9375rem;left:30.1875rem;width:17.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATI22zwdfwNT2fm29creD86Hut9WHJFB { top:10.8125rem;left:32.875rem;width:14.875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVFZGVxgBhHtTL9eh9H7S7fC9vMABx8v { top:6rem;left:43.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRyu7bFwB7Ob34L2HC2CLc23a5kevaTx { top:20.0625rem;left:20.625rem;width:19.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3fTxUdVkTnBHPmw62uaUoKiDLXDWm80 { top:28.5625rem;left:22rem;width:16.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXyXP752tVhpT2KwnIS0DxeCltVbLdw { top:26.4375rem;left:22rem;width:14.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWoMxZL7HUIxb17elE1VxLStsqLnhR0L { top:21.625rem;left:22rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfAf25DRb2byZ3hNHxbSHHQVM0auVycJ { top:20.0625rem;left:28.25rem;width:19.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2UiqHnsqy40DBFgaa6BCUdxomiCHIWg { top:28.5rem;left:30.9375rem;width:16.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMaEnEIWOp35M9cp6fXbVvOx6V65sbA { top:26.4375rem;left:33.625rem;width:14.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgRzofn2cck5ehN6VE79GDWcwBAQhxcG { top:21.625rem;left:43.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ITBKPLIoyPpx5h27fMZ7AsL0EnFhZh { top:4.4375rem;left:0rem;width:19.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs { display:block; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cteFs9TgmFQVZBNDrpXUJA6T8nE4c1aP { top:3.9375rem;left:0rem;width:35.5rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP52fP1k0VkSvQfazIibIBh1OABOPHe7 { top:13.125rem;left:12.75rem;width:35rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbUlGL8hbkLbwkH0M4JDtvuMvg5b5kcd { top:11.5625rem;left:23.875rem;width:20.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJxStbswTRVmwtyS8sdHgXrEbMeVfl3M { top:17.5rem;left:11.9375rem;width:35.8125rem;height:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ { display:block; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcHPdIdJPXhQUSCHmUgIRdFrVu65zl79 { top:3.25rem;left:7.8125rem;width:16.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4iD2PLEfvqDfZqUos6aMDE9zPwDpvL { top:5.125rem;left:0rem;width:39.3125rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqLn10WpOlNo6htUNeyQfi6kF2r61nlf { top:9.8125rem;left:0rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7By9B7SwFy0HN8rfy6UVFPJU5FvgygP { top:27.1875rem;left:0rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbUvBAJGLq2Zp6zITGV6NwMwPSLpTT8s { top:29.0625rem;left:0rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxAoKwfWVuGQXyDJVViZ8RbunL7U5yPG { top:32.375rem;left:0rem;width:16.1875rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC7nng3KOpmS09AuvhgJRa4WTvWfa4mm { top:32.375rem;left:7.6875rem;width:16.1875rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6tWzghUBarJ0WopRCvho6tdbZL4sKkm { top:29.0625rem;left:8.375rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVagA2X8pnOADbrsoNcqnp5mXDp3r5Im { top:27.1875rem;left:9.75rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFKFBlbgqOZ3coi3v3gFi9UPNr3bTA3a { top:9.8125rem;left:7.5rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErLgp9PUhDVItIuDmusN1qC86H4TUHP7 { top:32.375rem;left:19.625rem;width:16.1875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LShoChtlpfH6SPRtywBrmg43VMILBxqD { top:29.0625rem;left:20.3125rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7niQyg0vUUhdryHoyFckE89VsTKTTli { top:27.1875rem;left:21.6875rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0eK2zAqvm8S55AOTpuPFH4FO3LRoQig { top:9.8125rem;left:19.4375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQQlaFbLl9VKmd8g4ax1sSPuG05kkWd { top:32.375rem;left:31.5625rem;width:16.1875rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CTTDigiZ0o9TUgmF5EaBGhTOt8cBgh { top:29.0625rem;left:32.25rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B57XDb0FRydDOC5aOS4nvpxLycOkRgxZ { top:27.1875rem;left:33.625rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqk2wpJONkhfSnXVT02hvqA1hfGWt8Gv { top:9.8125rem;left:31.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb { display:block; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPgbXJyNQ8GKmR9zSQ5sgBalTKu1MCIH { top:22.5625rem;left:0rem;width:16.1875rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDris2T4LtygI4fQMz5whiBvhX7LTuvM { top:19.25rem;left:0.375rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaGBbgVNEoIJ19QKpBc7nAMfAcF7tNEZ { top:17.375rem;left:1.75rem;width:14.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfxPwxTPrqtve6y2DWRdaLhI2igBb2i { top:0rem;left:0rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNE68Aa5SmssCwgRIq2DPyf9HHwLKiX0 { top:22.5625rem;left:15.5625rem;width:16.1875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qEwdRfQfIRLVeDUWZM5x0CmTCPeD0z { top:19.25rem;left:16.0625rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2h13Tfyk9ivlKPMaSl6ldyToVNSzrV1 { top:17.375rem;left:16.75rem;width:14.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6aQb6OCBD0uW71wwUiIO4V9ilTlEnR { top:0rem;left:15.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDE6GZLPy9ldIOVarWWmMWLCK8y9Wvxu { top:21.3125rem;left:31.4375rem;width:16.1875rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yWADyiVF7NJyI5lkDSKSHfwTZC9niQ { top:19.25rem;left:31.75rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIHGUGFo1U2xVtOUFdb4KWuMXnoXz3ny { top:17.375rem;left:31.75rem;width:14.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxflCtCpyxnwdLuVERSb2lxNTSKz1dMp { top:0rem;left:31.25rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr { display:block; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRsQvB7WLTnEq5IEVsmMr169oEAomgOJ { top:6.9375rem;left:12.375rem;width:35.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3vrpETRVin84TScueplg453bzK90Wd { top:4.9375rem;left:0rem;width:36.125rem;height:51.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmITX2F99cDy3IHys9qZ2CBTJzwLGFU { top:4.875rem;left:23.875rem;width:16.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNizcq19ctsPn7GCLRBB1uCOrzWh6WtE { top:12.5rem;left:19.8125rem;width:27.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1PqMH1x7BV2XdTcTKnsdG77aT9tlQSP { top:12.5rem;left:23.875rem;width:1.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKuoWbyhRtxP2cBGO4sNTT8J5mp22CE { top:14.3125rem;left:15.75rem;width:32rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtVoOuXPqPy2zttgZI3fmIcWgUiRhUwD { top:20.5625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg4vtcPKPkR1kXXQOSIHL8fG5aNQNVqG { top:24rem;left:18.375rem;width:29.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ1PdgrJkTKIAuqwTH0MBduT8zOb4WqN { top:22.1875rem;left:18.625rem;width:29.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixpkI1wLS3R9bgWyZZVKKKUSUkfmFySa { top:22.1875rem;left:23.875rem;width:1.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S79OMf7fGGVbsqems3cI5bC5eKWEmuyL { top:39.375rem;left:15.625rem;width:32.125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQLe2pmSee69dmyEzMQb0CDhoFqBtZ02 { top:37.5625rem;left:18.625rem;width:29.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5S6mzgVHV1k2OrUnIV1VxKO7MPVlTL { top:37.5625rem;left:23.875rem;width:1.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ3AODeN8Kb8ETnbTLdt48I3mgiVkcH { top:35.9375rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxe8zvGJIaG0M6n736Adzovc6C8uv5Gg { top:50.5rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UodxSZTDQBn79l2VssByeEoMdBgMMB { top:52rem;left:12.375rem;width:35.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbZV5PowMTS8Fg90heETFtPVlAgGtQm { top:55.3125rem;left:12.375rem;width:35.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN7Jqql0wxroFQAra18Fospae7JULGib { display:block; }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7P30iBbCuoRkCvvAvyFKqzw4oSPFexC { top:6.875rem;left:0rem;width:27.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbEumhLBTZnznqfMTHv5O0hXpFPow4Tf { top:5.125rem;left:0rem;width:16.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGgWvgzFX6P1IXSMTGG8fKtsOJTaVxK2 { top:13.625rem;left:0rem;width:33.625rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok29Su4X0BHJrEaXsO6nPbCQT87d6zbb { top:20.5625rem;left:0rem;width:32.8125rem;height:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM6clNdqQNu9QIXWLkKW1gfWS7abV3R0 { top:5.125rem;left:12.5625rem;width:35.1875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOVyMkNVDenT29IThZRShJBopiX560S6 { top:33.4375rem;left:0rem;width:32.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hITIyBd9uUUx6PDqxK1qWs752tzQDX { top:36.3125rem;left:0rem;width:33.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSQEMJ8zw0w75yeXQNgOA4QJyzgB8EMS { top:32.875rem;left:0rem;width:34.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO9KfnCsipoxymDIJMShT2T9lHGxviHX { display:block; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geMHuBtNIUHZdM47KNeq7dzNPKFPvkTR { width:19.125rem;height:12.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeC8fGQXJFUlOylXGmw7K20rFz803db0 { width:19.125rem;height:12.625rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cezdpDXT6h0whDAqlC1yS3EwDqte6K5O { width:19rem;height:12.5rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvCmkVe7ALDZ0uNW2ek8zPfcW3Klv3bi { width:19.125rem;height:12.625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaE6rPlInc5JudKuFULdGJQlwrzQdgG { width:19.125rem;height:12.625rem;top:24.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxqnLEIqh0cumiySFfQh0EBIEZi5uFqG { width:19.125rem;height:12.625rem;top:24.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os8TcxKxPpbXH8ErEyz959GkouPTDsmn { top:3.5rem;left:15.875rem;width:16.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyz6MzdqylZgFVeEDPsvBH0zt0Tpv7gH { top:5.1875rem;left:0.8125rem;width:46.125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ { display:block; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xk9oPeJ8VtTH4odyZ26SVlgE40QfuUzO { top:1rem;left:0rem;width:46.125rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWBe8F0C01FlvyU1qNEaUMnrNT6X1z9 { top:7.375rem;left:0rem;width:18.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLGRLh9v4uUvsNQmtqluUlwfkbWKziPC { top:7.5rem;left:7.75rem;width:24rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R13F8yZGLLPZoZf6X0kx2IAnaBo1kOTa { top:6.0625rem;left:31.875rem;width:15.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiRp6c0ITdXCXEkcvGvctzIqTtVu68kW { width:17.5rem;height:1.5rem;top:5.9375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 { display:block; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Favvp1ib10zV0UwdAegzfFwbSXTmUgQ2 { width:19.375rem;height:37.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey7giJazOeB9Qf54ov2lupLdrorMZvb1 { width:17.5rem;height:4.375rem;top:14.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsH0lPBZTpQnLsruB59pz77azv1HqwMt { width:17.5rem;height:1.5rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnHezDI2OumkEeTgKaFTE8ZWTZtwVZh { width:17.5rem;height:6rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVqN2TbtSKSBQKd32b0AUXL8vGTvrEXD { width:10.125rem;height:3.375rem;top:44.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTao2CZrE40ibArvF37VtoiV1IZLbKMi { display:block; }
 }@media only screen and (max-width: 763px) { #dzrnT1I1Z2C1xt7dB134dx5wvNOoVKcr { width:20rem;height:40.9375rem;top:12.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPiT600iBMkeH6nAWW3kTaEaP9B4bF8w { width:10.125rem;height:3.375rem;top:46.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWfnuibASFJBUGqmtvy0LqKZM7SX1I30 { display:block; }
 }@media only screen and (max-width: 763px) { #CxIct1Vq6m2Ltsbc21rRV6oU3EMuJhOI { width:17.5rem;height:9rem;top:22.4375rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFOzsxuyeqZvoQmlHsgZ3RltQAwdlXu { width:17.5rem;height:1.5rem;top:19.8125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRA49KWUkqxk4pe3sBwoh1uPxUkLgPy { width:17.5rem;height:4.375rem;top:14.375rem;left:30.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsH5nxCx5Tmlbp5wneyiitaQ2JdTbBeW { top:5.25rem;left:15.6875rem;width:16.0625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHgBvGaPBey4bgTqSnTryTg1XfsR3aTP { top:6.9375rem;left:0rem;width:46.125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liLnyTdc45AaUQzHnNW2r2PUpfWvaMBU { top:35.125rem;left:31.75rem;width:11.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azq2T3OQ2cbfMU0T6r1gfAhHtEAKggae { width:17.5rem;height:2.375rem;top:32.1875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtV7OBQTZGeM1d8aqQ3tFW0whpDgCo2f { width:17.5rem;height:2.375rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbKXKn1C3VoH9hOEWg6a0F86zzR6NkF { top:33.125rem;left:5.4375rem;width:10.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgMlsBkTmZAIrN1TF56qIQHrOZqaUydc { width:19.375rem;height:37.75rem;top:12.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Dt0GN90E8w42ArUafPAL3SzozqyiIJ { width:17.5rem;height:4.375rem;top:14.4375rem;left:14.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3J3XmDBLlmTv79R7TPwIb7XscO7iCl { width:17.5rem;height:4.5rem;top:19.8125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWp4zsIRxm8JFSHmr4ysIrqQWnJ1T4MT { width:17.5rem;height:10.5rem;top:23.875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4O0pz2VrE6M47U4dSs1BlSsBKksR6T { width:10.125rem;height:3.375rem;top:45rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQOPAeS6yuQmNicUf5TuxHOXyBDt2gKJ { display:block; }
 }@media only screen and (max-width: 763px) { #OE0uBnACmT3nr1BLUp9V3zJpaat8XrdG { top:34.4375rem;left:18.4375rem;width:9.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUXEom2m7zHUfoTf7G6ctG5RHQHtNob { top:51.4375rem;left:11.75rem;width:20rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q { display:block; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FadBncAPiChWrfGJGTIHIePuCTXIdMup { width:4.5rem;height:1.375rem;top:2.4375rem;left:41.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq7IvDyJ2WO4e3Dnc2ZhLr3sJZRr0zki { width:7.9375rem;height:3.4375rem;top:1.375rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqsPV7AQB87eRd7LdfbvPscTx2DVThLV { display:block; }
 }@media only screen and (max-width: 763px) { #pqi9hBcuMhwr2RKOQ0nC0dSbPKFErzBL { top:0.875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO7teaGALc4WuXnTts7g6rVkWJDN5yvW { width:10.125rem;height:3.4375rem;top:1.375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZuzPND0NREDMK5zZ7cC424twgsy48V { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0OwNUVWFHS6JUEiqXkaSNvPkaNMCiGz { width:4.3125rem;height:4.3125rem;top:0.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsi3ulA7yyCkVmLq0Cyc6ATSfNGXmdyU { width:20rem;height:6.75rem;top:6.134765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4JyXyEAcvumlSU62X65vhM3qiEQmsPC { width:19.0625rem;height:10.234875rem;top:13.50341796875rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZqbknQAF2b4LgCKTl0aUZ5Z1EQLiib { width:20rem;height:16.5rem;top:46.32177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0v6OPLhxp6sdgRK3HM38IameNoy2gal { width:15.3125rem;height:3.4375rem;top:30.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95ZUUKcTcrqPRz9dymXxPIUXDVir72g { display:block; }
 }@media only screen and (max-width: 763px) { #QwBH09LPdfJQbteTVT40vfDxw2KDA6Qo { width:8.4375rem;height:1.13720625rem;top:27.375rem;left:6.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#W21vWytyu56xeZZscEOSvJrBR1kiOC95 { display:flex;width:18rem;height:5.0625rem;top:38.9375rem;left:0.2880859375rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #sSMcGzllcN3B4ZmhIpRvplHmtiCM40PA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #sQ6Uee6FeiMmcbJEnGixb1fo0TnhkJ9t {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #irbFAkpBTFRUdlPWnenXkhreQFtvf7Gf {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #lubFnZv9dJVAhTPbSgLdESg8MmVD3iTH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #bXgv3IRn9CNgDgMZOna6dFlAThQDL74q {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #qegbWU1aroabf2UWb2SNWyxQRwPKT0tX {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #D3ub7zEAcQJXg9ee9srs8ZlTJ1sgAlns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #MTNwlrdpIMyl3ZzU1a6bhiDTl1EFdt64 {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #cfiNCVXhWFiw7B9ytilb9iEltMRVix7W {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #npJxZlTN9Ir0HZRdgoz8BG8tQTk0ngrB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #TxBTOkQIlA01BGQhqiGielG1wVPWhxqI {  }
 }@media only screen and (max-width: 763px) { #W21vWytyu56xeZZscEOSvJrBR1kiOC95 #eDxX9MDTWxc0XimdzR69TJ1NVg9tgBcH {  }
 }@media only screen and (max-width: 763px) { #JiJzWQ5agafwSeRF2rBd4x0WueVmWByM { width:1.8125rem;height:1.8125rem;top:27.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0JTaWHHyRgI415URu2KA00IBFPhZza1 { display:flex;width:1rem;height:1rem;top:27.4375rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #cP8RGerOMUQPTG2ZZu1IGZDbKqwDvON4 { width:1.8125rem;height:1.8125rem;top:24.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZWThy512OqpoiCTIQxiq1gMTwqBIHsS { width:15rem;height:1.13720625rem;top:25rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWi2vVMR2DFbzs6Fg9THm5RG1LRmksO { display:flex;width:1rem;height:1rem;top:25.0625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #MpkcGo4bETISLHf6bONLdcA0JreAtgbq { width:15.25rem;height:3.375rem;top:34.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHDV9TiElh6Ea7vmd3RhXM4d9bWnypi { display:block; }
 }@media only screen and (max-width: 763px) { #F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw { display:block; }#F3CxhmSCQJ9GI3UvJA7ZMFDVFoM5iGBw > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iF8gs0i5eCDQGRq5W3S5DABP5vxToQen { width:16.0625rem;height:1.125rem;top:7.375rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z25QDV0rFclLJbXS9cE437prS6OGBz7S { width:19.4375rem;height:13.6479375rem;top:9.125rem;left:0.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfQCcbvfc1zpVoHmdmeVRhDC3nrMgd3p { width:19.5rem;height:12.8125rem;top:24.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiCGXPIeWglHIIXbsMsen5TqJQGCGDQi { width:18rem;height:1.3496125rem;top:30.125rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqGbO3S9p41HPtILQyDrH4U3NEP10gUA { width:16.8125rem;height:3.41161875rem;top:32.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRgNNp5M7CFfTNxi3b6nhXbxvDoaiG9t { display:flex;width:2.5rem;height:2.5rem;top:26.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #T4FSfJ6SBZ7c95HLDLJm2mdni6bqx0SA { width:19.5rem;height:13rem;top:38.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD3hSCxw7wZxkJRS5eGqlCG1MspeBDIO { width:16.8125rem;height:3.41161875rem;top:46.3125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATI22zwdfwNT2fm29creD86Hut9WHJFB { width:12.9375rem;height:1.3496125rem;top:44.3125rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVFZGVxgBhHtTL9eh9H7S7fC9vMABx8v { display:flex;width:2.5rem;height:2.5rem;top:40.375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #zRyu7bFwB7Ob34L2HC2CLc23a5kevaTx { width:19.5rem;height:12.8125rem;top:52.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3fTxUdVkTnBHPmw62uaUoKiDLXDWm80 { width:16.8125rem;height:3.41161875rem;top:60.25rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQXyXP752tVhpT2KwnIS0DxeCltVbLdw { width:14.75rem;height:1.3496125rem;top:58.125rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWoMxZL7HUIxb17elE1VxLStsqLnhR0L { display:flex;width:2.5rem;height:2.5rem;top:54.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #qfAf25DRb2byZ3hNHxbSHHQVM0auVycJ { width:19.5rem;height:12rem;top:66.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2UiqHnsqy40DBFgaa6BCUdxomiCHIWg { width:16.8125rem;height:2.2744125rem;top:74.5rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqMaEnEIWOp35M9cp6fXbVvOx6V65sbA { width:14.125rem;height:1.3496125rem;top:72.5625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgRzofn2cck5ehN6VE79GDWcwBAQhxcG { display:flex;width:2.5rem;height:2.5rem;top:68.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #F2ITBKPLIoyPpx5h27fMZ7AsL0EnFhZh { width:13.25rem;height:3.1875rem;top:2.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs { display:block; }#K5SD5Xo90KSfyDkhk3W9tXiolU2u3Fhs > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cteFs9TgmFQVZBNDrpXUJA6T8nE4c1aP { width:20rem;height:19.154929577465rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP52fP1k0VkSvQfazIibIBh1OABOPHe7 { width:20rem;height:3.8994125rem;top:26.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbUlGL8hbkLbwkH0M4JDtvuMvg5b5kcd { width:16.0625rem;height:2.25rem;top:23.6875rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJxStbswTRVmwtyS8sdHgXrEbMeVfl3M { width:20rem;height:21.60695625rem;top:31.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ { display:block; }#dshftzfSJ04hSXtC1t9FxOMpIKz8WvcQ > .row .container { width:20rem;height:144.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcHPdIdJPXhQUSCHmUgIRdFrVu65zl79 { width:16.0625rem;height:1.125rem;top:3.4375rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pD4iD2PLEfvqDfZqUos6aMDE9zPwDpvL { width:20rem;height:3.8994125rem;top:4.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqLn10WpOlNo6htUNeyQfi6kF2r61nlf { width:16.375rem;height:16.375rem;top:9.836425rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7By9B7SwFy0HN8rfy6UVFPJU5FvgygP { width:14.125rem;height:1.3496125rem;top:27.211425rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbUvBAJGLq2Zp6zITGV6NwMwPSLpTT8s { width:15.6875rem;height:2.5996125rem;top:29.12353515625rem;left:2.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxAoKwfWVuGQXyDJVViZ8RbunL7U5yPG { width:16.1875rem;height:12.50925rem;top:32.47314453125rem;left:1.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QC7nng3KOpmS09AuvhgJRa4WTvWfa4mm { width:16.1875rem;height:6.82325rem;top:70.1875rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6tWzghUBarJ0WopRCvho6tdbZL4sKkm { width:15.5rem;height:2.5996125rem;top:67rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVagA2X8pnOADbrsoNcqnp5mXDp3r5Im { width:14.125rem;height:1.3496125rem;top:65.125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFKFBlbgqOZ3coi3v3gFi9UPNr3bTA3a { width:16.375rem;height:16.375rem;top:47.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErLgp9PUhDVItIuDmusN1qC86H4TUHP7 { width:16.1875rem;height:7.9604375rem;top:102.3125rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LShoChtlpfH6SPRtywBrmg43VMILBxqD { width:15.5rem;height:2.5996125rem;top:98.875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7niQyg0vUUhdryHoyFckE89VsTKTTli { width:14.125rem;height:1.3496125rem;top:96.875rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0eK2zAqvm8S55AOTpuPFH4FO3LRoQig { width:16.375rem;height:16.375rem;top:79.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQQlaFbLl9VKmd8g4ax1sSPuG05kkWd { width:16.1875rem;height:7.9604375rem;top:135.375rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3CTTDigiZ0o9TUgmF5EaBGhTOt8cBgh { width:15.5rem;height:2.5996125rem;top:132.125rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B57XDb0FRydDOC5aOS4nvpxLycOkRgxZ { width:14.125rem;height:1.3496125rem;top:130.125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqk2wpJONkhfSnXVT02hvqA1hfGWt8Gv { width:16.375rem;height:16.375rem;top:112.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb { display:block; }#p0zw4oNTyK9gvw3GmkEyxU6KzazJmZvb > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPgbXJyNQ8GKmR9zSQ5sgBalTKu1MCIH { width:16.1875rem;height:7.9604375rem;top:24.07421875rem;left:1.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDris2T4LtygI4fQMz5whiBvhX7LTuvM { width:15.5rem;height:2.5996125rem;top:20.849609375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaGBbgVNEoIJ19QKpBc7nAMfAcF7tNEZ { width:14.125rem;height:1.3496125rem;top:18.875rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmfxPwxTPrqtve6y2DWRdaLhI2igBb2i { width:16.375rem;height:16.375rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNE68Aa5SmssCwgRIq2DPyf9HHwLKiX0 { width:16.1875rem;height:6.82325rem;top:57.35791015625rem;left:1.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5qEwdRfQfIRLVeDUWZM5x0CmTCPeD0z { width:15.5rem;height:2.5996125rem;top:54.13330078125rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2h13Tfyk9ivlKPMaSl6ldyToVNSzrV1 { width:14.125rem;height:1.3496125rem;top:52.1591625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6aQb6OCBD0uW71wwUiIO4V9ilTlEnR { width:16.375rem;height:16.375rem;top:34.5341625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDE6GZLPy9ldIOVarWWmMWLCK8y9Wvxu { width:16.1875rem;height:10.234875rem;top:89.5rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0yWADyiVF7NJyI5lkDSKSHfwTZC9niQ { width:15.5rem;height:1.29980625rem;top:86.25rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIHGUGFo1U2xVtOUFdb4KWuMXnoXz3ny { width:14.125rem;height:1.3496125rem;top:84.3125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxflCtCpyxnwdLuVERSb2lxNTSKz1dMp { width:16.375rem;height:16.375rem;top:66.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr { display:block; }#Jx6p2dgAFkScLMbeBmSIPyzNrAHxtQkr > .row .container { width:20rem;height:111.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRsQvB7WLTnEq5IEVsmMr169oEAomgOJ { width:20rem;height:7.7988125rem;top:33.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO3vrpETRVin84TScueplg453bzK90Wd { width:18.625rem;height:26.625rem;top:2.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmITX2F99cDy3IHys9qZ2CBTJzwLGFU { width:16.0625rem;height:1.125rem;top:31.6875rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNizcq19ctsPn7GCLRBB1uCOrzWh6WtE { width:18.4375rem;height:1.3496125rem;top:45.9375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1PqMH1x7BV2XdTcTKnsdG77aT9tlQSP { width:1.875rem;height:1.79980625rem;top:43.375rem;left:9.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czKuoWbyhRtxP2cBGO4sNTT8J5mp22CE { width:20rem;height:6.8232375rem;top:48.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtVoOuXPqPy2zttgZI3fmIcWgUiRhUwD { width:20rem;height:0.1875rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg4vtcPKPkR1kXXQOSIHL8fG5aNQNVqG { width:20rem;height:11.3720625rem;top:64.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZ1PdgrJkTKIAuqwTH0MBduT8zOb4WqN { width:20rem;height:1.3496125rem;top:61.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixpkI1wLS3R9bgWyZZVKKKUSUkfmFySa { width:1.875rem;height:1.79980625rem;top:59.25rem;left:9.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S79OMf7fGGVbsqems3cI5bC5eKWEmuyL { width:20rem;height:10.23485625rem;top:85.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQLe2pmSee69dmyEzMQb0CDhoFqBtZ02 { width:20rem;height:1.3496125rem;top:82.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5S6mzgVHV1k2OrUnIV1VxKO7MPVlTL { width:1.875rem;height:1.79980625rem;top:79.9375rem;left:9.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ3AODeN8Kb8ETnbTLdt48I3mgiVkcH { width:20rem;height:0.1875rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxe8zvGJIaG0M6n736Adzovc6C8uv5Gg { width:20rem;height:0.1875rem;top:96.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UodxSZTDQBn79l2VssByeEoMdBgMMB { width:20rem;height:4.548825rem;top:98.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDbZV5PowMTS8Fg90heETFtPVlAgGtQm { width:20rem;height:3.41161875rem;top:104rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN7Jqql0wxroFQAra18Fospae7JULGib { display:block; }#iN7Jqql0wxroFQAra18Fospae7JULGib > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7P30iBbCuoRkCvvAvyFKqzw4oSPFexC { width:20rem;height:3.8994125rem;top:4.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbEumhLBTZnznqfMTHv5O0hXpFPow4Tf { width:16.0625rem;height:1.125rem;top:3.1875rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGgWvgzFX6P1IXSMTGG8fKtsOJTaVxK2 { width:20rem;height:7.9604375rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ok29Su4X0BHJrEaXsO6nPbCQT87d6zbb { width:19.125rem;height:16.09765rem;top:18.90234375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NM6clNdqQNu9QIXWLkKW1gfWS7abV3R0 { width:20rem;height:26.875rem;top:48.82373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOVyMkNVDenT29IThZRShJBopiX560S6 { width:20rem;height:2.01220625rem;top:37.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7hITIyBd9uUUx6PDqxK1qWs752tzQDX { width:20rem;height:5.68603125rem;top:39.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSQEMJ8zw0w75yeXQNgOA4QJyzgB8EMS { width:20rem;height:10.4375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO9KfnCsipoxymDIJMShT2T9lHGxviHX { display:block; }#DO9KfnCsipoxymDIJMShT2T9lHGxviHX > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geMHuBtNIUHZdM47KNeq7dzNPKFPvkTR { width:19.125rem;height:12.625rem;top:7.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeC8fGQXJFUlOylXGmw7K20rFz803db0 { width:19.125rem;height:12.625rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cezdpDXT6h0whDAqlC1yS3EwDqte6K5O { width:19rem;height:12.5rem;top:34.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvCmkVe7ALDZ0uNW2ek8zPfcW3Klv3bi { width:19.125rem;height:12.625rem;top:48.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaE6rPlInc5JudKuFULdGJQlwrzQdgG { width:19.125rem;height:12.625rem;top:62.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxqnLEIqh0cumiySFfQh0EBIEZi5uFqG { width:19.125rem;height:12.625rem;top:76.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os8TcxKxPpbXH8ErEyz959GkouPTDsmn { width:16.0625rem;height:1.125rem;top:2.125rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kyz6MzdqylZgFVeEDPsvBH0zt0Tpv7gH { width:20rem;height:1.94970625rem;top:3.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ { display:block; }#uZNWwcmoxmbg4a5QNRhwhGmE9tiNe4QZ > .row .container { width:20rem;height:26.29296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xk9oPeJ8VtTH4odyZ26SVlgE40QfuUzO { width:20rem;height:1.94970625rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrWBe8F0C01FlvyU1qNEaUMnrNT6X1z9 { width:13.125rem;height:3.5rem;top:4.88671875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLGRLh9v4uUvsNQmtqluUlwfkbWKziPC { width:15.75rem;height:3rem;top:10.833984375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R13F8yZGLLPZoZf6X0kx2IAnaBo1kOTa { width:12.625rem;height:6rem;top:16.29296875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiRp6c0ITdXCXEkcvGvctzIqTtVu68kW { width:17.5rem;height:0;top:23.54296875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 { display:block; }#uo5cfW3gKOxhZvyXiBO0VNUN0lF2uUm0 > .row .container { width:20rem;height:138.1543125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Favvp1ib10zV0UwdAegzfFwbSXTmUgQ2 { width:20rem;height:37.5rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey7giJazOeB9Qf54ov2lupLdrorMZvb1 { width:17.5rem;height:2.625rem;top:12.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsH0lPBZTpQnLsruB59pz77azv1HqwMt { width:17.5rem;height:1rem;top:16rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRnHezDI2OumkEeTgKaFTE8ZWTZtwVZh { width:17.5rem;height:6rem;top:18.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVqN2TbtSKSBQKd32b0AUXL8vGTvrEXD { width:10.125rem;height:3.375rem;top:41.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTao2CZrE40ibArvF37VtoiV1IZLbKMi { display:block; }
 }@media only screen and (max-width: 763px) { #dzrnT1I1Z2C1xt7dB134dx5wvNOoVKcr { width:20rem;height:41.125rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPiT600iBMkeH6nAWW3kTaEaP9B4bF8w { width:10.125rem;height:3.375rem;top:83.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWfnuibASFJBUGqmtvy0LqKZM7SX1I30 { display:block; }
 }@media only screen and (max-width: 763px) { #CxIct1Vq6m2Ltsbc21rRV6oU3EMuJhOI { width:17.5rem;height:9rem;top:57.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdFOzsxuyeqZvoQmlHsgZ3RltQAwdlXu { width:17.5rem;height:1rem;top:55.0625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqRA49KWUkqxk4pe3sBwoh1uPxUkLgPy { width:17.5rem;height:2.625rem;top:51.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsH5nxCx5Tmlbp5wneyiitaQ2JdTbBeW { width:16.0625rem;height:1.125rem;top:4.02392578125rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHgBvGaPBey4bgTqSnTryTg1XfsR3aTP { width:20rem;height:1.94970625rem;top:5.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liLnyTdc45AaUQzHnNW2r2PUpfWvaMBU { width:11.625rem;height:10.9375rem;top:71.38623046875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azq2T3OQ2cbfMU0T6r1gfAhHtEAKggae { width:17.5rem;height:2.3994125rem;top:68.9873046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtV7OBQTZGeM1d8aqQ3tFW0whpDgCo2f { width:17.5rem;height:2.3994125rem;top:26.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbKXKn1C3VoH9hOEWg6a0F86zzR6NkF { width:10.4375rem;height:10.5625rem;top:28.96142578125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgMlsBkTmZAIrN1TF56qIQHrOZqaUydc { width:19.375rem;height:37.75rem;top:91rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Dt0GN90E8w42ArUafPAL3SzozqyiIJ { width:17.5rem;height:0;top:93.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3J3XmDBLlmTv79R7TPwIb7XscO7iCl { width:17.5rem;height:0;top:98.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWp4zsIRxm8JFSHmr4ysIrqQWnJ1T4MT { width:17.5rem;height:0;top:102.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4O0pz2VrE6M47U4dSs1BlSsBKksR6T { width:10.125rem;height:3.375rem;top:123.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQOPAeS6yuQmNicUf5TuxHOXyBDt2gKJ { display:block; }
 }@media only screen and (max-width: 763px) { #OE0uBnACmT3nr1BLUp9V3zJpaat8XrdG { width:9.375rem;height:10.5625rem;top:113.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUXEom2m7zHUfoTf7G6ctG5RHQHtNob { width:20rem;height:0;top:130rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q { display:block; }#vtqDJmHBbEFUtL2NHFTreuOkeMhaxz6Q > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FadBncAPiChWrfGJGTIHIePuCTXIdMup { width:4.5rem;height:1.29980625rem;top:4.8125rem;left:4.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kq7IvDyJ2WO4e3Dnc2ZhLr3sJZRr0zki { width:6.8125rem;height:3.4375rem;top:7.25rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqsPV7AQB87eRd7LdfbvPscTx2DVThLV { display:block; }
 }@media only screen and (max-width: 763px) { #pqi9hBcuMhwr2RKOQ0nC0dSbPKFErzBL { width:3.5625rem;height:3.625rem;top:2.5498046875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO7teaGALc4WuXnTts7g6rVkWJDN5yvW { width:10.125rem;height:3.4375rem;top:7.25rem;left:8.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkZuzPND0NREDMK5zZ7cC424twgsy48V { display:block; }
 }