.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,234,248;--color-primary-1:128,184,231;--color-primary-2:0,113,206;--color-primary-3:0,57,103;--color-primary-4:0,17,31;--color-secondary-0:233,233,234;--color-secondary-1:182,183,184;--color-secondary-2:109,110,113;--color-secondary-3:55,55,57;--color-secondary-4:16,17,17;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"Fira Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container { background-color: transparent; background-image: none; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container > .video-iframe-container { display: none; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row > .video-iframe-container { display: none; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .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); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container { border-width: 0; border-radius: 0; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#WZp5VIpVF1XF0ooqMrg0NbUIgN50XmQZ { 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:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.34375rem;overflow:hidden;display:block; }
#l9TyPcS5lTBoTw3eAEe7FhZvSNa0B2qm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.25rem;display:none; }
#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container { background-color: transparent; background-image: none; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container > .video-iframe-container { display: none; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row > .video-iframe-container { display: none; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .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); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container { border-width: 0; border-radius: 0; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#HosK82hlmxDaqtQQP1inaWnTxUh7gV0A { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.2);top:4.6875rem;left:7.125rem;height:6.18661875rem;display:block; }
#z6TH7KLmZATUOXcTHzNOmiGzANmg0t4O { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.2);top:11.875rem;left:7.25rem;height:5.996475rem;font-style:normal;display:block; }
#vOl6GypA8T5g74QxkD0vApB1N6TRq7R5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:22.0625rem;left:29.6875rem;height:0;font-style:normal;display:none; }
#wWbKyUybnaJAs6JOtu7LZOv3beVZPos5 { z-index:15003;top:19.8125rem;left:7.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;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:16.75rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wDncKibnglxLulnIwWrxhkbk1wbGEbXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKo64OkhV63SNbZtosw3bTPIDSxeUoFn { z-index:15004;top:23.875rem;left:7.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#esRVqb99zpH0T2n5qzuwteS7OxZRqngr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJfcSlr9V9V3ohtTFmLW5ZBVh8iSBsif { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:51.6875rem;top:0rem;left:22.6875rem;overflow:hidden;display:block; }
#h49JTkSNf9q3rRFaTcqZsVrutwCmeVID { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.4);top:20.3125rem;left:40.875rem;height:1.20011875rem;font-style:normal;display:block; }
#tXS6w3PU6ptzrXItccSgNTkuUoRyE8Be { z-index:15004;top:22.3125rem;left:51.1875rem;background-color:rgba(var(--color-tertiary-0),0.85);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:3.125rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.4375rem;height:1.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kpy2bzE5qV4pkmsi3g6LEbKGAXF5mNbl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3UBifKcPXdtSkyUUVECPzIKTFWXOKZF { z-index:15005;top:22.3125rem;left:40.875rem;background-color:rgba(var(--color-tertiary-0),0.85);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:3.125rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.4375rem;height:1.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NHJCJ7Dkp4oJds62dLr4rnn4HZH72lNm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGt1rudmXF1VIS61dc3NDZRuTI9vEONN { z-index:15006;top:25rem;left:40.875rem;background-color:rgba(var(--color-tertiary-0),0.85);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:3.125rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.9375rem;height:1.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JV0mP9JMO0SnV7xi73tTEU0orTqg5JTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3RPJdvpz1Ne2FuWpEUKaggAh4Duczya { box-sizing:content-box;height:19.1875rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:0rem;display:block; }
#wsmlqdnntlAWzKd44srJun9xTJTWCpZr { box-sizing:content-box;height:31.8125rem;width:10.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:63.5625rem;display:block; }
#NTcaJJ4GQqpf6ePLQEIa7xZPBRxgRwg6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#h4cnJhrG94ooshcNH0skBkVJHm0X151g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.3125rem;left:40.875rem;height:1.19921875rem;font-style:normal;display:none; }
#OLWSorlhLlSIUQEF1yinonf4rrT8PinV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.3125rem;left:40.875rem;height:1.19921875rem;font-style:normal;display:none; }
#cyeU0TDSd2IQizPr7nEpHhEw7ZzOd7eO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.3125rem;left:40.875rem;height:1.19921875rem;font-style:normal;display:none; }
#DrcJdNIEkssEuFyLiXccdrwtTHQaOgAO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.3125rem;left:40.875rem;height:1.19921875rem;font-style:normal;display:none; }
#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container { background-color: transparent; background-image: none; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container > .video-iframe-container { display: none; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row > .video-iframe-container { display: none; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .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); }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container { border-width: 0; border-radius: 0; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#J8q4hBpn6ALXpT6vbioAOWQkW7QymsIe { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:16.1875rem;left:9.0625rem;height:5.4976875rem;text-align:left;text-align-last:left;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; }
#av94pofPxwvdksHGM4hUyhMo4TE4kZku { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.1875rem;width:14.25rem;top:11.0625rem;left:7.25rem;display:block; }
#W8q6TwpNdla47L4TJXXPBR5GsfKX6EZ4 { color:rgba(var(--color-primary-2),1);display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.75rem;left:7.25rem;height:2.3369125rem;font-style:normal;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; }
#GeoIhixUTx15OBBk8NZsaTQkTD4qld52 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.4375rem;left:7.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nPTbf5q9vAPCkmv78fphWryfNDOQqqkL { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.3125rem;left:9.0625rem; }
#cImrhl89awx7CI1Z2IIerRb4L9RcyPW1 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.1875rem;width:22.1875rem;top:11.0625rem;left:25.875rem;display:block; }
#xRrL1907u9SmZ1c3vUDJ6Hx39v47A9VH { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.25rem;left:27.6875rem;height:5.4976875rem;text-align:left;text-align-last:left;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; }
#AoK5iiJtxbpbQ7yTzQ2LTcsNSvlMUc1M { 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:15036;opacity:1;top:12.625rem;left:27.6875rem; }
#PSTWZdyKmi72BZ5lnUz7tkBo5MIAZOMO { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.1875rem;width:15.25rem;top:11.0625rem;left:52.375rem;display:block; }
#ooddBXZySaMU2Gkr6Th1EzMgXMASnUZU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:16.25rem;left:54.1875rem;height:5.4976875rem;text-align:left;text-align-last:left;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; }
#GlIp9sTzAEdwyvd4dy3tiKaof5dBKwH6 { 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:15039;opacity:1;top:12.25rem;left:54.1875rem; }
#MM9qAkh15fQ1oULBLqrGJWMabOITwTSv { color:rgba(var(--color-tertiary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:7.25rem;height:2.74884375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThbVvqzIt69Z0AVFacVQAC1EJRSdWACS { color:rgba(var(--color-tertiary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.1875rem;left:7.25rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { background-color: transparent; background-image: none; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container > .video-iframe-container { display: none; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row > .video-iframe-container { display: none; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .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); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { border-width: 0; border-radius: 0; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#cAo1UAtHc0wkQ30XsMmqwrWG4kyXbNu8 { box-sizing:content-box;height:20.875rem;width:29.375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.375rem;left:7.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#KCALEkzVOGkgLbtetZPvpy6bb8qRTXNB { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:22.0625rem;left:9.0625rem;height:2.47465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQC8c95UqWboMU23ZcsCIA1EA7sHFALp { color:rgba(var(--color-primary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.8125rem;left:9.0625rem;height:3.2490125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7sa1cUDA4TpJLmVaMNCLGsPJanLFlmt { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:25.48828125rem;left:9.0625rem;height:3.90005625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4T9IakxAN9ZCqfsfBHJdldwRXzRTO2H { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:30.193359375rem;left:9.0625rem;height:2.6000375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMov3kBiJl5ZtKrxnb4MpKE3p2sIwBXT { box-sizing:content-box;height:20.875rem;width:29.375rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.375rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#FRnPatfwWqyL4QTqi3Sk8pnbSpfEK3hL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:28.4375rem;left:40.25rem;height:3.90005625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znlEo3fq7NfMyXToHuSQzeEWEIxq3lSE { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:33.125rem;left:40.25rem;height:2.6000375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4pQEPIBBnSiS9na0wTf61BsRQA7I5kn { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:23.625rem;left:40.25rem;height:3.71196875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S92lpe6cQRF88Q4sW7QBEtmTMEJV0ONO { color:rgba(var(--color-primary-2),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.25rem;height:4.8735125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1neUpRpI160sWs1VaAsnEaD3QXTq5W0 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:7.25rem;height:2.3369125rem;font-style:normal;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; }
#kCEyOnMukpdCsNNTx8DXVED2JoKC6G8H { color:rgba(var(--color-tertiary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:7.625rem;left:7.25rem;height:6.87210625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbmyCgpXuK2iGfkNxt7mpHFgwyuIBeGo { box-sizing:content-box;height:21.9375rem;width:29.375rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39rem;left:7.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#mq3mfSSWp5gypwbqbUArRSwPQOPv3VaA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:52.125rem;left:9.0625rem;height:3.90005625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wWhklxU1rvIUbKrrZmgncyvQQxbPKr3t { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:56.8125rem;left:9.0625rem;height:2.6000375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IdOdAAz92WcaG2EtbGmxrmNq78oxmTBi { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:46.3125rem;left:9.0625rem;height:4.94929375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTIdXLSa2zp1q6R78CMmZDlNZCquqlhk { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:40.4375rem;left:9.0625rem;height:4.8735125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W8wvkysoG7QTeHN8kOtWznd2pt1DX2U7 { box-sizing:content-box;height:21.9375rem;width:29.375rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#XagT5LZW8AMUf9I6gm40SadH0kBU1StT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:56.8125rem;left:40.25rem;height:2.6000375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4STzreJwoul9nJmOVZDwO8Lh86gEyiO { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:52.125rem;left:40.25rem;height:3.90005625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QskMlvrSI8qO0nRl4J88Dz2hhF1AwT9t { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:46.3125rem;left:40.25rem;height:4.94929375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ka0eWUCXDv39wvOKdbLfixJG12haQmS3 { color:rgba(var(--color-primary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:40.4375rem;left:40.25rem;height:4.8735125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { background-color: transparent; background-image: none; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container > .video-iframe-container { display: none; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row > .video-iframe-container { display: none; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .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); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { border-width: 0; border-radius: 0; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#ec308n8aeTsx8xTciUpQwJXTHRK8y0g5 { box-sizing:content-box;height:9.3125rem;width:29.375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:7.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#xi3OPfnPpBCCf2TdWlPAfuOH44IKDy5k { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:10.6875rem;left:9.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I86uGEieGTDxRuPe9eAI2zsiTLn1tiat { color:rgba(var(--color-primary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:7.25rem;height:2.3369125rem;font-style:normal;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; }
#SAg3THD5uiAypRUt5v454Ru95CTdeKWZ { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:13.0625rem;left:9.03125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTruyPLAQ8HHFrffP3PIFWmxCiXfSEbC { color:rgba(var(--color-primary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:15.25rem;left:9.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOExuVGt8uyp08zQrbTevr0JEVwi86vi { box-sizing:content-box;height:9.3125rem;width:29.375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#cCFbMZkbiOsG6DblklXOP5bxyu2doyCp { color:rgba(var(--color-primary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:13.0625rem;left:40.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W1JkBBx6XqvgZIbkJDrpr60fe19K2Fnd { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:10.6875rem;left:40.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVIb0OoxmW4s9LTTObCSxXFyGH1TOlhx { z-index:15005;top:4.75rem;left:54.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FKqWt6d6qBRfzGdMHdSf5dTEDtDQB2zf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0OLTyl2LnR2Oan9lpeZuBpTyUqEuh75 { z-index:15006;top:8.4375rem;left:92.65625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#A9BeMCCGXTMwklfDaDGtLGZxBfUvdMPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9Dy5SQM6w0TcZrxGOJB1txRfixuk7Ga { z-index:15004;top:20.375rem;left:7.25rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60.5rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nUNw2DGK1vnPbFZcIB4tn5AGQBtLVeyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHLkK0OyN6GREdzX17KHn9hchpC1TD8m { color:rgba(var(--color-tertiary-2),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:24.3994140625rem;left:17.0625rem;height:1.237325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container { background-color: transparent; background-image: none; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container > .video-iframe-container { display: none; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row > .video-iframe-container { display: none; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .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); }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container { border-width: 0; border-radius: 0; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#vaiKEvSh0GKKuydORT6G6sSpR8hqghuU { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:7.3125rem;left:17.5rem;height:6.5993125rem;font-style:normal;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; }
#f0GvuTbo51Ps0NWimkpeATiT7mMWIPwI { 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:15022;opacity:1;top:7.5rem;left:13.6875rem; }
#L7hySqUTslGpyaNvQTNXTMC46omX67rD { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:25rem;top:1.9375rem;left:36rem;overflow:hidden;display:block; }
#J6T8J6xv4pahv9wQis8q0oSQw9ZspIBB { box-sizing:content-box;height:5.3125rem;width:25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:36rem;display:block; }
#tlV7bD4DQhGTrVqqNcOR6iDFbi1iTB5t { box-sizing:content-box;height:14.8125rem;width:3.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:57.4375rem;display:block; }
#lrc9Dde4CnLM2gwd1JCZrVztLZGQmTcT { box-sizing:content-box;height:16.1875rem;width:60.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.625rem;left:7.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container { background-color: transparent; background-image: none; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container > .video-iframe-container { display: none; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row > .video-iframe-container { display: none; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .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); }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container { border-width: 0; border-radius: 0; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#nwdKLM7ZHS5QoDfuSOk4QX8bI4o1zuQy { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:6.673828125rem;left:7.25rem;height:5.20006875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nh1GrVXlZgfpv6TIkdCydqo2ybzn8BXQ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:6.673828125rem;left:45.28125rem;height:2.60003125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8fXTs6SQs1k10ZFdG1Kh91KyX21KPOb { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:4.880859375rem;left:7.21875rem;height:1.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhIDgWaZN5cwRME5FkUHi9sCFR17iAeT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:12.630859375rem;left:7.21875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lLgKEbQod4B1LM7dapCXua5EvU2vAPUW { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:4.900390625rem;left:45.28125rem;height:1.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d > .row .container { border-width: 0; border-radius: 0; }#T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:none; }#I1qOQKv57VqpIsnNxLK2wfnuoVB3uqdC { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.9375rem;left:10.71875rem;height:4.3984375rem;font-style:normal;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; }
#fAawqv35BrxpQoweDWa80Va7NNP4z3tH { 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:15022;opacity:1;top:5.125rem;left:6.90625rem; }
#nlrlFyuXJTG6rBb0QWrKLM1Q7QDycem7 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:14.423828125rem;left:7.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKTqrBAdL3CUqXSmaqkRtSUWpOrmxTb1 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:21.611328125rem;left:7.21875rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QD5ve1VeJVE5XwBJIVBkUFUeKMffUnlM { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:12.630859375rem;left:7.21875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lal59w0LGOJZT1X3TVbaXEWsEOxQtRaD { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:12.630859375rem;left:7.21875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AITNS1WHsXZctuq6dLpXaNK9cNKd4acm { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:36.8125rem;top:1.767578125rem;left:37.6875rem;overflow:hidden;display:block; }
#IT7BrAE69yitrr1NytfGFkVhl82h7k3X { box-sizing:content-box;height:14.4375rem;width:36rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:39rem;display:block; }
#xhdyyRPaWP35oMOUEHrZy1CAllPnVCUL { box-sizing:content-box;height:25.0625rem;width:4.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3671875rem;left:70.375rem;display:block; }
#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container { background-color: transparent; background-image: none; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container > .video-iframe-container { display: none; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row > .video-iframe-container { display: none; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .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); }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container { border-width: 0; border-radius: 0; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#cFcLW9raVMSw5fkgl3PTBicMMX1tzMwu { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:2.3125rem;left:2.3125rem;display:block; }
#TZcRtAc5bVaQvw8hIMnvwPcqDvvuL9Et { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:4.375rem;left:2.3125rem;display:block; }
#qM4KDM6vzNN7gOKryLUu3s2EUfWGOJtZ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.3125rem;left:2.375rem;display:block; }
#lRR4JkOBXkU4vTJd1vpdo0gSiCAN2cCO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.9375rem;left:4.8125rem;height:0.9624375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNghXNu4JUOGdXsTbaq1mGevaskPDHSm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.875rem;left:4.8125rem;height:0.9624375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vWKCFHW15kA7Z2uK6lWsRsllZDQs4IzZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.75rem;left:4.8125rem;height:0.9624375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIS6PyiclTf7NkNqKXy9Va5snA1ETFPf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.375rem;left:71rem;display:block; }
#zx5GrWr8Mv1iQiDAKbDCx1vZS9Ub59aX { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:5.375rem;left:68.4375rem;display:block; }
#zr9BmQf3JuU6BvSkT8nC70PK84KprUnE { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.75rem;left:66.25rem; }
#zr9BmQf3JuU6BvSkT8nC70PK84KprUnE > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#V4W5tBAzJGuhMtnmmadhQleO68q1KMUL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:57.1875rem;height:1.13743125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hERBzBKtKhoQembJZ1TbGgdEFq7A0ZNU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.375rem;left:63.4375rem;display:block; }
#zMmkLTLqTcTSPzLKl9qsmJEphFINyuck { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.6875rem;left:61.1875rem; }
#zMmkLTLqTcTSPzLKl9qsmJEphFINyuck > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#Zm1A1S4hW4BBA06oqSfTzgTAmHIvFQ2L { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:5.375rem;left:58.4375rem;display:block; }
#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container { background-color: transparent; background-image: none; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container > .video-iframe-container { display: none; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row > .video-iframe-container { display: none; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .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); }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container { border-width: 0; border-radius: 0; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#vLBTuaT4BkAZkytDvTxSp8lQuPCoeiGR { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.3125rem;height:0.9748375rem;text-align:right;text-align-last:right;display:block; }
#mCPGAbxPbFbvMOGmscinqa9he5OVMwVb { 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:1.5rem;width:10.6875rem;top:1.28125rem;left:2.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 { display:block; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZp5VIpVF1XF0ooqMrg0NbUIgN50XmQZ { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9TyPcS5lTBoTw3eAEe7FhZvSNa0B2qm { width:11.25rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB { display:block; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HosK82hlmxDaqtQQP1inaWnTxUh7gV0A { top:4.6875rem;left:0rem;width:27.75rem;height:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TH7KLmZATUOXcTHzNOmiGzANmg0t4O { top:11.875rem;left:0rem;width:26.8125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOl6GypA8T5g74QxkD0vApB1N6TRq7R5 { top:22.0625rem;left:15.3125rem;width:32.4375rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWbKyUybnaJAs6JOtu7LZOv3beVZPos5 { top:19.8125rem;left:0rem;width:16.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDncKibnglxLulnIwWrxhkbk1wbGEbXX { display:block; }
 }@media only screen and (max-width: 763px) { #kKo64OkhV63SNbZtosw3bTPIDSxeUoFn { top:23.875rem;left:0rem;width:16.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRVqb99zpH0T2n5qzuwteS7OxZRqngr { display:block; }
 }@media only screen and (max-width: 763px) { #yJfcSlr9V9V3ohtTFmLW5ZBVh8iSBsif { top:0rem;left:0rem;width:47.75rem;height:29.389056831923rem;display:block; }
 }@media only screen and (max-width: 763px) { #h49JTkSNf9q3rRFaTcqZsVrutwCmeVID { top:20.3125rem;left:27.25rem;width:12.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXS6w3PU6ptzrXItccSgNTkuUoRyE8Be { top:22.3125rem;left:37.5625rem;width:7.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpy2bzE5qV4pkmsi3g6LEbKGAXF5mNbl { display:block; }
 }@media only screen and (max-width: 763px) { #C3UBifKcPXdtSkyUUVECPzIKTFWXOKZF { top:22.3125rem;left:27.25rem;width:9.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHJCJ7Dkp4oJds62dLr4rnn4HZH72lNm { display:block; }
 }@media only screen and (max-width: 763px) { #QGt1rudmXF1VIS61dc3NDZRuTI9vEONN { top:25rem;left:20.8125rem;width:26.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV0mP9JMO0SnV7xi73tTEU0orTqg5JTT { display:block; }
 }@media only screen and (max-width: 763px) { #I3RPJdvpz1Ne2FuWpEUKaggAh4Duczya { top:12.625rem;left:0rem;width:47.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsmlqdnntlAWzKd44srJun9xTJTWCpZr { top:0rem;left:36.875rem;width:10.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcaJJ4GQqpf6ePLQEIa7xZPBRxgRwg6 { display:none; }
 }@media only screen and (max-width: 763px) { #h4cnJhrG94ooshcNH0skBkVJHm0X151g { top:20.3125rem;left:27.25rem;width:12.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLWSorlhLlSIUQEF1yinonf4rrT8PinV { top:28.0625rem;left:0rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyeU0TDSd2IQizPr7nEpHhEw7ZzOd7eO { top:29.8125rem;left:0rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrcJdNIEkssEuFyLiXccdrwtTHQaOgAO { top:27.0625rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz { display:block; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8q4hBpn6ALXpT6vbioAOWQkW7QymsIe { top:16.1875rem;left:0rem;width:11.25rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #av94pofPxwvdksHGM4hUyhMo4TE4kZku { top:11.0625rem;left:0rem;width:14.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8q6TwpNdla47L4TJXXPBR5GsfKX6EZ4 { top:4.75rem;left:0rem;width:42.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeoIhixUTx15OBBk8NZsaTQkTD4qld52 { width:16.9375rem;height:1.875rem;top:7.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTbf5q9vAPCkmv78fphWryfNDOQqqkL { top:12.3125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cImrhl89awx7CI1Z2IIerRb4L9RcyPW1 { top:11.0625rem;left:12.25rem;width:22.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRrL1907u9SmZ1c3vUDJ6Hx39v47A9VH { top:16.25rem;left:14.0625rem;width:19rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoK5iiJtxbpbQ7yTzQ2LTcsNSvlMUc1M { top:12.625rem;left:14.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSTWZdyKmi72BZ5lnUz7tkBo5MIAZOMO { top:11.0625rem;left:32.375rem;width:15.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooddBXZySaMU2Gkr6Th1EzMgXMASnUZU { top:16.25rem;left:35.5625rem;width:12.1875rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlIp9sTzAEdwyvd4dy3tiKaof5dBKwH6 { top:12.25rem;left:40.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM9qAkh15fQ1oULBLqrGJWMabOITwTSv { width:47.75rem;height:2.75rem;top:25.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbVvqzIt69Z0AVFacVQAC1EJRSdWACS { width:16.5625rem;height:8.125rem;top:38.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9kltgHUITePbtAbF1DH0T99dNfs9tn9 { display:block; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAo1UAtHc0wkQ30XsMmqwrWG4kyXbNu8 { top:16.375rem;left:0rem;width:29.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCALEkzVOGkgLbtetZPvpy6bb8qRTXNB { top:22.0625rem;left:0rem;width:20.9375rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQC8c95UqWboMU23ZcsCIA1EA7sHFALp { top:17.8125rem;left:0rem;width:25.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7sa1cUDA4TpJLmVaMNCLGsPJanLFlmt { top:25.4375rem;left:0rem;width:18.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4T9IakxAN9ZCqfsfBHJdldwRXzRTO2H { top:30.1875rem;left:0rem;width:18.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMov3kBiJl5ZtKrxnb4MpKE3p2sIwBXT { top:16.375rem;left:18.375rem;width:29.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnPatfwWqyL4QTqi3Sk8pnbSpfEK3hL { top:28.4375rem;left:26.625rem;width:18.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znlEo3fq7NfMyXToHuSQzeEWEIxq3lSE { top:33.125rem;left:26.625rem;width:18.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4pQEPIBBnSiS9na0wTf61BsRQA7I5kn { top:23.625rem;left:24.875rem;width:22.875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S92lpe6cQRF88Q4sW7QBEtmTMEJV0ONO { top:17.8125rem;left:21.8125rem;width:25.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1neUpRpI160sWs1VaAsnEaD3QXTq5W0 { top:4.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEyOnMukpdCsNNTx8DXVED2JoKC6G8H { width:47.75rem;height:6.875rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbmyCgpXuK2iGfkNxt7mpHFgwyuIBeGo { top:39rem;left:0rem;width:29.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq3mfSSWp5gypwbqbUArRSwPQOPv3VaA { top:52.125rem;left:0rem;width:18.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWhklxU1rvIUbKrrZmgncyvQQxbPKr3t { top:56.8125rem;left:0rem;width:18.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdOdAAz92WcaG2EtbGmxrmNq78oxmTBi { top:46.3125rem;left:0rem;width:25.5625rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIdXLSa2zp1q6R78CMmZDlNZCquqlhk { top:40.4375rem;left:0rem;width:17.0625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8wvkysoG7QTeHN8kOtWznd2pt1DX2U7 { top:39rem;left:18.375rem;width:29.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XagT5LZW8AMUf9I6gm40SadH0kBU1StT { top:56.8125rem;left:26.625rem;width:18.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4STzreJwoul9nJmOVZDwO8Lh86gEyiO { top:52.125rem;left:26.625rem;width:18.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QskMlvrSI8qO0nRl4J88Dz2hhF1AwT9t { top:46.3125rem;left:21.6875rem;width:22.375rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0eWUCXDv39wvOKdbLfixJG12haQmS3 { top:40.4375rem;left:23.125rem;width:24.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTXFAcgQcasiwuDZG6ll86ttDosGXJa { display:block; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec308n8aeTsx8xTciUpQwJXTHRK8y0g5 { top:9.25rem;left:0rem;width:29.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3OPfnPpBCCf2TdWlPAfuOH44IKDy5k { top:10.6875rem;left:0rem;width:25.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I86uGEieGTDxRuPe9eAI2zsiTLn1tiat { top:4.75rem;left:0rem;width:10.1875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAg3THD5uiAypRUt5v454Ru95CTdeKWZ { top:13.0625rem;left:0rem;width:17.3125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTruyPLAQ8HHFrffP3PIFWmxCiXfSEbC { top:15.25rem;left:0rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOExuVGt8uyp08zQrbTevr0JEVwi86vi { top:9.25rem;left:18.375rem;width:29.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCFbMZkbiOsG6DblklXOP5bxyu2doyCp { top:13.0625rem;left:21.9375rem;width:7.625rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1JkBBx6XqvgZIbkJDrpr60fe19K2Fnd { top:10.6875rem;left:21.9375rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIb0OoxmW4s9LTTObCSxXFyGH1TOlhx { top:4.75rem;left:34.5rem;width:13.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKqWt6d6qBRfzGdMHdSf5dTEDtDQB2zf { display:block; }
 }@media only screen and (max-width: 763px) { #k0OLTyl2LnR2Oan9lpeZuBpTyUqEuh75 { top:9.0625rem;left:31rem;width:16.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9BeMCCGXTMwklfDaDGtLGZxBfUvdMPK { display:block; }
 }@media only screen and (max-width: 763px) { #v9Dy5SQM6w0TcZrxGOJB1txRfixuk7Ga { top:20.375rem;left:0rem;width:46.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUNw2DGK1vnPbFZcIB4tn5AGQBtLVeyi { display:block; }
 }@media only screen and (max-width: 763px) { #iHLkK0OyN6GREdzX17KHn9hchpC1TD8m { top:24.375rem;left:3.4375rem;width:40.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l { display:block; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiKEvSh0GKKuydORT6G6sSpR8hqghuU { top:7.3125rem;left:3.875rem;width:16.25rem;height:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GvuTbo51Ps0NWimkpeATiT7mMWIPwI { top:7.5rem;left:0.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hySqUTslGpyaNvQTNXTMC46omX67rD { top:1.9375rem;left:22.375rem;width:25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6T8J6xv4pahv9wQis8q0oSQw9ZspIBB { top:13.5rem;left:22.375rem;width:25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlV7bD4DQhGTrVqqNcOR6iDFbi1iTB5t { top:4rem;left:43.8125rem;width:3.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrc9Dde4CnLM2gwd1JCZrVztLZGQmTcT { top:2.625rem;left:0rem;width:47.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcZ3M13xD9897LJs3o25DL7J4MKlFRJe { display:block; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwdKLM7ZHS5QoDfuSOk4QX8bI4o1zuQy { top:6.625rem;left:0rem;width:31.25rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1GrVXlZgfpv6TIkdCydqo2ybzn8BXQ { top:6.625rem;left:24.8125rem;width:22.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8fXTs6SQs1k10ZFdG1Kh91KyX21KPOb { top:4.875rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhIDgWaZN5cwRME5FkUHi9sCFR17iAeT { top:22.6875rem;left:0rem;width:18.1875rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLgKEbQod4B1LM7dapCXua5EvU2vAPUW { top:4.875rem;left:31.65625rem;width:9.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d { display:block; }#T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1qOQKv57VqpIsnNxLK2wfnuoVB3uqdC { top:4.9375rem;left:0rem;width:26.875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAawqv35BrxpQoweDWa80Va7NNP4z3tH { top:5.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrlFyuXJTG6rBb0QWrKLM1Q7QDycem7 { top:14.375rem;left:0rem;width:31.25rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTqrBAdL3CUqXSmaqkRtSUWpOrmxTb1 { top:21.5625rem;left:0rem;width:22.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD5ve1VeJVE5XwBJIVBkUFUeKMffUnlM { top:12.625rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lal59w0LGOJZT1X3TVbaXEWsEOxQtRaD { top:22.6875rem;left:0rem;width:18.1875rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AITNS1WHsXZctuq6dLpXaNK9cNKd4acm { top:1.75rem;left:10.8125rem;width:36.8125rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7BrAE69yitrr1NytfGFkVhl82h7k3X { top:12.25rem;left:11.75rem;width:36rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhdyyRPaWP35oMOUEHrZy1CAllPnVCUL { top:2.3125rem;left:43.4375rem;width:4.3125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr { display:block; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFcLW9raVMSw5fkgl3PTBicMMX1tzMwu { top:2.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcRtAc5bVaQvw8hIMnvwPcqDvvuL9Et { top:4.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM4KDM6vzNN7gOKryLUu3s2EUfWGOJtZ { top:6.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRR4JkOBXkU4vTJd1vpdo0gSiCAN2cCO { top:2.9375rem;left:0rem;width:21.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNghXNu4JUOGdXsTbaq1mGevaskPDHSm { top:4.875rem;left:0rem;width:12.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWKCFHW15kA7Z2uK6lWsRsllZDQs4IzZ { top:6.75rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIS6PyiclTf7NkNqKXy9Va5snA1ETFPf { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5GrWr8Mv1iQiDAKbDCx1vZS9Ub59aX { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9BmQf3JuU6BvSkT8nC70PK84KprUnE { top:5.75rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#zr9BmQf3JuU6BvSkT8nC70PK84KprUnE > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #V4W5tBAzJGuhMtnmmadhQleO68q1KMUL { top:3.5625rem;left:32.4375rem;width:15.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERBzBKtKhoQembJZ1TbGgdEFq7A0ZNU { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMmkLTLqTcTSPzLKl9qsmJEphFINyuck { top:5.6875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#zMmkLTLqTcTSPzLKl9qsmJEphFINyuck > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #Zm1A1S4hW4BBA06oqSfTzgTAmHIvFQ2L { top:5.375rem;left:44.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe { display:block; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLBTuaT4BkAZkytDvTxSp8lQuPCoeiGR { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCPGAbxPbFbvMOGmscinqa9he5OVMwVb { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container { background-color: transparent; background-image: none; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container > .video-iframe-container { display: none; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row > .video-iframe-container { display: none; }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .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); }#ddMweL9L63om38Tqm1nCfAnMcqa0QLO2 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZp5VIpVF1XF0ooqMrg0NbUIgN50XmQZ { width:11.25rem;height:2.3125rem;top:1.125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9TyPcS5lTBoTw3eAEe7FhZvSNa0B2qm { top:1.09375rem;left:4.375rem;width:11.25rem;height:2.4375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container { background-color: transparent; background-image: none; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container > .video-iframe-container { display: none; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row > .video-iframe-container { display: none; }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .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); }#naoC6UNzZtEI1PiMiLuuTtWf33k2LNdB > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HosK82hlmxDaqtQQP1inaWnTxUh7gV0A { width:16.1875rem;height:3.57421875rem;top:1.9375rem;left:1.75rem;font-size:1.625rem;line-height:1.1;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #z6TH7KLmZATUOXcTHzNOmiGzANmg0t4O { width:16.4375rem;height:5.625rem;top:6.4375rem;left:1.75rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vOl6GypA8T5g74QxkD0vApB1N6TRq7R5 { width:15.1875rem;height:0;top:21.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWbKyUybnaJAs6JOtu7LZOv3beVZPos5 { top:13.875rem;left:1.75rem;width:16.4375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDncKibnglxLulnIwWrxhkbk1wbGEbXX { display:block; }
 }@media only screen and (max-width: 763px) { #kKo64OkhV63SNbZtosw3bTPIDSxeUoFn { top:17.125rem;left:1.75rem;width:16.4375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRVqb99zpH0T2n5qzuwteS7OxZRqngr { display:block; }
 }@media only screen and (max-width: 763px) { #yJfcSlr9V9V3ohtTFmLW5ZBVh8iSBsif { width:16.875rem;height:10.3125rem;top:22.0625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h49JTkSNf9q3rRFaTcqZsVrutwCmeVID { width:11.875rem;height:0;top:28.857421875rem;left:4.0625rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tXS6w3PU6ptzrXItccSgNTkuUoRyE8Be { top:39.05078125rem;left:1.5rem;width:7.4375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpy2bzE5qV4pkmsi3g6LEbKGAXF5mNbl { display:block; }
 }@media only screen and (max-width: 763px) { #C3UBifKcPXdtSkyUUVECPzIKTFWXOKZF { top:33.98828125rem;left:5.28125rem;width:9.4375rem;height:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NHJCJ7Dkp4oJds62dLr4rnn4HZH72lNm { display:block; }
 }@media only screen and (max-width: 763px) { #QGt1rudmXF1VIS61dc3NDZRuTI9vEONN { top:41.73828125rem;left:1.5rem;width:16.5625rem;height:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JV0mP9JMO0SnV7xi73tTEU0orTqg5JTT { display:block; }
 }@media only screen and (max-width: 763px) { #I3RPJdvpz1Ne2FuWpEUKaggAh4Duczya { width:20rem;height:19.1875rem;top:33.51953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsmlqdnntlAWzKd44srJun9xTJTWCpZr { width:10.875rem;height:31.8125rem;top:73.80078125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTcaJJ4GQqpf6ePLQEIa7xZPBRxgRwg6 { top:21.375rem;left:1.75rem;width:16.4375rem;height:8.375rem;z-index:14996;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #h4cnJhrG94ooshcNH0skBkVJHm0X151g { width:11.875rem;height:1.19921875rem;top:22.375rem;left:2.9375rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OLWSorlhLlSIUQEF1yinonf4rrT8PinV { width:9.0625rem;height:1.04980625rem;top:24.25rem;left:2.9375rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cyeU0TDSd2IQizPr7nEpHhEw7ZzOd7eO { width:7.3125rem;height:1.04980625rem;top:25.625rem;left:2.9375rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DrcJdNIEkssEuFyLiXccdrwtTHQaOgAO { width:14.5625rem;height:1.923825rem;top:27.0625rem;left:2.9375rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15007;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz { display:block; }#GsEPvTvQP9N6OcNh9l8IC3bOZs1p6FFz > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8q4hBpn6ALXpT6vbioAOWQkW7QymsIe { width:14.5625rem;height:2.0625rem;top:11.625rem;left:2.8125rem;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #av94pofPxwvdksHGM4hUyhMo4TE4kZku { width:16.4375rem;height:6.4375rem;top:8.0625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8q6TwpNdla47L4TJXXPBR5GsfKX6EZ4 { width:15.875rem;height:3.0234375rem;top:2.0625rem;left:1.71875rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GeoIhixUTx15OBBk8NZsaTQkTD4qld52 { width:15.75rem;height:1.3808625rem;top:5.4609375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nPTbf5q9vAPCkmv78fphWryfNDOQqqkL { display:flex;width:2.4375rem;height:2.4375rem;top:8.8125rem;left:2.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #cImrhl89awx7CI1Z2IIerRb4L9RcyPW1 { width:16.4375rem;height:8.4375rem;top:15.5625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRrL1907u9SmZ1c3vUDJ6Hx39v47A9VH { width:14.1875rem;height:4.125rem;top:19.1875rem;left:2.8125rem;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #AoK5iiJtxbpbQ7yTzQ2LTcsNSvlMUc1M { display:flex;width:2.1875rem;height:2.1875rem;top:16.5625rem;left:2.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #PSTWZdyKmi72BZ5lnUz7tkBo5MIAZOMO { width:16.4375rem;height:7.375rem;top:25.125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooddBXZySaMU2Gkr6Th1EzMgXMASnUZU { width:14.5rem;height:3.09375rem;top:28.625rem;left:2.8125rem;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #GlIp9sTzAEdwyvd4dy3tiKaof5dBKwH6 { display:flex;width:2.1875rem;height:2.1875rem;top:25.8125rem;left:2.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #MM9qAkh15fQ1oULBLqrGJWMabOITwTSv { width:16.5625rem;height:0;top:38.625rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ThbVvqzIt69Z0AVFacVQAC1EJRSdWACS { width:15.375rem;height:8.17578125rem;top:34.25rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #C9kltgHUITePbtAbF1DH0T99dNfs9tn9 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { background-color: transparent; background-image: none; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container > .video-iframe-container { display: none; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row > .video-iframe-container { display: none; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .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); }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { border-width: 0; border-radius: 0; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9kltgHUITePbtAbF1DH0T99dNfs9tn9 > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAo1UAtHc0wkQ30XsMmqwrWG4kyXbNu8 { width:16.4375rem;height:17.0625rem;top:21.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCALEkzVOGkgLbtetZPvpy6bb8qRTXNB { width:12.1875rem;height:2.88574375rem;top:26.9375rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQC8c95UqWboMU23ZcsCIA1EA7sHFALp { width:7.9375rem;height:3.29883125rem;top:22.875rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F7sa1cUDA4TpJLmVaMNCLGsPJanLFlmt { width:11.5625rem;height:3.41015625rem;top:30.5625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4T9IakxAN9ZCqfsfBHJdldwRXzRTO2H { width:10.125rem;height:3.41015625rem;top:34.5rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMov3kBiJl5ZtKrxnb4MpKE3p2sIwBXT { width:16.4375rem;height:20.3125rem;top:40.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnPatfwWqyL4QTqi3Sk8pnbSpfEK3hL { width:11.6875rem;height:3.41015625rem;top:52rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #znlEo3fq7NfMyXToHuSQzeEWEIxq3lSE { width:10.1875rem;height:3.41015625rem;top:56.02734375rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4pQEPIBBnSiS9na0wTf61BsRQA7I5kn { width:11.75rem;height:3.84765625rem;top:47.4365234375rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S92lpe6cQRF88Q4sW7QBEtmTMEJV0ONO { width:10.3125rem;height:5.49805rem;top:41.1884765625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y1neUpRpI160sWs1VaAsnEaD3QXTq5W0 { width:15.4375rem;height:4.53515625rem;top:2.0625rem;left:1.75rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kCEyOnMukpdCsNNTx8DXVED2JoKC6G8H { width:16.4375rem;height:12.84765625rem;top:7.5rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EbmyCgpXuK2iGfkNxt7mpHFgwyuIBeGo { width:16.4375rem;height:19.9375rem;top:61.625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq3mfSSWp5gypwbqbUArRSwPQOPv3VaA { width:9.3125rem;height:4.546875rem;top:73.25rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wWhklxU1rvIUbKrrZmgncyvQQxbPKr3t { width:10.125rem;height:3.41015625rem;top:77.1875rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IdOdAAz92WcaG2EtbGmxrmNq78oxmTBi { width:12.75rem;height:5.7714875rem;top:66.791015625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTIdXLSa2zp1q6R78CMmZDlNZCquqlhk { width:13.1875rem;height:3.29883125rem;top:62.73828125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W8wvkysoG7QTeHN8kOtWznd2pt1DX2U7 { width:16.4375rem;height:20.25rem;top:82.8125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XagT5LZW8AMUf9I6gm40SadH0kBU1StT { width:10.1875rem;height:3.41015625rem;top:98.625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4STzreJwoul9nJmOVZDwO8Lh86gEyiO { width:10.875rem;height:3.41015625rem;top:94.625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QskMlvrSI8qO0nRl4J88Dz2hhF1AwT9t { width:13.25rem;height:4.80956875rem;top:89.0625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ka0eWUCXDv39wvOKdbLfixJG12haQmS3 { width:12.9375rem;height:4.3984375rem;top:83.875rem;left:3.15625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JpTXFAcgQcasiwuDZG6ll86ttDosGXJa { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { background-color: transparent; background-image: none; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container > .video-iframe-container { display: none; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row > .video-iframe-container { display: none; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .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); }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { border-width: 0; border-radius: 0; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpTXFAcgQcasiwuDZG6ll86ttDosGXJa > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec308n8aeTsx8xTciUpQwJXTHRK8y0g5 { width:16.4375rem;height:11.1875rem;top:5.3125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3OPfnPpBCCf2TdWlPAfuOH44IKDy5k { width:6.5rem;height:2.19921875rem;top:6.8125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I86uGEieGTDxRuPe9eAI2zsiTLn1tiat { width:6.6875rem;height:1.51171875rem;top:2.0625rem;left:2rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAg3THD5uiAypRUt5v454Ru95CTdeKWZ { width:8.125rem;height:3.57421875rem;top:9.625rem;left:3.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TTruyPLAQ8HHFrffP3PIFWmxCiXfSEbC { width:11.1875rem;height:1.625rem;top:13.4375rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOExuVGt8uyp08zQrbTevr0JEVwi86vi { width:16.4375rem;height:7.75rem;top:17.7373046875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCFbMZkbiOsG6DblklXOP5bxyu2doyCp { width:7.0625rem;height:2.11230625rem;top:22.1494140625rem;left:3.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1JkBBx6XqvgZIbkJDrpr60fe19K2Fnd { width:9.1875rem;height:2.5996125rem;top:19.1748046875rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HVIb0OoxmW4s9LTTObCSxXFyGH1TOlhx { top:1.912109375rem;left:10rem;width:8rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKqWt6d6qBRfzGdMHdSf5dTEDtDQB2zf { display:block; }
 }@media only screen and (max-width: 763px) { #k0OLTyl2LnR2Oan9lpeZuBpTyUqEuh75 { top:35.2607421875rem;left:1.78125rem;width:16.4375rem;height:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9BeMCCGXTMwklfDaDGtLGZxBfUvdMPK { display:block; }
 }@media only screen and (max-width: 763px) { #v9Dy5SQM6w0TcZrxGOJB1txRfixuk7Ga { top:26.6748046875rem;left:1.78125rem;width:16.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUNw2DGK1vnPbFZcIB4tn5AGQBtLVeyi { display:block; }
 }@media only screen and (max-width: 763px) { #iHLkK0OyN6GREdzX17KHn9hchpC1TD8m { width:16.8125rem;height:0.82421875rem;top:30.6748046875rem;left:1.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l { display:block; }#tBCXRR13NcFTG2ArbC6y4ypG9FisGn6l > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiKEvSh0GKKuydORT6G6sSpR8hqghuU { width:10.625rem;height:4.53515625rem;top:3.375rem;left:6.5rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0GvuTbo51Ps0NWimkpeATiT7mMWIPwI { display:flex;width:3.125rem;height:3.125rem;top:3.5rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #L7hySqUTslGpyaNvQTNXTMC46omX67rD { width:15.1875rem;height:10.1875rem;top:8.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6T8J6xv4pahv9wQis8q0oSQw9ZspIBB { width:14.5rem;height:4.1875rem;top:14.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlV7bD4DQhGTrVqqNcOR6iDFbi1iTB5t { width:2.3125rem;height:9.5625rem;top:8.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrc9Dde4CnLM2gwd1JCZrVztLZGQmTcT { width:16.4375rem;height:18.4375rem;top:1.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcZ3M13xD9897LJs3o25DL7J4MKlFRJe { display:block; }#IcZ3M13xD9897LJs3o25DL7J4MKlFRJe > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwdKLM7ZHS5QoDfuSOk4QX8bI4o1zuQy { width:15.875rem;height:7.957rem;top:5.5rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nh1GrVXlZgfpv6TIkdCydqo2ybzn8BXQ { width:14.625rem;height:3.41015625rem;top:16.5234375rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8fXTs6SQs1k10ZFdG1Kh91KyX21KPOb { width:18.1875rem;height:0;top:18.1796875rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uhIDgWaZN5cwRME5FkUHi9sCFR17iAeT { width:12.0625rem;height:2.3984375rem;top:2.6015625rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15051;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lLgKEbQod4B1LM7dapCXua5EvU2vAPUW { width:9.5rem;height:1.29980625rem;top:14.87109375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d { display:none; }#T5sIJeN6HAJa9BGQAXNk5ccWq9p58U3d > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1qOQKv57VqpIsnNxLK2wfnuoVB3uqdC { width:10.625rem;height:4.53515625rem;top:2.125rem;left:5.3125rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAawqv35BrxpQoweDWa80Va7NNP4z3tH { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #nlrlFyuXJTG6rBb0QWrKLM1Q7QDycem7 { width:15.875rem;height:7.957rem;top:24.625rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKTqrBAdL3CUqXSmaqkRtSUWpOrmxTb1 { width:14.625rem;height:4.546875rem;top:33.7734375rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QD5ve1VeJVE5XwBJIVBkUFUeKMffUnlM { width:18.1875rem;height:0;top:18.1796875rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lal59w0LGOJZT1X3TVbaXEWsEOxQtRaD { width:12.0625rem;height:2.3984375rem;top:21.7265625rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15051;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AITNS1WHsXZctuq6dLpXaNK9cNKd4acm { width:20rem;height:13.5rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7BrAE69yitrr1NytfGFkVhl82h7k3X { width:19.1875rem;height:4.1875rem;top:15.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhdyyRPaWP35oMOUEHrZy1CAllPnVCUL { width:2.3125rem;height:12.9375rem;top:7rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr { display:block; }#qFxkwRGhhi1NwMO9ELdnkWcrmEcqSlNr > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFcLW9raVMSw5fkgl3PTBicMMX1tzMwu { width:2.1875rem;height:2.1875rem;top:1.6875rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcRtAc5bVaQvw8hIMnvwPcqDvvuL9Et { width:2.1875rem;height:2.1875rem;top:5.5rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM4KDM6vzNN7gOKryLUu3s2EUfWGOJtZ { width:2.1875rem;height:2.1875rem;top:9.125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRR4JkOBXkU4vTJd1vpdo0gSiCAN2cCO { width:16.0625rem;height:0.7558625rem;top:4.3125rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNghXNu4JUOGdXsTbaq1mGevaskPDHSm { width:12.75rem;height:0.7558625rem;top:7.8125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWKCFHW15kA7Z2uK6lWsRsllZDQs4IzZ { width:14.75rem;height:0.7558625rem;top:11.5625rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIS6PyiclTf7NkNqKXy9Va5snA1ETFPf { width:2rem;height:2rem;top:15.3125rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5GrWr8Mv1iQiDAKbDCx1vZS9Ub59aX { width:2rem;height:2rem;top:15.3125rem;left:12.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9BmQf3JuU6BvSkT8nC70PK84KprUnE { display:flex;width:1.375rem;height:1.375rem;top:15.625rem;left:10.6875rem;font-size:0.9375rem; }
#zr9BmQf3JuU6BvSkT8nC70PK84KprUnE > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #V4W5tBAzJGuhMtnmmadhQleO68q1KMUL { width:16.5rem;height:1.0556625rem;top:14.125rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #hERBzBKtKhoQembJZ1TbGgdEFq7A0ZNU { width:1.875rem;height:1.875rem;top:15.375rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMmkLTLqTcTSPzLKl9qsmJEphFINyuck { display:flex;width:1.4375rem;height:1.4375rem;top:15.625rem;left:5.8125rem;font-size:1rem; }
#zMmkLTLqTcTSPzLKl9qsmJEphFINyuck > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #Zm1A1S4hW4BBA06oqSfTzgTAmHIvFQ2L { width:1.875rem;height:1.875rem;top:15.375rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe { display:block; }#n1LRxFR4y0xDHaqEg1fLvGCsomQWs7Fe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLBTuaT4BkAZkytDvTxSp8lQuPCoeiGR { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCPGAbxPbFbvMOGmscinqa9he5OVMwVb { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }