.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:243,239,255;--color-primary-1:168,164,187;--color-primary-2:110,103,142;--color-primary-3:66,62,85;--color-primary-4:14,1,66;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:219,217,227;--color-tertiary-1:135,128,161;--color-tertiary-2:14,1,66;--color-tertiary-3:7,1,33;--color-tertiary-4:2,0,10;--headlines-font-family:"euclid circular a";--paragraphs-font-family:"euclid circular a"; }@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-secondary-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); }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container { background-color: transparent; background-image: none; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container > .video-iframe-container { display: none; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row > .video-iframe-container { display: none; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .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); }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container { border-width: 0; border-radius: 0; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#VfmnapmHbq6UbDP5TeVebpSKoiWrwq9R { position:absolute;display:block;z-index:15001;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.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#sKDmzGnInR7wpZoGRJEcvWdHtPbHS7bX { background-color:rgba(var(--color-primary-4),1);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-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:64.8125rem;display:block; }
#Phz7TZsc2ZB1aPAMWpe7iMRMc84PEVbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB { 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; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container { background-color: transparent; background-image: none; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container > .video-iframe-container { display: none; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row > .video-iframe-container { display: none; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .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); }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container { border-width: 0; border-radius: 0; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#eBzdgFu8L3hpJsQlMOZhdLBfq5JmQEup { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5625rem;left:3.4375rem;height:1.79980625rem;font-style:normal;display:block; }
#AMfdTmHEltaPsURqr88TDwt1P38kxByP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:29.0625rem;top:11.5rem;left:45.9375rem;overflow:hidden;display:block; }
#m4c0OMDRNHJcDDRGmV4yKU05FxGwcgBk { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.375rem;left:3.4375rem;height:7.4248125rem;font-style:normal;display:block; }
#evKyc1UKu0Cs35g1klrdp6iV8HX2nOKr { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.375rem;left:3.4375rem;display:block; }
#IMHl065sxCIgoZ5l7VrwmoHfXucNdmqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpDZVMF8ULJtB91ioPZ9oR3bbLa8Fueh { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:14.6875rem;display:block; }
#GwDT27FglSkyKErDhdRoQoOQWeAgubbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container { background-color: transparent; background-image: none; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container > .video-iframe-container { display: none; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row > .video-iframe-container { display: none; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .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); }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container { border-width: 0; border-radius: 0; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#fWl17Bb6y8o1gzBXh3trzaM3ZMJqiOIZ { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC { 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; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container { background-color: transparent; background-image: none; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container > .video-iframe-container { display: none; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row > .video-iframe-container { display: none; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .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); }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container { border-width: 0; border-radius: 0; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#zR8dgsGNFK1Qu3kTUibuyxJ96DfqTayh { 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:12.375rem;width:11.8125rem;top:4.5rem;left:1.25rem;overflow:hidden;display:block; }
#HI05I0n5JhnIZzvpDvTf3LzWdiW9pEux { position:absolute;display:block;z-index:15001;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:12rem;width:11.375rem;top:4.6875rem;left:62.75rem;overflow:hidden;display:block; }
#HOT45O2aKHLiILZkhaPRD1InMTRfnIev { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3749942779541rem;left:17.781032562256rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#vDZX0GagSdbiEXpuS2Sw2h9r3w4QGTLC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.9375rem;left:25.8125rem;display:block; }
#DJeTHa7w3xGKb5kXvI8uaVkdStUpUphP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBqXoGzthqwTlqhlionDtUUWHcqABg8g { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.9375rem;left:37rem;display:block; }
#DQSKSBPE7PiDJLm6LAhgZSCd5lUm6VrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM { 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; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container { background-color: transparent; background-image: none; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container > .video-iframe-container { display: none; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row > .video-iframe-container { display: none; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .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); }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container { border-width: 0; border-radius: 0; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#kXiJEsyS3O4JLWI9o4FcFpxDnJmKFdeu { box-sizing:content-box;height:43.375rem;width:36.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cdhrTyr5RXVNhQ8TLSZQz51mo6DZ3VLU { color:rgba(var(--color-tertiary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.875rem;left:3.4375rem;height:4.5rem;font-style:normal;display:block; }
#L7QPmdNrnDBFoIAXe2v4oVMCWieUB1LB { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:36.375rem;left:3.4375rem;height:6.3984375rem;display:block; }
#pO44X1ImdxWF0X1k4tLnDgC3qTRkcrBc { color:rgba(var(--color-tertiary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.875rem;left:41.5625rem;height:4.5rem;font-style:normal;display:block; }
#e5GBKRoK5KB7wmbUyrAmnr2bNUbDlcGH { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:36.375rem;left:41.5625rem;height:4.798825rem;display:block; }
#cfOqo22oJNVVhtmKdkm217cuA7NTywxW { 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:20.8125rem;width:30.0625rem;top:8.125rem;left:3.4375rem;overflow:hidden;display:block; }
#XBrpUOqcRF137HqaeKQlTHmPRwGwmsBZ { 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:20.8125rem;width:30.0625rem;top:8.125rem;left:41.5625rem;overflow:hidden;display:block; }
#QIq0pRmpCgArTPmon9aUt8LmzyXwC41A { box-sizing:content-box;height:43.375rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.2500004768369rem;left:38.189018249512rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rqaQq1hUypuhur0E1oiz2e6AGPnTAXyD { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:45.125rem;left:3.4375rem;display:block; }
#OZsCmJTnT55GzCrkfc4T39HksGVHUAMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWAnEt93rw4RJlgsBberribhTl81d4J3 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:45.125rem;left:41.5625rem;display:block; }
#T4ZyocJbxnKVyZvN5UFfrTqVBDxJAW2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql { 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; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container { background-color: transparent; background-image: none; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container > .video-iframe-container { display: none; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row > .video-iframe-container { display: none; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .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); }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container { border-width: 0; border-radius: 0; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#WfkIrUniLhIaQkxThEGxt5TXpXQ6fi8P { color:rgba(var(--color-tertiary-2),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.75rem;left:3.4375rem;height:4.5rem;font-style:normal;display:block; }
#QmiTypyfB4Gu2UVVSe6QeXlBWXFuivQc { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:31.125rem;left:3.4375rem;height:4.798825rem;display:block; }
#mf023maidT5LgFlTvt1FoXxiNpW0sUSl { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.6875rem;left:41.5625rem;height:4.5rem;font-style:normal;display:block; }
#A3Vtw6Vd0KhittuvlTq5KguKL0T3MbNg { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:31.125rem;left:41.5625rem;height:4.798825rem;display:block; }
#HU2JEpqz3stterS6pLsTMqWA0mSWrepB { 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:20.8125rem;width:30.0625rem;top:2.5rem;left:3.4375rem;overflow:hidden;display:block; }
#Eb3odoUq0OZea4A9WwVyZaWF7VPUIi5T { 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:20.8125rem;width:30.0625rem;top:2.5rem;left:41.5625rem;overflow:hidden;display:block; }
#rTLLrXHqV8i9IhgI45TfzCi4QB87PQtJ { box-sizing:content-box;height:42.1875rem;width:36.8120625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.625rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BUkUoLWEngbt1UPpPhZJtlsnB9TrpbdT { box-sizing:content-box;height:42.1875rem;width:36.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XvNexRy6qFbxX9sToPC75KlN6cU1TfSU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:38.3125rem;left:3.4375rem;display:block; }
#pkrJMI3ERpqybZnS8hieODTStBMP8BD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktBklDB9D3LLhDxucN4tJtBHwmbel1xR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:38.3125rem;left:41.5625rem;display:block; }
#Ztfqld2SwKR4aEbpWHz8iOld5KmbUBbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP { 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; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container { background-color: transparent; background-image: none; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container > .video-iframe-container { display: none; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row > .video-iframe-container { display: none; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .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); }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container { border-width: 0; border-radius: 0; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#fblTJAMqKaLs7VH6vyHFKnpHIfw0e65e { 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:13.4375rem;width:13.4375rem;top:3.75rem;left:4.1875rem;overflow:hidden;display:block; }
#A7ie3KOtUazCFXbFWTLT0qE8z9Ap1Vvv { position:absolute;display:block;z-index:15001;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.4375rem;width:13.4375rem;top:3.75rem;left:58.375rem;overflow:hidden;display:block; }
#vixaeTiHoqqfuGC7u6VhILSuPSc1JJEQ { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.8125rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#NKrH60WDpZ3GDNiz3kh5PfU88nM5DOFk { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.75rem;left:25.8125rem;display:block; }
#yEaGArFt5FVny8BWLCgHD685wBNdv5Cv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGxU1EZ1hxbBOVf0EB7nvrlEqXg2K13z { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.75rem;left:37rem;display:block; }
#mXxaUtJ487TZx2HWKdb6OdtTdNUhcECu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 { position:relative;display:block; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 { background-color: transparent; background-image: none; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row .container > .video-iframe-container { display: none; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row > .video-iframe-container { display: none; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .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); }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 { border-width: 0; border-radius: 0; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .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; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.375rem;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; }#o5TQK12hmdAIaRiuhSAFREdRaG06wxTT { position:absolute;display:block;z-index:15000;height:33.75rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N { position:relative;display:block; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N { background-color: transparent; background-image: none; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row .container > .video-iframe-container { display: none; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row > .video-iframe-container { display: none; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .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); }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N { border-width: 0; border-radius: 0; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .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; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;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; }#cFhkHt8VCfUD84w25TAqMIMVKrOMwVc4 { position:absolute;display:block;z-index:15000;height:33.75rem;width:75rem;top:1.875rem;left:0rem;display:block; }
#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp { position:relative;display:block; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp { background-color: transparent; background-image: none; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row .container > .video-iframe-container { display: none; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row > .video-iframe-container { display: none; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .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); }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp { border-width: 0; border-radius: 0; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .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; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.375rem;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; }#GqltCdU50oFqVJyvfkpce5VVCRPOwRkt { position:absolute;display:block;z-index:15000;height:33.75rem;width:75rem;top:1.875rem;left:0rem;display:block; }
#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 { position:relative;display:block; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 { background-color: transparent; background-image: none; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row .container > .video-iframe-container { display: none; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row > .video-iframe-container { display: none; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .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); }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 { border-width: 0; border-radius: 0; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .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; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;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; }#kJkkN3MCZUFgbkRspl8MC3q2tMXncIpK { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:15.59375rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#XLUs4ofRsgP37wxeQ3ktP2RHFTa4Is1O { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:17.375rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#cvVzc9aXa65Q8EUPBoO5XmmUkOJOp25n { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:47rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#x5DaUX5SipruAKw9dCpS6Dl1uQTKAp73 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6rem;top:8.1875rem;left:40.9375rem;overflow:hidden;display:block; }
#bvFNc2Ke7CfzKM48cvA6kx5oy8GKsEWi { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.1875rem;left:25.8125rem;display:block; }
#WtNsAqyQLu9zWXNmxhenX87T63RBilE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIeEml7rHN8Z9kffbg7MW2a0V991G4CT { background-color:transparent;background-image:none;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.1875rem;left:37rem;display:block; }
#APlVr2MTI4QHDq0aRI2q60nUTudmBg89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 { 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; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { background-color: transparent; background-image: none; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container > .video-iframe-container { display: none; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row > .video-iframe-container { display: none; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .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); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { border-width: 0; border-radius: 0; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#FaxWuR6wDRyTuhJJUNf2TBNo7PMf8s5g { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GOpdd9USE6cfLH30oVRUtCPF57KDQwtR { 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:15.75rem;width:33.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#GXntHZyV5TqSERXTCK7IzABnDMtVJkkz { color:rgba(var(--color-secondary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#f2IqPLyIq5d2vAZVLylXtGMMwtWcUkEK { color:rgba(var(--color-secondary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:3.75rem;height:4.798825rem;display:block; }
#uctZEFsP80ohBH26e9J404XqaaZoeRLJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.875rem;left:3.75rem;display:block; }
#yM3URcT2xIgo9inz8FToVlyh9PLhCZOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9zxMFxcDbhwb2MBuJtWy9uHrZdTpSSR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.1875rem;top:4.5625rem;left:3.75rem;overflow:hidden;display:block; }
#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp { 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; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { background-color: transparent; background-image: none; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container > .video-iframe-container { display: none; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row > .video-iframe-container { display: none; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .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); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { border-width: 0; border-radius: 0; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#iSnJiE9akTVFcOzDaehlU5bJx6JXTiCz { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#vVUHlpZMmdtxUBhB08ggzEsgtn4iiyvi { color:rgba(var(--color-tertiary-2),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:4.798825rem;display:block; }
#bNItT99zTRtJsvHriqOMzCFNWORFIxvW { 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:15.75rem;width:33.25rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#L14zFkZ2BLlnXFWgqMkckRXyKOeKDRq3 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#VhohvWEKk6Frf2AytmRu2kWmMpf65Wn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9BEJDFLvwJfCGirS24kILcAzAOTWBbZ { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg { 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; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { background-color: transparent; background-image: none; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container > .video-iframe-container { display: none; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row > .video-iframe-container { display: none; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .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); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { border-width: 0; border-radius: 0; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#AG9zq0aLO69S5hXpZOqVF1w42yIMVvw4 { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BoRMkuhcvD4JSuKfm3CJ7KFDc0NHpbvh { 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:15.8125rem;width:33.4375rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#Au8Z9Hv24gu7OOpTI2cUxAF8AFqye6aw { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#QrFTqJQ41DkUk2cf08e4pESUiCQBMcbw { color:rgba(var(--color-tertiary-2),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:3.75rem;height:4.798825rem;display:block; }
#Z4gbyT36AfnCIhHww0utF2NUnvER0NUf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.666641235351rem;left:3.75rem;display:block; }
#X9z2MOitzPGbtHas7845TeqXfkMsv8cT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG { 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; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { background-color: transparent; background-image: none; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container > .video-iframe-container { display: none; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row > .video-iframe-container { display: none; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .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); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { border-width: 0; border-radius: 0; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#XpnXH8cnyq6S4cEDIEfa9T4bgroSkb4N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:33.25rem;top:2.5625rem;left:3.75rem;overflow:hidden;display:block; }
#g03qN4AOyzgG6dHTIf5TAzQkiTeMTJZz { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5616149902344rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#ZcLV6y2aSTNZpknZs26REQgTcvPJ3PJ3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:6.3984375rem;display:block; }
#e0EcQ0dM1xQuKNBrit2bA6lclkToGtaR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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.6;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:41.25rem;display:block; }
#yupXtm6Vk2daKOrqoDRT3lr9B5cK0GEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRpD9ez3TtAuWSLxITrDG50bfwX0ZLQl { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { position:relative;display:block; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { background-color: transparent; background-image: none; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container > .video-iframe-container { display: none; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row > .video-iframe-container { display: none; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .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); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { border-width: 0; border-radius: 0; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .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; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#UgpASKV5SlfzmuzK7TdTMqS4bBKwGeer { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.25rem;left:25.8125rem;display:block; }
#X1HTnPzAqu5V4bkndcr1XHAssTlypWtK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CWX2tGXiHFTkBFP8hcIvo4lzgDgJGvgc { background-color:rgba(var(--color-secondary-0),1);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-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:12.25rem;left:37.0625rem;display:block; }
#HoTHLZJK9XPxfqitou6QXqI1EwGFeyv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKeW4WLBufMuQ9T7Gha25aHMC5e8B78U { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { position:relative;display:block; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { background-color: transparent; background-image: none; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container > .video-iframe-container { display: none; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row > .video-iframe-container { display: none; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .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); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { border-width: 0; border-radius: 0; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .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; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;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; }#S38BLxZnSGVr9ZvQJcIxEkk6HA1U7Rpy { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eA8TTJsuvKf3xo8d2qB6h6xFRRFZAnNN { position:absolute;display:block;z-index:15001;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:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#C431vH8K6zZw9yfIS2shxu3SnVgaoQ77 { color:rgba(var(--color-secondary-0),1);display:block;width:34.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8114128112793rem;left:20.248481750488rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ZKGaQgywvg5FtypmPkiIUV92vkd8P6Jr { background-color:rgba(var(--color-secondary-0),1);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-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.8125rem;left:25.8125rem;display:block; }
#LPcJJzuivsLmvtBnit7v6lTbnbPuFCmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzdmC2A61SEoiMGiEFL408yBbiskXZyQ { background-color:rgba(var(--color-primary-4),1);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-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.875rem;left:37.0625rem;display:block; }
#dJXe7ggpH71sy7dhGPvLZzq7inSxDniU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #blTCTkRpyaGkyKw6grqFuM8pP98cZtaP { display:block; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfmnapmHbq6UbDP5TeVebpSKoiWrwq9R { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKDmzGnInR7wpZoGRJEcvWdHtPbHS7bX { width:10.1875rem;height:3.125rem;top:1.0625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phz7TZsc2ZB1aPAMWpe7iMRMc84PEVbs { display:block; }
 }@media only screen and (max-width: 763px) { #pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB { display:block; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBzdgFu8L3hpJsQlMOZhdLBfq5JmQEup { top:11.5625rem;left:0rem;width:28.4375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfdTmHEltaPsURqr88TDwt1P38kxByP { top:11.5rem;left:18.6875rem;width:29.0625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4c0OMDRNHJcDDRGmV4yKU05FxGwcgBk { top:14.375rem;left:0rem;width:42.5rem;height:7.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evKyc1UKu0Cs35g1klrdp6iV8HX2nOKr { width:10.1875rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMHl065sxCIgoZ5l7VrwmoHfXucNdmqS { display:block; }
 }@media only screen and (max-width: 763px) { #gpDZVMF8ULJtB91ioPZ9oR3bbLa8Fueh { width:12.1875rem;height:3.125rem;top:24.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwDT27FglSkyKErDhdRoQoOQWeAgubbT { display:block; }
 }@media only screen and (max-width: 763px) { #P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB { display:block; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWl17Bb6y8o1gzBXh3trzaM3ZMJqiOIZ { top:3.75rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC { display:block; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zR8dgsGNFK1Qu3kTUibuyxJ96DfqTayh { top:4.5rem;left:0rem;width:11.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI05I0n5JhnIZzvpDvTf3LzWdiW9pEux { top:4.6875rem;left:36.375rem;width:11.375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOT45O2aKHLiILZkhaPRD1InMTRfnIev { top:4.3125rem;left:4.15576171875rem;width:39.4375rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZX0GagSdbiEXpuS2Sw2h9r3w4QGTLC { width:10.1875rem;height:3.125rem;top:13.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJeTHa7w3xGKb5kXvI8uaVkdStUpUphP { display:block; }
 }@media only screen and (max-width: 763px) { #ZBqXoGzthqwTlqhlionDtUUWHcqABg8g { width:12.1875rem;height:3.125rem;top:13.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSKSBPE7PiDJLm6LAhgZSCd5lUm6VrX { display:block; }
 }@media only screen and (max-width: 763px) { #Qp2t4B2HUsnKTbP6HnawayC3asAIHteM { display:none; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kXiJEsyS3O4JLWI9o4FcFpxDnJmKFdeu { top:6.25rem;left:0rem;width:36.8125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdhrTyr5RXVNhQ8TLSZQz51mo6DZ3VLU { top:30.875rem;left:0rem;width:32.625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7QPmdNrnDBFoIAXe2v4oVMCWieUB1LB { top:36.375rem;left:0rem;width:28.125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO44X1ImdxWF0X1k4tLnDgC3qTRkcrBc { top:30.875rem;left:18.0625rem;width:29.6875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GBKRoK5KB7wmbUyrAmnr2bNUbDlcGH { top:36.375rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfOqo22oJNVVhtmKdkm217cuA7NTywxW { top:8.125rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBrpUOqcRF137HqaeKQlTHmPRwGwmsBZ { top:8.125rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIq0pRmpCgArTPmon9aUt8LmzyXwC41A { top:6.25rem;left:10.9375rem;width:36.8125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqaQq1hUypuhur0E1oiz2e6AGPnTAXyD { width:10rem;height:1.25rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZsCmJTnT55GzCrkfc4T39HksGVHUAMg { display:block; }
 }@media only screen and (max-width: 763px) { #nWAnEt93rw4RJlgsBberribhTl81d4J3 { width:10rem;height:1.25rem;top:45.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZyocJbxnKVyZvN5UFfrTqVBDxJAW2w { display:block; }
 }@media only screen and (max-width: 763px) { #nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql { display:block; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfkIrUniLhIaQkxThEGxt5TXpXQ6fi8P { top:25.75rem;left:0rem;width:28.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmiTypyfB4Gu2UVVSe6QeXlBWXFuivQc { top:31.125rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf023maidT5LgFlTvt1FoXxiNpW0sUSl { top:25.6875rem;left:17.6875rem;width:30.0625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Vtw6Vd0KhittuvlTq5KguKL0T3MbNg { top:31.125rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU2JEpqz3stterS6pLsTMqWA0mSWrepB { top:2.5rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb3odoUq0OZea4A9WwVyZaWF7VPUIi5T { top:2.5rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTLLrXHqV8i9IhgI45TfzCi4QB87PQtJ { top:0.625rem;left:10.9375rem;width:36.8125rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkUoLWEngbt1UPpPhZJtlsnB9TrpbdT { top:0.625rem;left:0rem;width:36.8125rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNexRy6qFbxX9sToPC75KlN6cU1TfSU { width:10rem;height:1.25rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkrJMI3ERpqybZnS8hieODTStBMP8BD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ktBklDB9D3LLhDxucN4tJtBHwmbel1xR { width:10rem;height:1.25rem;top:38.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztfqld2SwKR4aEbpWHz8iOld5KmbUBbT { display:block; }
 }@media only screen and (max-width: 763px) { #b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP { display:block; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fblTJAMqKaLs7VH6vyHFKnpHIfw0e65e { top:3.75rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ie3KOtUazCFXbFWTLT0qE8z9Ap1Vvv { top:3.75rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vixaeTiHoqqfuGC7u6VhILSuPSc1JJEQ { top:3.75rem;left:4.1875rem;width:39.375rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKrH60WDpZ3GDNiz3kh5PfU88nM5DOFk { width:10.1875rem;height:3.125rem;top:13.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEaGArFt5FVny8BWLCgHD685wBNdv5Cv { display:block; }
 }@media only screen and (max-width: 763px) { #IGxU1EZ1hxbBOVf0EB7nvrlEqXg2K13z { width:12.1875rem;height:3.125rem;top:13.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxaUtJ487TZx2HWKdb6OdtTdNUhcECu { display:block; }
 }@media only screen and (max-width: 763px) { #ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 { display:block; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5TQK12hmdAIaRiuhSAFREdRaG06wxTT { top:3.75rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meWapLvy16uDX9eKJ2oLSVUrNr3mn01N { display:block; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFhkHt8VCfUD84w25TAqMIMVKrOMwVc4 { top:1.875rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp { display:block; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqltCdU50oFqVJyvfkpce5VVCRPOwRkt { top:1.875rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 { display:block; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJkkN3MCZUFgbkRspl8MC3q2tMXncIpK { top:5.3125rem;left:2rem;width:40.625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUs4ofRsgP37wxeQ3ktP2RHFTa4Is1O { top:9.4375rem;left:3.75rem;width:23.5625rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVzc9aXa65Q8EUPBoO5XmmUkOJOp25n { top:9.4375rem;left:33.375rem;width:7.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5DaUX5SipruAKw9dCpS6Dl1uQTKAp73 { top:8.1875rem;left:27.3125rem;width:6rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvFNc2Ke7CfzKM48cvA6kx5oy8GKsEWi { width:10.1875rem;height:3.125rem;top:16.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtNsAqyQLu9zWXNmxhenX87T63RBilE4 { display:block; }
 }@media only screen and (max-width: 763px) { #TIeEml7rHN8Z9kffbg7MW2a0V991G4CT { width:12.1875rem;height:3.125rem;top:16.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APlVr2MTI4QHDq0aRI2q60nUTudmBg89 { display:block; }
 }@media only screen and (max-width: 763px) { #BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 { display:block; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaxWuR6wDRyTuhJJUNf2TBNo7PMf8s5g { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpdd9USE6cfLH30oVRUtCPF57KDQwtR { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXntHZyV5TqSERXTCK7IzABnDMtVJkkz { top:4.5625rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IqPLyIq5d2vAZVLylXtGMMwtWcUkEK { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctZEFsP80ohBH26e9J404XqaaZoeRLJ { width:8.125rem;height:1.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM3URcT2xIgo9inz8FToVlyh9PLhCZOP { display:block; }
 }@media only screen and (max-width: 763px) { #K9zxMFxcDbhwb2MBuJtWy9uHrZdTpSSR { top:4.5625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTd748xmVMFsXdWI2tIFJki0iAo9mqp { display:block; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSnJiE9akTVFcOzDaehlU5bJx6JXTiCz { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVUHlpZMmdtxUBhB08ggzEsgtn4iiyvi { top:7.6875rem;left:16.375rem;width:31.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNItT99zTRtJsvHriqOMzCFNWORFIxvW { top:2.375rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L14zFkZ2BLlnXFWgqMkckRXyKOeKDRq3 { width:8.125rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhohvWEKk6Frf2AytmRu2kWmMpf65Wn5 { display:block; }
 }@media only screen and (max-width: 763px) { #D9BEJDFLvwJfCGirS24kILcAzAOTWBbZ { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u42zldg63S81CmT9Lmc9CDQZd6kGUcdg { display:block; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG9zq0aLO69S5hXpZOqVF1w42yIMVvw4 { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoRMkuhcvD4JSuKfm3CJ7KFDc0NHpbvh { top:2.375rem;left:14.3125rem;width:33.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au8Z9Hv24gu7OOpTI2cUxAF8AFqye6aw { top:4.5625rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFTqJQ41DkUk2cf08e4pESUiCQBMcbw { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4gbyT36AfnCIhHww0utF2NUnvER0NUf { width:8.125rem;height:1.5625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9z2MOitzPGbtHas7845TeqXfkMsv8cT { display:block; }
 }@media only screen and (max-width: 763px) { #bGxUJIcttoL8TiqIsd4ke1t246X9xLoG { display:block; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpnXH8cnyq6S4cEDIEfa9T4bgroSkb4N { top:2.5625rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03qN4AOyzgG6dHTIf5TAzQkiTeMTJZz { top:4.5rem;left:23.6875rem;width:24.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLV6y2aSTNZpknZs26REQgTcvPJ3PJ3 { top:7.6875rem;left:19.3125rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EcQ0dM1xQuKNBrit2bA6lclkToGtaR { width:8.125rem;height:1.5625rem;top:16.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yupXtm6Vk2daKOrqoDRT3lr9B5cK0GEt { display:block; }
 }@media only screen and (max-width: 763px) { #lRpD9ez3TtAuWSLxITrDG50bfwX0ZLQl { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { display:block; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgpASKV5SlfzmuzK7TdTMqS4bBKwGeer { width:10.1875rem;height:3.125rem;top:12.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HTnPzAqu5V4bkndcr1XHAssTlypWtK { display:block; }
 }@media only screen and (max-width: 763px) { #CWX2tGXiHFTkBFP8hcIvo4lzgDgJGvgc { width:12.1875rem;height:3.125rem;top:12.25rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTHLZJK9XPxfqitou6QXqI1EwGFeyv2 { display:block; }
 }@media only screen and (max-width: 763px) { #QKeW4WLBufMuQ9T7Gha25aHMC5e8B78U { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { display:block; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S38BLxZnSGVr9ZvQJcIxEkk6HA1U7Rpy { top:0rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8TTJsuvKf3xo8d2qB6h6xFRRFZAnNN { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C431vH8K6zZw9yfIS2shxu3SnVgaoQ77 { top:2.75rem;left:6.6234369277956rem;width:34.4375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKGaQgywvg5FtypmPkiIUV92vkd8P6Jr { width:10.625rem;height:3.125rem;top:10.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcJJzuivsLmvtBnit7v6lTbnbPuFCmn { display:block; }
 }@media only screen and (max-width: 763px) { #RzdmC2A61SEoiMGiEFL408yBbiskXZyQ { width:12.1875rem;height:3.125rem;top:10.875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJXe7ggpH71sy7dhGPvLZzq7inSxDniU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #blTCTkRpyaGkyKw6grqFuM8pP98cZtaP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#blTCTkRpyaGkyKw6grqFuM8pP98cZtaP > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfmnapmHbq6UbDP5TeVebpSKoiWrwq9R { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sKDmzGnInR7wpZoGRJEcvWdHtPbHS7bX { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phz7TZsc2ZB1aPAMWpe7iMRMc84PEVbs { display:block; }
 }@media only screen and (max-width: 763px) { #pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB { display:block; }#pHfTCwLd1e1uW9xHEO6quUe7zvrhHpmB > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBzdgFu8L3hpJsQlMOZhdLBfq5JmQEup { width:15.625rem;height:3rem;top:8.125rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMfdTmHEltaPsURqr88TDwt1P38kxByP { width:20rem;height:14.3125rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4c0OMDRNHJcDDRGmV4yKU05FxGwcgBk { width:15.9375rem;height:6.2988125rem;top:12.125rem;left:2.0312500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #evKyc1UKu0Cs35g1klrdp6iV8HX2nOKr { width:15rem;height:3.125rem;top:19.625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMHl065sxCIgoZ5l7VrwmoHfXucNdmqS { display:block; }
 }@media only screen and (max-width: 763px) { #gpDZVMF8ULJtB91ioPZ9oR3bbLa8Fueh { width:15rem;height:3.125rem;top:23.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwDT27FglSkyKErDhdRoQoOQWeAgubbT { display:block; }
 }@media only screen and (max-width: 763px) { #P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB { display:block; }#P0bmOFqtxoGBMdfKFg7cTlE10UoeWIcB > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWl17Bb6y8o1gzBXh3trzaM3ZMJqiOIZ { width:20rem;height:49.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC { display:block; }#gIvC6bI33BTMJ9VSBcwTWPEIiiaOasWC > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zR8dgsGNFK1Qu3kTUibuyxJ96DfqTayh { width:6.25rem;height:6.625rem;top:11.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI05I0n5JhnIZzvpDvTf3LzWdiW9pEux { width:6.0625rem;height:6.4375rem;top:11.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOT45O2aKHLiILZkhaPRD1InMTRfnIev { width:12.4375rem;height:7.7988125rem;top:2.5rem;left:3.78125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vDZX0GagSdbiEXpuS2Sw2h9r3w4QGTLC { width:10.1875rem;height:3.125rem;top:19.4375rem;left:4.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJeTHa7w3xGKb5kXvI8uaVkdStUpUphP { display:block; }
 }@media only screen and (max-width: 763px) { #ZBqXoGzthqwTlqhlionDtUUWHcqABg8g { width:12.1875rem;height:3.125rem;top:23.8125rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQSKSBPE7PiDJLm6LAhgZSCd5lUm6VrX { display:block; }
 }@media only screen and (max-width: 763px) { #Qp2t4B2HUsnKTbP6HnawayC3asAIHteM { display:block; }#Qp2t4B2HUsnKTbP6HnawayC3asAIHteM > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXiJEsyS3O4JLWI9o4FcFpxDnJmKFdeu { width:18rem;height:35.125rem;top:1.623046875rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdhrTyr5RXVNhQ8TLSZQz51mo6DZ3VLU { width:15rem;height:4.94970625rem;top:14.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L7QPmdNrnDBFoIAXe2v4oVMCWieUB1LB { width:15rem;height:11.19725rem;top:20.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO44X1ImdxWF0X1k4tLnDgC3qTRkcrBc { width:15rem;height:4.94970625rem;top:51rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GBKRoK5KB7wmbUyrAmnr2bNUbDlcGH { width:15.625rem;height:7.9980625rem;top:56.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfOqo22oJNVVhtmKdkm217cuA7NTywxW { width:14.8125rem;height:10.25rem;top:3.125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBrpUOqcRF137HqaeKQlTHmPRwGwmsBZ { width:14.8125rem;height:10.25rem;top:39.25rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIq0pRmpCgArTPmon9aUt8LmzyXwC41A { width:18rem;height:31.875rem;top:37.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqaQq1hUypuhur0E1oiz2e6AGPnTAXyD { width:11.25rem;height:1.25rem;top:33.4375rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OZsCmJTnT55GzCrkfc4T39HksGVHUAMg { display:block; }
 }@media only screen and (max-width: 763px) { #nWAnEt93rw4RJlgsBberribhTl81d4J3 { width:9.375rem;height:1.25rem;top:66.375rem;left:2.5rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZyocJbxnKVyZvN5UFfrTqVBDxJAW2w { display:block; }
 }@media only screen and (max-width: 763px) { #nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql { display:block; }#nP5ZF5dlxrM7rBfi4Qr9hg9EngNzUoql > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfkIrUniLhIaQkxThEGxt5TXpXQ6fi8P { width:14.6875rem;height:3.29980625rem;top:13.75rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QmiTypyfB4Gu2UVVSe6QeXlBWXFuivQc { width:15.625rem;height:7.9980625rem;top:18rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf023maidT5LgFlTvt1FoXxiNpW0sUSl { width:13.8115rem;height:4.94970625rem;top:45.125rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Vtw6Vd0KhittuvlTq5KguKL0T3MbNg { width:15rem;height:7.9980625rem;top:51rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU2JEpqz3stterS6pLsTMqWA0mSWrepB { width:14.8125rem;height:10.25rem;top:2rem;left:2.4978299736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb3odoUq0OZea4A9WwVyZaWF7VPUIi5T { width:14.8125rem;height:10.25rem;top:33.375rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTLLrXHqV8i9IhgI45TfzCi4QB87PQtJ { width:18rem;height:31.875rem;top:31.875rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkUoLWEngbt1UPpPhZJtlsnB9TrpbdT { width:18rem;height:30.25rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNexRy6qFbxX9sToPC75KlN6cU1TfSU { width:9.375rem;height:1.25rem;top:27.5rem;left:2.5rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pkrJMI3ERpqybZnS8hieODTStBMP8BD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ktBklDB9D3LLhDxucN4tJtBHwmbel1xR { width:10rem;height:1.25rem;top:60.5rem;left:2.5rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ztfqld2SwKR4aEbpWHz8iOld5KmbUBbT { display:block; }
 }@media only screen and (max-width: 763px) { #b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP { display:block; }#b7PgVBpzFwrL4X6tNaIHNfgb33xzc0gP > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fblTJAMqKaLs7VH6vyHFKnpHIfw0e65e { width:7.5rem;height:7.4375rem;top:17.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ie3KOtUazCFXbFWTLT0qE8z9Ap1Vvv { width:7.5rem;height:7.4375rem;top:17.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vixaeTiHoqqfuGC7u6VhILSuPSc1JJEQ { width:12.5625rem;height:7.7988125rem;top:2.5rem;left:3.71875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NKrH60WDpZ3GDNiz3kh5PfU88nM5DOFk { width:10.125rem;height:3.125rem;top:12.3125rem;left:4.9375rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #yEaGArFt5FVny8BWLCgHD685wBNdv5Cv { display:block; }
 }@media only screen and (max-width: 763px) { #IGxU1EZ1hxbBOVf0EB7nvrlEqXg2K13z { width:12.1875rem;height:3.125rem;top:26.1875rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXxaUtJ487TZx2HWKdb6OdtTdNUhcECu { display:block; }
 }@media only screen and (max-width: 763px) { #ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 { display:block; }#ao8PesdPSnfou1Hp7MCueOy1X7kBM3P2 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5TQK12hmdAIaRiuhSAFREdRaG06wxTT { width:20rem;height:48.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meWapLvy16uDX9eKJ2oLSVUrNr3mn01N { display:block; }#meWapLvy16uDX9eKJ2oLSVUrNr3mn01N > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFhkHt8VCfUD84w25TAqMIMVKrOMwVc4 { width:20rem;height:51.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp { display:block; }#n27CFeRfDD1MZhW5iRFsQpw43Nk1Uvwp > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqltCdU50oFqVJyvfkpce5VVCRPOwRkt { width:20rem;height:51.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 { display:block; }#ayKRgwoW0FKLENX5VCVQKxfuS9QQz9Q8 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJkkN3MCZUFgbkRspl8MC3q2tMXncIpK { width:15.25rem;height:4.2246125rem;top:2.5rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLUs4ofRsgP37wxeQ3ktP2RHFTa4Is1O { width:13.375rem;height:2.11230625rem;top:6.724609375rem;left:3.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvVzc9aXa65Q8EUPBoO5XmmUkOJOp25n { width:5.0625rem;height:2.11230625rem;top:8.8369140625rem;left:7.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5DaUX5SipruAKw9dCpS6Dl1uQTKAp73 { width:3.125rem;height:3.125rem;top:10.94921875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvFNc2Ke7CfzKM48cvA6kx5oy8GKsEWi { width:10.1875rem;height:3.125rem;top:16.1875rem;left:4.875rem;font-size:1rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #WtNsAqyQLu9zWXNmxhenX87T63RBilE4 { display:block; }
 }@media only screen and (max-width: 763px) { #TIeEml7rHN8Z9kffbg7MW2a0V991G4CT { width:12.1875rem;height:3.125rem;top:15.32421875rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #APlVr2MTI4QHDq0aRI2q60nUTudmBg89 { display:block; }
 }@media only screen and (max-width: 763px) { #BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 { display:block; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaxWuR6wDRyTuhJJUNf2TBNo7PMf8s5g { width:18rem;height:29.375rem;top:2.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpdd9USE6cfLH30oVRUtCPF57KDQwtR { width:14.8125rem;height:7rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXntHZyV5TqSERXTCK7IzABnDMtVJkkz { width:13.1865rem;height:3.29980625rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f2IqPLyIq5d2vAZVLylXtGMMwtWcUkEK { width:15.625rem;height:11.19725rem;top:16.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctZEFsP80ohBH26e9J404XqaaZoeRLJ { width:7.5rem;height:1.875rem;top:28rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yM3URcT2xIgo9inz8FToVlyh9PLhCZOP { display:block; }
 }@media only screen and (max-width: 763px) { #K9zxMFxcDbhwb2MBuJtWy9uHrZdTpSSR { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWTd748xmVMFsXdWI2tIFJki0iAo9mqp { display:block; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSnJiE9akTVFcOzDaehlU5bJx6JXTiCz { width:14.6875rem;height:1.6503875rem;top:10.5625rem;left:2.65625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vVUHlpZMmdtxUBhB08ggzEsgtn4iiyvi { width:15rem;height:9.597625rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNItT99zTRtJsvHriqOMzCFNWORFIxvW { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L14zFkZ2BLlnXFWgqMkckRXyKOeKDRq3 { width:7.5rem;height:1.25rem;top:25.875rem;left:2.5rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #VhohvWEKk6Frf2AytmRu2kWmMpf65Wn5 { display:block; }
 }@media only screen and (max-width: 763px) { #D9BEJDFLvwJfCGirS24kILcAzAOTWBbZ { width:18rem;height:28.625rem;top:0.4990234375rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u42zldg63S81CmT9Lmc9CDQZd6kGUcdg { display:block; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG9zq0aLO69S5hXpZOqVF1w42yIMVvw4 { width:18rem;height:30.9375rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoRMkuhcvD4JSuKfm3CJ7KFDc0NHpbvh { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au8Z9Hv24gu7OOpTI2cUxAF8AFqye6aw { width:13.186875rem;height:3.29980625rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QrFTqJQ41DkUk2cf08e4pESUiCQBMcbw { width:15rem;height:11.19725rem;top:14.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4gbyT36AfnCIhHww0utF2NUnvER0NUf { width:7.5rem;height:1.875rem;top:27.5625rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X9z2MOitzPGbtHas7845TeqXfkMsv8cT { display:block; }
 }@media only screen and (max-width: 763px) { #bGxUJIcttoL8TiqIsd4ke1t246X9xLoG { display:block; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpnXH8cnyq6S4cEDIEfa9T4bgroSkb4N { width:14.75rem;height:6.9375rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03qN4AOyzgG6dHTIf5TAzQkiTeMTJZz { width:15.7498125rem;height:1.6503875rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLV6y2aSTNZpknZs26REQgTcvPJ3PJ3 { width:15.5625rem;height:11.19725rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EcQ0dM1xQuKNBrit2bA6lclkToGtaR { width:7.5rem;height:1.25rem;top:25.062480926514rem;left:2.5rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yupXtm6Vk2daKOrqoDRT3lr9B5cK0GEt { display:block; }
 }@media only screen and (max-width: 763px) { #lRpD9ez3TtAuWSLxITrDG50bfwX0ZLQl { width:18rem;height:27rem;top:0.49913024902344rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { display:block; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgpASKV5SlfzmuzK7TdTMqS4bBKwGeer { width:10.1875rem;height:3.125rem;top:9.9375rem;left:4.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HTnPzAqu5V4bkndcr1XHAssTlypWtK { display:block; }
 }@media only screen and (max-width: 763px) { #CWX2tGXiHFTkBFP8hcIvo4lzgDgJGvgc { width:12.1875rem;height:3.125rem;top:12.25rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoTHLZJK9XPxfqitou6QXqI1EwGFeyv2 { display:block; }
 }@media only screen and (max-width: 763px) { #QKeW4WLBufMuQ9T7Gha25aHMC5e8B78U { width:20rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { display:block; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S38BLxZnSGVr9ZvQJcIxEkk6HA1U7Rpy { width:20rem;height:20.75rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8TTJsuvKf3xo8d2qB6h6xFRRFZAnNN { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C431vH8K6zZw9yfIS2shxu3SnVgaoQ77 { width:15rem;height:5.3994125rem;top:2.5rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZKGaQgywvg5FtypmPkiIUV92vkd8P6Jr { width:15rem;height:3.125rem;top:10rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcJJzuivsLmvtBnit7v6lTbnbPuFCmn { display:block; }
 }@media only screen and (max-width: 763px) { #RzdmC2A61SEoiMGiEFL408yBbiskXZyQ { width:15rem;height:3.125rem;top:14.125rem;left:2.5rem;font-size:1rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dJXe7ggpH71sy7dhGPvLZzq7inSxDniU { display:block; }
 }