.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:217,240,228;--color-secondary-1:128,206,166;--color-secondary-2:0,156,77;--color-secondary-3:0,78,39;--color-secondary-4:0,23,12;--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:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr { 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; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container { background-color: transparent; background-image: none; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container > .video-iframe-container { display: none; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row > .video-iframe-container { display: none; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .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); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container { border-width: 0; border-radius: 0; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#oWDbiCK0vBPpwDKdX3vcpkKsZ1gL8W69 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.5rem;height:2.125rem;text-decoration:none;z-index:14966;text-align:center;text-align-last:center;top:2rem;left:44.4375rem;display:block; }
#HIttXxotdGlTR1MayB1xE4bcNxsZgzQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nuiZRTzcnhKE33hZpkBaFw09XvTQ6qXB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.1875rem;height:2.125rem;text-decoration:none;z-index:14967;text-align:center;text-align-last:center;top:2rem;left:51.0625rem;display:block; }
#rlBIcOOQcpRrvx1OSBc3TMnohyZRgnTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zP8usA7Tpc54yVyXWhLJKxvI9varTZCM { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4375rem;height:2.125rem;text-decoration:none;z-index:14968;text-align:center;text-align-last:center;top:2rem;left:62.0625rem;display:block; }
#TQNaktDLJXPwPyxWSOa79ftLVeJbuepe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6XyW8dAsU33lH8AlRB3TfEqCLV0fhRh { position:absolute;display:block;z-index:15004;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:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.5rem;overflow:hidden;display:block; }
#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 { 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; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container { background-color: transparent; background-image: none; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container > .video-iframe-container { display: none; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row > .video-iframe-container { display: none; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .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); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container { border-width: 0; border-radius: 0; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#TEKPAVnGlB7IRBCtcHeqRMGtA42LKry3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:4.875rem;left:6.3125rem;height:4rem;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; }
#FTvRxL4WUFJibFElQ1T31AAmTLOXKNxM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.5625rem;left:6.375rem;height:1.375rem;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; }
#OOKOK1J9T0OotGFlRNdifyiUOBHFUaCT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:9.8125rem;left:6.3125rem;height:2.611325rem;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; }
#asun1ZvTn0i3NZUDRWgLnkWw3kMAW2Dp { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.3125rem;width:36.125rem;top:0rem;left:38rem;overflow:hidden;display:block; }
#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs { 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; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container { background-color: transparent; background-image: none; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container > .video-iframe-container { display: none; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row > .video-iframe-container { display: none; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .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); }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container { border-width: 0; border-radius: 0; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:block; }#FTBO2HsVwLFbnAViGtxdUTUtWM9u3iio { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.3125rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmETf71b8Co8Rc9h2T2DlAS6eyRC5qlZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:25.9375rem;left:8.125rem;height:1.51171875rem;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; }
#tkywcQOU64R6C3hftfiHiM1CI8n40nmK { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.875rem;left:6.3125rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTksFhrl5b0rn5neeZRoyiRoh9xNdbCN { 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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:4.875rem;width:21.6875rem;top:23.4375rem;left:6.3125rem;display:block; }
#UbP4iSV5Q2LWQ50dpOQUpDz8R42iE3tA { color:rgba(var(--color-primary-2),1);display:block;width:62.375rem;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:6.625rem;left:6.3125rem;height:4.673825rem;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; }
#etmaBe3ns4PbUCDhdoSnXhOXSGLVsUo4 { z-index:15004;top:64.5rem;left:6.3125rem;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QEPcrVQBNqTVCytNfC1Ro6i81Q8Zp3sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alnEsiPp6rBS2VFxFvu4xAtT3g8WbGoc { color:rgba(var(--color-tertiary-4),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:68.5rem;left:6.3125rem;height:1.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#cC9GDe1s4CePFAV7sNTJVFPn14sWZS9Z { color:rgba(var(--color-tertiary-2),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:6.3125rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9T5F2idRohF6nZ3D320PU8nhxZR2uUd { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.5rem;left:6.3125rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBCE1oScqsbGt4XfqqhmrT0gxXlneKTP { color:rgba(var(--color-tertiary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:25.9375rem;left:31.6875rem;height:1.51171875rem;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; }
#IokgPDiyrC5kssTUVkL97rDIP9DPXMOP { 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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:4.875rem;width:24.125rem;top:23.4375rem;left:29.875rem;display:block; }
#wwZ9kWlgeTb8lQGiZdGE0MiIvdNVXBon { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:31.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OrrgKraTiVfrr28ow7eDBAolhsFKC1O5 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:25.150390625rem;left:42.34375rem;height:2.3359375rem;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; }
#l4c7EoMGK6WuB4rdMMRTqZvaoKReEJWq { 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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:4.875rem;width:12.6875rem;top:23.4375rem;left:55.875rem;display:block; }
#kW7MrfatMbh9Z2H30eGA2tTL2JZL2RGe { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:25.9375rem;left:57.6875rem;height:1.51171875rem;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; }
#OSd6VQRtT8hez3POR62BZdPB7LBusXO1 { color:rgba(var(--color-primary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:57.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AznTskOhc7NNKMyGlwokVMAQMKipMSXf { 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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:11.3125rem;width:62.25rem;top:30.3125rem;left:6.3125rem;display:block; }
#hTz9eoFZPR8bFSnJ4JF6nbpq9mLfElZR { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:32.744140625rem;left:8.1875rem;height:1.4433625rem;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; }
#eCEa5fhCp1lT8bXl61qKnGM8qszvkVxR { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.1875rem;left:8.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyMTg3evVTPp0iDzmuBNgv1dD254c7CL { color:rgba(var(--color-tertiary-2),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:37.875rem;left:8.1875rem;height:2.88671875rem;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; }
#rfPz6z8q6ukRz5IE8qphteHEiIknL0WC { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.3125rem;left:8.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JLTr1mFX8BMkr4135AxL4HtsM9MTUcRD { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:5.3125rem;width:62.25rem;top:57.0625rem;left:6.3125rem;display:block; }
#fvPDD4DxmIuE5ohEieMMSTnebgFhFFbT { color:rgba(var(--color-tertiary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:60.1875rem;left:11.8125rem;height:1.16796875rem;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;font-style:italic;display:block; }
#KSrZTMCTOOsuBMWMRxtfEtDzTyEWqqhJ { color:rgba(var(--color-primary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:58.125rem;left:11.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lz13ldx0Zwr8odJwHptd68CV2PHXve1D { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.25rem;left:8.25rem;display:block; }
#FT7MQw4Rm4bZt4LnDKqQ3RNCsrcvWVU6 { z-index:15032;top:58.375rem;left:51.875rem;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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#le9Fei55ECbqgMKqxNfzSPm6zOkt6oh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDZoHuzy5056f2CErWbRZOfpTfV3BKTo { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25rem;left:41.0625rem;display:block; }
#wiPFwqU5suWMybuQSmyXq8f0Mo5bd5yS { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:25.150390625rem;left:42.34375rem;height:2.3359375rem;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:none; }
#BQ7XLHfHPHDE9AbkDwUnL9buIWCyDGOh { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:32.744140625rem;left:8.1875rem;height:1.4433625rem;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:none; }
#PSuhedZigKQCNG7c1vGvyH6xLGJHSm3J { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:46.72265625rem;left:8.15625rem;height:1.3056625rem;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; }
#Jw3vSO3deShslnwgUxcqfsdBnmS5PN83 { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:44.625rem;left:8.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hm80Jd1ULFQyFdwZieLxT8unB9qHdWDV { position:absolute;display:block;z-index:15002;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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:11.5rem;width:62.25rem;top:43.75rem;left:6.3125rem;display:block; }
#bXrBTRMv73np1yFLwq2PVm0RMTpVHkzU { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:46.3125rem;left:8.1875rem;height:1.3056625rem;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:none; }
#PnGUToVQKLMruDzPi2m4GOAN0LCctHAT { color:rgba(var(--color-primary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.5rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kPlTkRVkS2n9xDslNVLxwv1AS4RA5fpD { color:rgba(var(--color-tertiary-2),1);display:block;width:58.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:51.41015625rem;left:8.15625rem;height:2.611325rem;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; }
#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 { 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; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container { background-color: transparent; background-image: none; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container > .video-iframe-container { display: none; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row > .video-iframe-container { display: none; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .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); }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container { border-width: 0; border-radius: 0; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#PhgmWwLJpPlvseyeZwH3axUQzav4Hcmv { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.9375rem;left:6.3125rem;height:2.19921875rem;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; }
#kRKUiPV6IUyxaz9DMvExBzBl7ldWqrCF { color:rgba(var(--color-tertiary-0),1);display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.3125rem;height:18.7666375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gU1fJgsMfVexp5qP4eSDmlZ5SaODOCXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.5rem;left:6.3125rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c5qbViwJ8ZbBZPk6sOAgIyRrb7SwqaDr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:30.6875rem;left:17.5rem;height:2.875rem;font-style:normal;display:block; }
#QR08H29EZZ5mHE2XRfgwtN2CGyZW3fw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:sansita;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:29.375rem;left:6.0625rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OqnxbQhZqbPACEdbdf9f86yU59sdPoMy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:30.6875rem;left:40.3125rem;height:2.875rem;font-style:normal;display:block; }
#a5Tgc9mZA3UvyGxQh47XCpC9VhEZlOJf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:sansita;font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:29.375rem;left:31.5rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZmCSDdPv7BXQdWUF4UJG2UIv2hNQtZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:sansita;font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:29.375rem;left:55.375rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IpKKHOFwCUelcHGAQvMN2QPMgTCaTxcF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:30.6875rem;left:61.6875rem;height:2.875rem;font-style:normal;display:block; }
#Q5EgEmmwGuxF0n7dfgh5Thn7BB7dShES { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.875rem;left:27.90625rem;display:block; }
#nKWD4Q7WKyzxuQ47NxkPFcQavyBMSCuA { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.875rem;left:51.65625rem;display:block; }
#AxppPgaW8ACWRIMqVToySq52G4cakBDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.3125rem;height:18.7666375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT { 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; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container { background-color: transparent; background-image: none; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container > .video-iframe-container { display: none; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row > .video-iframe-container { display: none; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .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); }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container { border-width: 0; border-radius: 0; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#BvIZdNA3TOhXElRbdOgB7HMUm8ulFrvV { position:absolute;display:block;z-index:14996;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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:15.125rem;width:10.625rem;top:15.1875rem;left:7.0625rem;display:block; }
#RCCcEt12gbezMPllXZLiaRRpfO38ENSf { color:rgba(var(--color-primary-2),1);display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.8125rem;left:6.3125rem;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; }
#LPvsdaysgGosaPOnfTWkHB5siaKtv04s { color:rgba(var(--color-tertiary-2),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.8125rem;left:6.3125rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WxhhtWAKgDyDts5MTGG5QzDuNlsBFQR7 { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.5rem;left:6.3125rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkD783mWuxgSH5w4y0TM600uGBLf3vri { z-index:15033;top:4.5625rem;left:57.4375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tCkEDXBi5cs6ovizNIUndbF5VXU8eJ0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0SgT4rwAdNfmU8xwt9xhWaeTsTHaEiT { 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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:15.125rem;width:10.625rem;top:15.1875rem;left:58.5625rem;display:block; }
#BgrkafZ3aE4uRPvSA5C3oSSRfbonJo7Z { position:absolute;display:block;z-index:14999;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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:15.125rem;width:10.625rem;top:15.1875rem;left:19.9375rem;display:block; }
#kHny3E6Qld1k9Da3Ag6sVxbQxdBDeBpW { position:absolute;display:block;z-index:15000;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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:15.125rem;width:10.625rem;top:15.1875rem;left:32.8125rem;display:block; }
#QUPe7oNhMJ6BMHU667TOEUXzUJNh9bib { 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-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),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:15.125rem;width:10.625rem;top:15.1875rem;left:45.625rem;display:block; }
#a6To6TmHLSr5f4C3VrJv7xwZLDpzM63n { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:28.625rem;left:16.125rem; }
#ORQGO7kkTZsOEHiMTmvd3FicRzB70V85 { position:absolute;display:block;z-index:15035;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:10.625rem;top:14.375rem;left:6.34375rem;overflow:hidden;display:block; }
#TVoarM07I9FwUqa4zyITTp1VwE2T0y3V { position:absolute;display:block;z-index:15036;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:10.625rem;top:14.375rem;left:19.21875rem;overflow:hidden;display:block; }
#t1KdBTuw1eDupEfDCb0e2y327DEZJGe8 { position:absolute;display:block;z-index:15037;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:10.625rem;top:14.375rem;left:32.09375rem;overflow:hidden;display:block; }
#EywG55sp2L0M5OVQVTrI1P6IrGL5XzWT { position:absolute;display:block;z-index:15038;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:10.625rem;top:14.375rem;left:44.90625rem;overflow:hidden;display:block; }
#yX3Bzz73rJ29fzdrruxP14oGVeybt6xC { position:absolute;display:block;z-index:15039;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: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;height:15rem;width:10.625rem;top:14.375rem;left:57.9375rem;overflow:hidden;display:block; }
#IDzdZgKTyH29q0WFeI9Chdw11XO9cN9e { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:15.1875rem;display:block; }
#O6ErgbRrbScKKDVNB3bIEK9KsZedK6P0 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:28.0625rem;display:block; }
#ftABoRESQJn35mgGvZlReA0StyCa0plr { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:40.9375rem;display:block; }
#qKDeeQrdIVNq4rzozRrleh5sL8gCsdGx { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:53.75rem;display:block; }
#yPUVW0xiTNBVXu3O23Bd4PL8yxlehLx8 { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:66.6875rem;display:block; }
#AGGdGPuAmoS8CP0QyL3B5g4b2xg7s05O { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:28.5625rem;left:28.96875rem; }
#gP1df4sEHJWb1KTLMtzDeaTn2f8b6VE2 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:28.5625rem;left:41.84375rem; }
#h8TqxUCthn1MQiGx2utLsfKvMDEhxD5i { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:28.5625rem;left:54.65625rem; }
#xHqhmuFQG6XD3QX2xKXGgIefP5ElTbwu { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:28.5625rem;left:67.625rem; }
#huA4gNBfp4eyG1GaGZwXMXXbAXBURVFo { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:16.1875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:14.25rem;left:6.1875rem;display:block; }
#ShL2bqXMs95SM8c9t84HWwlNeupRoMfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTE3HkKOQLzTxb35QmXQIrPx3A4uXTNC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:16.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:14.3125rem;left:19.125rem;display:block; }
#LOM9g5typvwZEDiQFQMcfueFsKEmWLpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKBkiwqxNZyCHJncH6tlJFvNtglxUHc8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:16.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:14.3125rem;left:32.03125rem;display:block; }
#o05TZRrqR3FXf1dNws9mq51bF92GQcne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgCK3MRq4SxUdmPQEUzbfDLFr1sbiGDq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:16.125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:14.3125rem;left:44.84375rem;display:block; }
#R7xcWHlbPXGcmy2qbK94SSwK1kbAQ3Dp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cIMTxdHx8A4ga4KZMTuAN5eSz9XVHk69 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:16.1875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:14.375rem;left:57.875rem;display:block; }
#kRz8XI47e5TK6ATU3N762fS1nTbRW7wc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc { 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; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container { background-color: transparent; background-image: none; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container > .video-iframe-container { display: none; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row > .video-iframe-container { display: none; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .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); }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container { border-width: 0; border-radius: 0; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#D7lT7XeBQo9p3O5uToeUUg91NR2U4Rsm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:2.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eK3qVcxf4TTpluxf52hUOzPaUWTTmdWD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.23828125rem;left:2.4375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6k52Sbvp1EIw0nNkKtWAL5NV4SfIJIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:3.88671875rem;left:2.4375rem;height:1.2246125rem;display:block; }
#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 { 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; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container { background-color: transparent; background-image: none; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container > .video-iframe-container { display: none; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row > .video-iframe-container { display: none; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .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); }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container { border-width: 0; border-radius: 0; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#EifG7LzV6q7i8ZBNXUdSGH1LdC7maVXr { color:#6d6e71;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.975325rem;text-align:right;text-align-last:right;display:block; }
#qWZhU1uGblr4XZ0m3tE2n5f6lo8NRrB2 { 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) { #A9drA9rZk259uKR6zwXQn4mvwsKNTNMr { display:block; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWDbiCK0vBPpwDKdX3vcpkKsZ1gL8W69 { width:5.5rem;height:2.125rem;top:2rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIttXxotdGlTR1MayB1xE4bcNxsZgzQW { display:block; }
 }@media only screen and (max-width: 763px) { #nuiZRTzcnhKE33hZpkBaFw09XvTQ6qXB { width:9.1875rem;height:2.125rem;top:2rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBIcOOQcpRrvx1OSBc3TMnohyZRgnTT { display:block; }
 }@media only screen and (max-width: 763px) { #zP8usA7Tpc54yVyXWhLJKxvI9varTZCM { width:10.4375rem;height:2.125rem;top:2rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQNaktDLJXPwPyxWSOa79ftLVeJbuepe { display:block; }
 }@media only screen and (max-width: 763px) { #q6XyW8dAsU33lH8AlRB3TfEqCLV0fhRh { top:1.75rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 { display:block; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKPAVnGlB7IRBCtcHeqRMGtA42LKry3 { top:4.875rem;left:0rem;width:31.8125rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTvRxL4WUFJibFElQ1T31AAmTLOXKNxM { top:2.5625rem;left:0rem;width:12.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKOK1J9T0OotGFlRNdifyiUOBHFUaCT { top:9.8125rem;left:0rem;width:34.625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asun1ZvTn0i3NZUDRWgLnkWw3kMAW2Dp { top:0rem;left:11.625rem;width:36.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs { display:block; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTBO2HsVwLFbnAViGtxdUTUtWM9u3iio { top:24.3125rem;left:0rem;width:9.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmETf71b8Co8Rc9h2T2DlAS6eyRC5qlZ { top:25.9375rem;left:0rem;width:15.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkywcQOU64R6C3hftfiHiM1CI8n40nmK { width:47.75rem;height:1.9375rem;top:11.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTksFhrl5b0rn5neeZRoyiRoh9xNdbCN { top:23.4375rem;left:0rem;width:21.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbP4iSV5Q2LWQ50dpOQUpDz8R42iE3tA { top:6.625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etmaBe3ns4PbUCDhdoSnXhOXSGLVsUo4 { top:64.5rem;left:0rem;width:46.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEPcrVQBNqTVCytNfC1Ro6i81Q8Zp3sr { display:block; }
 }@media only screen and (max-width: 763px) { #alnEsiPp6rBS2VFxFvu4xAtT3g8WbGoc { top:68.5rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC9GDe1s4CePFAV7sNTJVFPn14sWZS9Z { width:47.75rem;height:6.8125rem;top:14.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9T5F2idRohF6nZ3D320PU8nhxZR2uUd { width:47.75rem;height:1.9375rem;top:3.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCE1oScqsbGt4XfqqhmrT0gxXlneKTP { top:25.9375rem;left:18.0625rem;width:8.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IokgPDiyrC5kssTUVkL97rDIP9DPXMOP { top:23.4375rem;left:16.25rem;width:24.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZ9kWlgeTb8lQGiZdGE0MiIvdNVXBon { top:24.3125rem;left:18.0625rem;width:9.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrrgKraTiVfrr28ow7eDBAolhsFKC1O5 { top:25.125rem;left:28.71875rem;width:7.625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4c7EoMGK6WuB4rdMMRTqZvaoKReEJWq { top:23.4375rem;left:34.9375rem;width:12.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW7MrfatMbh9Z2H30eGA2tTL2JZL2RGe { top:25.9375rem;left:40.3125rem;width:7.4375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSd6VQRtT8hez3POR62BZdPB7LBusXO1 { top:24.3125rem;left:40.9375rem;width:6.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AznTskOhc7NNKMyGlwokVMAQMKipMSXf { top:30.3125rem;left:0rem;width:47.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTz9eoFZPR8bFSnJ4JF6nbpq9mLfElZR { top:32.6875rem;left:0rem;width:34.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCEa5fhCp1lT8bXl61qKnGM8qszvkVxR { top:31.1875rem;left:0rem;width:9.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyMTg3evVTPp0iDzmuBNgv1dD254c7CL { top:37.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfPz6z8q6ukRz5IE8qphteHEiIknL0WC { top:36.3125rem;left:0rem;width:9.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLTr1mFX8BMkr4135AxL4HtsM9MTUcRD { top:57.0625rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvPDD4DxmIuE5ohEieMMSTnebgFhFFbT { top:60.1875rem;left:0rem;width:28.5625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSrZTMCTOOsuBMWMRxtfEtDzTyEWqqhJ { top:58.125rem;left:0rem;width:33.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz13ldx0Zwr8odJwHptd68CV2PHXve1D { top:35.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7MQw4Rm4bZt4LnDKqQ3RNCsrcvWVU6 { top:58.375rem;left:36.4375rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #le9Fei55ECbqgMKqxNfzSPm6zOkt6oh7 { display:block; }
 }@media only screen and (max-width: 763px) { #EDZoHuzy5056f2CErWbRZOfpTfV3BKTo { top:25rem;left:27.4375rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiPFwqU5suWMybuQSmyXq8f0Mo5bd5yS { top:57.25rem;left:0rem;width:15.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQ7XLHfHPHDE9AbkDwUnL9buIWCyDGOh { top:58.625rem;left:0rem;width:13.4375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSuhedZigKQCNG7c1vGvyH6xLGJHSm3J { top:46.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw3vSO3deShslnwgUxcqfsdBnmS5PN83 { top:44.625rem;left:0rem;width:9.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm80Jd1ULFQyFdwZieLxT8unB9qHdWDV { top:43.75rem;left:0rem;width:47.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXrBTRMv73np1yFLwq2PVm0RMTpVHkzU { top:100.9375rem;left:0rem;width:15.3125rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnGUToVQKLMruDzPi2m4GOAN0LCctHAT { top:49.5rem;left:0rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPlTkRVkS2n9xDslNVLxwv1AS4RA5fpD { top:51.375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 { display:block; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhgmWwLJpPlvseyeZwH3axUQzav4Hcmv { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRKUiPV6IUyxaz9DMvExBzBl7ldWqrCF { width:47.75rem;height:18.75rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU1fJgsMfVexp5qP4eSDmlZ5SaODOCXQ { width:47.75rem;height:1.9375rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5qbViwJ8ZbBZPk6sOAgIyRrb7SwqaDr { top:30.6875rem;left:3.875rem;width:8.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR08H29EZZ5mHE2XRfgwtN2CGyZW3fw9 { top:29.375rem;left:0rem;width:12.75rem;height:4.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqnxbQhZqbPACEdbdf9f86yU59sdPoMy { top:30.6875rem;left:26.6875rem;width:8.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Tgc9mZA3UvyGxQh47XCpC9VhEZlOJf { top:29.375rem;left:17.875rem;width:9.375rem;height:4.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZmCSDdPv7BXQdWUF4UJG2UIv2hNQtZJ { top:29.375rem;left:40.8125rem;width:6.9375rem;height:4.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpKKHOFwCUelcHGAQvMN2QPMgTCaTxcF { top:30.6875rem;left:39.0625rem;width:8.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5EgEmmwGuxF0n7dfgh5Thn7BB7dShES { top:31.875rem;left:14.28125rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKWD4Q7WKyzxuQ47NxkPFcQavyBMSCuA { top:31.875rem;left:38.03125rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxppPgaW8ACWRIMqVToySq52G4cakBDJ { width:15.9375rem;height:25.75rem;top:8.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT { display:block; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvIZdNA3TOhXElRbdOgB7HMUm8ulFrvV { top:15.1875rem;left:0rem;width:10.625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCCcEt12gbezMPllXZLiaRRpfO38ENSf { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPvsdaysgGosaPOnfTWkHB5siaKtv04s { width:47.75rem;height:3.4375rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxhhtWAKgDyDts5MTGG5QzDuNlsBFQR7 { width:47.75rem;height:1.9375rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkD783mWuxgSH5w4y0TM600uGBLf3vri { top:4.5625rem;left:36.4375rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCkEDXBi5cs6ovizNIUndbF5VXU8eJ0i { display:block; }
 }@media only screen and (max-width: 763px) { #D0SgT4rwAdNfmU8xwt9xhWaeTsTHaEiT { top:15.1875rem;left:36.875rem;width:10.625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgrkafZ3aE4uRPvSA5C3oSSRfbonJo7Z { top:15.1875rem;left:6.3125rem;width:10.625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHny3E6Qld1k9Da3Ag6sVxbQxdBDeBpW { top:15.1875rem;left:19.1875rem;width:10.625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUPe7oNhMJ6BMHU667TOEUXzUJNh9bib { top:15.1875rem;left:32rem;width:10.625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6To6TmHLSr5f4C3VrJv7xwZLDpzM63n { top:28.625rem;left:2.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORQGO7kkTZsOEHiMTmvd3FicRzB70V85 { top:14.375rem;left:0rem;width:10.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVoarM07I9FwUqa4zyITTp1VwE2T0y3V { top:14.375rem;left:5.59375rem;width:10.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1KdBTuw1eDupEfDCb0e2y327DEZJGe8 { top:14.375rem;left:18.46875rem;width:10.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EywG55sp2L0M5OVQVTrI1P6IrGL5XzWT { top:14.375rem;left:31.28125rem;width:10.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX3Bzz73rJ29fzdrruxP14oGVeybt6xC { top:14.375rem;left:36.9375rem;width:10.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzdZgKTyH29q0WFeI9Chdw11XO9cN9e { top:27.8125rem;left:1.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ErgbRrbScKKDVNB3bIEK9KsZedK6P0 { top:27.8125rem;left:14.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftABoRESQJn35mgGvZlReA0StyCa0plr { top:27.8125rem;left:27.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDeeQrdIVNq4rzozRrleh5sL8gCsdGx { top:27.8125rem;left:40.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPUVW0xiTNBVXu3O23Bd4PL8yxlehLx8 { top:27.8125rem;left:45.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGdGPuAmoS8CP0QyL3B5g4b2xg7s05O { top:28.5625rem;left:15.34375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP1df4sEHJWb1KTLMtzDeaTn2f8b6VE2 { top:28.5625rem;left:28.21875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TqxUCthn1MQiGx2utLsfKvMDEhxD5i { top:28.5625rem;left:41.03125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHqhmuFQG6XD3QX2xKXGgIefP5ElTbwu { top:28.5625rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huA4gNBfp4eyG1GaGZwXMXXbAXBURVFo { width:11.625rem;height:16.1875rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShL2bqXMs95SM8c9t84HWwlNeupRoMfH { display:block; }
 }@media only screen and (max-width: 763px) { #TTE3HkKOQLzTxb35QmXQIrPx3A4uXTNC { width:11.5625rem;height:16.125rem;top:14.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOM9g5typvwZEDiQFQMcfueFsKEmWLpf { display:block; }
 }@media only screen and (max-width: 763px) { #KKBkiwqxNZyCHJncH6tlJFvNtglxUHc8 { width:11.5625rem;height:16.125rem;top:14.3125rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o05TZRrqR3FXf1dNws9mq51bF92GQcne { display:block; }
 }@media only screen and (max-width: 763px) { #SgCK3MRq4SxUdmPQEUzbfDLFr1sbiGDq { width:11.5625rem;height:16.125rem;top:14.3125rem;left:31.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7xcWHlbPXGcmy2qbK94SSwK1kbAQ3Dp { display:block; }
 }@media only screen and (max-width: 763px) { #cIMTxdHx8A4ga4KZMTuAN5eSz9XVHk69 { width:11.4375rem;height:16.1875rem;top:14.375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRz8XI47e5TK6ATU3N762fS1nTbRW7wc { display:block; }
 }@media only screen and (max-width: 763px) { #NeWyATKOcGZwLJdoDkBiIORanHK0Gafc { display:block; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7lT7XeBQo9p3O5uToeUUg91NR2U4Rsm { top:1.6875rem;left:0rem;width:17.9375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK3qVcxf4TTpluxf52hUOzPaUWTTmdWD { top:5.1875rem;left:0rem;width:21.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6k52Sbvp1EIw0nNkKtWAL5NV4SfIJIZ { top:3.875rem;left:0rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 { display:block; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EifG7LzV6q7i8ZBNXUdSGH1LdC7maVXr { 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) { #qWZhU1uGblr4XZ0m3tE2n5f6lo8NRrB2 { 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) { #A9drA9rZk259uKR6zwXQn4mvwsKNTNMr { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container { background-color: transparent; background-image: none; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container > .video-iframe-container { display: none; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row > .video-iframe-container { display: none; }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .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); }#A9drA9rZk259uKR6zwXQn4mvwsKNTNMr > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWDbiCK0vBPpwDKdX3vcpkKsZ1gL8W69 { width:12.5rem;height:2.1875rem;top:14.0625rem;left:3.75rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HIttXxotdGlTR1MayB1xE4bcNxsZgzQW { display:block; }
 }@media only screen and (max-width: 763px) { #nuiZRTzcnhKE33hZpkBaFw09XvTQ6qXB { width:9.1875rem;height:2.125rem;top:2rem;left:5.375rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rlBIcOOQcpRrvx1OSBc3TMnohyZRgnTT { display:block; }
 }@media only screen and (max-width: 763px) { #zP8usA7Tpc54yVyXWhLJKxvI9varTZCM { width:10.4375rem;height:2.125rem;top:2rem;left:4.75rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TQNaktDLJXPwPyxWSOa79ftLVeJbuepe { display:block; }
 }@media only screen and (max-width: 763px) { #q6XyW8dAsU33lH8AlRB3TfEqCLV0fhRh { width:12.5625rem;height:2.6875rem;top:1.09375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 { background-color:#0071ce;background-image:none;display:block; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container { background-color: transparent; background-image: none; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container > .video-iframe-container { display: none; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row > .video-iframe-container { display: none; }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .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); }#opTVDNSVHlBUzUUR0F3g6zCL7cbid2L4 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEKPAVnGlB7IRBCtcHeqRMGtA42LKry3 { width:16rem;height:3.0234375rem;top:3.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) { #FTvRxL4WUFJibFElQ1T31AAmTLOXKNxM { width:6.5625rem;height:1.0996125rem;top:1.375rem;left:2rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OOKOK1J9T0OotGFlRNdifyiUOBHFUaCT { width:16.125rem;height:4.796875rem;top:6.7109375rem;left:2rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asun1ZvTn0i3NZUDRWgLnkWw3kMAW2Dp { width:20rem;height:8.477508650519rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs { display:block; }#rnmUpt5BBP8eRXJUKbiJxBHdSAztE8Rs > .row .container { width:20rem;height:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTBO2HsVwLFbnAViGtxdUTUtWM9u3iio { width:15.6875rem;height:1.4619125rem;top:35.5625rem;left:2.1875rem;font-size:1.125rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmETf71b8Co8Rc9h2T2DlAS6eyRC5qlZ { width:15.6875rem;height:1.3056625rem;top:37.375rem;left:2.1875rem;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkywcQOU64R6C3hftfiHiM1CI8n40nmK { width:16.1875rem;height:3.50390625rem;top:14.375rem;left:2.21875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fTksFhrl5b0rn5neeZRoyiRoh9xNdbCN { width:15.5625rem;height:5rem;top:34.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbP4iSV5Q2LWQ50dpOQUpDz8R42iE3tA { width:14.3125rem;height:9.0703125rem;top:4.25rem;left:2.21875rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #etmaBe3ns4PbUCDhdoSnXhOXSGLVsUo4 { top:115.5625rem;left:2.25rem;width:15.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEPcrVQBNqTVCytNfC1Ro6i81Q8Zp3sr { display:block; }
 }@media only screen and (max-width: 763px) { #alnEsiPp6rBS2VFxFvu4xAtT3g8WbGoc { width:15.9375rem;height:1.0996125rem;top:119.1875rem;left:2.0625rem;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #cC9GDe1s4CePFAV7sNTJVFPn14sWZS9Z { width:16.125rem;height:14.0185625rem;top:19.0673828125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T9T5F2idRohF6nZ3D320PU8nhxZR2uUd { width:15.75rem;height:1.3808625rem;top:2.1240234375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QBCE1oScqsbGt4XfqqhmrT0gxXlneKTP { width:8.875rem;height:1.3056625rem;top:43.4609375rem;left:5.5625rem;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IokgPDiyrC5kssTUVkL97rDIP9DPXMOP { width:15.5625rem;height:6.1875rem;top:40.875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZ9kWlgeTb8lQGiZdGE0MiIvdNVXBon { width:15.6875rem;height:1.4619125rem;top:41.875rem;left:2.15625rem;font-size:1.125rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrrgKraTiVfrr28ow7eDBAolhsFKC1O5 { width:15.5rem;height:0;top:52.4765625rem;left:3.6875rem;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l4c7EoMGK6WuB4rdMMRTqZvaoKReEJWq { width:15.5625rem;height:4.875rem;top:48.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW7MrfatMbh9Z2H30eGA2tTL2JZL2RGe { width:15.625rem;height:1.3056625rem;top:50.875rem;left:2.25rem;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSd6VQRtT8hez3POR62BZdPB7LBusXO1 { width:15.5625rem;height:1.4619125rem;top:49.25rem;left:2.3125rem;font-size:1.125rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AznTskOhc7NNKMyGlwokVMAQMKipMSXf { width:15.5625rem;height:18.3125rem;top:54.5625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTz9eoFZPR8bFSnJ4JF6nbpq9mLfElZR { width:13.4375rem;height:0;top:57.6875rem;left:3.71875rem;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:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eCEa5fhCp1lT8bXl61qKnGM8qszvkVxR { width:15.6875rem;height:1.4619125rem;top:55.5rem;left:2.15625rem;font-size:1.125rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyMTg3evVTPp0iDzmuBNgv1dD254c7CL { width:11.5625rem;height:8.25rem;top:63.54296875rem;left:4.21875rem;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:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfPz6z8q6ukRz5IE8qphteHEiIknL0WC { width:15.6875rem;height:1.4619125rem;top:61.76953125rem;left:2.15625rem;font-size:1.125rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLTr1mFX8BMkr4135AxL4HtsM9MTUcRD { width:15.6875rem;height:14.5625rem;top:99rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvPDD4DxmIuE5ohEieMMSTnebgFhFFbT { width:12.375rem;height:2.3359375rem;top:105.875rem;left:3.8125rem;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSrZTMCTOOsuBMWMRxtfEtDzTyEWqqhJ { width:13.75rem;height:4.94824375rem;top:100.3125rem;left:3.125rem;font-size:1.375rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lz13ldx0Zwr8odJwHptd68CV2PHXve1D { width:12.5rem;height:0.0625rem;top:60.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7MQw4Rm4bZt4LnDKqQ3RNCsrcvWVU6 { top:109.1875rem;left:4.375rem;width:11.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le9Fei55ECbqgMKqxNfzSPm6zOkt6oh7 { display:block; }
 }@media only screen and (max-width: 763px) { #EDZoHuzy5056f2CErWbRZOfpTfV3BKTo { width:0.0625rem;height:2.5rem;top:54.75rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiPFwqU5suWMybuQSmyXq8f0Mo5bd5yS { width:15.625rem;height:1.03125rem;top:45rem;left:2.1875rem;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:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BQ7XLHfHPHDE9AbkDwUnL9buIWCyDGOh { width:14.6875rem;height:2.0625rem;top:57.1875rem;left:2.65625rem;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:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PSuhedZigKQCNG7c1vGvyH6xLGJHSm3J { width:20rem;height:0;top:99.3496125rem;left:0rem;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jw3vSO3deShslnwgUxcqfsdBnmS5PN83 { width:15.5625rem;height:1.4619125rem;top:75.0625rem;left:2.25rem;font-size:1.125rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hm80Jd1ULFQyFdwZieLxT8unB9qHdWDV { width:15.5625rem;height:23.125rem;top:74.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXrBTRMv73np1yFLwq2PVm0RMTpVHkzU { width:15.3125rem;height:7.5rem;top:76.6875rem;left:2.4375rem;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:center;text-align-last:center;z-index:15012;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PnGUToVQKLMruDzPi2m4GOAN0LCctHAT { width:12.9375rem;height:2.5996125rem;top:85.625rem;left:3.53125rem;font-size:1rem;color:#0071ce;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPlTkRVkS2n9xDslNVLxwv1AS4RA5fpD { width:12.875rem;height:7.21875rem;top:88.875rem;left:3.5625rem;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:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 { display:block; }#dsdUvxsZTc3823nsXx7e0GNWhSzFJNX1 > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhgmWwLJpPlvseyeZwH3axUQzav4Hcmv { width:15.125rem;height:3.0234375rem;top:4.25rem;left:2.25rem;font-size:1.375rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kRKUiPV6IUyxaz9DMvExBzBl7ldWqrCF { width:15.9375rem;height:0;top:8.224609375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gU1fJgsMfVexp5qP4eSDmlZ5SaODOCXQ { width:9.1875rem;height:1.29980625rem;top:2.34375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c5qbViwJ8ZbBZPk6sOAgIyRrb7SwqaDr { width:5.125rem;height:1.875rem;top:35.3310546875rem;left:7.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR08H29EZZ5mHE2XRfgwtN2CGyZW3fw9 { width:5.0625rem;height:2.26855625rem;top:35rem;left:2.125rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OqnxbQhZqbPACEdbdf9f86yU59sdPoMy { width:5.9375rem;height:1.875rem;top:38.224609375rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Tgc9mZA3UvyGxQh47XCpC9VhEZlOJf { width:3.75rem;height:2.26855625rem;top:37.8310546875rem;left:2.125rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZmCSDdPv7BXQdWUF4UJG2UIv2hNQtZJ { width:2.75rem;height:2.26855625rem;top:40.599609375rem;left:2.3125rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpKKHOFwCUelcHGAQvMN2QPMgTCaTxcF { width:5.375rem;height:1.875rem;top:41.0771484375rem;left:5.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5EgEmmwGuxF0n7dfgh5Thn7BB7dShES { width:0.5rem;height:0.5rem;top:67.775390625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKWD4Q7WKyzxuQ47NxkPFcQavyBMSCuA { width:0.5rem;height:0.5rem;top:69.525390625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxppPgaW8ACWRIMqVToySq52G4cakBDJ { width:15.9375rem;height:25.78125rem;top:8.224609375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT { display:block; }#zkGAVyrX8GOSorEUdd5EGoRr6TJNkuhT > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvIZdNA3TOhXElRbdOgB7HMUm8ulFrvV { width:10.75rem;height:15.3125rem;top:20.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCCcEt12gbezMPllXZLiaRRpfO38ENSf { width:15.875rem;height:3.0234375rem;top:4.125rem;left:2.0625rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPvsdaysgGosaPOnfTWkHB5siaKtv04s { width:16.1875rem;height:6.499rem;top:11.955078125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WxhhtWAKgDyDts5MTGG5QzDuNlsBFQR7 { width:20rem;height:1.29980625rem;top:2.13671875rem;left:-0.03125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XkD783mWuxgSH5w4y0TM600uGBLf3vri { top:8.017578125rem;left:4.34375rem;width:11.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCkEDXBi5cs6ovizNIUndbF5VXU8eJ0i { display:block; }
 }@media only screen and (max-width: 763px) { #D0SgT4rwAdNfmU8xwt9xhWaeTsTHaEiT { width:10.75rem;height:15.3125rem;top:90.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgrkafZ3aE4uRPvSA5C3oSSRfbonJo7Z { width:10.75rem;height:15.3125rem;top:38.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHny3E6Qld1k9Da3Ag6sVxbQxdBDeBpW { width:10.75rem;height:15.3125rem;top:55.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUPe7oNhMJ6BMHU667TOEUXzUJNh9bib { width:10.75rem;height:15.3125rem;top:73rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6To6TmHLSr5f4C3VrJv7xwZLDpzM63n { display:flex;width:0.9375rem;height:0.9375rem;top:34.375rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #ORQGO7kkTZsOEHiMTmvd3FicRzB70V85 { width:10.8125rem;height:15.3125rem;top:20.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVoarM07I9FwUqa4zyITTp1VwE2T0y3V { width:10.8125rem;height:15.3125rem;top:37.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1KdBTuw1eDupEfDCb0e2y327DEZJGe8 { width:10.8125rem;height:15.3125rem;top:54.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EywG55sp2L0M5OVQVTrI1P6IrGL5XzWT { width:10.8125rem;height:15.3125rem;top:72.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX3Bzz73rJ29fzdrruxP14oGVeybt6xC { width:10.8125rem;height:15.3125rem;top:89.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzdZgKTyH29q0WFeI9Chdw11XO9cN9e { width:2.5rem;height:2.5rem;top:33.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ErgbRrbScKKDVNB3bIEK9KsZedK6P0 { width:2.5rem;height:2.5rem;top:51.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftABoRESQJn35mgGvZlReA0StyCa0plr { width:2.5rem;height:2.5rem;top:68.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDeeQrdIVNq4rzozRrleh5sL8gCsdGx { width:2.5rem;height:2.5rem;top:85.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPUVW0xiTNBVXu3O23Bd4PL8yxlehLx8 { width:2.5rem;height:2.5rem;top:103.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGGdGPuAmoS8CP0QyL3B5g4b2xg7s05O { display:flex;width:0.9375rem;height:0.9375rem;top:51.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #gP1df4sEHJWb1KTLMtzDeaTn2f8b6VE2 { display:flex;width:0.9375rem;height:0.9375rem;top:69.25rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #h8TqxUCthn1MQiGx2utLsfKvMDEhxD5i { display:flex;width:0.9375rem;height:0.9375rem;top:86.625rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #xHqhmuFQG6XD3QX2xKXGgIefP5ElTbwu { display:flex;width:0.9375rem;height:0.9375rem;top:104.0625rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #huA4gNBfp4eyG1GaGZwXMXXbAXBURVFo { width:11.6875rem;height:16.25rem;top:19.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShL2bqXMs95SM8c9t84HWwlNeupRoMfH { display:block; }
 }@media only screen and (max-width: 763px) { #TTE3HkKOQLzTxb35QmXQIrPx3A4uXTNC { width:11.6875rem;height:16.25rem;top:37.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOM9g5typvwZEDiQFQMcfueFsKEmWLpf { display:block; }
 }@media only screen and (max-width: 763px) { #KKBkiwqxNZyCHJncH6tlJFvNtglxUHc8 { width:11.6875rem;height:16.25rem;top:54.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o05TZRrqR3FXf1dNws9mq51bF92GQcne { display:block; }
 }@media only screen and (max-width: 763px) { #SgCK3MRq4SxUdmPQEUzbfDLFr1sbiGDq { width:11.6875rem;height:16.25rem;top:72.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7xcWHlbPXGcmy2qbK94SSwK1kbAQ3Dp { display:block; }
 }@media only screen and (max-width: 763px) { #cIMTxdHx8A4ga4KZMTuAN5eSz9XVHk69 { width:11.6875rem;height:16.25rem;top:89.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRz8XI47e5TK6ATU3N762fS1nTbRW7wc { display:block; }
 }@media only screen and (max-width: 763px) { #NeWyATKOcGZwLJdoDkBiIORanHK0Gafc { display:block; }#NeWyATKOcGZwLJdoDkBiIORanHK0Gafc > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7lT7XeBQo9p3O5uToeUUg91NR2U4Rsm { width:10.125rem;height:2.19921875rem;top:2rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eK3qVcxf4TTpluxf52hUOzPaUWTTmdWD { width:11rem;height:2.44921875rem;top:7.1875rem;left:4.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6k52Sbvp1EIw0nNkKtWAL5NV4SfIJIZ { width:16.875rem;height:1.2246125rem;top:5.375rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 { display:block; }#ZldNPJhFrlaaWa9qga5tPim21ECJuWq6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EifG7LzV6q7i8ZBNXUdSGH1LdC7maVXr { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWZhU1uGblr4XZ0m3tE2n5f6lo8NRrB2 { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }