.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,246,248;--color-primary-1:217,226,231;--color-primary-2:178,196,207;--color-primary-3:89,98,104;--color-primary-4:27,29,31;--color-secondary-0:243,244,241;--color-secondary-1:217,217,210;--color-secondary-2:178,179,164;--color-secondary-3:89,90,82;--color-secondary-4:27,27,25;--color-tertiary-0:235,235,235;--color-tertiary-1:188,188,188;--color-tertiary-2:141,141,141;--color-tertiary-3:94,94,94;--color-tertiary-4:47,47,47;--headlines-font-family:"Lato";--paragraphs-font-family:""; }@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:#ffffff;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); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { background-color: transparent; background-image: none; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container > .video-iframe-container { display: none; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row > .video-iframe-container { display: none; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .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); }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { border-width: 0; border-radius: 0; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#dF75nxaWbpVwfFT5lLM8rwipQLkVrpLp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#EZci8dZxLWtZzeqnM4bqyErpufNwVw05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXnqUvTIMoDphhpfhsNWFlopPTTIxuFO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:54.75rem;display:block; }
#r2DoNwqz6xkoDfliwJRMtpLOIXUlLK5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdOxlHltV9QbdItOxoZ9uevWih3JhIBp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:40.5rem;display:block; }
#zsJIuORFVF1JlLWKf2FUwoR0IwTO9WdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0BHKqypTdswVp2CH912XV4AvUeCQTxV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:32.75rem;display:block; }
#gcTTqVf2fMddXx45HTooBZXIpOI9xuUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqnrUQCMElayNa4BTZGsbwZE8ocOPI2d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:25.625rem;display:block; }
#xadgs7ckfVxWZNDeZsBw5oIoqxxhvZXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q68OdaTRNukS1yLzKdsVBcQgq9U31t9v { position:absolute;display:block;z-index:15010;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.875rem;width:8.125rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#uMqKgHovcEUhC2rT9G9uGoE9if7AMln1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:47.625rem;display:block; }
#kiaRnpbgs5TktT7BcLSLTTBS2tSvdplt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5zNNCC4nJdspz6kivqC1rOFDopx32wZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.8125rem;left:18.5rem;display:block; }
#G6qN4GSJJVJGPv88MG47tZBR40tRsG42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2LWeFLZMMN4ILUi7fX9e0RTGSm6mlvW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.8125rem;left:11.375rem;display:block; }
#EcgpLNezwANKdWTb8nQmEzZTlpiNJeCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { background-color: transparent; background-image: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container > .video-iframe-container { display: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container { display: none; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .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); }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { border-width: 0; border-radius: 0; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { font-size:0.875rem;font-family:lato;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:13.474625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#crcUSRlWEuQUZfGwQTGvnapHD21ETtJU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:14.375rem;display:block; }
#AUTAKdkJ5erAhpv5dhsdqvcLGHOTzmle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9UMQVcx8abSGZEJtZqMbz8mI3FvqguP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#n0Dvi1c2606FEyeBm4FRFaSc4xQW2CO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrvDtHqyJDL39WJBkP5BwiVa568w5gpk { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E8FGgpRHfFnlqSqvd0wVl3UPQBszMHHe { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:2.625rem;left:36.125rem;display:block; }
#xKW5lySCFu6arkBUyS6rKJFPqcyxCEpZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:28.625rem; }
#eRWA770EerTQprATWDq6s8T8tGBCLCyv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:32.1875rem; }
#qqbsVQInpFTXt0DmwfpRhvSZztT39vKX { position:absolute;display:block;z-index:14999;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:46.25rem;width:30.625rem;top:0rem;left:44.375rem;overflow:hidden;display:block; }
#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container { background-color: transparent; background-image: none; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container > .video-iframe-container { display: none; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row > .video-iframe-container { display: none; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .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); }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container { border-width: 0; border-radius: 0; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container { font-size:0.875rem;font-family:lato;height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#SBTTTv6fKhU6irFKrZAXkNcKniD6FXzp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.04296875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xAJ4uclLuSIOzF57s5liLfEC7sITHKwL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-0.0625rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#m68MemVKXbdcI6TubXyysOvv4sqXPDQc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:11.125rem;display:block; }
#Tmn0xsPOfZe2EFoeeiTGBJXORP8r6uzu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:6.875rem;display:block; }
#sq7F9CENw7gU3Ko7uJwxBiI0lL6lcgqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3mrnbEgKNdNyVsnF7DssS9uv7d2fhWm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.75rem;width:53.125rem;top:11.03125rem;left:21.755299251871rem;display:block; }
#teaUupfhdgb3OCVdkwJM4iJ6nqf8dcr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:21.8125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTpEUSegat94iNatcz75fecWDXUU7C2f { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:9.8125rem; }
#zshZbG8DAcGUDoWdfsT1od8TGL4crITq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container { background-color: transparent; background-image: none; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container > .video-iframe-container { display: none; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row > .video-iframe-container { display: none; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .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); }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container { border-width: 0; border-radius: 0; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container { font-size:0.875rem;font-family:lato;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#yF0hieJZ19GmzdHe9GMXvdJ7SAxIxL3s { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XfnEqDzN6dpcWCM5K9E5TpXWxpRvRQ00 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:23.75rem;top:14.0625rem;left:51.25rem;display:block; }
#DMG2h6RxvCJsqV6TSlo7hzuDkUUfyzDr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:23.75rem;top:14.0625rem;left:25.625rem;display:block; }
#UU6aSGnFn6iGovMbg3vwLAcz5eM8yXOH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.875rem;left:53.125rem; }
#V8O80qp7qLE5wmyoZ8pL7mP1IQCMlGXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.875rem;left:1.875rem; }
#cxHpIge8moSu3A47onrN7ROdFgfOAplM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.375rem;left:16.75rem; }
#osRiTTeynwxnVcWnnbORux7aCE0dbT7c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.875rem;left:13.25rem; }
#s3cCNVXlNrbFqULsnUPzcmoKwmrfFU1J { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:0.3125rem;width:39.8125rem;top:32.1875rem;left:19.875rem;display:block; }
#eqFVTgOiZvCOahAQSzMDDOBagFi3T7xl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:16.6875rem;left:57.9375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QrvMBok4StJ61XbwhTG9TDaglt0m9AV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:16.6875rem;left:31.875rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CxtptddHokxJrhghD6kg37xsm9K565Ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.9375rem;left:27.5rem; }
#vaz2QoWldIDAP5e858IOseqMX8MoZT1l { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:20.625rem;left:53.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pJ6QgHW0VtOueMA3dZWHJMQqhCIRizGX { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:20.625rem;left:27.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FJKTalnFPirUeGNh5btGflI1LvIgWAsJ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:23.75rem;top:14.0625rem;left:0rem;display:block; }
#TGIcz4AcMXLLz9w7DEAywO4aViHrH0QQ { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:20.625rem;left:1.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JpNCzCvqGsHdTKPlxTT0UoJXPH4Qwpe9 { color:rgba(var(--color-primary-3),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:16.6875rem;left:6.25rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bndKKZoJdH6ei1RCxcvLRwJWTxx3imy6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.15625rem;left:61.875rem;display:block; }
#ZEilsnGnF9hdx9xEQVmOZqBo6qWci1A7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container { background-color: transparent; background-image: none; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container > .video-iframe-container { display: none; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row > .video-iframe-container { display: none; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .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); }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container { border-width: 0; border-radius: 0; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container { font-size:0.875rem;font-family:lato;height:34.5rem;width:75rem;overflow:visible;position:relative;display:block; }#yK1X45u27Z5SoAV4ShMn4JOMwhTcvvQO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:20.1875rem;left:0rem;height:7.19925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mKHCU1h6vMh30Xl9R3uM1DTDmCLF7NZO { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:24.125rem;left:0rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bhTIKdMM76afeCALk72e9wbuswUuWTCg { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:24.125rem;left:18.75rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GyQeW48QvJElmeUUXsCWNIzkKEGWxdg0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:20.1875rem;left:18.75rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IE7n4lKU1SHkLAOOKhxSWHiTFL7MnU4V { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:20.1875rem;left:37.5rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJRDJgJd9MEGGQMQwdEI2xXVztLp4JNQ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:24.125rem;left:37.5rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fChTddQgThmcb0ONBLTGCZeOE1NlS1yJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:24.125rem;left:56.25rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zoTkPXcc7roI173NqyvZypAM6rGpSG1n { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:20.1875rem;left:56.25rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KcRIVlKuSdN6TRNx2epOnNs7MSesrQUC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:7.1875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FhwH7EFRtiNmtXUS5omyC2IMQTAdrHcB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.625rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IS4N0rWxwRRTGptc6M370KkF92TFmArR { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.375rem;width:12.375rem;top:5.6875rem;left:50.5rem;display:block; }
#Sl21rBUskd46AnzFSkaST1wV36DnckI9 { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { background-color: transparent; background-image: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container > .video-iframe-container { display: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container { display: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .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); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { border-width: 0; border-radius: 0; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { font-size:0.875rem;font-family:lato;height:59.875rem;width:75rem;overflow:visible;position:relative;display:block; }#E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:7.193359375rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bEvvxh7dUmlb6peyfFVbzktotl8OenMu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:40.9990234375rem;left:3.3125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mRnD7yriw1O1VVVVJyNLoCa6PTrTrTUV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:43.8125rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iQMxJXkFAuLH0FflHhWhwLy98S9iqLKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:22.9375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cmikmKXF0qvCFKLhoHdriGx2yxfD2oTi { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:20.1875rem;left:3.3125rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p3oDeEpGn7NXKBKag3yhAzHv4wT4ycxI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:33.375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ur8KDMNdfCOw90D2nwGzSCL4tc5JTGyh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:30.625rem;left:3.3125rem;height:5.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OdirAdpc6WAyqBTZiTrfEKKcT3kN9PkG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:48.4375rem;left:58.8125rem; }
#inK7wJPNenotGOhdVZ5gybTrP8lwmfeG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.9375rem;left:62.375rem; }
#PePIU9p4GXW3grmVERRZJWZEWDoyyoxe { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.8369140625rem;left:0rem; }
#fnd4nIrk22q8SolMfkrw0Iu9ZkHuUxKz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.2744140625rem;left:0rem; }
#gwQHw4yE3PgpALS3cQNEIIJycSagy3me { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.6494140625rem;left:0rem; }
#vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { 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:42.5625rem;width:27.875rem;top:7.193359375rem;left:46.969236381323rem;overflow:hidden;display:block; }
#pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.4375rem;width:23.4375rem;top:3.625rem;left:34.5625rem;display:block; }
#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container { background-color: transparent; background-image: none; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container > .video-iframe-container { display: none; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row > .video-iframe-container { display: none; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .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); }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container { border-width: 0; border-radius: 0; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container { font-size:0.875rem;font-family:lato;height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#I7oaqxTVz3mXmroh9491NWSJGvZrJrEf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:14.3994375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fKGkNQwT7nhUcMm27rmEOXR7owVBD3Dq { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:35.1875rem;left:25.0625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PtNSzPrtwbSKWXkGAFKyWnah4TsU92ln { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:43.125rem;left:25.0625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eOLTXP4RwcJD6wneRuyBnlkTTCrZoy65 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:35.25rem;left:49.6875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DriC2QyMTc7zQh6xRRGq7Sr2GHxtoFis { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:43.125rem;left:49.6875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tOChz8FcTBCeq0DTxw7dEbODuZkwrXTM { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:27.75rem;width:31.8125rem;top:1.875rem;left:3rem;display:block; }
#LPw6wPUtINW11rNoGSk58AOpdk1hJ0ro { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.1875rem;left:12.9375rem; }
#XvIDoXIMPMXA7orW2C1SnTng3e0JtWKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:38.6875rem;left:9.375rem; }
#tNf2ZBSU3X9W5QsAKEO1ILZ5iuSExQ20 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.0625rem;width:50rem;top:5rem;left:25rem;display:block; }
#LoP0QOSvntL6rTgqdvi58uilcHQDAtTw { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:22.0625rem;left:0rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N3i1leFcDVdTTauvTG3GJUNloI0xroKC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container { background-color: transparent; background-image: none; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container > .video-iframe-container { display: none; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row > .video-iframe-container { display: none; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .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); }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container { border-width: 0; border-radius: 0; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container { font-size:0.875rem;font-family:lato;height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#H71Q43ccgQspWST5g6o0HALFlTBwcbua { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:8.0625rem;left:37.8125rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PJDHp7dPVroTyJ89vCLgHJtVIKoJuiQW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.5625rem;left:37.8125rem;display:block; }
#bXX0QUMSa9fdWT14DdkbIsrLWXTBQ60u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTcgBSEPi6EGWPxGMDF1wKLRgeHwpkwO { color:rgba(var(--color-tertiary-3),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.625rem;left:37.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#erffsXlNtro3523xzk1Iw7PR76pTdM2c { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:20.0625rem;left:41.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LNaTEQRbrvxzRCr4VEAZSrKOgrR1yubN { color:rgba(var(--color-tertiary-3),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:28.9375rem;left:37.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gRFLvXz4dlsVeRQ3vre3m3fUdwCH7JXC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:26.375rem;left:41.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X98FCEGevr4kyLPTMKlPrXT8qkUtNZsd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.6875rem;left:37.8125rem; }
#z3cnP3qvQ9op5dncoTasrLucNnsoNLWU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26rem;left:37.8125rem; }
#LrLE6006BL22ZDRN9F6wNHLSi546Z36q { 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:35.8125rem;width:35.8125rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#K7TxCKTglqfVrU6EmBvIhntKTQsx72IT { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:35.25rem;left:37.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BoyUiZe23sv85dkrz8TB2X3fIwrnQBET { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:32.6875rem;left:41.3125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xWA9huSWDOaLElyg7cDRkpaDrukd8LmC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.3125rem;left:37.8125rem; }
#kUPDslmBWuBkwrEerTMQS0rgkT61dUVT { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.724609375rem;left:60.0625rem;display:block; }
#MnhJC95oLgezIJH5NahqBQddS8Uu2HMc { color:rgba(var(--color-tertiary-3),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.224609375rem;left:37.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container { background-color: transparent; background-image: none; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container > .video-iframe-container { display: none; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row > .video-iframe-container { display: none; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .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); }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container { border-width: 0; border-radius: 0; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container { font-size:0.875rem;font-family:lato;height:26.125rem;width:75rem;overflow:visible;position:relative;display:block; }#E8mXEInR8TXJghB3T0M7aIf3RcsVTO9g { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:8rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#oCetRtTiO8ti5hh5FLNwQVED2GQP2yuT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),0.8));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),0.8)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.625rem;width:40.1875rem;top:5.125rem;left:0rem;display:block; }
#EEuvCuT3yaLTXTbPo5uy7DlTUt335KMV { color:rgba(var(--color-primary-3),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:16.625rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnyfhVsRbydo9DqEv3Bksm641MmJykOy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.9375rem;left:61.875rem;display:block; }
#l18q09oTcemJDlWeP4TrbRfKm2kkJN3t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container { background-color: transparent; background-image: none; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container > .video-iframe-container { display: none; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row > .video-iframe-container { display: none; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .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); }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container { border-width: 0; border-radius: 0; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container { font-size:0.875rem;font-family:lato;height:37.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#c6pVPzVw9QmMG6zyc4oXvomekx2My1df { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:7.849609375rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DMUqSB26kRsViVPqaevZI9SiWD6xEDH4 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10.625rem;width:24.5rem;top:4.75rem;left:50.5rem;display:block; }
#WOFG1kFwOvbNkSoII9DThlwGGDiSurCM { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:28.625rem;left:1.5625rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WcJC9ATRvZkAKl8KECaEl3lTNKKRfKqC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.5rem;left:1.5625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VImndTDPNL8tv01PbCnlxL7M0SQ8eOTF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.8125rem;left:5.625rem;overflow:hidden;display:block; }
#t46yp7mtm4icQVKDnrAeHU6T4AWVK3Fi { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:28.625rem;left:20.3125rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ACpITacZlTms11FAh8PuDSCAF2bdgLoz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.5rem;left:20.3125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I8oOHmVky643uvshva0TXH21QRhuzmga { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.8125rem;left:24.375rem;overflow:hidden;display:block; }
#TpbJ9dFmPf7zBe73AxB6Asb18qp4CUGT { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:28.625rem;left:39.0625rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dC4puqxSz4DsLO4pmW5V5llgtTimcwlM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.5rem;left:39.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kJVzrgEAB6VR78RTv2T1ohxvMZVFPkfq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.8125rem;left:43.125rem;overflow:hidden;display:block; }
#t7IkgkZtfqc6xg8TfLuVysooATJTWFFS { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:28.625rem;left:57.8125rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vamRTsOVQyqEgA4p7R5MecnFks8HwQcn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.5rem;left:57.8125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gczzJEoBlD0aXcScTFZDXFJoT0fTdE2r { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.8125rem;left:61.875rem;overflow:hidden;display:block; }
#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container { background-color: transparent; background-image: none; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container > .video-iframe-container { display: none; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row > .video-iframe-container { display: none; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .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); }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container { border-width: 0; border-radius: 0; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container { font-size:0.875rem;font-family:lato;height:48.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#TTKgddHVriyKXPx5Aup3WCuTaLcZ0EfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:6.25rem;left:42.4375rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nPmO1M9MCPXT2hBoTkCDUiEMyiWG8LVi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.5rem;left:61.4375rem; }
#O9SUI8p5XhHA9Pi8M1AmVepqroXf3nC7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.125rem;width:27.4375rem;top:31.6875rem;left:35.375rem;display:block; }
#IohwckSgM17cMhIwrFsC4Zpk6JcqkXsB { color:rgba(var(--color-tertiary-3),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:42.4375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EkyZUBomU28LPyKTipXoqeLM6PHp9Raq { 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:20rem;width:20rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#QbTd6xdO0ZTXI5EEG1fIfMi4ttIkhnCR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:6.25rem;left:20rem;overflow:hidden;display:block; }
#VA1Gth9x3g5FpTUBBlsW59GsNxI2GNpo { 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:13.25rem;width:20rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#EbnJ1CP3mT18W2BJHgweDpwgMTGTT7X7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:26.25rem;left:19.9375rem;overflow:hidden;display:block; }
#nqHHIeDmalcNpavLZMCCTIMD5FzJexkA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:24.5625rem;left:42.4375rem;display:block; }
#TDfkCCSfTfECXSZQQlKFNiGq1ZJAQWn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container { background-color: transparent; background-image: none; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container > .video-iframe-container { display: none; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row > .video-iframe-container { display: none; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .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); }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container { border-width: 0; border-radius: 0; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container { font-size:0.875rem;font-family:lato;height:22.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#mIP5fEdZUAlgHlWINV1ZG0yXH8poiLtR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:5.3125rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SNBTFPyrKyi6azVUrF95ZSCvvaHEdEG7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.4375rem;width:10.4375rem;top:6.75rem;left:17.5rem;display:block; }
#aOKpugZzU2h9fXyHBvPP4Z87zWLdTid6 { position:absolute;display:block;z-index:15002;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.5rem;width:12.5rem;top:6rem;left:33.8125rem;overflow:hidden;display:block; }
#dH4obDNKORniUmT5EOsdBeF2wVbMUxl9 { 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.5rem;width:12.5rem;top:6rem;left:48.1875rem;overflow:hidden;display:block; }
#tSmTFaP9HTHiEDBHcfzV749lVnKFEilx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:5.9375rem;left:62.5rem;overflow:hidden;display:block; }
#ASCUe6Xbo4oMRIdTWTZBGzPehMyXcDQm { 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:2.5rem;width:12.5rem;top:10.3125rem;left:33.875rem;overflow:hidden;display:block; }
#WqmHwxwTEw43wT9PtQH8Q9ieMFF7Axoi { 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:2.5rem;width:12.5rem;top:10.3125rem;left:48.25rem;overflow:hidden;display:block; }
#Csd4zAplcUhVX22vKaWOilT8yXUDAMU5 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.5625rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iUGDoJhsAKXftra0Ghmn6qVx5Abf9HDg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:10.3125rem;left:62.5rem;overflow:hidden;display:block; }
#dBpQsxng643G5xIr9u62D0cBhLK2XWSy { 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:2.5rem;width:12.5rem;top:14.6875rem;left:33.8125rem;overflow:hidden;display:block; }
#D8lA2MriLwBMKF8KG2mlAeDmE3upTUPt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:14.6875rem;left:48.1875rem;overflow:hidden;display:block; }
#CEkIxwiQoaipBHmIL5thX8y3ZWrhCRDU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:14.6875rem;left:62.5rem;overflow:hidden;display:block; }
#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { background-color: transparent; background-image: none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container > .video-iframe-container { display: none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container { display: none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .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); }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { border-width: 0; border-radius: 0; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { font-size:0.875rem;font-family:lato;height:53.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { color:#2f2f2f;display:block;width:55.25rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6875rem;left:19.75rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -moz-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -ms-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -o-linear-gradient(180deg, #f3f4f1, #d9e2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );";background-image: linear-gradient(180deg, #f3f4f1, #d9e2e7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:15.375rem;left:0rem;display:block; }
#xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:16.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#WB28pxPUo8rVyh27fZimOA5sLteaU9iS { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:24.88671875rem;left:10.8125rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { color:#5e5e5e;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.75rem;left:14.125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:24.875rem;left:50.4375rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { color:#5e5e5e;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:16.75rem;left:53.75rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -moz-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -ms-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -o-linear-gradient(180deg, #f3f4f1, #d9e2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );";background-image: linear-gradient(180deg, #f3f4f1, #d9e2e7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:15.375rem;left:39.625rem;display:block; }
#iebJXbrW5islORdeQteJVyT0AyHW8sKw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:16.9375rem;left:41.1875rem;overflow:hidden;display:block; }
#MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:41.75rem;left:10.8125rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { color:#5e5e5e;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:33.625rem;left:14.125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:41.75rem;left:50.4375rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { color:#5e5e5e;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.625rem;left:53.75rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -moz-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -ms-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -o-linear-gradient(180deg, #f3f4f1, #d9e2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );";background-image: linear-gradient(180deg, #f3f4f1, #d9e2e7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:32.25rem;left:39.625rem;display:block; }
#Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:33.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -moz-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -ms-linear-gradient(180deg, #f3f4f1, #d9e2e7);background-image: -o-linear-gradient(180deg, #f3f4f1, #d9e2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f1', endColorstr='#d9e2e7' );";background-image: linear-gradient(180deg, #f3f4f1, #d9e2e7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:32.25rem;left:0rem;display:block; }
#cUgAXAOTp5VIS43yz1kUpNFTZb96nlNZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:33.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#H0X38UE2HIRwJMJ9PopngufPZDGHN69W { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container { background-color: transparent; background-image: none; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container > .video-iframe-container { display: none; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row > .video-iframe-container { display: none; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .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); }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container { border-width: 0; border-radius: 0; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container { font-size:0.875rem;font-family:lato;height:31.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#Uvv68SBWGMzS2FOb8Gu12aagFciAGKBO { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5.09765625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K7WRoxAn6fLO4xEvNyrFunirILatON0b { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:0.3125rem;width:20.5625rem;top:7.341796875rem;left:46.875rem;display:block; }
#CE99ABQX1m5QUDDZiNI5oUzAvi6F382x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.5rem;left:67.0625rem; }
#ooz9FDA9fiB2yQ9FJFoCKGc3mwPGgJZW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:0rem;left:63.5625rem; }
#fXyxJoK5pBvaQJiRzk6ODUevlg6lUNDR { 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:6.1875rem;width:6.25rem;top:11.4375rem;left:38.3125rem;overflow:hidden;display:block; }
#fnRZ64x6HedHrx0NZL8Ud1tLuNxGtS1S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.25rem;top:11.4375rem;left:48.5rem;overflow:hidden;display:block; }
#ARpvRrqcTkyZX2h8aARKuGqwyQdCuhIy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.25rem;top:11.5rem;left:58.5rem;overflow:hidden;display:block; }
#GAI4mNHA2MxewFNH0hgZ6ThgMTruJiMb { position:absolute;display:block;z-index:15010;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.1875rem;width:6.25rem;top:11.5rem;left:68.75rem;overflow:hidden;display:block; }
#rmkctNQgQNFbprKVWubVXVWGN20IIIex { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.25rem;top:20.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#qHi3UlKU3VUERZFKoDECstDnRdswsXW6 { position:absolute;display:block;z-index:15012;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.1875rem;width:6.25rem;top:20.1875rem;left:48.5rem;overflow:hidden;display:block; }
#rGu8HDcToPtUEI8zTmuJRXFLUaqVeT3G { position:absolute;display:block;z-index:15013;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.1875rem;width:6.25rem;top:20.25rem;left:58.5rem;overflow:hidden;display:block; }
#P2s78QFuHmDGCzrXrByUcraNKOyFBolp { position:absolute;display:block;z-index:15014;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.1875rem;width:6.25rem;top:20.25rem;left:68.75rem;overflow:hidden;display:block; }
#mPLNk1obhr1VTONizrpWGrndL4WUrv5q { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:15.625rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#teakp5KplApZKkeizUfD6hIUQtkQ8nGs { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:19.625rem;top:14rem;left:13rem;display:block; }
#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { background-color: transparent; background-image: none; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container > .video-iframe-container { display: none; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row > .video-iframe-container { display: none; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .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); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { border-width: 0; border-radius: 0; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { font-size:0.875rem;font-family:lato;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#tbSk4zHmf5fF3wXFp2civBwaIpGoXIIc { color:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:13.1875rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#LqcNhLudrn6fC83CUdsrbSSVl69gKUFk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.3125rem;left:4.625rem; }
#RmSlG32QHgQ0su5eryJi1ifs44LuaLpg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.8125rem;left:1.0625rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);line-height:2.5;overflow:hidden;height:auto; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4273ae0b62aba5b745d8d9b2acd5cd06b8738077.svg");background-size:contain !important; }#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger.adaptive-delivery-prevent-bg, #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger.lazyload, #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger.lazyloading { background-image: none; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.625rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #GykoKxuwA6q5Rw1uHRw8ezm49TBMz6pR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #KDGyRpTe5eWka1ICxARx49h89viIMiUS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #glywXdOysW0l49c5UrCA3MLIHnfKmazv { display:block;position:relative; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #X2XTTpqtgMOZ8Q0lPHNtsku0nvFW4SMz {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #uKQ1eTOkREfmM6WQK9ORUr5KzvtrpCTW {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #MZ9O7kTNXt2Erm0ttJzm6HTZ0Il7Vpky { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #xymZ8n57ZKw414T9vHJnyWgTrmFTw2iv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #z29Gz6WH56aS1i4FMmsKMry06THCluoQ { display:block;position:relative; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #ZVrT1TvBUzE8LHTpUwasvMiI3mu0aqXf {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #owbZWM8dv9UdtkSPMz4ov00ZscoLI67i { display:none; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #P3MIZQ8y4dhv0efFL6tsShrQVQmXvdXq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #bKt9vXugciKemMBI32sc3ha7D8SrTUZE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #f5ypu9Xm4aPe2NZrfAIHPer2quAhirnh { display:block;position:relative; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #wPre39uPAiAsWRrVGdzmrsMuQTsfiZSG {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #yah5SeXoWQkkEFJgPQVTTtihBgITcs5u { display:none; }
#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container { background-color: transparent; background-image: none; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container > .video-iframe-container { display: none; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row > .video-iframe-container { display: none; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .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); }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container { border-width: 0; border-radius: 0; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container { font-size:0.875rem;font-family:lato;height:23.125rem;width:75rem;overflow:visible;position:relative;display:block; }#dx9kbLcORdJIhqQDvuSBOvbDEQXA6t5B { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:37.0625rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BF01Bq7DitCnJ88prX9K7xTvTrlVBOuH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.8125rem;left:3.0625rem; }
#KorhuAcCBOc2MviyVl3fc420UE3OVTIi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.3125rem;left:3rem; }
#hgoVpTy1UaQt1BZPeSXbcL2WdhUQ0vDh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.625rem;left:2.75rem; }
#F6Nvr2STywrzlsAdSKydVH9TG18gNT6c { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.4375rem;width:10.4375rem;top:11.03125rem;left:31.125rem;display:block; }
#dOAXZvJJLVZl8lVvHHJwvR26dTq6feWM { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.1875rem;left:7rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxSXt1nkXzfX5s8ABeflt1Rq40TTUB5d { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.625rem;width:39.375rem;top:2.75rem;left:0rem;display:block; }
#Amswy24GawRI3mTO6qbM11tD3zadB9Tt { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.75rem;left:7rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IIkrXL6CATPNbnGJe8mKge1wT3WzbCld { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.375rem;left:7rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#szTtptLy2btz7IdHDmLTdEBuFLvW5riF { color:rgba(var(--color-tertiary-3),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:11.25rem;left:44rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { background-color: transparent; background-image: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container > .video-iframe-container { display: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container { display: none; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .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); }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { border-width: 0; border-radius: 0; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { font-size:0.875rem;font-family:lato;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3.8623046875rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MWVMs9ATMtCVAIt2dRUm8GPwotCnPS21 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:8.125rem;left:32.8125rem;display:block; }
#N3c8tpWITE3ezBkpFAIOx2ulP6oNedrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nasTiWAL6JQPwaIQhgxf3OoAGH6p3NW1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.125rem;left:22.8125rem;display:block; }
#wTZd14awkf8X56D0QwNCDa24w1XE9Rko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVTJZWHHMeIGpm3gOmX74DDM4fV3wdc3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:8.125rem;left:42.8125rem;display:block; }
#Rf4fnTyEpkcwDsaNce0Nm6GUa8g9gOGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWx5SApxHDa3eVW2f9NBm5fR7Agykhgy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:6.5625rem;left:0rem;display:block; }
#CqJ1EJA9pJT1v2olwxFw415r1UsmGRTM { 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:1.875rem;width:8.125rem;top:1.34375rem;left:33.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c3yeEgVGuskLrlHX8anB4woEWRRpI2wI { display:block; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dF75nxaWbpVwfFT5lLM8rwipQLkVrpLp { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZci8dZxLWtZzeqnM4bqyErpufNwVw05 { display:block; }
 }@media only screen and (max-width: 763px) { #fXnqUvTIMoDphhpfhsNWFlopPTTIxuFO { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2DoNwqz6xkoDfliwJRMtpLOIXUlLK5B { display:block; }
 }@media only screen and (max-width: 763px) { #QdOxlHltV9QbdItOxoZ9uevWih3JhIBp { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJIuORFVF1JlLWKf2FUwoR0IwTO9WdU { display:block; }
 }@media only screen and (max-width: 763px) { #W0BHKqypTdswVp2CH912XV4AvUeCQTxV { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTTqVf2fMddXx45HTooBZXIpOI9xuUm { display:block; }
 }@media only screen and (max-width: 763px) { #hqnrUQCMElayNa4BTZGsbwZE8ocOPI2d { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadgs7ckfVxWZNDeZsBw5oIoqxxhvZXP { display:block; }
 }@media only screen and (max-width: 763px) { #q68OdaTRNukS1yLzKdsVBcQgq9U31t9v { top:1.6875rem;left:0rem;width:8.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqKgHovcEUhC2rT9G9uGoE9if7AMln1 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiaRnpbgs5TktT7BcLSLTTBS2tSvdplt { display:block; }
 }@media only screen and (max-width: 763px) { #n5zNNCC4nJdspz6kivqC1rOFDopx32wZ { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6qN4GSJJVJGPv88MG47tZBR40tRsG42 { display:block; }
 }@media only screen and (max-width: 763px) { #p2LWeFLZMMN4ILUi7fX9e0RTGSm6mlvW { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcgpLNezwANKdWTb8nQmEzZTlpiNJeCG { display:block; }
 }@media only screen and (max-width: 763px) { #BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { top:6.25rem;left:0rem;width:47.75rem;height:13.5rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crcUSRlWEuQUZfGwQTGvnapHD21ETtJU { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTAKdkJ5erAhpv5dhsdqvcLGHOTzmle { display:block; }
 }@media only screen and (max-width: 763px) { #M9UMQVcx8abSGZEJtZqMbz8mI3FvqguP { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Dvi1c2606FEyeBm4FRFaSc4xQW2CO8 { display:block; }
 }@media only screen and (max-width: 763px) { #BrvDtHqyJDL39WJBkP5BwiVa568w5gpk { top:21.1875rem;left:0rem;width:34.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FGgpRHfFnlqSqvd0wVl3UPQBszMHHe { top:2.625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKW5lySCFu6arkBUyS6rKJFPqcyxCEpZ { top:29.5625rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRWA770EerTQprATWDq6s8T8tGBCLCyv { top:26.0625rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqbsVQInpFTXt0DmwfpRhvSZztT39vKX { top:0rem;left:17.125rem;width:30.625rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo { display:block; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBTTTv6fKhU6irFKrZAXkNcKniD6FXzp { top:5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAJ4uclLuSIOzF57s5liLfEC7sITHKwL { top:11.25rem;left:0rem;width:20.0625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m68MemVKXbdcI6TubXyysOvv4sqXPDQc { top:25.4375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmn0xsPOfZe2EFoeeiTGBJXORP8r6uzu { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq7F9CENw7gU3Ko7uJwxBiI0lL6lcgqS { display:block; }
 }@media only screen and (max-width: 763px) { #M3mrnbEgKNdNyVsnF7DssS9uv7d2fhWm { top:11rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #teaUupfhdgb3OCVdkwJM4iJ6nqf8dcr6 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpEUSegat94iNatcz75fecWDXUU7C2f { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zshZbG8DAcGUDoWdfsT1od8TGL4crITq { display:block; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF0hieJZ19GmzdHe9GMXvdJ7SAxIxL3s { top:7.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfnEqDzN6dpcWCM5K9E5TpXWxpRvRQ00 { top:14.0625rem;left:24rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMG2h6RxvCJsqV6TSlo7hzuDkUUfyzDr { top:14.0625rem;left:12rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU6aSGnFn6iGovMbg3vwLAcz5eM8yXOH { top:15.875rem;left:39.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8O80qp7qLE5wmyoZ8pL7mP1IQCMlGXm { top:15.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxHpIge8moSu3A47onrN7ROdFgfOAplM { top:28.375rem;left:3.125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osRiTTeynwxnVcWnnbORux7aCE0dbT7c { top:24.875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3cCNVXlNrbFqULsnUPzcmoKwmrfFU1J { top:32.1875rem;left:6.25rem;width:39.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqFVTgOiZvCOahAQSzMDDOBagFi3T7xl { top:16.6875rem;left:31.0625rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrvMBok4StJ61XbwhTG9TDaglt0m9AV5 { top:16.6875rem;left:18.25rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxtptddHokxJrhghD6kg37xsm9K565Ad { top:15.9375rem;left:13.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaz2QoWldIDAP5e858IOseqMX8MoZT1l { top:20.625rem;left:27.75rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ6QgHW0VtOueMA3dZWHJMQqhCIRizGX { top:20.625rem;left:13.875rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJKTalnFPirUeGNh5btGflI1LvIgWAsJ { top:14.0625rem;left:0rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIcz4AcMXLLz9w7DEAywO4aViHrH0QQ { top:20.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpNCzCvqGsHdTKPlxTT0UoJXPH4Qwpe9 { top:16.6875rem;left:0rem;width:15.4375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bndKKZoJdH6ei1RCxcvLRwJWTxx3imy6 { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEilsnGnF9hdx9xEQVmOZqBo6qWci1A7 { display:block; }
 }@media only screen and (max-width: 763px) { #zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN { display:block; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yK1X45u27Z5SoAV4ShMn4JOMwhTcvvQO { top:20.1875rem;left:0rem;width:18.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKHCU1h6vMh30Xl9R3uM1DTDmCLF7NZO { top:24.125rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTIKdMM76afeCALk72e9wbuswUuWTCg { top:24.125rem;left:5.125rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyQeW48QvJElmeUUXsCWNIzkKEGWxdg0 { top:20.1875rem;left:5.125rem;width:18.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7n4lKU1SHkLAOOKhxSWHiTFL7MnU4V { top:20.1875rem;left:23.875rem;width:18.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJRDJgJd9MEGGQMQwdEI2xXVztLp4JNQ { top:24.125rem;left:23.875rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fChTddQgThmcb0ONBLTGCZeOE1NlS1yJ { top:24.125rem;left:29rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTkPXcc7roI173NqyvZypAM6rGpSG1n { top:20.1875rem;left:29rem;width:18.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcRIVlKuSdN6TRNx2epOnNs7MSesrQUC { top:7.1875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwH7EFRtiNmtXUS5omyC2IMQTAdrHcB { top:12.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS4N0rWxwRRTGptc6M370KkF92TFmArR { top:5.6875rem;left:35.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl21rBUskd46AnzFSkaST1wV36DnckI9 { display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { top:7.1875rem;left:0rem;width:46.6875rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEvvxh7dUmlb6peyfFVbzktotl8OenMu { top:40.9375rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRnD7yriw1O1VVVVJyNLoCa6PTrTrTUV { top:43.8125rem;left:0rem;width:37.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMxJXkFAuLH0FflHhWhwLy98S9iqLKQ { top:22.9375rem;left:0rem;width:37.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmikmKXF0qvCFKLhoHdriGx2yxfD2oTi { top:20.1875rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oDeEpGn7NXKBKag3yhAzHv4wT4ycxI { top:33.375rem;left:0rem;width:37.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8KDMNdfCOw90D2nwGzSCL4tc5JTGyh { top:30.625rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdirAdpc6WAyqBTZiTrfEKKcT3kN9PkG { top:48.4375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inK7wJPNenotGOhdVZ5gybTrP8lwmfeG { top:44.9375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PePIU9p4GXW3grmVERRZJWZEWDoyyoxe { top:19.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnd4nIrk22q8SolMfkrw0Iu9ZkHuUxKz { top:30.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwQHw4yE3PgpALS3cQNEIIJycSagy3me { top:40.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { top:7.1875rem;left:19.875rem;width:27.875rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { top:3.625rem;left:20.9375rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr { display:none; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I7oaqxTVz3mXmroh9491NWSJGvZrJrEf { top:5rem;left:0rem;width:23.25rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGkNQwT7nhUcMm27rmEOXR7owVBD3Dq { top:35.1875rem;left:11.4375rem;width:22rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNSzPrtwbSKWXkGAFKyWnah4TsU92ln { top:43.125rem;left:11.4375rem;width:22rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLTXP4RwcJD6wneRuyBnlkTTCrZoy65 { top:35.25rem;left:25.4375rem;width:22.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriC2QyMTc7zQh6xRRGq7Sr2GHxtoFis { top:43.125rem;left:25.75rem;width:22rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOChz8FcTBCeq0DTxw7dEbODuZkwrXTM { top:1.875rem;left:0rem;width:31.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPw6wPUtINW11rNoGSk58AOpdk1hJ0ro { top:35.1875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvIDoXIMPMXA7orW2C1SnTng3e0JtWKD { top:38.6875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNf2ZBSU3X9W5QsAKEO1ILZ5iuSExQ20 { top:5rem;left:0rem;width:47.75rem;height:26.7996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoP0QOSvntL6rTgqdvi58uilcHQDAtTw { top:22.0625rem;left:0rem;width:21.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3i1leFcDVdTTauvTG3GJUNloI0xroKC { display:block; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H71Q43ccgQspWST5g6o0HALFlTBwcbua { top:8.0625rem;left:10.5rem;width:37.25rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDHp7dPVroTyJ89vCLgHJtVIKoJuiQW { width:13.125rem;height:4.375rem;top:39.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXX0QUMSa9fdWT14DdkbIsrLWXTBQ60u { display:block; }
 }@media only screen and (max-width: 763px) { #TTcgBSEPi6EGWPxGMDF1wKLRgeHwpkwO { top:22.625rem;left:10.625rem;width:37.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erffsXlNtro3523xzk1Iw7PR76pTdM2c { top:20.0625rem;left:14.0625rem;width:33.6875rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNaTEQRbrvxzRCr4VEAZSrKOgrR1yubN { top:28.9375rem;left:10.5rem;width:37.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRFLvXz4dlsVeRQ3vre3m3fUdwCH7JXC { top:26.375rem;left:14.0625rem;width:33.6875rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X98FCEGevr4kyLPTMKlPrXT8qkUtNZsd { top:19.6875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3cnP3qvQ9op5dncoTasrLucNnsoNLWU { top:26rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLE6006BL22ZDRN9F6wNHLSi546Z36q { top:8.0625rem;left:0rem;width:35.8125rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TxCKTglqfVrU6EmBvIhntKTQsx72IT { top:35.25rem;left:10.5625rem;width:37.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoyUiZe23sv85dkrz8TB2X3fIwrnQBET { top:32.6875rem;left:14rem;width:33.75rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWA9huSWDOaLElyg7cDRkpaDrukd8LmC { top:32.3125rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUPDslmBWuBkwrEerTMQS0rgkT61dUVT { top:5.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnhJC95oLgezIJH5NahqBQddS8Uu2HMc { top:13.1875rem;left:10.5rem;width:37.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd { display:block; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8mXEInR8TXJghB3T0M7aIf3RcsVTO9g { top:8rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCetRtTiO8ti5hh5FLNwQVED2GQP2yuT { top:5.125rem;left:0rem;width:40.1875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuvCuT3yaLTXTbPo5uy7DlTUt335KMV { top:16.625rem;left:0rem;width:39.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnyfhVsRbydo9DqEv3Bksm641MmJykOy { width:13.125rem;height:4.375rem;top:15.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18q09oTcemJDlWeP4TrbRfKm2kkJN3t { display:block; }
 }@media only screen and (max-width: 763px) { #G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP { display:block; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pVPzVw9QmMG6zyc4oXvomekx2My1df { top:7.8125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUqSB26kRsViVPqaevZI9SiWD6xEDH4 { top:4.75rem;left:23.25rem;width:24.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFG1kFwOvbNkSoII9DThlwGGDiSurCM { top:28.625rem;left:0rem;width:15.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJC9ATRvZkAKl8KECaEl3lTNKKRfKqC { top:26.5rem;left:0rem;width:15.625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VImndTDPNL8tv01PbCnlxL7M0SQ8eOTF { top:17.8125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46yp7mtm4icQVKDnrAeHU6T4AWVK3Fi { top:28.625rem;left:6.6875rem;width:15.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpITacZlTms11FAh8PuDSCAF2bdgLoz { top:26.5rem;left:6.6875rem;width:15.625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8oOHmVky643uvshva0TXH21QRhuzmga { top:17.8125rem;left:10.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbJ9dFmPf7zBe73AxB6Asb18qp4CUGT { top:28.625rem;left:25.4375rem;width:15.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC4puqxSz4DsLO4pmW5V5llgtTimcwlM { top:26.5rem;left:25.4375rem;width:15.625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVzrgEAB6VR78RTv2T1ohxvMZVFPkfq { top:17.8125rem;left:29.5rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7IkgkZtfqc6xg8TfLuVysooATJTWFFS { top:28.625rem;left:32.125rem;width:15.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vamRTsOVQyqEgA4p7R5MecnFks8HwQcn { top:26.5rem;left:32.125rem;width:15.625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gczzJEoBlD0aXcScTFZDXFJoT0fTdE2r { top:17.8125rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue { display:block; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKgddHVriyKXPx5Aup3WCuTaLcZ0EfQ { top:6.25rem;left:15.125rem;width:32.625rem;height:8rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPmO1M9MCPXT2hBoTkCDUiEMyiWG8LVi { top:33.5rem;left:41.25rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9SUI8p5XhHA9Pi8M1AmVepqroXf3nC7 { top:31.6875rem;left:20.3125rem;width:27.4375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IohwckSgM17cMhIwrFsC4Zpk6JcqkXsB { top:16.5rem;left:15.0625rem;width:32.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkyZUBomU28LPyKTipXoqeLM6PHp9Raq { top:6.25rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbTd6xdO0ZTXI5EEG1fIfMi4ttIkhnCR { top:6.25rem;left:6.375rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA1Gth9x3g5FpTUBBlsW59GsNxI2GNpo { top:26.25rem;left:0rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbnJ1CP3mT18W2BJHgweDpwgMTGTT7X7 { top:26.25rem;left:6.3125rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHHIeDmalcNpavLZMCCTIMD5FzJexkA { width:13.125rem;height:4.375rem;top:24.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfkCCSfTfECXSZQQlKFNiGq1ZJAQWn5 { display:block; }
 }@media only screen and (max-width: 763px) { #vLpR7yDGJItG71ClqrOx6t41OuEOF1vf { display:block; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIP5fEdZUAlgHlWINV1ZG0yXH8poiLtR { top:5.3125rem;left:0rem;width:30.625rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBTFPyrKyi6azVUrF95ZSCvvaHEdEG7 { top:6.75rem;left:3.875rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOKpugZzU2h9fXyHBvPP4Z87zWLdTid6 { top:6rem;left:20.1875rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4obDNKORniUmT5EOsdBeF2wVbMUxl9 { top:6rem;left:34.5625rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSmTFaP9HTHiEDBHcfzV749lVnKFEilx { top:5.9375rem;left:35.25rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASCUe6Xbo4oMRIdTWTZBGzPehMyXcDQm { top:10.3125rem;left:20.25rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqmHwxwTEw43wT9PtQH8Q9ieMFF7Axoi { top:10.3125rem;left:34.625rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csd4zAplcUhVX22vKaWOilT8yXUDAMU5 { top:11.5625rem;left:0rem;width:30.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGDoJhsAKXftra0Ghmn6qVx5Abf9HDg { top:10.3125rem;left:35.25rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpQsxng643G5xIr9u62D0cBhLK2XWSy { top:14.6875rem;left:20.1875rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8lA2MriLwBMKF8KG2mlAeDmE3upTUPt { top:14.6875rem;left:34.5625rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEkIxwiQoaipBHmIL5thX8y3ZWrhCRDU { top:14.6875rem;left:35.25rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { top:15.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { top:16.9375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB28pxPUo8rVyh27fZimOA5sLteaU9iS { top:24.875rem;left:0rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { top:16.75rem;left:0.5rem;width:21.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { top:24.875rem;left:27.875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { top:16.75rem;left:26.5rem;width:21.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { top:15.375rem;left:26rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebJXbrW5islORdeQteJVyT0AyHW8sKw { top:16.9375rem;left:27.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { top:41.75rem;left:0rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { top:33.625rem;left:0.5rem;width:21.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { top:41.75rem;left:27.875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { top:33.625rem;left:26.5rem;width:21.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { top:32.25rem;left:26rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { top:33.8125rem;left:27.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { top:32.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgAXAOTp5VIS43yz1kUpNFTZb96nlNZ { top:33.8125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0X38UE2HIRwJMJ9PopngufPZDGHN69W { display:block; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvv68SBWGMzS2FOb8Gu12aagFciAGKBO { top:5.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7WRoxAn6fLO4xEvNyrFunirILatON0b { top:7.3125rem;left:16.5rem;width:20.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE99ABQX1m5QUDDZiNI5oUzAvi6F382x { top:3.5rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooz9FDA9fiB2yQ9FJFoCKGc3mwPGgJZW { top:0rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXyxJoK5pBvaQJiRzk6ODUevlg6lUNDR { top:11.4375rem;left:24.6875rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRZ64x6HedHrx0NZL8Ud1tLuNxGtS1S { top:11.4375rem;left:34.875rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARpvRrqcTkyZX2h8aARKuGqwyQdCuhIy { top:11.5rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAI4mNHA2MxewFNH0hgZ6ThgMTruJiMb { top:11.5rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmkctNQgQNFbprKVWubVXVWGN20IIIex { top:20.1875rem;left:24.6875rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHi3UlKU3VUERZFKoDECstDnRdswsXW6 { top:20.1875rem;left:34.875rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGu8HDcToPtUEI8zTmuJRXFLUaqVeT3G { top:20.25rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2s78QFuHmDGCzrXrByUcraNKOyFBolp { top:20.25rem;left:41.5rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPLNk1obhr1VTONizrpWGrndL4WUrv5q { top:15.625rem;left:0rem;width:31.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teakp5KplApZKkeizUfD6hIUQtkQ8nGs { top:14rem;left:0rem;width:19.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK { display:block; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbSk4zHmf5fF3wXFp2civBwaIpGoXIIc { top:6.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqcNhLudrn6fC83CUdsrbSSVl69gKUFk { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmSlG32QHgQ0su5eryJi1ifs44LuaLpg { top:7.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #GykoKxuwA6q5Rw1uHRw8ezm49TBMz6pR {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #KDGyRpTe5eWka1ICxARx49h89viIMiUS {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #glywXdOysW0l49c5UrCA3MLIHnfKmazv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #X2XTTpqtgMOZ8Q0lPHNtsku0nvFW4SMz {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #uKQ1eTOkREfmM6WQK9ORUr5KzvtrpCTW {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #MZ9O7kTNXt2Erm0ttJzm6HTZ0Il7Vpky {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #xymZ8n57ZKw414T9vHJnyWgTrmFTw2iv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #z29Gz6WH56aS1i4FMmsKMry06THCluoQ {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #ZVrT1TvBUzE8LHTpUwasvMiI3mu0aqXf {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #owbZWM8dv9UdtkSPMz4ov00ZscoLI67i {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #P3MIZQ8y4dhv0efFL6tsShrQVQmXvdXq {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #bKt9vXugciKemMBI32sc3ha7D8SrTUZE {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #f5ypu9Xm4aPe2NZrfAIHPer2quAhirnh {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #wPre39uPAiAsWRrVGdzmrsMuQTsfiZSG {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #yah5SeXoWQkkEFJgPQVTTtihBgITcs5u {  }
 }@media only screen and (max-width: 763px) { #Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg { display:block; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx9kbLcORdJIhqQDvuSBOvbDEQXA6t5B { top:4.625rem;left:9.75rem;width:38rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF01Bq7DitCnJ88prX9K7xTvTrlVBOuH { top:5.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorhuAcCBOc2MviyVl3fc420UE3OVTIi { top:10.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgoVpTy1UaQt1BZPeSXbcL2WdhUQ0vDh { top:14.625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Nvr2STywrzlsAdSKydVH9TG18gNT6c { top:11rem;left:17.5rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOAXZvJJLVZl8lVvHHJwvR26dTq6feWM { top:6.1875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxSXt1nkXzfX5s8ABeflt1Rq40TTUB5d { top:2.75rem;left:0rem;width:39.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amswy24GawRI3mTO6qbM11tD3zadB9Tt { top:10.75rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIkrXL6CATPNbnGJe8mKge1wT3WzbCld { top:15.375rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTtptLy2btz7IdHDmLTdEBuFLvW5riF { top:11.25rem;left:16.75rem;width:31rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { top:3.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWVMs9ATMtCVAIt2dRUm8GPwotCnPS21 { width:9.375rem;height:3.75rem;top:8.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3c8tpWITE3ezBkpFAIOx2ulP6oNedrP { display:block; }
 }@media only screen and (max-width: 763px) { #nasTiWAL6JQPwaIQhgxf3OoAGH6p3NW1 { width:9.375rem;height:3.75rem;top:8.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZd14awkf8X56D0QwNCDa24w1XE9Rko { display:block; }
 }@media only screen and (max-width: 763px) { #kVTJZWHHMeIGpm3gOmX74DDM4fV3wdc3 { width:9.375rem;height:3.75rem;top:8.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4fnTyEpkcwDsaNce0Nm6GUa8g9gOGw { display:block; }
 }@media only screen and (max-width: 763px) { #TWx5SApxHDa3eVW2f9NBm5fR7Agykhgy { top:6.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ1EJA9pJT1v2olwxFw415r1UsmGRTM { width:8.125rem;height:1.875rem;top:1.3125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c3yeEgVGuskLrlHX8anB4woEWRRpI2wI { display:block; }#c3yeEgVGuskLrlHX8anB4woEWRRpI2wI > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dF75nxaWbpVwfFT5lLM8rwipQLkVrpLp { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZci8dZxLWtZzeqnM4bqyErpufNwVw05 { display:block; }
 }@media only screen and (max-width: 763px) { #fXnqUvTIMoDphhpfhsNWFlopPTTIxuFO { width:4.6875rem;height:2.1875rem;top:6.625rem;left:3rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r2DoNwqz6xkoDfliwJRMtpLOIXUlLK5B { display:block; }
 }@media only screen and (max-width: 763px) { #QdOxlHltV9QbdItOxoZ9uevWih3JhIBp { width:5rem;height:2.1875rem;top:4.5rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJIuORFVF1JlLWKf2FUwoR0IwTO9WdU { display:block; }
 }@media only screen and (max-width: 763px) { #W0BHKqypTdswVp2CH912XV4AvUeCQTxV { width:4.6875rem;height:2.1875rem;top:4.5rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTTqVf2fMddXx45HTooBZXIpOI9xuUm { display:block; }
 }@media only screen and (max-width: 763px) { #hqnrUQCMElayNa4BTZGsbwZE8ocOPI2d { width:4.6875rem;height:2.1875rem;top:4.5rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadgs7ckfVxWZNDeZsBw5oIoqxxhvZXP { display:block; }
 }@media only screen and (max-width: 763px) { #q68OdaTRNukS1yLzKdsVBcQgq9U31t9v { width:8.125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqKgHovcEUhC2rT9G9uGoE9if7AMln1 { width:4.6875rem;height:2.1875rem;top:4.5rem;left:14.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiaRnpbgs5TktT7BcLSLTTBS2tSvdplt { display:block; }
 }@media only screen and (max-width: 763px) { #n5zNNCC4nJdspz6kivqC1rOFDopx32wZ { width:4.6875rem;height:2.1875rem;top:6.625rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6qN4GSJJVJGPv88MG47tZBR40tRsG42 { display:block; }
 }@media only screen and (max-width: 763px) { #p2LWeFLZMMN4ILUi7fX9e0RTGSm6mlvW { width:4.6875rem;height:2.1875rem;top:6.625rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcgpLNezwANKdWTb8nQmEzZTlpiNJeCG { display:block; }
 }@media only screen and (max-width: 763px) { #BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf { display:block; }#BOyHa3vBpV5ITuIz39UeGVNTs4KCxSZf > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8SabE4Moy0BRUxZalTESKrI6zfMkoMV { width:20rem;height:4.94921875rem;top:2.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crcUSRlWEuQUZfGwQTGvnapHD21ETtJU { width:13.125rem;height:4.375rem;top:55.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTAKdkJ5erAhpv5dhsdqvcLGHOTzmle { display:block; }
 }@media only screen and (max-width: 763px) { #M9UMQVcx8abSGZEJtZqMbz8mI3FvqguP { width:13.125rem;height:4.375rem;top:50.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Dvi1c2606FEyeBm4FRFaSc4xQW2CO8 { display:block; }
 }@media only screen and (max-width: 763px) { #BrvDtHqyJDL39WJBkP5BwiVa568w5gpk { width:20rem;height:9rem;top:9.046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8FGgpRHfFnlqSqvd0wVl3UPQBszMHHe { width:13.1875rem;height:8.375rem;top:17.25rem;left:6.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKW5lySCFu6arkBUyS6rKJFPqcyxCEpZ { display:flex;width:4.375rem;height:4.375rem;top:45.4375rem;left:1.9375rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #eRWA770EerTQprATWDq6s8T8tGBCLCyv { display:flex;width:4.375rem;height:4.375rem;top:47.375rem;left:0rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #qqbsVQInpFTXt0DmwfpRhvSZztT39vKX { width:20rem;height:30.204081632653rem;top:19.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo { display:block; }#AzVe7Ixp02FzeCOvVV1JKXK665BrrDdo > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBTTTv6fKhU6irFKrZAXkNcKniD6FXzp { width:20rem;height:4.798825rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAJ4uclLuSIOzF57s5liLfEC7sITHKwL { width:20rem;height:9rem;top:9.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m68MemVKXbdcI6TubXyysOvv4sqXPDQc { width:12.5rem;height:12.5rem;top:17.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmn0xsPOfZe2EFoeeiTGBJXORP8r6uzu { width:13.125rem;height:4.375rem;top:34.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq7F9CENw7gU3Ko7uJwxBiI0lL6lcgqS { display:block; }
 }@media only screen and (max-width: 763px) { #M3mrnbEgKNdNyVsnF7DssS9uv7d2fhWm { height:11.2rem;width:20rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teaUupfhdgb3OCVdkwJM4iJ6nqf8dcr6 { width:20rem;height:9rem;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTpEUSegat94iNatcz75fecWDXUU7C2f { display:flex;width:2.8125rem;height:2.8125rem;top:6.125rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #zshZbG8DAcGUDoWdfsT1od8TGL4crITq { display:block; }#zshZbG8DAcGUDoWdfsT1od8TGL4crITq > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF0hieJZ19GmzdHe9GMXvdJ7SAxIxL3s { width:20rem;height:2.3994125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfnEqDzN6dpcWCM5K9E5TpXWxpRvRQ00 { width:20rem;height:12.8125rem;top:33.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMG2h6RxvCJsqV6TSlo7hzuDkUUfyzDr { width:20rem;height:12.8125rem;top:20.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU6aSGnFn6iGovMbg3vwLAcz5eM8yXOH { display:flex;width:2.5rem;height:2.5rem;top:35.75rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #V8O80qp7qLE5wmyoZ8pL7mP1IQCMlGXm { display:flex;width:2.5rem;height:2.5rem;top:8.0234375rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cxHpIge8moSu3A47onrN7ROdFgfOAplM { display:flex;width:4.375rem;height:4.375rem;top:46.7109375rem;left:3.625rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #osRiTTeynwxnVcWnnbORux7aCE0dbT7c { display:flex;width:4.375rem;height:4.375rem;top:44.7734375rem;left:1.6875rem;z-index:15037;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #s3cCNVXlNrbFqULsnUPzcmoKwmrfFU1J { width:10rem;height:0.1875rem;top:48.7421875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqFVTgOiZvCOahAQSzMDDOBagFi3T7xl { width:14.375rem;height:1.6494125rem;top:36.1875rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrvMBok4StJ61XbwhTG9TDaglt0m9AV5 { width:14.375rem;height:1.6494125rem;top:22.4375rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxtptddHokxJrhghD6kg37xsm9K565Ad { display:flex;width:2.5rem;height:2.5rem;top:22rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vaz2QoWldIDAP5e858IOseqMX8MoZT1l { width:17.5rem;height:6rem;top:39.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ6QgHW0VtOueMA3dZWHJMQqhCIRizGX { width:17.5rem;height:6rem;top:25.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJKTalnFPirUeGNh5btGflI1LvIgWAsJ { width:19.75rem;height:12.8125rem;top:6.1484375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIcz4AcMXLLz9w7DEAywO4aViHrH0QQ { width:17.5rem;height:6rem;top:11.7734375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpNCzCvqGsHdTKPlxTT0UoJXPH4Qwpe9 { width:14.375rem;height:1.6494125rem;top:8.373046875rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bndKKZoJdH6ei1RCxcvLRwJWTxx3imy6 { width:13.125rem;height:4.375rem;top:51.4609375rem;left:3.4375rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZEilsnGnF9hdx9xEQVmOZqBo6qWci1A7 { display:block; }
 }@media only screen and (max-width: 763px) { #zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN { display:block; }#zuoB7AQLQgKrdmOwfiCNhb8tBsBJWAdN > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yK1X45u27Z5SoAV4ShMn4JOMwhTcvvQO { width:20rem;height:2.3999rem;top:15.0390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKHCU1h6vMh30Xl9R3uM1DTDmCLF7NZO { width:20rem;height:1.19970625rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTIKdMM76afeCALk72e9wbuswUuWTCg { width:20rem;height:1.19970625rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyQeW48QvJElmeUUXsCWNIzkKEGWxdg0 { width:20rem;height:2.3999rem;top:21.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7n4lKU1SHkLAOOKhxSWHiTFL7MnU4V { width:20rem;height:2.3999rem;top:28.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJRDJgJd9MEGGQMQwdEI2xXVztLp4JNQ { width:20rem;height:1.19970625rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fChTddQgThmcb0ONBLTGCZeOE1NlS1yJ { width:20rem;height:1.19970625rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTkPXcc7roI173NqyvZypAM6rGpSG1n { width:20rem;height:2.3999rem;top:35.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcRIVlKuSdN6TRNx2epOnNs7MSesrQUC { width:20rem;height:2.3999rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhwH7EFRtiNmtXUS5omyC2IMQTAdrHcB { width:20rem;height:4.5rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS4N0rWxwRRTGptc6M370KkF92TFmArR { width:7.0625rem;height:7.0625rem;top:1.2119140625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl21rBUskd46AnzFSkaST1wV36DnckI9 { display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { width:13.6875rem;height:2.3999rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEvvxh7dUmlb6peyfFVbzktotl8OenMu { width:16.875rem;height:1.79980625rem;top:36.1865234375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRnD7yriw1O1VVVVJyNLoCa6PTrTrTUV { width:20rem;height:6rem;top:39.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMxJXkFAuLH0FflHhWhwLy98S9iqLKQ { width:20rem;height:6rem;top:14.3359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmikmKXF0qvCFKLhoHdriGx2yxfD2oTi { width:16.875rem;height:1.79980625rem;top:10.9345703125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oDeEpGn7NXKBKag3yhAzHv4wT4ycxI { width:20rem;height:6rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8KDMNdfCOw90D2nwGzSCL4tc5JTGyh { width:16.875rem;height:1.79980625rem;top:23.5615234375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdirAdpc6WAyqBTZiTrfEKKcT3kN9PkG { display:flex;width:4.0625rem;height:4.0625rem;top:1.3359375rem;left:15.9375rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #inK7wJPNenotGOhdVZ5gybTrP8lwmfeG { display:flex;width:4.0625rem;height:4.0625rem;top:3.10546875rem;left:14.125rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #PePIU9p4GXW3grmVERRZJWZEWDoyyoxe { display:flex;width:2.5rem;height:2.5rem;top:10.5849609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fnd4nIrk22q8SolMfkrw0Iu9ZkHuUxKz { display:flex;width:2.5rem;height:2.5rem;top:23.2119140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gwQHw4yE3PgpALS3cQNEIIJycSagy3me { display:flex;width:2.5rem;height:2.5rem;top:35.8369140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { width:20rem;height:30.5380625rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { width:20rem;height:20rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr { display:block; }#MV4L61o0uFwGPNGckRRl7rsPZDNqQTwr > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7oaqxTVz3mXmroh9491NWSJGvZrJrEf { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKGkNQwT7nhUcMm27rmEOXR7owVBD3Dq { width:20rem;height:6rem;top:31.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtNSzPrtwbSKWXkGAFKyWnah4TsU92ln { width:20rem;height:6rem;top:41.8125rem;left:0rem;font-size:1rem;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eOLTXP4RwcJD6wneRuyBnlkTTCrZoy65 { width:20rem;height:6rem;top:52.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriC2QyMTc7zQh6xRRGq7Sr2GHxtoFis { width:20rem;height:6rem;top:63rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOChz8FcTBCeq0DTxw7dEbODuZkwrXTM { width:20rem;height:12.5rem;top:15.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPw6wPUtINW11rNoGSk58AOpdk1hJ0ro { display:flex;width:4.0625rem;height:4.0625rem;top:69.9375rem;left:15.9375rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #XvIDoXIMPMXA7orW2C1SnTng3e0JtWKD { display:flex;width:4.0625rem;height:4.0625rem;top:71.75rem;left:14.125rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #tNf2ZBSU3X9W5QsAKEO1ILZ5iuSExQ20 { height:11.225rem;width:20rem;top:16.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoP0QOSvntL6rTgqdvi58uilcHQDAtTw { width:20rem;height:6.75rem;top:7.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N3i1leFcDVdTTauvTG3GJUNloI0xroKC { display:block; }#N3i1leFcDVdTTauvTG3GJUNloI0xroKC > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H71Q43ccgQspWST5g6o0HALFlTBwcbua { width:20rem;height:2.3999rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDHp7dPVroTyJ89vCLgHJtVIKoJuiQW { width:13.125rem;height:4.375rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXX0QUMSa9fdWT14DdkbIsrLWXTBQ60u { display:block; }
 }@media only screen and (max-width: 763px) { #TTcgBSEPi6EGWPxGMDF1wKLRgeHwpkwO { width:20rem;height:3rem;top:18.5234375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #erffsXlNtro3523xzk1Iw7PR76pTdM2c { width:16.875rem;height:1.6494125rem;top:16.01171875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNaTEQRbrvxzRCr4VEAZSrKOgrR1yubN { width:20rem;height:3rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRFLvXz4dlsVeRQ3vre3m3fUdwCH7JXC { width:16.875rem;height:1.6494125rem;top:23.375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X98FCEGevr4kyLPTMKlPrXT8qkUtNZsd { display:flex;width:2.5rem;height:2.5rem;top:15.5859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3cnP3qvQ9op5dncoTasrLucNnsoNLWU { display:flex;width:2.5rem;height:2.5rem;top:22.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LrLE6006BL22ZDRN9F6wNHLSi546Z36q { width:20rem;height:20rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TxCKTglqfVrU6EmBvIhntKTQsx72IT { width:20rem;height:3rem;top:55.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoyUiZe23sv85dkrz8TB2X3fIwrnQBET { width:16.875rem;height:1.79980625rem;top:53rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWA9huSWDOaLElyg7cDRkpaDrukd8LmC { display:flex;width:2.5rem;height:2.5rem;top:52.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kUPDslmBWuBkwrEerTMQS0rgkT61dUVT { width:12.5rem;height:12.5rem;top:19.8359375rem;left:7.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MnhJC95oLgezIJH5NahqBQddS8Uu2HMc { width:20rem;height:5.0625rem;top:5.8359375rem;left:0rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd { display:block; }#Ok0dirzvACFcRJrwH6yP57N7WEpt0oyd > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8mXEInR8TXJghB3T0M7aIf3RcsVTO9g { width:20rem;height:4.798825rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCetRtTiO8ti5hh5FLNwQVED2GQP2yuT { width:20rem;height:6.3125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEuvCuT3yaLTXTbPo5uy7DlTUt335KMV { width:20rem;height:6rem;top:8.984375rem;left:0rem;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #EnyfhVsRbydo9DqEv3Bksm641MmJykOy { width:13.125rem;height:4.375rem;top:18.625rem;left:3.4375rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #l18q09oTcemJDlWeP4TrbRfKm2kkJN3t { display:block; }
 }@media only screen and (max-width: 763px) { #G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP { display:block; }#G9E7q0JKdyvTX5LK9Op1sgsUpecDKOrP > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pVPzVw9QmMG6zyc4oXvomekx2My1df { width:20rem;height:2.3994125rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUqSB26kRsViVPqaevZI9SiWD6xEDH4 { width:12.1875rem;height:7.125rem;top:1.421875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFG1kFwOvbNkSoII9DThlwGGDiSurCM { width:20rem;height:1.19921875rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJC9ATRvZkAKl8KECaEl3lTNKKRfKqC { width:20rem;height:1.79980625rem;top:24.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VImndTDPNL8tv01PbCnlxL7M0SQ8eOTF { width:11.25rem;height:11.25rem;top:12.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46yp7mtm4icQVKDnrAeHU6T4AWVK3Fi { width:20rem;height:1.19921875rem;top:84.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpITacZlTms11FAh8PuDSCAF2bdgLoz { width:20rem;height:1.79980625rem;top:82rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8oOHmVky643uvshva0TXH21QRhuzmga { width:11.25rem;height:11.25rem;top:69.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpbJ9dFmPf7zBe73AxB6Asb18qp4CUGT { width:20rem;height:1.19921875rem;top:64.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC4puqxSz4DsLO4pmW5V5llgtTimcwlM { width:20rem;height:1.79980625rem;top:62.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVzrgEAB6VR78RTv2T1ohxvMZVFPkfq { width:11.25rem;height:11.25rem;top:50.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7IkgkZtfqc6xg8TfLuVysooATJTWFFS { width:20rem;height:1.19921875rem;top:45.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vamRTsOVQyqEgA4p7R5MecnFks8HwQcn { width:20rem;height:1.79980625rem;top:43.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gczzJEoBlD0aXcScTFZDXFJoT0fTdE2r { width:11.25rem;height:11.25rem;top:31.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue { display:block; }#Mcr5JhO1nJKGAfAhIwuArWXauRe94Oue > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKgddHVriyKXPx5Aup3WCuTaLcZ0EfQ { width:20rem;height:4rem;top:3rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nPmO1M9MCPXT2hBoTkCDUiEMyiWG8LVi { display:flex;width:3.75rem;height:3.75rem;top:9.4375rem;left:13.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #O9SUI8p5XhHA9Pi8M1AmVepqroXf3nC7 { width:20rem;height:17.25rem;top:1.8125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IohwckSgM17cMhIwrFsC4Zpk6JcqkXsB { width:20rem;height:7.5rem;top:45.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkyZUBomU28LPyKTipXoqeLM6PHp9Raq { width:20rem;height:20rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbTd6xdO0ZTXI5EEG1fIfMi4ttIkhnCR { width:20rem;height:20rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA1Gth9x3g5FpTUBBlsW59GsNxI2GNpo { width:20rem;height:13.25rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbnJ1CP3mT18W2BJHgweDpwgMTGTT7X7 { width:20rem;height:13.25rem;top:84.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHHIeDmalcNpavLZMCCTIMD5FzJexkA { width:13.125rem;height:4.375rem;top:55.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfkCCSfTfECXSZQQlKFNiGq1ZJAQWn5 { display:block; }
 }@media only screen and (max-width: 763px) { #vLpR7yDGJItG71ClqrOx6t41OuEOF1vf { display:block; }#vLpR7yDGJItG71ClqrOx6t41OuEOF1vf > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIP5fEdZUAlgHlWINV1ZG0yXH8poiLtR { width:20rem;height:2.3994125rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBTFPyrKyi6azVUrF95ZSCvvaHEdEG7 { width:10.4375rem;height:10.4375rem;top:26.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOKpugZzU2h9fXyHBvPP4Z87zWLdTid6 { width:12.5rem;height:2.5rem;top:14.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4obDNKORniUmT5EOsdBeF2wVbMUxl9 { width:12.5rem;height:2.5rem;top:18.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSmTFaP9HTHiEDBHcfzV749lVnKFEilx { width:12.5rem;height:2.5rem;top:23.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASCUe6Xbo4oMRIdTWTZBGzPehMyXcDQm { width:12.5rem;height:2.5rem;top:27.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqmHwxwTEw43wT9PtQH8Q9ieMFF7Axoi { width:12.5rem;height:2.5rem;top:32rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csd4zAplcUhVX22vKaWOilT8yXUDAMU5 { width:20rem;height:3rem;top:7.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUGDoJhsAKXftra0Ghmn6qVx5Abf9HDg { width:12.5rem;height:2.5rem;top:36.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpQsxng643G5xIr9u62D0cBhLK2XWSy { width:12.5rem;height:2.5rem;top:40.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8lA2MriLwBMKF8KG2mlAeDmE3upTUPt { width:12.5rem;height:2.5rem;top:45.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEkIxwiQoaipBHmIL5thX8y3ZWrhCRDU { width:12.5rem;height:2.5rem;top:49.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { width:20rem;height:2.3999rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { width:6.875rem;height:6.875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { width:5.625rem;height:5.625rem;top:9.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB28pxPUo8rVyh27fZimOA5sLteaU9iS { width:12.5rem;height:3.298825rem;top:11.5869140625rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { width:20rem;height:4.5rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { width:12.5rem;height:3.298825rem;top:29.5rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { width:20rem;height:4.5rem;top:33.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { width:6.875rem;height:6.875rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebJXbrW5islORdeQteJVyT0AyHW8sKw { width:5.625rem;height:5.625rem;top:26.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { width:12.5rem;height:3.298825rem;top:47.0625rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { width:20rem;height:4.5rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { width:12.5rem;height:3.298825rem;top:64.3125rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { width:20rem;height:4.5rem;top:68.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { width:6.875rem;height:6.875rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { width:5.625rem;height:5.625rem;top:61.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { width:6.875rem;height:6.875rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgAXAOTp5VIS43yz1kUpNFTZb96nlNZ { width:5.625rem;height:5.625rem;top:44.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0X38UE2HIRwJMJ9PopngufPZDGHN69W { display:block; }#H0X38UE2HIRwJMJ9PopngufPZDGHN69W > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uvv68SBWGMzS2FOb8Gu12aagFciAGKBO { width:14.875rem;height:2.3994125rem;top:2.11328125rem;left:5.125rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #K7WRoxAn6fLO4xEvNyrFunirILatON0b { width:20rem;height:0.3125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE99ABQX1m5QUDDZiNI5oUzAvi6F382x { display:flex;width:3.75rem;height:3.75rem;top:3.125rem;left:0.4375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ooz9FDA9fiB2yQ9FJFoCKGc3mwPGgJZW { display:flex;width:3.75rem;height:3.75rem;top:1.4375rem;left:2.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #fXyxJoK5pBvaQJiRzk6ODUevlg6lUNDR { width:7.5rem;height:7.4375rem;top:21.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRZ64x6HedHrx0NZL8Ud1tLuNxGtS1S { width:7.5rem;height:7.4375rem;top:21.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARpvRrqcTkyZX2h8aARKuGqwyQdCuhIy { width:7.5rem;height:7.4375rem;top:30.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAI4mNHA2MxewFNH0hgZ6ThgMTruJiMb { width:7.5rem;height:7.4375rem;top:30.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmkctNQgQNFbprKVWubVXVWGN20IIIex { width:7.5rem;height:7.4375rem;top:39.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHi3UlKU3VUERZFKoDECstDnRdswsXW6 { width:7.5rem;height:7.4375rem;top:39.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGu8HDcToPtUEI8zTmuJRXFLUaqVeT3G { width:7.5rem;height:7.4375rem;top:48.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2s78QFuHmDGCzrXrByUcraNKOyFBolp { width:7.5rem;height:7.4375rem;top:48.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPLNk1obhr1VTONizrpWGrndL4WUrv5q { width:20rem;height:4.5rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #teakp5KplApZKkeizUfD6hIUQtkQ8nGs { width:18.1875rem;height:2.9375rem;top:8.125rem;left:1.8125rem;z-index:14999;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK { display:block; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbSk4zHmf5fF3wXFp2civBwaIpGoXIIc { width:20rem;height:4.798825rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LqcNhLudrn6fC83CUdsrbSSVl69gKUFk { display:flex;width:3.75rem;height:3.75rem;top:10.421875rem;left:14.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #RmSlG32QHgQ0su5eryJi1ifs44LuaLpg { display:flex;width:3.75rem;height:3.75rem;top:8.734375rem;left:13.3125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC { display:flex;height:auto;width:20rem;top:11.859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #GykoKxuwA6q5Rw1uHRw8ezm49TBMz6pR {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #KDGyRpTe5eWka1ICxARx49h89viIMiUS {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #glywXdOysW0l49c5UrCA3MLIHnfKmazv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #X2XTTpqtgMOZ8Q0lPHNtsku0nvFW4SMz {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #uKQ1eTOkREfmM6WQK9ORUr5KzvtrpCTW {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #MZ9O7kTNXt2Erm0ttJzm6HTZ0Il7Vpky {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #xymZ8n57ZKw414T9vHJnyWgTrmFTw2iv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #z29Gz6WH56aS1i4FMmsKMry06THCluoQ {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #ZVrT1TvBUzE8LHTpUwasvMiI3mu0aqXf {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #owbZWM8dv9UdtkSPMz4ov00ZscoLI67i {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #P3MIZQ8y4dhv0efFL6tsShrQVQmXvdXq {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #bKt9vXugciKemMBI32sc3ha7D8SrTUZE {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #f5ypu9Xm4aPe2NZrfAIHPer2quAhirnh {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #wPre39uPAiAsWRrVGdzmrsMuQTsfiZSG {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #yah5SeXoWQkkEFJgPQVTTtihBgITcs5u {  }
 }@media only screen and (max-width: 763px) { #Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg { display:block; }#Cfl4DCCKnzaM8vy5iEmaaTuH8EvrbFyg > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx9kbLcORdJIhqQDvuSBOvbDEQXA6t5B { width:20rem;height:2.3994125rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BF01Bq7DitCnJ88prX9K7xTvTrlVBOuH { display:flex;width:2.375rem;height:2.375rem;top:16.5rem;left:1.25rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #KorhuAcCBOc2MviyVl3fc420UE3OVTIi { display:flex;width:2.1875rem;height:2.1875rem;top:21.125rem;left:1.4375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hgoVpTy1UaQt1BZPeSXbcL2WdhUQ0vDh { display:flex;width:2.5rem;height:2.5rem;top:25.375rem;left:1.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #F6Nvr2STywrzlsAdSKydVH9TG18gNT6c { width:10.4375rem;height:10.4375rem;top:24.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOAXZvJJLVZl8lVvHHJwvR26dTq6feWM { width:13.75rem;height:1.5rem;top:16.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxSXt1nkXzfX5s8ABeflt1Rq40TTUB5d { width:20rem;height:17.5rem;top:14.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amswy24GawRI3mTO6qbM11tD3zadB9Tt { width:13.75rem;height:1.5rem;top:21.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIkrXL6CATPNbnGJe8mKge1wT3WzbCld { width:13.75rem;height:3rem;top:25.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTtptLy2btz7IdHDmLTdEBuFLvW5riF { width:20rem;height:4.5rem;top:6.75rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL { display:block; }#Fu0xeJuvAapfCi3xdA98rtXtXgVT7nkL > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3zMcNdvyT15HiIWXzD6Vw8PTgtETml { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWVMs9ATMtCVAIt2dRUm8GPwotCnPS21 { width:9.375rem;height:3.125rem;top:12.0498046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3c8tpWITE3ezBkpFAIOx2ulP6oNedrP { display:block; }
 }@media only screen and (max-width: 763px) { #nasTiWAL6JQPwaIQhgxf3OoAGH6p3NW1 { width:9.375rem;height:3.125rem;top:8.2998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZd14awkf8X56D0QwNCDa24w1XE9Rko { display:block; }
 }@media only screen and (max-width: 763px) { #kVTJZWHHMeIGpm3gOmX74DDM4fV3wdc3 { width:9.375rem;height:3.125rem;top:15.7998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4fnTyEpkcwDsaNce0Nm6GUa8g9gOGw { display:block; }
 }@media only screen and (max-width: 763px) { #TWx5SApxHDa3eVW2f9NBm5fR7Agykhgy { width:20rem;height:0.125rem;top:7.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ1EJA9pJT1v2olwxFw415r1UsmGRTM { width:8.125rem;height:1.875rem;top:1.3623046875rem;left:5.9375rem;display:block; }
 }