.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi { 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; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container { background-color: transparent; background-image: none; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container > .video-iframe-container { display: none; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row > .video-iframe-container { display: none; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .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); }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container { border-width: 0; border-radius: 0; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#aH2DtENpT23FXQ3H3T4reydtg1i4KuSp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#ExNaSTEIwCFI7TcEk4VhcvfuIwAm2XFg { 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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width: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; }
#ywTaRTzVzG9wZZSrlINlnMLgdb7AMXrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F.adaptive-delivery-prevent-bg, #rkZRMpxtaO27SI5qmb4TpV2USTBARy0F.lazyload, #rkZRMpxtaO27SI5qmb4TpV2USTBARy0F.lazyloading { background-image: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container { background-color: transparent; background-image: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container > .video-iframe-container { display: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container { display: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .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); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container { border-width: 0; border-radius: 0; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#gn7nZKATq54SlkWJkBraVZDdk04DDMU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:4.49988125rem;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; }
#aPkcrfy3RoR2Bwkpv0BxI1AJxMzih7zf { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:11.6875rem;left:68.8125rem;display:block; }
#ESCxJrohfT0tiLPLILlulrLTyoJd9md9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEiN6EKdTgMa6kaiZcoP7aepQFFJAU6T { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.6875rem;left:71.5rem;display:block; }
#MeKvSTMIOvraQAhf7XnLfpEXkhvEgAOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWvXIPWWJ4XFNkVpasgl6f2bSIUMpa8L { color:rgba(var(--color-tertiary-0),1);display:block;width:46.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:10.118962287903rem;left:0rem;height:3.49964375rem;font-style:normal;display:block; }
#hpa8lcGqmOTSfzV0alwTWrqJd0a8oMwf { 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; }
#zE8O9LTJtK9mBChaXWPvpLi7p6PmvQxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc { position:relative;display:block; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc { background-color: transparent; background-image: none; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .row .container > .video-iframe-container { display: none; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .row > .video-iframe-container { display: none; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .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); }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc { border-width: 0; border-radius: 0; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .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; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .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; }#o3ABDOmO1i8wJpqZJgJna2iU0HUVGvpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.8125rem;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; }
#DD0T8oy1UpPfvLIagzIJCom8CbviV2yh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.0625rem;left:0rem;height:1.39915rem;font-style:normal;display:block; }
#NHzyT9uNpxLco9ZlPiqdwTJRSML7cEXC { 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.0625rem;width:24.0625rem;top:1.279296875rem;left:44.218748092651rem;overflow:hidden;display:block; }
#RPetVqfTgWV5KruZanX2STuBFHZqa3mr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687125rem;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.5625rem;left:0rem;height:;font-style:normal;display:block; }#RPetVqfTgWV5KruZanX2STuBFHZqa3mr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RPetVqfTgWV5KruZanX2STuBFHZqa3mr li:before{  }
#LdxMcWZh2cIoxH1JeNQxKewO9kf8cTOR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687125rem;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:21.4375rem;left:0rem;height:1.39915rem;font-style:normal;display:block; }
#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL { 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; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container { background-color: transparent; background-image: none; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container > .video-iframe-container { display: none; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row > .video-iframe-container { display: none; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .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); }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container { border-width: 0; border-radius: 0; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#MshaqsHnZUJJTUDJP2nsWXEOndCG0IXD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.3117904663086rem;left:8.8112564086912rem;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; }
#y3BR1OG2uI27TQRDO1TtKGoFo6iiiMU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.935375rem;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:7.8107249736787rem;left:11.531427383423rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTaH6DbMU32tswSupJ3JbeGp0gl5vDrv { box-sizing:content-box;height:18.9375rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.686790466309rem;left:12.248756408691rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xzeTtoyPpFCGWaI5AmAq2wbFzhXLofuV { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.311431884766rem;left:13.75rem;display:block; }
#Xvf76UXVRKc56BBfXsmqmdrg7Z9EvyJ5 { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.361862182618rem;left:13.75rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZCoZQxIWTUVXBPTxBz9m5LRsARX6v9v { color:rgba(var(--color-secondary-0),1);display:block;width:15.1243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:15.187149047851rem;left:13.75rem;height:1.75011875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOsW94wBCKGXLhoh1Q1p2UDTITsf9fbQ { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:29.623580932618rem;left:27.560369491577rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FnmIl2iZSJaqfOVcp8d7MKiCpplZVSA5 { color:rgba(var(--color-secondary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:29.686614990234rem;left:13.75rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Av13D0RMWdJyAPMZLXbmDpBKT9rabBPz { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.874625rem;width:12.874625rem;top:6.0616111755371rem;left:2.6234016418457rem;overflow:hidden;display:block; }
#QDP0p5sx81hBGXLCa8WNSuPg5Fy74Br7 { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:20.249290466309rem;left:13.75rem;height:6.99575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1z8pslEaeEJa8G8kuRTesaoxa0cyu2V { color:rgba(var(--color-secondary-0),1);display:block;width:15.1243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:15.187149047851rem;left:41.12481880188rem;height:1.75011875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q2stkLKOSnX26ZH0VFE2Uu0ZDWQPWraI { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:18.361152648926rem;left:41.123933792114rem;height:2.79829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuThFCWLyL92T4q3eKmJRTEbNuBzfPe5 { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:21.703659057618rem;left:41.123933792114rem;height:5.59659375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCk15hiKa3Q24yeGGb3tE5BVWNCBb7sy { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.311431884766rem;left:41.123933792114rem;display:block; }
#rtMK9n4DcT1NHnE23NdT6HEeQUEIHGFk { color:rgba(var(--color-secondary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:29.686614990234rem;left:41.123933792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJ7g8LJWm1LGOENWseWB1kRcK79Bib6t { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:29.623580932618rem;left:54.623579025269rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CKudMSiXiVxATl4vryEELSXLWx5bbX9i { box-sizing:content-box;height:18.9375rem;width:23.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.686790466309rem;left:39.624464035034rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SIteAfCsicL1XGkIwfTTPhg8Hmb3qrXk { 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:14.833988625rem;height:2.522194875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.878726959229rem;left:16.337003707886rem;display:block; }
#HPuFdCCcuF0LdSMqKiefZkueV4aATVW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qy94opaHy10a5wR7HqdPEufkUBN1RT82 { 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:14.720363625rem;height:2.408557375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.876953125rem;left:43.549360275269rem;display:block; }
#x49wmCipxxTqDTadydE6ENOpQTTdf3mP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKsZDlxOlEfEA2zRGiPIWVx9EPBsTWT7 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.5625rem;top:15.435901403427rem;left:56.6175365448rem;overflow:hidden;display:block; }
#t5lAv9TuoeWPMIqBIqFctaOPJtqNBBnM { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.75rem;top:15.435901403427rem;left:52.366651535034rem;overflow:hidden;display:block; }
#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K { position:relative;display:block; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K { background-color: transparent; background-image: none; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row .container > .video-iframe-container { display: none; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row > .video-iframe-container { display: none; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .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); }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K { border-width: 0; border-radius: 0; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .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; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTvTEPpqMT8iKM9S9buHmsfNkQGFPIfc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.375rem;left:40.500002384186rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LMT6rKTBlAox9sUlTwerJyqWhedzOcnJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:40.500002384186rem;display:block; }
#iGavT56s5R4o3lEr2DqIcViRhO6lnral { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkTBRUG9uW0iT2pxPeA9MbQe0lcXqiln { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.75rem;left:40.500002384186rem;height:4.19744375rem;font-style:normal;display:block; }
#ZHkbB4S7hULrCm3kJgmTz4cipTdQpZS9 { 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; }
#vrqgrPyiAs3vGxqfshuC8Hi2FgfLcoUq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.875rem;left:40.500002384186rem;height:4.19744375rem;font-style:normal;display:block; }
#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs { 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; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container { background-color: transparent; background-image: none; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container > .video-iframe-container { display: none; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row > .video-iframe-container { display: none; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .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); }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container { border-width: 0; border-radius: 0; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#e0v82ST349ZvTpWePoV2ZdawbBGRxhU6 { 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; }
#kA4XwcBLb2NPKlfOOXpV853f72P6phhk { 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.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ayb9Umf5STDK3iO8Vc073bZTTO4y4x1y { 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; }
#xxLfIJ3mrV8GVeWM13HrTCE06azH3bmO { 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; }
#SU5pH4hN1QRmE8X8HGf0hpNSWmxmfxF6 { 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; }
#uFRTART6TxzvaAR0C3MrdRZw7HxOm0z8 { 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; }
#ruvfCuIcKDrl3WwkXaBMQCO40l7VCTTo { 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; }
#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR { 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; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container { background-color: transparent; background-image: none; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container > .video-iframe-container { display: none; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row > .video-iframe-container { display: none; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .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); }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container { border-width: 0; border-radius: 0; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#hBAsLqd6AmXHv1OTx1cUbcCFxfbEJFTg { 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; }
#rd74Tv66gxc0fy73Bs1ZTdIV8RBC5WEt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s0d352LPAfCowMA50wSCCHBXquXsItMd { 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; }
#l9Mi4nba8tmDhnQyJw1tKG3qlBpVeE2U { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#LecGvklq633PpuvNbw7HystyLEDeRKTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ari9aeaLqcSPRph5uJHtctX3KQnpf9xo { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#EdxMIDDNQMmNpcLEkdg5JGAUwKFPI5ur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRhnLxAG5U9vL1hvvZTA2odFw86h29Tr { 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; }
#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q { position:relative;display:block; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q { background-color: transparent; background-image: none; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .row .container > .video-iframe-container { display: none; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .row > .video-iframe-container { display: none; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .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); }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q { border-width: 0; border-radius: 0; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .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; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .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:35rem;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; }#TXektCsiQPvGS9R22rptdsqcAHGPTcUu { 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:3.6875rem;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; }
#knydl15SsTM7Rpb8G7bXOzRdeDBZnNgh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.6875rem;left:0rem;display:block; }
#NfUmoCLhbGhw4w3ZHRzDhONOkkc97X70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQWaZfsvevq1ErielATtxVHKANDRiEVT { 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:15.9375rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#JFMwvvVuKsApsrU7TDBsW6u6deP5y09s { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.7493125rem;width:42.249625rem;top:3.6869673728943rem;left:32.750352859497rem;overflow:hidden;display:block; }
#i4iVHE8TPLSQZ47VCMcm7VDTuTWCfIO0 { 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:15.625rem;left:0rem;overflow:hidden;display:block; }
#SzIA7bzuIUXXuWvwXiafHe1DOy8w3GTv { 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:18.6875rem;left:3rem;height:2.79829375rem;font-style:normal;display:block; }
#AGoTm8pffghml0EK9QA0vem5p0gbIsdL { 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:18.4375rem;left:0rem;overflow:hidden;display:block; }
#Xe9yrmmnDNLgUyrcBLUXI1GoI8TKgsE1 { 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.75rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#ug95eksnTFbqZ6x8fgJ9yE0f29kVTXZG { 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.4375rem;left:0rem;overflow:hidden;display:block; }
#KlnxChohVS6UBellu51TLPJZoa0u8fwK { 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:11.8125rem;left:0rem;height:1.749825rem;font-style:normal;display:block; }
#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 { 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; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container { background-color: transparent; background-image: none; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container > .video-iframe-container { display: none; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row > .video-iframe-container { display: none; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .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); }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container { border-width: 0; border-radius: 0; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#X982bdOKiZLd6Dx9Gn1GuRXBG6AgR9oP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnpHWTvPhpqUZ5taNTx8CrAkdHdC7nZS { 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.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Isi59Qr0MNI6PXyWiDvZiKzJ3pbQhXCX { 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; }
#Lyd87pB0amP10AsNCGXALIoK0ccAf8O4 { 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; }
#eDNnTAzLPioSdmFUxReD02NvLonwUEF9 { 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.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evwqc22FigM3QG1JsKrKZ4fbStPbMkcV { 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; }
#J0UBduwkT5psPbFMpqLg0ZoDbIFXBOmK { 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; }
#JWrikgze0GoW93ObsTEQGQefTuQnwCJQ { 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; }
#Z1ilGSIF1pe8NeD3TbOOIr5dAxds8Sbx { 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.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit { 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; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container { background-color: transparent; background-image: none; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container > .video-iframe-container { display: none; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row > .video-iframe-container { display: none; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .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); }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container { border-width: 0; border-radius: 0; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#XawEuz53n4BphNs5QGmy7WtEt7DRiLTX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#LFBPGSkeQtmd6J14iJQSDVSbtVEmqfZ0 { 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; }
#W3yeR2cz4e1PHNALG7N2Xw996KQ04R4u { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#DXbcIstklFgcTTF8ocG4iUuspVtFuzPS { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#TUt2OmToXBTBTNlhf4dFrZr4I7C9Jb6d { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#NcGoPDwL1Pd99aqV4aVyyJlKget3hDoB { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#d017RXbxITeup2cKTNFXPpTbdt0FgQJ9 { 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.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi { display:block; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH2DtENpT23FXQ3H3T4reydtg1i4KuSp { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExNaSTEIwCFI7TcEk4VhcvfuIwAm2XFg { width:8.9375rem;height:2.875rem;top:1.0625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTaRTzVzG9wZZSrlINlnMLgdb7AMXrW { display:block; }
 }@media only screen and (max-width: 763px) { #rkZRMpxtaO27SI5qmb4TpV2USTBARy0F { display:block; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F { background-color: transparent; background-image: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container > .video-iframe-container { display: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container { display: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .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); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F { border-width: 0; border-radius: 0; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .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) { #gn7nZKATq54SlkWJkBraVZDdk04DDMU4 { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkcrfy3RoR2Bwkpv0BxI1AJxMzih7zf { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCxJrohfT0tiLPLILlulrLTyoJd9md9 { display:block; }
 }@media only screen and (max-width: 763px) { #fEiN6EKdTgMa6kaiZcoP7aepQFFJAU6T { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeKvSTMIOvraQAhf7XnLfpEXkhvEgAOl { display:block; }
 }@media only screen and (max-width: 763px) { #aWvXIPWWJ4XFNkVpasgl6f2bSIUMpa8L { top:10.0625rem;left:0rem;width:46.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpa8lcGqmOTSfzV0alwTWrqJd0a8oMwf { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zE8O9LTJtK9mBChaXWPvpLi7p6PmvQxD { display:block; }
 }@media only screen and (max-width: 763px) { #A8HgH0GlFtxzayuzrzadszxmlqmvDVtc { display:block; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3ABDOmO1i8wJpqZJgJna2iU0HUVGvpQ { top:3.75rem;left:0rem;width:31rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD0T8oy1UpPfvLIagzIJCom8CbviV2yh { top:13rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHzyT9uNpxLco9ZlPiqdwTJRSML7cEXC { top:1.25rem;left:23.6875rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPetVqfTgWV5KruZanX2STuBFHZqa3mr { top:15.5rem;left:0rem;width:30.625rem;height:;font-size:1rem;display:block; }#RPetVqfTgWV5KruZanX2STuBFHZqa3mr li:before{  }
 }@media only screen and (max-width: 763px) { #LdxMcWZh2cIoxH1JeNQxKewO9kf8cTOR { top:21.375rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL { display:block; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MshaqsHnZUJJTUDJP2nsWXEOndCG0IXD { top:2.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3BR1OG2uI27TQRDO1TtKGoFo6iiiMU3 { top:7.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaH6DbMU32tswSupJ3JbeGp0gl5vDrv { top:13.625rem;left:0rem;width:23.125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeTtoyPpFCGWaI5AmAq2wbFzhXLofuV { top:28.25rem;left:0.125rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvf76UXVRKc56BBfXsmqmdrg7Z9EvyJ5 { width:19.6875rem;height:1.375rem;top:18.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCoZQxIWTUVXBPTxBz9m5LRsARX6v9v { width:15.0625rem;height:1.6875rem;top:15.125rem;left:0.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOsW94wBCKGXLhoh1Q1p2UDTITsf9fbQ { width:6.25rem;height:1.5625rem;top:29.5625rem;left:13.935369491577rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmIl2iZSJaqfOVcp8d7MKiCpplZVSA5 { width:8.4375rem;height:1.375rem;top:29.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av13D0RMWdJyAPMZLXbmDpBKT9rabBPz { top:6rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDP0p5sx81hBGXLCa8WNSuPg5Fy74Br7 { width:19.6875rem;height:6.9375rem;top:20.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1z8pslEaeEJa8G8kuRTesaoxa0cyu2V { width:15.0625rem;height:1.6875rem;top:15.125rem;left:27.49981880188rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2stkLKOSnX26ZH0VFE2Uu0ZDWQPWraI { width:19.6875rem;height:2.75rem;top:18.3125rem;left:27.498933792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuThFCWLyL92T4q3eKmJRTEbNuBzfPe5 { width:19.6875rem;height:5.5625rem;top:21.6875rem;left:27.498933792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCk15hiKa3Q24yeGGb3tE5BVWNCBb7sy { top:28.25rem;left:27.498933792114rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtMK9n4DcT1NHnE23NdT6HEeQUEIHGFk { width:8.4375rem;height:1.375rem;top:29.625rem;left:27.498933792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ7g8LJWm1LGOENWseWB1kRcK79Bib6t { width:6.25rem;height:1.5625rem;top:29.5625rem;left:40.998579025269rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKudMSiXiVxATl4vryEELSXLWx5bbX9i { top:13.625rem;left:24.625rem;width:23.125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIteAfCsicL1XGkIwfTTPhg8Hmb3qrXk { width:14.8125rem;height:2.5rem;top:33.875rem;left:2.7120037078858rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuFdCCcuF0LdSMqKiefZkueV4aATVW2 { display:block; }
 }@media only screen and (max-width: 763px) { #qy94opaHy10a5wR7HqdPEufkUBN1RT82 { width:14.6875rem;height:2.375rem;top:33.875rem;left:29.924360275269rem;display:block; }
 }@media only screen and (max-width: 763px) { #x49wmCipxxTqDTadydE6ENOpQTTdf3mP { display:block; }
 }@media only screen and (max-width: 763px) { #QKsZDlxOlEfEA2zRGiPIWVx9EPBsTWT7 { top:15.375rem;left:42.9925365448rem;width:4.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5lAv9TuoeWPMIqBIqFctaOPJtqNBBnM { top:15.375rem;left:38.741651535034rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K { display:block; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTvTEPpqMT8iKM9S9buHmsfNkQGFPIfc { top:3.375rem;left:22.3125rem;width:25.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMT6rKTBlAox9sUlTwerJyqWhedzOcnJ { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGavT56s5R4o3lEr2DqIcViRhO6lnral { display:block; }
 }@media only screen and (max-width: 763px) { #gkTBRUG9uW0iT2pxPeA9MbQe0lcXqiln { top:13.75rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHkbB4S7hULrCm3kJgmTz4cipTdQpZS9 { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrqgrPyiAs3vGxqfshuC8Hi2FgfLcoUq { top:18.875rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs { display:block; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0v82ST349ZvTpWePoV2ZdawbBGRxhU6 { top:2.75rem;left:5.84375rem;width:36.0625rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA4XwcBLb2NPKlfOOXpV853f72P6phhk { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayb9Umf5STDK3iO8Vc073bZTTO4y4x1y { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLfIJ3mrV8GVeWM13HrTCE06azH3bmO { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5pH4hN1QRmE8X8HGf0hpNSWmxmfxF6 { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFRTART6TxzvaAR0C3MrdRZw7HxOm0z8 { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruvfCuIcKDrl3WwkXaBMQCO40l7VCTTo { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR { display:block; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBAsLqd6AmXHv1OTx1cUbcCFxfbEJFTg { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd74Tv66gxc0fy73Bs1ZTdIV8RBC5WEt { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0d352LPAfCowMA50wSCCHBXquXsItMd { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Mi4nba8tmDhnQyJw1tKG3qlBpVeE2U { width:20.875rem;height:2.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LecGvklq633PpuvNbw7HystyLEDeRKTi { display:block; }
 }@media only screen and (max-width: 763px) { #Ari9aeaLqcSPRph5uJHtctX3KQnpf9xo { width:20.875rem;height:2.75rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdxMIDDNQMmNpcLEkdg5JGAUwKFPI5ur { display:block; }
 }@media only screen and (max-width: 763px) { #LRhnLxAG5U9vL1hvvZTA2odFw86h29Tr { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q { display:block; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXektCsiQPvGS9R22rptdsqcAHGPTcUu { top:3.6875rem;left:0rem;width:26.0625rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #knydl15SsTM7Rpb8G7bXOzRdeDBZnNgh { width:17.3125rem;height:2.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUmoCLhbGhw4w3ZHRzDhONOkkc97X70 { display:block; }
 }@media only screen and (max-width: 763px) { #oQWaZfsvevq1ErielATtxVHKANDRiEVT { top:15.9375rem;left:0rem;width:22.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFMwvvVuKsApsrU7TDBsW6u6deP5y09s { top:3.625rem;left:0rem;width:42.1875rem;height:25.711450009172rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4iVHE8TPLSQZ47VCMcm7VDTuTWCfIO0 { top:15.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIA7bzuIUXXuWvwXiafHe1DOy8w3GTv { top:18.6875rem;left:0rem;width:23rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGoTm8pffghml0EK9QA0vem5p0gbIsdL { top:18.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9yrmmnDNLgUyrcBLUXI1GoI8TKgsE1 { top:22.75rem;left:0rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug95eksnTFbqZ6x8fgJ9yE0f29kVTXZG { top:22.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlnxChohVS6UBellu51TLPJZoa0u8fwK { top:11.8125rem;left:0rem;width:23.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 { display:block; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X982bdOKiZLd6Dx9Gn1GuRXBG6AgR9oP { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnpHWTvPhpqUZ5taNTx8CrAkdHdC7nZS { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isi59Qr0MNI6PXyWiDvZiKzJ3pbQhXCX { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyd87pB0amP10AsNCGXALIoK0ccAf8O4 { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDNnTAzLPioSdmFUxReD02NvLonwUEF9 { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evwqc22FigM3QG1JsKrKZ4fbStPbMkcV { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0UBduwkT5psPbFMpqLg0ZoDbIFXBOmK { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWrikgze0GoW93ObsTEQGQefTuQnwCJQ { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ilGSIF1pe8NeD3TbOOIr5dAxds8Sbx { top:20.5rem;left:26.6875rem;width:21.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQUfyyTswEUrGmQwCvCGFsb68zRxzRit { display:block; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XawEuz53n4BphNs5QGmy7WtEt7DRiLTX { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBPGSkeQtmd6J14iJQSDVSbtVEmqfZ0 { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3yeR2cz4e1PHNALG7N2Xw996KQ04R4u { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXbcIstklFgcTTF8ocG4iUuspVtFuzPS { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUt2OmToXBTBTNlhf4dFrZr4I7C9Jb6d { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcGoPDwL1Pd99aqV4aVyyJlKget3hDoB { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d017RXbxITeup2cKTNFXPpTbdt0FgQJ9 { 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) { #z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi { display:block; }#z8HkdPypNlhDgCRbFQfWJiU6gE3M8MFi > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH2DtENpT23FXQ3H3T4reydtg1i4KuSp { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExNaSTEIwCFI7TcEk4VhcvfuIwAm2XFg { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywTaRTzVzG9wZZSrlINlnMLgdb7AMXrW { display:block; }
 }@media only screen and (max-width: 763px) { #rkZRMpxtaO27SI5qmb4TpV2USTBARy0F { background-color:#321e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container { background-color: transparent; background-image: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container > .video-iframe-container { display: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container { display: none; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .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); }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container { border-width: 0; border-radius: 0; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkZRMpxtaO27SI5qmb4TpV2USTBARy0F > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gn7nZKATq54SlkWJkBraVZDdk04DDMU4 { width:20rem;height:2.24964375rem;top:4.3732244968414rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPkcrfy3RoR2Bwkpv0BxI1AJxMzih7zf { width:2.6875rem;height:1.875rem;top:0.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCxJrohfT0tiLPLILlulrLTyoJd9md9 { display:block; }
 }@media only screen and (max-width: 763px) { #fEiN6EKdTgMa6kaiZcoP7aepQFFJAU6T { width:2.6875rem;height:1.875rem;top:0.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeKvSTMIOvraQAhf7XnLfpEXkhvEgAOl { display:block; }
 }@media only screen and (max-width: 763px) { #aWvXIPWWJ4XFNkVpasgl6f2bSIUMpa8L { width:18.3744375rem;height:8.749125rem;top:8.3709156513212rem;left:0.81143462657931rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpa8lcGqmOTSfzV0alwTWrqJd0a8oMwf { width:16.618426125rem;height:2.303801125rem;top:19.561434030533rem;left:1.6326347589493rem;z-index:15007;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) { #zE8O9LTJtK9mBChaXWPvpLi7p6PmvQxD { display:block; }
 }@media only screen and (max-width: 763px) { #A8HgH0GlFtxzayuzrzadszxmlqmvDVtc { display:block; }#A8HgH0GlFtxzayuzrzadszxmlqmvDVtc > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3ABDOmO1i8wJpqZJgJna2iU0HUVGvpQ { 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) { #DD0T8oy1UpPfvLIagzIJCom8CbviV2yh { width:15.8123125rem;height:2.79829375rem;top:7.2354393005369rem;left:2.0925070047379rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHzyT9uNpxLco9ZlPiqdwTJRSML7cEXC { width:17.249625rem;height:17.249625rem;top:24.659976959229rem;left:1.3742896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPetVqfTgWV5KruZanX2STuBFHZqa3mr { width:20rem;height:9.019875rem;top:10.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#RPetVqfTgWV5KruZanX2STuBFHZqa3mr li:before{  }
 }@media only screen and (max-width: 763px) { #LdxMcWZh2cIoxH1JeNQxKewO9kf8cTOR { width:18.5618125rem;height:1.39915rem;top:20.99964427948rem;left:0.71732950210569rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL { display:block; }#EwQOOTnCLo8hVnU4RQWH0oVNDIEUW3UL > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MshaqsHnZUJJTUDJP2nsWXEOndCG0IXD { width:20rem;height:3.599075rem;top:1.8119668960571rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3BR1OG2uI27TQRDO1TtKGoFo6iiiMU3 { width:20rem;height:2.79829375rem;top:7.1297912597656rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTaH6DbMU32tswSupJ3JbeGp0gl5vDrv { width:20rem;height:19.5625rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeTtoyPpFCGWaI5AmAq2wbFzhXLofuV { width:20rem;height:0.062144875rem;top:27.749643325806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvf76UXVRKc56BBfXsmqmdrg7Z9EvyJ5 { width:16.93625rem;height:1.39915rem;top:16.5rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oZCoZQxIWTUVXBPTxBz9m5LRsARX6v9v { width:10.999625rem;height:1.62464375rem;top:13.9375rem;left:1.5rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOsW94wBCKGXLhoh1Q1p2UDTITsf9fbQ { width:6.25rem;height:1.39915rem;top:28.937498092651rem;left:12.249644637108rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FnmIl2iZSJaqfOVcp8d7MKiCpplZVSA5 { width:8.3735625rem;height:1.39915rem;top:28.937498092651rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Av13D0RMWdJyAPMZLXbmDpBKT9rabBPz { width:14.2489375rem;height:14.2489375rem;top:61.495025634766rem;left:2.8746448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDP0p5sx81hBGXLCa8WNSuPg5Fy74Br7 { width:16.8125rem;height:8.394875rem;top:18.375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o1z8pslEaeEJa8G8kuRTesaoxa0cyu2V { width:15.06125rem;height:1.62464375rem;top:39.125rem;left:1.5rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q2stkLKOSnX26ZH0VFE2Uu0ZDWQPWraI { width:17.5rem;height:2.79829375rem;top:41.5rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HuThFCWLyL92T4q3eKmJRTEbNuBzfPe5 { width:16.6868125rem;height:6.99575rem;top:44.858489990234rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCk15hiKa3Q24yeGGb3tE5BVWNCBb7sy { width:20rem;height:0.062144875rem;top:52.749643325806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtMK9n4DcT1NHnE23NdT6HEeQUEIHGFk { width:8.4375rem;height:1.39915rem;top:53.81231880188rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ7g8LJWm1LGOENWseWB1kRcK79Bib6t { width:6.25rem;height:1.39915rem;top:53.81231880188rem;left:12.249644637108rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CKudMSiXiVxATl4vryEELSXLWx5bbX9i { width:20rem;height:19.5625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIteAfCsicL1XGkIwfTTPhg8Hmb3qrXk { width:14.573863625rem;height:2.261188625rem;top:32.81160736084rem;left:2.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuFdCCcuF0LdSMqKiefZkueV4aATVW2 { display:block; }
 }@media only screen and (max-width: 763px) { #qy94opaHy10a5wR7HqdPEufkUBN1RT82 { width:14.584488625rem;height:2.272726125rem;top:57.561256408691rem;left:2.6500355005264rem;display:block; }
 }@media only screen and (max-width: 763px) { #x49wmCipxxTqDTadydE6ENOpQTTdf3mP { display:block; }
 }@media only screen and (max-width: 763px) { #QKsZDlxOlEfEA2zRGiPIWVx9EPBsTWT7 { width:4.0625rem;height:1.125rem;top:39.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5lAv9TuoeWPMIqBIqFctaOPJtqNBBnM { width:3.375rem;height:1.125rem;top:39.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K { display:block; }#EChZ1eTpZFgQMUhHZxNWSduPW5Nrgm9K > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTvTEPpqMT8iKM9S9buHmsfNkQGFPIfc { width:20rem;height:5.3986125rem;top:2.0039038658142rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMT6rKTBlAox9sUlTwerJyqWhedzOcnJ { width:16.937479125rem;height:2.624997875rem;top:22.304688215256rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGavT56s5R4o3lEr2DqIcViRhO6lnral { display:block; }
 }@media only screen and (max-width: 763px) { #gkTBRUG9uW0iT2pxPeA9MbQe0lcXqiln { width:20rem;height:5.59659375rem;top:8.6048178672788rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHkbB4S7hULrCm3kJgmTz4cipTdQpZS9 { width:20rem;height:14.3125rem;top:26.500000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrqgrPyiAs3vGxqfshuC8Hi2FgfLcoUq { width:20rem;height:5.59659375rem;top:15.167318105698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs { display:block; }#dxtS9gAeWpKuReo8SJ4OK9vx0ZitZJfs > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0v82ST349ZvTpWePoV2ZdawbBGRxhU6 { 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) { #kA4XwcBLb2NPKlfOOXpV853f72P6phhk { 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) { #Ayb9Umf5STDK3iO8Vc073bZTTO4y4x1y { width:5.4375rem;height:1.625rem;top:13.162109375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLfIJ3mrV8GVeWM13HrTCE06azH3bmO { width:11.8125rem;height:3.5625rem;top:8.35rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5pH4hN1QRmE8X8HGf0hpNSWmxmfxF6 { width:8.3125rem;height:2.8125rem;top:25.475rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFRTART6TxzvaAR0C3MrdRZw7HxOm0z8 { width:8.75rem;height:3.3125rem;top:20.9125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruvfCuIcKDrl3WwkXaBMQCO40l7VCTTo { width:8.75rem;height:3.3125rem;top:16.35rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR { display:block; }#Ecawu4kgIStaSlWwIkrlLhANXqhEy1bR > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBAsLqd6AmXHv1OTx1cUbcCFxfbEJFTg { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd74Tv66gxc0fy73Bs1ZTdIV8RBC5WEt { width:17.625rem;height:1.7995375rem;top:5.1250002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #s0d352LPAfCowMA50wSCCHBXquXsItMd { width:17.9375rem;height:4.19744375rem;top:8.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9Mi4nba8tmDhnQyJw1tKG3qlBpVeE2U { width:19.1875rem;height:2.875rem;top:14.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LecGvklq633PpuvNbw7HystyLEDeRKTi { display:block; }
 }@media only screen and (max-width: 763px) { #Ari9aeaLqcSPRph5uJHtctX3KQnpf9xo { width:19.1875rem;height:2.875rem;top:18.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdxMIDDNQMmNpcLEkdg5JGAUwKFPI5ur { display:block; }
 }@media only screen and (max-width: 763px) { #LRhnLxAG5U9vL1hvvZTA2odFw86h29Tr { width:17.5rem;height:14.25rem;top:22.500001430511rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q { display:block; }#L1PeI7gd5F9m7wxeImZMfLdF6vXbLy8q > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXektCsiQPvGS9R22rptdsqcAHGPTcUu { 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) { #knydl15SsTM7Rpb8G7bXOzRdeDBZnNgh { width:17.4375rem;height:2.875rem;top:18rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUmoCLhbGhw4w3ZHRzDhONOkkc97X70 { display:block; }
 }@media only screen and (max-width: 763px) { #oQWaZfsvevq1ErielATtxVHKANDRiEVT { width:17.75rem;height:2.79829375rem;top:7.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JFMwvvVuKsApsrU7TDBsW6u6deP5y09s { width:20rem;height:12.1875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4iVHE8TPLSQZ47VCMcm7VDTuTWCfIO0 { width:2rem;height:2rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIA7bzuIUXXuWvwXiafHe1DOy8w3GTv { width:17.75rem;height:2.79829375rem;top:11.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AGoTm8pffghml0EK9QA0vem5p0gbIsdL { width:2rem;height:2rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9yrmmnDNLgUyrcBLUXI1GoI8TKgsE1 { width:17.75rem;height:1.39915rem;top:14.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ug95eksnTFbqZ6x8fgJ9yE0f29kVTXZG { width:2rem;height:2rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlnxChohVS6UBellu51TLPJZoa0u8fwK { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 { display:block; }#VR7qVZKy7U5rpWoA1zFIEWXTwlnFEBS1 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X982bdOKiZLd6Dx9Gn1GuRXBG6AgR9oP { 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) { #lnpHWTvPhpqUZ5taNTx8CrAkdHdC7nZS { width:20rem;height:1.3997375rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Isi59Qr0MNI6PXyWiDvZiKzJ3pbQhXCX { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyd87pB0amP10AsNCGXALIoK0ccAf8O4 { 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) { #eDNnTAzLPioSdmFUxReD02NvLonwUEF9 { width:16.0625rem;height:1.3997375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evwqc22FigM3QG1JsKrKZ4fbStPbMkcV { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0UBduwkT5psPbFMpqLg0ZoDbIFXBOmK { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWrikgze0GoW93ObsTEQGQefTuQnwCJQ { 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) { #Z1ilGSIF1pe8NeD3TbOOIr5dAxds8Sbx { width:20rem;height:1.3997375rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQUfyyTswEUrGmQwCvCGFsb68zRxzRit { display:block; }#rQUfyyTswEUrGmQwCvCGFsb68zRxzRit > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XawEuz53n4BphNs5QGmy7WtEt7DRiLTX { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBPGSkeQtmd6J14iJQSDVSbtVEmqfZ0 { 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) { #W3yeR2cz4e1PHNALG7N2Xw996KQ04R4u { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXbcIstklFgcTTF8ocG4iUuspVtFuzPS { 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) { #TUt2OmToXBTBTNlhf4dFrZr4I7C9Jb6d { 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) { #NcGoPDwL1Pd99aqV4aVyyJlKget3hDoB { 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) { #d017RXbxITeup2cKTNFXPpTbdt0FgQJ9 { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }