.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:218,227,221;--color-primary-1:133,163,143;--color-primary-2:10,70,30;--color-primary-3:5,35,15;--color-primary-4:2,11,5;--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); }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 { 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; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container { background-color: transparent; background-image: none; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container > .video-iframe-container { display: none; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row > .video-iframe-container { display: none; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .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); }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container { border-width: 0; border-radius: 0; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FKlvEe5BEUb2EPLmUftqe9Of9OETfexE { 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.5rem;width:5.6875rem;top:1.7498223781586rem;left:0rem;overflow:hidden;display:block; }
#TcZII7VzKaDMnudsQLc1oiK6tH0NVDma { background-color:#ffffff;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:#321e50;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:8.9375rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0625rem;left:65.125rem;display:block; }
#bd7Hl3uPxZTqFzTtyPSB5nwRfN4s4i0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx { background-color:#0a461e;background-image:url("https://images.assets-landingi.com/uc/ec037439-4f98-4695-bee1-70ebee455ea0/herojobup.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; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx.adaptive-delivery-prevent-bg, #TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx.lazyload, #TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx.lazyloading { background-image: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container { background-color: transparent; background-image: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container > .video-iframe-container { display: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container { display: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .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); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container { border-width: 0; border-radius: 0; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#DHSQb2msgdXs84OulyGnOb0TRnKZ99BV { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;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.4992875rem;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; }
#ZLhzs43hgKcT14M2R6lnfzSI0GRQphFW { 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.49964375rem;font-style:normal;display:block; }
#QeMBf4MHUR5N5cWcaqNn1nHwnO72r6h5 { 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:15015;text-align:center;text-align-last:center;top:11.6875rem;left:71.4375rem;display:block; }
#mT2TmeOdbLuRSocWKuCc7kd7usd94mBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StTLzHVF8gAKWUnS0aZtB5GyJDTppncA { 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.6305068125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.6875rem;left:68.8125rem;display:block; }
#guZcEwEkA2VizlHHS5cbuOB6cQXoTUQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoHHzxVsllVGK9bssh561W7l2FBhWLb0 { 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 #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;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:#321e50;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.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:none; }
#tcX7w4EMK6ItQFlCL9tTWhWAETef5BTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP { position:relative;display:block; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP { background-color: transparent; background-image: none; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .row .container > .video-iframe-container { display: none; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .row > .video-iframe-container { display: none; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .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); }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP { border-width: 0; border-radius: 0; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .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; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .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:26.625rem;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; }#udUMGRQhpkkrMFDLyMQfFt9nZqoRWb1x { 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:4.25rem;left:0rem;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;display:block; }
#zfXKECPVXZoREBdU0nPyzA5DroFEptLG { background-color:#321e50;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:19.5625rem;left:0rem;display:block; }
#HCUiyoIebancvvLcwNS2K7y6uZHrz9wz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMzVhQsrDECa5dxsofptVPWT2t8AhEIf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;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.4375rem;left:0rem;height:4.19744375rem;font-style:normal;display:block; }
#q7DBMTEB2y06LSqiEEFI9mwdtHlvJR40 { 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.8125rem;width:31.125rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH { 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; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container { background-color: transparent; background-image: none; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container > .video-iframe-container { display: none; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row > .video-iframe-container { display: none; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .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); }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container { border-width: 0; border-radius: 0; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#TWnPmah5Ko1wdk0odw8GrQDkw9Wtsab0 { 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:3.5999625rem;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; }
#LwEBlNiLMxA2XidmUIkaE1JeTfT7OnSi { 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; }
#yFUxtPkxvmGVSg1ZcEomguiRk4tV8BXv { 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; }
#URFvkJvUGAs2POv1M27tb72yWdUqebHb { 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; }
#PELRy4T4d01Inb4ZA0cbTIaVRaJpnkIA { 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; }
#EqsMCtiVit9PvrwvbmuE6iT7A6F08R3u { 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; }
#LW7yATt1UluGaHu2w1L29se030xz3CvR { 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; }
#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O { position:relative;display:block; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O { background-color: transparent; background-image: none; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .row .container > .video-iframe-container { display: none; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .row > .video-iframe-container { display: none; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .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); }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O { border-width: 0; border-radius: 0; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .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; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .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:32.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; }#m4yTphImDJUsFElaMLaAL68zc7M1FTTG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3rem;left:40.5625rem;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; }
#B7kRmGby13Vgo2wBbKtNnDSUqIJtPA5E { 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 #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;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:#321e50;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.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.5625rem;left:40.5625rem;display:block; }
#RT02NN8zRgAZFTgbmKMVS1H6wyZCEp4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGVGL26TapOkxM9GRiUNCXbhzxhqBp6R { 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:15.8125rem;left:40.5625rem;height:4.19744375rem;font-style:normal;display:block; }
#paC3JdLEX4Vt7CwgpE7wMifp5zK8COJu { 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; }
#nMbVI5BQ5xRZsGW7DthDrI5PgRyt10gP { 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:20.5rem;left:40.5625rem;height:4.19744375rem;font-style:normal;display:block; }
#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 { 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; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container { background-color: transparent; background-image: none; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container > .video-iframe-container { display: none; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row > .video-iframe-container { display: none; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .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); }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container { border-width: 0; border-radius: 0; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#MwmR63XoEfFFETTJ753fwl3AMIpIwUHV { 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; }
#ZIUi9dv2Of2FldtCzcBrLpPAg48EsU0e { 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:2.69975rem;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; }
#dsNOe4qXVsK2hEKDeVXnOw8nZs3GtIiw { 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; }
#IrKnGUz2t3DnsgiHa7ySV5Gu82oex8xL { 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 #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;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:#321e50;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:15003;text-align:center;text-align-last:center;top:17.3125rem;left:4.8125rem;display:block; }
#Fuz57NfONvW4rkfcTG16gTXgT5W9Rtf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMGDFurlX8bRqGhpOTGEL2I8TuvVzTaW { 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 #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;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:#321e50;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:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#wosXnqyePXmaxR8E4IZsaZkV6Xd0K8io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuT9lnLzaTXofI7NroXSyi9hPRy9aPes { 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; }
#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f { position:relative;display:block; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f { background-color: transparent; background-image: none; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .row .container > .video-iframe-container { display: none; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .row > .video-iframe-container { display: none; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .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); }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f { border-width: 0; border-radius: 0; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .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; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .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; }#ccsuxQbVlG3LAM4BGRDgoEdD552R4Id7 { 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: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;display:block; }
#S6Ftzhwx3tu5tfm50oLnSWMNTupI4ZPU { 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; }
#TOqsPWQWsKwZstKMGfiCIdTcZ1cM4VtH { 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; }
#EXJ2rK1MTkH6Na9mF3FradnuGR2PUQt6 { 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; }
#IDlOdLvNu0ZT7u1JbiC2NMTPHQoGfS06 { 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:2.79829375rem;font-style:normal;display:block; }
#wQhGVRmmWyJefrHBDaQK8Ezh9Fhvm7Eh { 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; }
#e9NfbbV0LGAROMseWO27T6R3uThccvz5 { 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; }
#Be5KnEHDFP1ogR74BU31BtiS18DbOXI6 { 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; }
#Nty1pa4lplqfT8EaPSZQV6s72EVlxaHC { 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; }
#eZWrNpWcW64KP51TITkfJd1PvQ0GIvcA { background-color:#321e50;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.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.053266525269rem;left:0rem;display:block; }
#tOkzz8HGM4zC7qZVZ5G0NdrIQW6tkziq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whyv1N8oLwtVKmVzWMnxhZpnZg6o34P7 { 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:25.7493125rem;width:42.249625rem;top:7.5736875534056rem;left:32.75124168396rem;overflow:hidden;display:block; }
#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm { 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; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container { background-color: transparent; background-image: none; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container > .video-iframe-container { display: none; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row > .video-iframe-container { display: none; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .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); }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container { border-width: 0; border-radius: 0; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#g8gPvTBKQBIWl7SOERvFI3pT6ZJ7BmQF { 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: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;display:block; }
#VErtFFmbOJKTi6qzVAKDmp7T4FAat2yW { 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; }
#KupDKKBr95T6OQediTTcOM5PGE6hSNv4 { 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:23.9375rem;width:36.75rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#NuTZz6r3sFNgerEEtcq1NVRPSWRO0cJw { 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; }
#zDxrTA9Tv6XcHOFotH5E8syX02bB0mq1 { 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; }
#EJCLfXc757NXbLddBXpMBnC7E1f4VJ4E { 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; }
#aqHbfAB1RB624s42xRvGgp9KLzvfbck4 { 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; }
#kcXsDFgrkwvgrq3sUnIPQ0KUNhdZDc80 { 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; }
#O7co4zlmP2RCburgHfJKeuTC7VQRa7Qq { 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; }
#NI98nNO3IxIdgbTTMDTo0HLdHmG2iECI { 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; }
#xrkWGxynJXb7qaslrcGKNTzo6JvK8iq0 { 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; }
#ff3D1TMwnnXATMxrur4i1wy3fcX0eCMX { 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; }
#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA { 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; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container { background-color: transparent; background-image: none; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container > .video-iframe-container { display: none; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row > .video-iframe-container { display: none; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .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); }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container { border-width: 0; border-radius: 0; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#PSCPB27SURhoMQl3NJLBVuahw9kaInGr { 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: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; }
#qklUo9W8fTA7Ce0O1tAwaD0LgJtOqpgF { 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.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ui090zshhfHZ0OTHBqNde2Ps3eVJ7ZGH { background-color:#321e50;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; }
#Hf0A0Oomz2qOLtxpA5GKEkphwWzyTOKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr { 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; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container { background-color: transparent; background-image: none; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container > .video-iframe-container { display: none; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row > .video-iframe-container { display: none; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .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); }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container { border-width: 0; border-radius: 0; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#TEuBclGdvdlQoSUJFvZoEH2mfn3iXJwA { 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:2.025rem;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; }
#CCb5i2iWHDhiWDAyHGwa7TnIudNFAwNS { 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.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8ZhEGz6cmTICS24x07hvqdXFVTwknZX { 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; }
#E9t5iTTK6RAq5g65qBBfBNddoGLJ81SB { 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; }
#uEiCKt0FHJ2fetVU6gsaiTXKK41ECatr { 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.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Noe3h0IGaEm5ThDDS3szJNJloZN13XO7 { 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; }
#xrhECBmOHRdchxLOg4m4PEGHAb5h0p0q { 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; }
#tSWKn0g7s9rNZi8EkchDfFtD7wUn0Kup { 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; }
#KBbn03r0wy6B0bF03orqgls1y3Zm9piF { 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.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv { 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; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container { background-color: transparent; background-image: none; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container > .video-iframe-container { display: none; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row > .video-iframe-container { display: none; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .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); }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container { border-width: 0; border-radius: 0; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#NrovXwa9dikl2q8ZGMZElzaiDgW88SL9 { 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.25rem;width:4.75rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#NJKWxD2vM7At2wNhyzFL0Kn7ILOvESpS { 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; }
#aBKK5EyltmXRnrdF0ErPmxAcSK30OFkE { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;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.17578125rem;left:19.3125rem;height:1.39915rem;font-style:normal;display:block; }
#iElIyer3yZm1d0NPqW36sc9tpy11JQin { 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.17578125rem;left:27.75rem;height:1.39915rem;font-style:normal;display:block; }
#NxhJFKmxBG5LESHIqxgFXazicdcyRl4f { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;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.17578125rem;left:38.75rem;height:1.39915rem;font-style:normal;display:block; }
#tOv8eICBvPK758ePOhdUDk0BIneAltBw { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;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.17578125rem;left:49.125rem;height:1.39915rem;font-style:normal;display:block; }
#nICqZblSZ73ceAnqiPG5FCGheTMVDMOD { 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.3994125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 { display:block; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKlvEe5BEUb2EPLmUftqe9Of9OETfexE { top:1.6875rem;left:0rem;width:5.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZII7VzKaDMnudsQLc1oiK6tH0NVDma { width:8.9375rem;height:2.875rem;top:1.0625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7Hl3uPxZTqFzTtyPSB5nwRfN4s4i0Q { display:block; }
 }@media only screen and (max-width: 763px) { #TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx { display:block; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx { background-color: transparent; background-image: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container > .video-iframe-container { display: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container { display: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .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); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx { border-width: 0; border-radius: 0; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .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) { #DHSQb2msgdXs84OulyGnOb0TRnKZ99BV { top:3.5625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhzs43hgKcT14M2R6lnfzSI0GRQphFW { top:9.9375rem;left:0rem;width:39.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMBf4MHUR5N5cWcaqNn1nHwnO72r6h5 { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2TmeOdbLuRSocWKuCc7kd7usd94mBf { display:block; }
 }@media only screen and (max-width: 763px) { #StTLzHVF8gAKWUnS0aZtB5GyJDTppncA { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guZcEwEkA2VizlHHS5cbuOB6cQXoTUQQ { display:block; }
 }@media only screen and (max-width: 763px) { #zoHHzxVsllVGK9bssh561W7l2FBhWLb0 { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcX7w4EMK6ItQFlCL9tTWhWAETef5BTa { display:block; }
 }@media only screen and (max-width: 763px) { #fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP { display:block; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udUMGRQhpkkrMFDLyMQfFt9nZqoRWb1x { top:4.25rem;left:0rem;width:26.0625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfXKECPVXZoREBdU0nPyzA5DroFEptLG { width:17.3125rem;height:2.75rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCUiyoIebancvvLcwNS2K7y6uZHrz9wz { display:block; }
 }@media only screen and (max-width: 763px) { #hMzVhQsrDECa5dxsofptVPWT2t8AhEIf { top:13.4375rem;left:0rem;width:27rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DBMTEB2y06LSqiEEFI9mwdtHlvJR40 { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH { display:block; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWnPmah5Ko1wdk0odw8GrQDkw9Wtsab0 { top:2.75rem;left:5.84375rem;width:36.0625rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwEBlNiLMxA2XidmUIkaE1JeTfT7OnSi { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFUxtPkxvmGVSg1ZcEomguiRk4tV8BXv { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFvkJvUGAs2POv1M27tb72yWdUqebHb { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PELRy4T4d01Inb4ZA0cbTIaVRaJpnkIA { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqsMCtiVit9PvrwvbmuE6iT7A6F08R3u { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW7yATt1UluGaHu2w1L29se030xz3CvR { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O { display:block; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4yTphImDJUsFElaMLaAL68zc7M1FTTG { top:3rem;left:16.375rem;width:31.375rem;height:10.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7kRmGby13Vgo2wBbKtNnDSUqIJtPA5E { width:17.0625rem;height:2.75rem;top:26.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT02NN8zRgAZFTgbmKMVS1H6wyZCEp4Z { display:block; }
 }@media only screen and (max-width: 763px) { #AGVGL26TapOkxM9GRiUNCXbhzxhqBp6R { top:15.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paC3JdLEX4Vt7CwgpE7wMifp5zK8COJu { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbVI5BQ5xRZsGW7DthDrI5PgRyt10gP { top:20.5rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 { display:block; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwmR63XoEfFFETTJ753fwl3AMIpIwUHV { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIUi9dv2Of2FldtCzcBrLpPAg48EsU0e { top:9.6875rem;left:0rem;width:26.125rem;height:2.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNOe4qXVsK2hEKDeVXnOw8nZs3GtIiw { top:13.125rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrKnGUz2t3DnsgiHa7ySV5Gu82oex8xL { width:17.1875rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuz57NfONvW4rkfcTG16gTXgT5W9Rtf2 { display:block; }
 }@media only screen and (max-width: 763px) { #KMGDFurlX8bRqGhpOTGEL2I8TuvVzTaW { width:17.1875rem;height:2.875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wosXnqyePXmaxR8E4IZsaZkV6Xd0K8io { display:block; }
 }@media only screen and (max-width: 763px) { #MuT9lnLzaTXofI7NroXSyi9hPRy9aPes { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f { display:block; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccsuxQbVlG3LAM4BGRDgoEdD552R4Id7 { top:5rem;left:0rem;width:26.125rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Ftzhwx3tu5tfm50oLnSWMNTupI4ZPU { top:19.75rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOqsPWQWsKwZstKMGfiCIdTcZ1cM4VtH { top:17.0625rem;left:0rem;width:25.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXJ2rK1MTkH6Na9mF3FradnuGR2PUQt6 { top:19.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlOdLvNu0ZT7u1JbiC2NMTPHQoGfS06 { top:22.5rem;left:0rem;width:23.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQhGVRmmWyJefrHBDaQK8Ezh9Fhvm7Eh { top:22.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NfbbV0LGAROMseWO27T6R3uThccvz5 { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be5KnEHDFP1ogR74BU31BtiS18DbOXI6 { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nty1pa4lplqfT8EaPSZQV6s72EVlxaHC { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWrNpWcW64KP51TITkfJd1PvQ0GIvcA { width:17.3125rem;height:2.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkzz8HGM4zC7qZVZ5G0NdrIQW6tkziq { display:block; }
 }@media only screen and (max-width: 763px) { #whyv1N8oLwtVKmVzWMnxhZpnZg6o34P7 { top:7.5625rem;left:0rem;width:42.1875rem;height:25.711450009172rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMir9TvT53lMMidX6HFDK5sIxTNPSnGm { display:block; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8gPvTBKQBIWl7SOERvFI3pT6ZJ7BmQF { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErtFFmbOJKTi6qzVAKDmp7T4FAat2yW { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KupDKKBr95T6OQediTTcOM5PGE6hSNv4 { top:4rem;left:0rem;width:36.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuTZz6r3sFNgerEEtcq1NVRPSWRO0cJw { top:15.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDxrTA9Tv6XcHOFotH5E8syX02bB0mq1 { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJCLfXc757NXbLddBXpMBnC7E1f4VJ4E { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHbfAB1RB624s42xRvGgp9KLzvfbck4 { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcXsDFgrkwvgrq3sUnIPQ0KUNhdZDc80 { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7co4zlmP2RCburgHfJKeuTC7VQRa7Qq { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI98nNO3IxIdgbTTMDTo0HLdHmG2iECI { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkWGxynJXb7qaslrcGKNTzo6JvK8iq0 { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff3D1TMwnnXATMxrur4i1wy3fcX0eCMX { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA { display:block; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSCPB27SURhoMQl3NJLBVuahw9kaInGr { top:4.5rem;left:10.8125rem;width:26.125rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklUo9W8fTA7Ce0O1tAwaD0LgJtOqpgF { top:12.6875rem;left:9.25rem;width:29.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui090zshhfHZ0OTHBqNde2Ps3eVJ7ZGH { width:17.4375rem;height:2.875rem;top:16.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf0A0Oomz2qOLtxpA5GKEkphwWzyTOKy { display:block; }
 }@media only screen and (max-width: 763px) { #lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr { display:block; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEuBclGdvdlQoSUJFvZoEH2mfn3iXJwA { top:18.0625rem;left:0rem;width:20.875rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb5i2iWHDhiWDAyHGwa7TnIudNFAwNS { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZhEGz6cmTICS24x07hvqdXFVTwknZX { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9t5iTTK6RAq5g65qBBfBNddoGLJ81SB { top:18.125rem;left:13.4375rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEiCKt0FHJ2fetVU6gsaiTXKK41ECatr { top:20.625rem;left:13.3125rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noe3h0IGaEm5ThDDS3szJNJloZN13XO7 { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrhECBmOHRdchxLOg4m4PEGHAb5h0p0q { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWKn0g7s9rNZi8EkchDfFtD7wUn0Kup { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBbn03r0wy6B0bF03orqgls1y3Zm9piF { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv { display:block; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrovXwa9dikl2q8ZGMZElzaiDgW88SL9 { top:2.25rem;left:0rem;width:4.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJKWxD2vM7At2wNhyzFL0Kn7ILOvESpS { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKK5EyltmXRnrdF0ErPmxAcSK30OFkE { top:2.125rem;left:5.6875rem;width:7.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElIyer3yZm1d0NPqW36sc9tpy11JQin { top:2.125rem;left:14.125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxhJFKmxBG5LESHIqxgFXazicdcyRl4f { top:2.125rem;left:25.125rem;width:9.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOv8eICBvPK758ePOhdUDk0BIneAltBw { top:2.125rem;left:35.5rem;width:3.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nICqZblSZ73ceAnqiPG5FCGheTMVDMOD { 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) { #VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 { display:block; }#VnW0oe7TS0RvnNg4ygBfaZvVe4ZhOgN4 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKlvEe5BEUb2EPLmUftqe9Of9OETfexE { width:5.625rem;height:1.5rem;top:1.1248223781586rem;left:7.186611533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZII7VzKaDMnudsQLc1oiK6tH0NVDma { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd7Hl3uPxZTqFzTtyPSB5nwRfN4s4i0Q { display:block; }
 }@media only screen and (max-width: 763px) { #TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container { background-color: transparent; background-image: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container > .video-iframe-container { display: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container { display: none; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .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); }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container { border-width: 0; border-radius: 0; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TInBkTySXeSdpLC2gnRGuL7m1Wq1eQIx > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHSQb2msgdXs84OulyGnOb0TRnKZ99BV { width:20rem;height:2.24964375rem;top:5.5625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhzs43hgKcT14M2R6lnfzSI0GRQphFW { width:20rem;height:5.24946875rem;top:9.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeMBf4MHUR5N5cWcaqNn1nHwnO72r6h5 { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:9.9351915121081rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2TmeOdbLuRSocWKuCc7kd7usd94mBf { display:block; }
 }@media only screen and (max-width: 763px) { #StTLzHVF8gAKWUnS0aZtB5GyJDTppncA { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #guZcEwEkA2VizlHHS5cbuOB6cQXoTUQQ { display:block; }
 }@media only screen and (max-width: 763px) { #zoHHzxVsllVGK9bssh561W7l2FBhWLb0 { width:16.618426125rem;height:2.303801125rem;top:16.811966180801rem;left:1.6326347589493rem;z-index:15004;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);background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tcX7w4EMK6ItQFlCL9tTWhWAETef5BTa { display:block; }
 }@media only screen and (max-width: 763px) { #fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP { display:block; }#fZTDrSyvE7enr8qaBL3aLOi5SSPxGTcP > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udUMGRQhpkkrMFDLyMQfFt9nZqoRWb1x { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfXKECPVXZoREBdU0nPyzA5DroFEptLG { width:17.4375rem;height:2.875rem;top:14.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCUiyoIebancvvLcwNS2K7y6uZHrz9wz { display:block; }
 }@media only screen and (max-width: 763px) { #hMzVhQsrDECa5dxsofptVPWT2t8AhEIf { width:20rem;height:6.99575rem;top:6.5499992370606rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7DBMTEB2y06LSqiEEFI9mwdtHlvJR40 { width:17.7494375rem;height:11.25rem;top:20.661399364471rem;left:1.1239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH { display:block; }#CAvLfTwdis2ZFH79GRavnJ2pITZ1gaaH > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWnPmah5Ko1wdk0odw8GrQDkw9Wtsab0 { 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) { #LwEBlNiLMxA2XidmUIkaE1JeTfT7OnSi { 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) { #yFUxtPkxvmGVSg1ZcEomguiRk4tV8BXv { width:5.4375rem;height:1.625rem;top:13.162109375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFvkJvUGAs2POv1M27tb72yWdUqebHb { width:11.8125rem;height:3.5625rem;top:8.35rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PELRy4T4d01Inb4ZA0cbTIaVRaJpnkIA { width:8.3125rem;height:2.8125rem;top:25.475rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqsMCtiVit9PvrwvbmuE6iT7A6F08R3u { width:8.75rem;height:3.3125rem;top:20.9125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW7yATt1UluGaHu2w1L29se030xz3CvR { width:8.75rem;height:3.3125rem;top:16.35rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O { display:block; }#cDhlXOQgdFs54VSGlJBslsE3dcJwBe3O > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4yTphImDJUsFElaMLaAL68zc7M1FTTG { width:20rem;height:5.3986125rem;top:14.935191631317rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7kRmGby13Vgo2wBbKtNnDSUqIJtPA5E { width:17.073863625rem;height:2.761007375rem;top:34.866830348969rem;left:1.4053622484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT02NN8zRgAZFTgbmKMVS1H6wyZCEp4Z { display:block; }
 }@media only screen and (max-width: 763px) { #AGVGL26TapOkxM9GRiUNCXbhzxhqBp6R { width:20rem;height:5.59659375rem;top:21.354758739471rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paC3JdLEX4Vt7CwgpE7wMifp5zK8COJu { width:20rem;height:14.3119375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbVI5BQ5xRZsGW7DthDrI5PgRyt10gP { width:20rem;height:5.59659375rem;top:27.979402065277rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 { display:block; }#Gg9KlS3dPMZAvnuVZZS1UeKrK9czZ2q4 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwmR63XoEfFFETTJ753fwl3AMIpIwUHV { width:20rem;height:35.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIUi9dv2Of2FldtCzcBrLpPAg48EsU0e { width:14.5rem;height:1.79980625rem;top:5rem;left:2.75rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dsNOe4qXVsK2hEKDeVXnOw8nZs3GtIiw { width:17.9375rem;height:4.19824375rem;top:7.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrKnGUz2t3DnsgiHa7ySV5Gu82oex8xL { width:17.8125rem;height:2.875rem;top:12.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuz57NfONvW4rkfcTG16gTXgT5W9Rtf2 { display:block; }
 }@media only screen and (max-width: 763px) { #KMGDFurlX8bRqGhpOTGEL2I8TuvVzTaW { width:17.75rem;height:2.875rem;top:16.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wosXnqyePXmaxR8E4IZsaZkV6Xd0K8io { display:block; }
 }@media only screen and (max-width: 763px) { #MuT9lnLzaTXofI7NroXSyi9hPRy9aPes { width:17.5rem;height:14.25rem;top:21rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f { display:block; }#H1Edbr4oCpvMARNS2Z5LmncpuJpShu6f > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccsuxQbVlG3LAM4BGRDgoEdD552R4Id7 { width:20rem;height:1.7995375rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6Ftzhwx3tu5tfm50oLnSWMNTupI4ZPU { 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) { #TOqsPWQWsKwZstKMGfiCIdTcZ1cM4VtH { width:20rem;height:2.79829375rem;top:7.8977308273312rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXJ2rK1MTkH6Na9mF3FradnuGR2PUQt6 { width:2rem;height:2rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlOdLvNu0ZT7u1JbiC2NMTPHQoGfS06 { 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) { #wQhGVRmmWyJefrHBDaQK8Ezh9Fhvm7Eh { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NfbbV0LGAROMseWO27T6R3uThccvz5 { 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) { #Be5KnEHDFP1ogR74BU31BtiS18DbOXI6 { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nty1pa4lplqfT8EaPSZQV6s72EVlxaHC { width:20rem;height:1.39915rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZWrNpWcW64KP51TITkfJd1PvQ0GIvcA { width:17.3125rem;height:2.75rem;top:21.686783685303rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkzz8HGM4zC7qZVZ5G0NdrIQW6tkziq { display:block; }
 }@media only screen and (max-width: 763px) { #whyv1N8oLwtVKmVzWMnxhZpnZg6o34P7 { width:20rem;height:12.1891318562rem;top:26.248220443726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMir9TvT53lMMidX6HFDK5sIxTNPSnGm { display:block; }#JMir9TvT53lMMidX6HFDK5sIxTNPSnGm > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8gPvTBKQBIWl7SOERvFI3pT6ZJ7BmQF { 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) { #VErtFFmbOJKTi6qzVAKDmp7T4FAat2yW { 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) { #KupDKKBr95T6OQediTTcOM5PGE6hSNv4 { width:20rem;height:12.9998125rem;top:0.74928951263425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuTZz6r3sFNgerEEtcq1NVRPSWRO0cJw { 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) { #zDxrTA9Tv6XcHOFotH5E8syX02bB0mq1 { width:2rem;height:2rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJCLfXc757NXbLddBXpMBnC7E1f4VJ4E { 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) { #aqHbfAB1RB624s42xRvGgp9KLzvfbck4 { width:2rem;height:2rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcXsDFgrkwvgrq3sUnIPQ0KUNhdZDc80 { 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) { #O7co4zlmP2RCburgHfJKeuTC7VQRa7Qq { 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) { #NI98nNO3IxIdgbTTMDTo0HLdHmG2iECI { 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) { #xrkWGxynJXb7qaslrcGKNTzo6JvK8iq0 { width:2rem;height:2rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff3D1TMwnnXATMxrur4i1wy3fcX0eCMX { 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) { #n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA { display:block; }#n9IfrfMvHSpRTR0WmUT8nTIx6XrAXNVA > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSCPB27SURhoMQl3NJLBVuahw9kaInGr { 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) { #qklUo9W8fTA7Ce0O1tAwaD0LgJtOqpgF { 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) { #Ui090zshhfHZ0OTHBqNde2Ps3eVJ7ZGH { width:17.4375rem;height:2.875rem;top:9.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf0A0Oomz2qOLtxpA5GKEkphwWzyTOKy { display:block; }
 }@media only screen and (max-width: 763px) { #lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr { display:block; }#lDmLfuAHzXTzHwgSk8uZ1xsX97rNfPOr > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEuBclGdvdlQoSUJFvZoEH2mfn3iXJwA { 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) { #CCb5i2iWHDhiWDAyHGwa7TnIudNFAwNS { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZhEGz6cmTICS24x07hvqdXFVTwknZX { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9t5iTTK6RAq5g65qBBfBNddoGLJ81SB { 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) { #uEiCKt0FHJ2fetVU6gsaiTXKK41ECatr { width:20rem;height:1.4rem;top:29.268750190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Noe3h0IGaEm5ThDDS3szJNJloZN13XO7 { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrhECBmOHRdchxLOg4m4PEGHAb5h0p0q { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWKn0g7s9rNZi8EkchDfFtD7wUn0Kup { 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) { #KBbn03r0wy6B0bF03orqgls1y3Zm9piF { width:20rem;height:1.4rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv { display:block; }#VDwMT8xMJ6HTgG7A9KDx6me3h1636BBv > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrovXwa9dikl2q8ZGMZElzaiDgW88SL9 { width:4.75rem;height:1.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJKWxD2vM7At2wNhyzFL0Kn7ILOvESpS { 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) { #aBKK5EyltmXRnrdF0ErPmxAcSK30OFkE { width:7.125rem;height:1.3994125rem;top:6.7119140625rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iElIyer3yZm1d0NPqW36sc9tpy11JQin { 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) { #NxhJFKmxBG5LESHIqxgFXazicdcyRl4f { 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) { #tOv8eICBvPK758ePOhdUDk0BIneAltBw { 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) { #nICqZblSZ73ceAnqiPG5FCGheTMVDMOD { width:12.5625rem;height:1.4rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }