.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:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--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); }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container { background-color: transparent; background-image: none; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container > .video-iframe-container { display: none; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row > .video-iframe-container { display: none; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .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); }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container { border-width: 0; border-radius: 0; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#uTNhqITBZSTZThv5CsxMAKc752Q9Vq1S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#BhTgdPGCet1KsO83OcoNTg8Mv353SsbK { position:absolute;display:block;z-index:15002;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:3.937325rem;width:8.3744375rem;top:0.1875rem;left:5.7182159423828rem;overflow:hidden;display:block; }
#FdMAt4MAHpgcFadItApQbaM1nHOravgx { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx.adaptive-delivery-prevent-bg, #FdMAt4MAHpgcFadItApQbaM1nHOravgx.lazyload, #FdMAt4MAHpgcFadItApQbaM1nHOravgx.lazyloading { background-image: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { background-color: transparent; background-image: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container > .video-iframe-container { display: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container { display: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .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); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { border-width: 0; border-radius: 0; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ETHbgVgoM19VslpBqRdqOO4BMBpRhOoq { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cfpacVusSOkXsOoRcXHplW0UvppNaavJ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#vuoAQexl6yHLq1LARgIEmQVvvThIKpJB { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:11.6875rem;left:66.46875rem;display:block; }
#K2RPiERKlKZpiidGS82MhbJTMg4fqn4b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJn9yDMZtAaTvBQg7crT5vZ8JQIaJXxK { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.6875rem;left:69.15625rem;display:block; }
#G0Ar7qWZmiGpHz0EiUKG4TlEAFNIxXqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ay6F9PCocK2DHLNSll0JdEWu13zQ3tKr { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.6875rem;left:71.84375rem;display:block; }
#sContkqCk8K5rVk8ErLt7O8IgifzeUtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 { position:relative;display:block; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 { background-color: transparent; background-image: none; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .row .container > .video-iframe-container { display: none; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .row > .video-iframe-container { display: none; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .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); }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 { border-width: 0; border-radius: 0; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .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; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .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:27.875rem;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; }#kDvw6hJcnPZn1QmGPU76xgbHKfJ81Kya { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.375rem;left:0rem;height:10.799875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZGpsLVQslkxxzM1LioJsQwLDyMVW8gIt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.5rem;left:0rem;display:block; }
#DhyOxF0Wee2Sx14ZZhZVrBP9PRfe3itq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcezgvRVDOpbBLKTexCBEVDDkCWBoHZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:10.8125rem;left:0rem;height:4.19744375rem;font-style:normal;display:block; }
#aaXIQRoZ7CtalSOGEp1mhRgEQaxwicxG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:31.1875rem;top:4rem;left:40.65625rem;overflow:hidden;display:block; }
#Rp9SRQ6Mcm5r7T8h8MfdDVukUVzUp6RL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.125rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#auKskbI5x4sQNnGQrUD4xoePq8AxO49M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container { background-color: transparent; background-image: none; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container > .video-iframe-container { display: none; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row > .video-iframe-container { display: none; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .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); }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container { border-width: 0; border-radius: 0; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#umcoa6smcXTTfNh9rFTfSks7FgQkWKpS { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.3125rem;left:12.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIzdVFGMUM2xuRemaXlBwli3iQKTiSNn { color:rgba(var(--color-tertiary-4),1);display:block;width:51.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9362568855288rem;left:11.53053855896rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udim0nEdzcZ2WFUnAl4c47SVih2boz5B { box-sizing:content-box;height:16.6875rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937145233154rem;left:11.998401641846rem;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; }
#Owr35bRrhxVTZOcJ76Dy3mwmNQuJWZCW { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:21.937145233154rem;left:13.498756408691rem;display:block; }
#prROwzhto98MXcM4XkTM1zTnOQRyOmWb { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.0625rem;left:13.5rem;height:2.79829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9PweT2tnfxCiWafXFZ14Fq7a4F29qnA { color:rgba(var(--color-secondary-0),1);display:block;width:4.249825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:13.4375rem;left:13.5rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gv6kQpDs2Dxf49VHi4amIyvXsX1Nhogi { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:23.3125rem;left:27.6875rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EqKT7GFWBix6F9iilMALtyfFuUmdCQC0 { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:25.1875rem;left:27.3125rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LsnUyfofTPhepf8fhHVaemN3hFSZvuz1 { color:rgba(var(--color-secondary-0),1);display:block;width:9.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:25.25rem;left:13.5rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeoOpSSAuUATPmg1LqrsNsIaBToxHPrW { color:rgba(var(--color-secondary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:23.3125rem;left:13.5rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hwkd3PxLTVzRJBrhDwEiGeqcLQFJH84X { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.74964375rem;top:13.5625rem;left:28.8125rem;overflow:hidden;display:block; }
#aGN9NA2KMqA1PUnDRJaTko3DuN42uI7W { 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:1.5625rem;width:4.74875625rem;top:13.5625rem;left:52rem;overflow:hidden;display:block; }
#dDdtERyd3COlNqCooSZ5AXIipL86CISn { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:13.4375rem;left:41.4375rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qUrcUMxUlOLmRJqJ1mbqCHB4EDFMb7cx { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:16.686790119857rem;left:41.436433792114rem;height:4.19744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vksp1vubgGL9FykfbroFXvpTB6Kkv0TM { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:21.937145233154rem;left:41.436433792114rem;display:block; }
#PTezeaGuUENk33QLvDxBepZRx9qkGZCn { color:rgba(var(--color-secondary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:23.3125rem;left:41.4375rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSCLyC9DKUqp17vH0ZqtwIciQRcxgCEK { color:rgba(var(--color-secondary-0),1);display:block;width:9.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:25.25rem;left:41.4375rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKQzOci8Bgi4EWDfTLMDTSKtk7J8b1HT { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:23.3125rem;left:55.5625rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#guCTGa6rlC7Zog8HQPQg34sJo3ewC5ld { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:25.1875rem;left:55.1875rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QdmqZSsLHfODZpyImd1T2LBip4C4kfto { box-sizing:content-box;height:16.6875rem;width:23.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:39.87481880188rem;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; }
#VGsi7BE6TfVa9vltlHL4KmWVxQ16MabQ { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.624825rem;top:13.5rem;left:57.8125rem;overflow:hidden;display:block; }
#lnZsy8knlhm8yA2QKUmHOyFXudaN6uQC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.198176125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.3125rem;left:28.875rem;display:block; }
#mr0oHFfgUkd2S8O2SupRkNdm2ItL95iG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJVMFQr4fSh1aQ6D3POVia8Z0ZPx5G5a { color:rgba(var(--color-tertiary-4),1);display:block;width:47.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:34.125rem;left:13.75rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o { 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; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container { background-color: transparent; background-image: none; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container > .video-iframe-container { display: none; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row > .video-iframe-container { display: none; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .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); }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container { border-width: 0; border-radius: 0; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#xryeVfRVZUqF9TV9rJCyD2JvUDaNBnA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7749996185302rem;left:19.46875rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rC51VO5T707Or2AGf8ElhkTHGplGwBcd { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtRN4zN3Lvbz4RgmHHo5PTNC5nltKXhJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#MXC9Q7FXTZnSFZ0vuTiI4mh8ghJu4kQb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#TAff4eJ7a2vaquQ7xedJ5UsuMRzOMwlT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#AkT5o43SsiytEHW9myewNESCIKN3zsFN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#FOZPl4S2eswBrUtuUXMwC71nOLhFXtrX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou { position:relative;display:block; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou { background-color: transparent; background-image: none; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row .container > .video-iframe-container { display: none; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row > .video-iframe-container { display: none; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .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); }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou { border-width: 0; border-radius: 0; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .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; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#EQEUb0enVtgpK8B963OrM7zwUbNWq0yS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.375rem;left:40.500002384186rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UWbz0GlP059fa7fnqLTqOzFi66r8yxqh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:40.500002384186rem;display:block; }
#xNBSZ2Og47E79gVPlRW4ROVJOO5dbJ45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDT06FX47b5cQ1qpRzGOJRZ5s41bu5km { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.75rem;left:40.500002384186rem;height:2.79829375rem;font-style:normal;display:block; }
#C2eMVOJnODxw9xB3ZbMHVdTSw6n6BKBb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:33.75rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#TVmU7IHpIyubQ85P31lvlWd6aKxy2CaH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.875rem;left:40.500002384186rem;height:4.19744375rem;font-style:normal;display:block; }
#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container { background-color: transparent; background-image: none; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container > .video-iframe-container { display: none; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row > .video-iframe-container { display: none; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .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); }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container { border-width: 0; border-radius: 0; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#i2zZ5zywrFgG3myHbMWIufOqKrxKL1FG { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hDaLqyvlOzD21gX7SlBz0op6KV4ud1dx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SwetcW90bJnUlBTXs7rZOKOtDV4GfOKH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#LAlKK9wzce1bc2COdZi3Vi3uUckC6MWp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#mXHorwolKQ19BRHUUOGpodzVPs7B0K9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHaapLsmAlThrefwLrTEgTDDyyEnH5qe { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#hyxEusu5dVovvFFEt60uBRyXSUvhMm4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6NKzM7ocmLywnqbbU8nTKtkuweSe6HU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT { position:relative;display:block; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT { background-color: transparent; background-image: none; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .row .container > .video-iframe-container { display: none; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .row > .video-iframe-container { display: none; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .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); }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT { border-width: 0; border-radius: 0; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .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; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .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:38.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; }#kv1nFi3iZNkd84LyT1CtmNTkE8DCEfBv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:10.799875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IUfNIGC7hRTEC3IepHrEvl6y8mUMKZsg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.5rem;left:0rem;display:block; }
#f4i8vGnOlVHUTy6tsedDaOIZHK4SC3p8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kChD79r5Z4ymB7yPNG60KNR5HgEaTvXw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:19.75rem;left:3rem;height:1.3994125rem;font-style:normal;display:block; }
#TLKvb0CMlyRrpP2D7mrEBBaizd4JvklS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:42.25rem;top:6.28125rem;left:32.75rem;overflow:hidden;display:block; }
#lrLG6e2RQn6MVCMPs9z1W58OA2dNZu3C { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.0625rem;left:0rem;height:1.57421875rem;font-style:normal;display:block; }
#LW6V41kq1n8JiQU4S9dMJrWRHJnwacIn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.4375rem;left:0rem;overflow:hidden;display:block; }
#A3k6uL7JnckIL0K0PLQd6d1se37NT4eo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#UueRTKdcIZLFa0A2F0BwvUOZv0y1FLig { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.25rem;left:0rem;overflow:hidden;display:block; }
#FJngvpFRyBWOLHqDJFMn7FUzvprAu5L1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.5625rem;left:3rem;height:1.3994125rem;font-style:normal;display:block; }
#p33438HztnqTTi8IdxoENO7JUdQCdk61 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#QHncLTHynEENrK6k4hC3Wp4TqxRzRB5J { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs { 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; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container { background-color: transparent; background-image: none; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container > .video-iframe-container { display: none; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row > .video-iframe-container { display: none; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .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); }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container { border-width: 0; border-radius: 0; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#Zy6NcHT4TeisiD9LT4NfQNHnhA0zxQsH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:1.8125rem;left:38.625rem;height:10.799875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S0oOQVTb2cTl5k5nsQEnkDOJ2LOhgTFM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.125rem;left:40.9375rem;height:1.4rem;font-style:normal;display:block; }
#yQTaCBAFDAZf83H6T51SLMqiZIiO2pTq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:36.8125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#O4Enubmbt6T42CBen6bGsQXCWtsGXvlH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.0625rem;left:40.9375rem;height:1.4rem;font-style:normal;display:block; }
#PoFvwN5O5Oanlnh7yHmJ8KEZQZviO9Hh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#sHT9rcmmsU6HbpkXxxt9JSdt7Gq8uscf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.0625rem;left:40.9375rem;height:1.4rem;font-style:normal;display:block; }
#HefpUCLeVbnbC7Qh82dT4yt3zmflqtvA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#Kb70t0T4Lxeo0irKnyuEq4XUUpb4EtRf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.4rem;font-style:normal;display:block; }
#FEMbdFoG9033nhHGmpQKT4kO7ccXlodF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9375rem;left:41.25rem;height:1.3997375rem;font-style:normal;display:block; }
#VTeS0oDGPsHBKICUdEvQgrx2ZcqcUS9i { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.25rem;height:1.4rem;font-style:normal;display:block; }
#bRowQHqiwEzFWtGr2Hsfk8WoW2Et3sNf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#D2EcibqirHOzmzRKFWG7rnt2WPJSEFvC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.4rem;font-style:normal;display:block; }
#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container { background-color: transparent; background-image: none; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container > .video-iframe-container { display: none; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row > .video-iframe-container { display: none; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .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); }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container { border-width: 0; border-radius: 0; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#hVdK6vfTOd99msrs16M3QmnSKuIpxc5T { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.5rem;left:24.4375rem;height:10.799875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1dagExNIn5P8hZVphiocA8esg4t5w7H { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnqEhZzNLZ55eEp7ctlGkTRzrOisrVnJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.5rem;left:28.8125rem;display:block; }
#lmU0xfDHHEvnLEqnGTbnnvOq7HJeiGQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV { 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; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container { background-color: transparent; background-image: none; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container > .video-iframe-container { display: none; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row > .video-iframe-container { display: none; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .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); }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container { border-width: 0; border-radius: 0; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#hfUUCu5uVWZt9JNsVA45c1SV6evf8myi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SulTDutFMt4H8hX7oMiVRTL21F664cPx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdvsvKKXGDPKDybXRKDTNSBwELTLsU7Q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#eCFLvUBumlcZE5yKViJHQyczlOvquBNz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaW3tElJy7tqi5TCnVpCXaXwMx6hotda { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqN2ELgg7Aukgm1cCllX64eQDtNs7uOh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#wba68GH2tNuZGIQqStd5rWWcfr0vLaN2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#HIZpzZRSpPpu7HW19dQix3oTaGuNfn9u { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIJDMzlEu6ibKwVtXRhTQtJNrMW27TIT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container { background-color: transparent; background-image: none; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container > .video-iframe-container { display: none; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row > .video-iframe-container { display: none; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .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); }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container { border-width: 0; border-radius: 0; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#GnaF8Q6G1unbK9RXNZEoFUUhLV8badq7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#Md0mCASPbrRThpzhE8bEdlTd8uGzr9zD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#sXRC1gD9EcGAWaaMpBoEvEAVC2Vyl8Qh { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#MoFLhZTppq4NJCTJ5PJC49cedmb2XLDq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#CKNiEqoc19Ww9fcbG25flEKmD80UUsJg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#tEDyL7Ig9s18h7JtJsXNi4UbOGcAbgpV { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#D5Bfn6DsFhHkU50yFTcbIGhGq2A2z18r { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:54.625rem;height:1.3997375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE { display:block; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTNhqITBZSTZThv5CsxMAKc752Q9Vq1S { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhTgdPGCet1KsO83OcoNTg8Mv353SsbK { top:0.1875rem;left:0rem;width:8.3125rem;height:3.9082044689569rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdMAt4MAHpgcFadItApQbaM1nHOravgx { display:block; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx { background-color: transparent; background-image: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container > .video-iframe-container { display: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container { display: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .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); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx { border-width: 0; border-radius: 0; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETHbgVgoM19VslpBqRdqOO4BMBpRhOoq { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfpacVusSOkXsOoRcXHplW0UvppNaavJ { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuoAQexl6yHLq1LARgIEmQVvvThIKpJB { width:2.6875rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2RPiERKlKZpiidGS82MhbJTMg4fqn4b { display:block; }
 }@media only screen and (max-width: 763px) { #rJn9yDMZtAaTvBQg7crT5vZ8JQIaJXxK { width:2.6875rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ar7qWZmiGpHz0EiUKG4TlEAFNIxXqs { display:block; }
 }@media only screen and (max-width: 763px) { #ay6F9PCocK2DHLNSll0JdEWu13zQ3tKr { width:2.6875rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sContkqCk8K5rVk8ErLt7O8IgifzeUtc { display:block; }
 }@media only screen and (max-width: 763px) { #dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 { display:block; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDvw6hJcnPZn1QmGPU76xgbHKfJ81Kya { top:2.375rem;left:0rem;width:31.0625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpsLVQslkxxzM1LioJsQwLDyMVW8gIt { width:17.4375rem;height:2.875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyOxF0Wee2Sx14ZZhZVrBP9PRfe3itq { display:block; }
 }@media only screen and (max-width: 763px) { #DcezgvRVDOpbBLKTexCBEVDDkCWBoHZ5 { top:10.8125rem;left:0rem;width:30.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaXIQRoZ7CtalSOGEp1mhRgEQaxwicxG { top:4rem;left:16.5625rem;width:31.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp9SRQ6Mcm5r7T8h8MfdDVukUVzUp6RL { top:17.125rem;left:0rem;width:30.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auKskbI5x4sQNnGQrUD4xoePq8AxO49M { display:block; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umcoa6smcXTTfNh9rFTfSks7FgQkWKpS { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzdVFGMUM2xuRemaXlBwli3iQKTiSNn { top:6.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udim0nEdzcZ2WFUnAl4c47SVih2boz5B { top:11.875rem;left:0rem;width:23.125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owr35bRrhxVTZOcJ76Dy3mwmNQuJWZCW { top:21.875rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prROwzhto98MXcM4XkTM1zTnOQRyOmWb { width:17.6875rem;height:2.75rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9PweT2tnfxCiWafXFZ14Fq7a4F29qnA { width:4.1875rem;height:1.6875rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv6kQpDs2Dxf49VHi4amIyvXsX1Nhogi { width:5.8125rem;height:1.375rem;top:23.3125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKT7GFWBix6F9iilMALtyfFuUmdCQC0 { width:6.25rem;height:1.5625rem;top:25.1875rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsnUyfofTPhepf8fhHVaemN3hFSZvuz1 { width:9.0625rem;height:1.375rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeoOpSSAuUATPmg1LqrsNsIaBToxHPrW { width:8.4375rem;height:1.375rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwkd3PxLTVzRJBrhDwEiGeqcLQFJH84X { top:13.5625rem;left:15.1875rem;width:4.6875rem;height:1.5423446402413rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGN9NA2KMqA1PUnDRJaTko3DuN42uI7W { top:13.5625rem;left:38.375rem;width:4.6875rem;height:1.5423446402413rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDdtERyd3COlNqCooSZ5AXIipL86CISn { width:6.625rem;height:1.6875rem;top:13.4375rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUrcUMxUlOLmRJqJ1mbqCHB4EDFMb7cx { width:17.5rem;height:4.1875rem;top:16.625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vksp1vubgGL9FykfbroFXvpTB6Kkv0TM { top:21.875rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTezeaGuUENk33QLvDxBepZRx9qkGZCn { width:8.4375rem;height:1.375rem;top:23.3125rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSCLyC9DKUqp17vH0ZqtwIciQRcxgCEK { width:9.0625rem;height:1.375rem;top:25.25rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKQzOci8Bgi4EWDfTLMDTSKtk7J8b1HT { width:5.8125rem;height:1.375rem;top:23.3125rem;left:41.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCTGa6rlC7Zog8HQPQg34sJo3ewC5ld { width:6.25rem;height:1.5625rem;top:25.1875rem;left:41.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdmqZSsLHfODZpyImd1T2LBip4C4kfto { top:11.875rem;left:24.625rem;width:23.125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGsi7BE6TfVa9vltlHL4KmWVxQ16MabQ { top:13.5rem;left:44.1875rem;width:3.5625rem;height:1.657784987896rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZsy8knlhm8yA2QKUmHOyFXudaN6uQC { width:17.0625rem;height:2.625rem;top:30.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr0oHFfgUkd2S8O2SupRkNdm2ItL95iG { display:block; }
 }@media only screen and (max-width: 763px) { #UJVMFQr4fSh1aQ6D3POVia8Z0ZPx5G5a { top:34.125rem;left:0.125rem;width:47.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o { display:block; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xryeVfRVZUqF9TV9rJCyD2JvUDaNBnA0 { top:2.75rem;left:5.84375rem;width:36.0625rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC51VO5T707Or2AGf8ElhkTHGplGwBcd { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtRN4zN3Lvbz4RgmHHo5PTNC5nltKXhJ { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXC9Q7FXTZnSFZ0vuTiI4mh8ghJu4kQb { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAff4eJ7a2vaquQ7xedJ5UsuMRzOMwlT { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkT5o43SsiytEHW9myewNESCIKN3zsFN { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZPl4S2eswBrUtuUXMwC71nOLhFXtrX { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou { display:block; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQEUb0enVtgpK8B963OrM7zwUbNWq0yS { top:3.375rem;left:22.3125rem;width:25.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWbz0GlP059fa7fnqLTqOzFi66r8yxqh { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNBSZ2Og47E79gVPlRW4ROVJOO5dbJ45 { display:block; }
 }@media only screen and (max-width: 763px) { #eDT06FX47b5cQ1qpRzGOJRZ5s41bu5km { top:13.75rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2eMVOJnODxw9xB3ZbMHVdTSw6n6BKBb { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmU7IHpIyubQ85P31lvlWd6aKxy2CaH { top:18.875rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq { display:block; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zZ5zywrFgG3myHbMWIufOqKrxKL1FG { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDaLqyvlOzD21gX7SlBz0op6KV4ud1dx { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwetcW90bJnUlBTXs7rZOKOtDV4GfOKH { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAlKK9wzce1bc2COdZi3Vi3uUckC6MWp { width:17.3125rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXHorwolKQ19BRHUUOGpodzVPs7B0K9E { display:block; }
 }@media only screen and (max-width: 763px) { #OHaapLsmAlThrefwLrTEgTDDyyEnH5qe { width:17.25rem;height:2.8125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxEusu5dVovvFFEt60uBRyXSUvhMm4d { display:block; }
 }@media only screen and (max-width: 763px) { #h6NKzM7ocmLywnqbbU8nTKtkuweSe6HU { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4znqsiF93AlpeGKCTFO2ebWlCblg4rT { display:block; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kv1nFi3iZNkd84LyT1CtmNTkE8DCEfBv { top:5rem;left:0rem;width:26.125rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUfNIGC7hRTEC3IepHrEvl6y8mUMKZsg { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4i8vGnOlVHUTy6tsedDaOIZHK4SC3p8 { display:block; }
 }@media only screen and (max-width: 763px) { #kChD79r5Z4ymB7yPNG60KNR5HgEaTvXw { top:19.75rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLKvb0CMlyRrpP2D7mrEBBaizd4JvklS { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrLG6e2RQn6MVCMPs9z1W58OA2dNZu3C { top:17.0625rem;left:0rem;width:25.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW6V41kq1n8JiQU4S9dMJrWRHJnwacIn { top:19.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3k6uL7JnckIL0K0PLQd6d1se37NT4eo { top:22.5rem;left:0rem;width:23.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UueRTKdcIZLFa0A2F0BwvUOZv0y1FLig { top:22.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJngvpFRyBWOLHqDJFMn7FUzvprAu5L1 { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33438HztnqTTi8IdxoENO7JUdQCdk61 { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHncLTHynEENrK6k4hC3Wp4TqxRzRB5J { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs { display:block; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zy6NcHT4TeisiD9LT4NfQNHnhA0zxQsH { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oOQVTb2cTl5k5nsQEnkDOJ2LOhgTFM { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTaCBAFDAZf83H6T51SLMqiZIiO2pTq { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Enubmbt6T42CBen6bGsQXCWtsGXvlH { top:15.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoFvwN5O5Oanlnh7yHmJ8KEZQZviO9Hh { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHT9rcmmsU6HbpkXxxt9JSdt7Gq8uscf { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HefpUCLeVbnbC7Qh82dT4yt3zmflqtvA { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb70t0T4Lxeo0irKnyuEq4XUUpb4EtRf { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEMbdFoG9033nhHGmpQKT4kO7ccXlodF { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTeS0oDGPsHBKICUdEvQgrx2ZcqcUS9i { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRowQHqiwEzFWtGr2Hsfk8WoW2Et3sNf { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2EcibqirHOzmzRKFWG7rnt2WPJSEFvC { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 { display:block; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVdK6vfTOd99msrs16M3QmnSKuIpxc5T { top:4.5rem;left:10.8125rem;width:26.125rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1dagExNIn5P8hZVphiocA8esg4t5w7H { top:12.6875rem;left:9.25rem;width:29.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnqEhZzNLZ55eEp7ctlGkTRzrOisrVnJ { width:17.4375rem;height:2.875rem;top:16.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU0xfDHHEvnLEqnGTbnnvOq7HJeiGQS { display:block; }
 }@media only screen and (max-width: 763px) { #gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV { display:block; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfUUCu5uVWZt9JNsVA45c1SV6evf8myi { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SulTDutFMt4H8hX7oMiVRTL21F664cPx { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdvsvKKXGDPKDybXRKDTNSBwELTLsU7Q { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFLvUBumlcZE5yKViJHQyczlOvquBNz { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaW3tElJy7tqi5TCnVpCXaXwMx6hotda { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqN2ELgg7Aukgm1cCllX64eQDtNs7uOh { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wba68GH2tNuZGIQqStd5rWWcfr0vLaN2 { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZpzZRSpPpu7HW19dQix3oTaGuNfn9u { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIJDMzlEu6ibKwVtXRhTQtJNrMW27TIT { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE { display:block; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnaF8Q6G1unbK9RXNZEoFUUhLV8badq7 { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md0mCASPbrRThpzhE8bEdlTd8uGzr9zD { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXRC1gD9EcGAWaaMpBoEvEAVC2Vyl8Qh { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoFLhZTppq4NJCTJ5PJC49cedmb2XLDq { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKNiEqoc19Ww9fcbG25flEKmD80UUsJg { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEDyL7Ig9s18h7JtJsXNi4UbOGcAbgpV { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Bfn6DsFhHkU50yFTcbIGhGq2A2z18r { top:2.1875rem;left:37.5rem;width:10.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE { display:block; }#xhumKqrqLNRDXoVDIyAQnrQkICpFJVoE > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTNhqITBZSTZThv5CsxMAKc752Q9Vq1S { width:4.75rem;height:1.5625rem;top:1.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhTgdPGCet1KsO83OcoNTg8Mv353SsbK { width:6.5rem;height:3.0625rem;top:0.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdMAt4MAHpgcFadItApQbaM1nHOravgx { background-color:#321e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { background-color: transparent; background-image: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container > .video-iframe-container { display: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container { display: none; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .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); }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { border-width: 0; border-radius: 0; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdMAt4MAHpgcFadItApQbaM1nHOravgx > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETHbgVgoM19VslpBqRdqOO4BMBpRhOoq { width:20rem;height:2.24964375rem;top:4.875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfpacVusSOkXsOoRcXHplW0UvppNaavJ { width:20rem;height:5.24946875rem;top:8.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuoAQexl6yHLq1LARgIEmQVvvThIKpJB { width:2.6875rem;height:1.875rem;top:0rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2RPiERKlKZpiidGS82MhbJTMg4fqn4b { display:block; }
 }@media only screen and (max-width: 763px) { #rJn9yDMZtAaTvBQg7crT5vZ8JQIaJXxK { width:2.6875rem;height:1.875rem;top:0rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ar7qWZmiGpHz0EiUKG4TlEAFNIxXqs { display:block; }
 }@media only screen and (max-width: 763px) { #ay6F9PCocK2DHLNSll0JdEWu13zQ3tKr { width:2.6875rem;height:1.875rem;top:0rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sContkqCk8K5rVk8ErLt7O8IgifzeUtc { display:block; }
 }@media only screen and (max-width: 763px) { #dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 { display:block; }#dzKLziAAgcr6sFNOFt8ol2JZzFL3MUx7 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDvw6hJcnPZn1QmGPU76xgbHKfJ81Kya { width:20rem;height:4.5rem;top:1.6875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpsLVQslkxxzM1LioJsQwLDyMVW8gIt { width:17.4375rem;height:2.875rem;top:23.125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyOxF0Wee2Sx14ZZhZVrBP9PRfe3itq { display:block; }
 }@media only screen and (max-width: 763px) { #DcezgvRVDOpbBLKTexCBEVDDkCWBoHZ5 { width:20rem;height:6.99575rem;top:8.2373046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaXIQRoZ7CtalSOGEp1mhRgEQaxwicxG { width:17.9375rem;height:11.375rem;top:27.724609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp9SRQ6Mcm5r7T8h8MfdDVukUVzUp6RL { width:20rem;height:5.59659375rem;top:16.3583984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auKskbI5x4sQNnGQrUD4xoePq8AxO49M { display:block; }#auKskbI5x4sQNnGQrUD4xoePq8AxO49M > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umcoa6smcXTTfNh9rFTfSks7FgQkWKpS { width:20rem;height:1.7995375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIzdVFGMUM2xuRemaXlBwli3iQKTiSNn { width:20rem;height:6.99575rem;top:4.8180060386658rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udim0nEdzcZ2WFUnAl4c47SVih2boz5B { width:20rem;height:16.25rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owr35bRrhxVTZOcJ76Dy3mwmNQuJWZCW { width:20rem;height:0.0625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prROwzhto98MXcM4XkTM1zTnOQRyOmWb { width:16.937125rem;height:2.79829375rem;top:19.1875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9PweT2tnfxCiWafXFZ14Fq7a4F29qnA { width:4.1867875rem;height:1.749825rem;top:15.25rem;left:1.5rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gv6kQpDs2Dxf49VHi4amIyvXsX1Nhogi { width:5.812325rem;height:1.39915rem;top:24.625rem;left:12.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EqKT7GFWBix6F9iilMALtyfFuUmdCQC0 { width:6.25rem;height:1.39915rem;top:26.5625rem;left:12.3125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LsnUyfofTPhepf8fhHVaemN3hFSZvuz1 { width:9.0625rem;height:1.39915rem;top:26.5625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EeoOpSSAuUATPmg1LqrsNsIaBToxHPrW { width:8.3744375rem;height:1.39915rem;top:24.625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hwkd3PxLTVzRJBrhDwEiGeqcLQFJH84X { width:4.6875rem;height:1.5423446402413rem;top:15.375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGN9NA2KMqA1PUnDRJaTko3DuN42uI7W { width:4.6875rem;height:1.5423446402413rem;top:32.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDdtERyd3COlNqCooSZ5AXIipL86CISn { width:6.624625rem;height:1.749825rem;top:32.6875rem;left:1.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUrcUMxUlOLmRJqJ1mbqCHB4EDFMb7cx { width:16.75rem;height:4.19744375rem;top:36.875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vksp1vubgGL9FykfbroFXvpTB6Kkv0TM { width:20rem;height:0.0625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTezeaGuUENk33QLvDxBepZRx9qkGZCn { width:8.0625rem;height:1.39915rem;top:43.375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LSCLyC9DKUqp17vH0ZqtwIciQRcxgCEK { width:9.0625rem;height:1.39915rem;top:45.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SKQzOci8Bgi4EWDfTLMDTSKtk7J8b1HT { width:5.812325rem;height:1.39915rem;top:43.375rem;left:12.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #guCTGa6rlC7Zog8HQPQg34sJo3ewC5ld { width:6.25rem;height:1.39915rem;top:45.3125rem;left:12.25rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QdmqZSsLHfODZpyImd1T2LBip4C4kfto { width:20rem;height:17.125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGsi7BE6TfVa9vltlHL4KmWVxQ16MabQ { width:3.5625rem;height:1.657784987896rem;top:32.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZsy8knlhm8yA2QKUmHOyFXudaN6uQC { width:16.960238625rem;height:2.522194875rem;top:50.122510910034rem;left:1.4612926244736rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr0oHFfgUkd2S8O2SupRkNdm2ItL95iG { display:block; }
 }@media only screen and (max-width: 763px) { #UJVMFQr4fSh1aQ6D3POVia8Z0ZPx5G5a { width:20rem;height:3.675425rem;top:53.87428855896rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o { display:block; }#rVZiEEMGHv5HxR7OkTn2AeiDJPvTI97o > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xryeVfRVZUqF9TV9rJCyD2JvUDaNBnA0 { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC51VO5T707Or2AGf8ElhkTHGplGwBcd { width:20rem;height:2.798825rem;top:4.3rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtRN4zN3Lvbz4RgmHHo5PTNC5nltKXhJ { width:5.4375rem;height:1.625rem;top:13.162109375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXC9Q7FXTZnSFZ0vuTiI4mh8ghJu4kQb { width:11.8125rem;height:3.5625rem;top:8.35rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAff4eJ7a2vaquQ7xedJ5UsuMRzOMwlT { width:8.3125rem;height:2.8125rem;top:25.475rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkT5o43SsiytEHW9myewNESCIKN3zsFN { width:8.75rem;height:3.3125rem;top:20.9125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZPl4S2eswBrUtuUXMwC71nOLhFXtrX { width:8.75rem;height:3.3125rem;top:16.35rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou { display:block; }#GrHQu9Rhcc4FaLV4vap9tSsSiirkaUou > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQEUb0enVtgpK8B963OrM7zwUbNWq0yS { width:20rem;height:5.3986125rem;top:2.0039038658142rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWbz0GlP059fa7fnqLTqOzFi66r8yxqh { width:16.937479125rem;height:2.624997875rem;top:22.304688215256rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNBSZ2Og47E79gVPlRW4ROVJOO5dbJ45 { display:block; }
 }@media only screen and (max-width: 763px) { #eDT06FX47b5cQ1qpRzGOJRZ5s41bu5km { width:20rem;height:5.59659375rem;top:8.6048178672788rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2eMVOJnODxw9xB3ZbMHVdTSw6n6BKBb { width:20rem;height:14.3125rem;top:26.500000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmU7IHpIyubQ85P31lvlWd6aKxy2CaH { width:20rem;height:5.59659375rem;top:15.167318105698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq { display:block; }#UKrCQbsXH3GObESSd6fnoVZ3otfWlLTq > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zZ5zywrFgG3myHbMWIufOqKrxKL1FG { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDaLqyvlOzD21gX7SlBz0op6KV4ud1dx { width:17.625rem;height:1.7995375rem;top:5.1250002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SwetcW90bJnUlBTXs7rZOKOtDV4GfOKH { width:17.9375rem;height:4.19744375rem;top:8.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAlKK9wzce1bc2COdZi3Vi3uUckC6MWp { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXHorwolKQ19BRHUUOGpodzVPs7B0K9E { display:block; }
 }@media only screen and (max-width: 763px) { #OHaapLsmAlThrefwLrTEgTDDyyEnH5qe { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxEusu5dVovvFFEt60uBRyXSUvhMm4d { display:block; }
 }@media only screen and (max-width: 763px) { #h6NKzM7ocmLywnqbbU8nTKtkuweSe6HU { width:17.5rem;height:14.25rem;top:22.500001430511rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4znqsiF93AlpeGKCTFO2ebWlCblg4rT { display:block; }#D4znqsiF93AlpeGKCTFO2ebWlCblg4rT > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kv1nFi3iZNkd84LyT1CtmNTkE8DCEfBv { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUfNIGC7hRTEC3IepHrEvl6y8mUMKZsg { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4i8vGnOlVHUTy6tsedDaOIZHK4SC3p8 { display:block; }
 }@media only screen and (max-width: 763px) { #kChD79r5Z4ymB7yPNG60KNR5HgEaTvXw { width:17.75rem;height:2.798825rem;top:11.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLKvb0CMlyRrpP2D7mrEBBaizd4JvklS { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrLG6e2RQn6MVCMPs9z1W58OA2dNZu3C { width:20rem;height:2.798825rem;top:7.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LW6V41kq1n8JiQU4S9dMJrWRHJnwacIn { width:2rem;height:2rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3k6uL7JnckIL0K0PLQd6d1se37NT4eo { width:17.75rem;height:2.798825rem;top:15.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UueRTKdcIZLFa0A2F0BwvUOZv0y1FLig { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJngvpFRyBWOLHqDJFMn7FUzvprAu5L1 { width:17.75rem;height:1.3994125rem;top:18.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p33438HztnqTTi8IdxoENO7JUdQCdk61 { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHncLTHynEENrK6k4hC3Wp4TqxRzRB5J { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs { display:block; }#bUNS5cdbGDHGxz0pBQsyf8zl4UWcWqbs > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zy6NcHT4TeisiD9LT4NfQNHnhA0zxQsH { width:20rem;height:1.79980625rem;top:15.5385625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0oOQVTb2cTl5k5nsQEnkDOJ2LOhgTFM { width:13.375rem;height:1.3997375rem;top:21.0625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yQTaCBAFDAZf83H6T51SLMqiZIiO2pTq { width:20rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Enubmbt6T42CBen6bGsQXCWtsGXvlH { width:15.1875rem;height:1.4rem;top:22.39999961853rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PoFvwN5O5Oanlnh7yHmJ8KEZQZviO9Hh { width:2rem;height:2rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHT9rcmmsU6HbpkXxxt9JSdt7Gq8uscf { width:13.8125rem;height:1.4rem;top:25.25rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HefpUCLeVbnbC7Qh82dT4yt3zmflqtvA { width:2rem;height:2rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb70t0T4Lxeo0irKnyuEq4XUUpb4EtRf { width:15.0625rem;height:1.4rem;top:26.9375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FEMbdFoG9033nhHGmpQKT4kO7ccXlodF { width:14.375rem;height:1.4rem;top:29.8125rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTeS0oDGPsHBKICUdEvQgrx2ZcqcUS9i { width:9.25rem;height:1.4rem;top:31.21249961853rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bRowQHqiwEzFWtGr2Hsfk8WoW2Et3sNf { width:2rem;height:2rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2EcibqirHOzmzRKFWG7rnt2WPJSEFvC { width:20rem;height:1.3997375rem;top:18.025390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 { display:block; }#iUmE5rFHTqFQ2AmgeT9l00gu2QlzzGQ9 > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVdK6vfTOd99msrs16M3QmnSKuIpxc5T { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1dagExNIn5P8hZVphiocA8esg4t5w7H { width:20rem;height:4.19824375rem;top:4.3rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnqEhZzNLZ55eEp7ctlGkTRzrOisrVnJ { width:17.4375rem;height:2.875rem;top:9.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmU0xfDHHEvnLEqnGTbnnvOq7HJeiGQS { display:block; }
 }@media only screen and (max-width: 763px) { #gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV { display:block; }#gU0zyCX0iOrZ5CASDHPrH2GzJLCXTTJV > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfUUCu5uVWZt9JNsVA45c1SV6evf8myi { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SulTDutFMt4H8hX7oMiVRTL21F664cPx { width:20rem;height:1.3997375rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdvsvKKXGDPKDybXRKDTNSBwELTLsU7Q { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFLvUBumlcZE5yKViJHQyczlOvquBNz { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaW3tElJy7tqi5TCnVpCXaXwMx6hotda { width:16.0625rem;height:1.3997375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqN2ELgg7Aukgm1cCllX64eQDtNs7uOh { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wba68GH2tNuZGIQqStd5rWWcfr0vLaN2 { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZpzZRSpPpu7HW19dQix3oTaGuNfn9u { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIJDMzlEu6ibKwVtXRhTQtJNrMW27TIT { width:20rem;height:1.3997375rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE { display:block; }#dxTNdXOlUpsV04KVSVTkOlViVtHTu8lE > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnaF8Q6G1unbK9RXNZEoFUUhLV8badq7 { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md0mCASPbrRThpzhE8bEdlTd8uGzr9zD { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXRC1gD9EcGAWaaMpBoEvEAVC2Vyl8Qh { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoFLhZTppq4NJCTJ5PJC49cedmb2XLDq { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKNiEqoc19Ww9fcbG25flEKmD80UUsJg { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEDyL7Ig9s18h7JtJsXNi4UbOGcAbgpV { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5Bfn6DsFhHkU50yFTcbIGhGq2A2z18r { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }