.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,252,252;--color-primary-1:246,246,246;--color-primary-2:236,236,236;--color-primary-3:118,118,118;--color-primary-4:35,35,35;--color-secondary-0:219,219,219;--color-secondary-1:136,136,136;--color-secondary-2:17,17,17;--color-secondary-3:9,9,9;--color-secondary-4:3,3,3;--color-tertiary-0:255,255,255;--color-tertiary-1:251,186,179;--color-tertiary-2:240,25,0;--color-tertiary-3:120,13,0;--color-tertiary-4:24,2,0;--headlines-font-family:"Fira Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b7a1def-f9c3-49f4-abba-556d246aeb95/Zalepki_DIMAQ_VOICE611.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V.adaptive-delivery-prevent-bg, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyload, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyloading { background-image: none; } #igAd0EiIeTZtqywZtW4207ER9wmqRm9V *:focus-visible, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V input[type="text"]:focus-visible, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V input[type="email"]:focus-visible, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V input[type="tel"]:focus-visible, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V textarea:focus-visible { outline:0.125rem solid #000000;; } #igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .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); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { border-width: 0; border-radius: 0; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:63rem;width:75rem;overflow:visible;position:relative;display:block; }#nqWcwg1PmMWFwIcwVTibQATDp5qReTi1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:20.0625rem;top:2.7490234375rem;left:0rem;overflow:hidden;display:block; }
#LfLypWVThLXNyoaXwTWPivaPUskEFZaT { color:rgba(var(--color-tertiary-4),1);display:block;width:41.24925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:22.4228515625rem;left:0.8740234375rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bHbFAGFBerVV7WJv3m6hP5uEQc5uALdH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:37.5703125rem;left:0.8740234375rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-form-header {  }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#000000;width:26.875rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal;line-height:1.2; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.2;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-container:first-of-type{padding-top:0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-container:last-of-type{padding-bottom:0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI  { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.75rem rgba(var(--color-secondary-2),1) ;position:absolute;top:23.953125rem;left:45.625rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.2;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI {display:block;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.75rem rgba(var(--color-secondary-2),1) ;position:absolute;top:23.953125rem;left:45.625rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #nxbDlnZS7bD8O48rwid8onEW75nhNhU2 { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #DZW5owT3TKOXPTQVXITJT0NubSqDSUl8 { position:relative;display:block; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #e8u2gUNcZZgypS0g6RWfckdO4OTVU5XH { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #rmGdGVepb4OWv8X30rlGb6OpdlpRRucQ { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #t7nDcXNGgFXohagJ9mTz0udRct9HyZoe { position:relative;display:block; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #s9fF6qxtMZ0TcewMXLsVmvgXo0TD9bZu { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #KqA2l0xRvvbEcW7X6qVU3yroKp6RMeQJ { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #FTaBmW40N61e0RU5hF9uAzVPvTDtJe1Q { position:relative;display:block; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #bbrDfoHmLggHA5NrA2PurxhdTCaWsDAU { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #dfPV8loLATltWmywVUyiRzoIsD3iJiA3 { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #GECrGfQPJDWiIdKQiDAxK7sOLuopThOz { position:relative;z-index:2; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #Kvw3kCDa6QFrkBRxhqKtqwazgJ05tsPS { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #Nr1PcWlWSkC5fUAuZeCsHMvTJCl4aTyo { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #RnpQk6LbgmLPWEvBLt2wtVFonKlgntLS { position:relative;z-index:2; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #ZqTc6T2Zm79BbmTIs76eiZ34pEfFuLU5 { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #lBrTU8TpITnSOvJ4vMHTA0zbQg8Wp05S { position:relative;display:block;z-index:15000; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #IOD8koCIWqFTBOqHMBhLpSGkC1TOIqbP { position:relative;display:block;z-index:15000; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #lLuWmOKxM7N2rvHADV20LIsvmsKU7IbR { position:relative; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #okh94TFTGwVTbAVq0FKKPtg50XxOFGdX { position:relative; }
#x2gnDbZ1xAzJ6CTTF6bhwmqK3uy6Tis0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:14.6416015625rem;left:46.375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FQtKufOOTzQAaro9pO476OBQ1s4QiMSv { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.6875rem;width:75rem;top:13.09375rem;left:16.5625rem;overflow:hidden;display:block; }
#ZQ5mDU8Pmtp6Hnga38v8K4sMSgLt5uor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.8118488788605rem;left:42.749347686767rem;display:block; }
#s7y2AUEPgg580WUll89PVcT2FtA25du0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.8125rem;left:68.125rem;display:block; }
#NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#chxuIw05A4KaLhCaRVGvJ1ePSkc1dTBM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.8118488788605rem;left:57.625rem;display:block; }
#sn591KQwba8B9ktXfgnIktkEJdfU8BJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Js2CAU6grqboUXKsqI63Xkzo8HTFQE1Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.8118488788605rem;left:49.93603515625rem;display:block; }
#hBq7P4nQFTJC68qggUDb5lRMaRWGwgCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6HC8QBTqKF2WmzDsoxUN23wUemoEoVT { box-sizing:content-box;height:1.24805rem;width:1.24805rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:45.607421875rem;left:0.8740234375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#hTCTuOAIt4t3Bi96rxUoxJoB1yTQuyhg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:18.1875rem;top:49.9375rem;left:0rem;overflow:hidden;display:block; }
#ILgNLI4A6mLBI4J2RGr7xfAZEIa3oZAv { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:37.787906646729rem;left:0.875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { background-color: transparent; background-image: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container > .video-iframe-container { display: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container { display: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .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); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { border-width: 0; border-radius: 0; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:129.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#al15V2TTccFQbGqiLGebT4X624gzc3en { color:rgba(var(--color-tertiary-2),1);display:block;width:36.498875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8122110366821rem;left:19.249134063721rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DApvIVTzhrmUfF5smTvBGq1fcKPeDxe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.6841731071475rem;left:1.2800922393799rem;height:33rem;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;font-style:normal;display:block; }
#lVC1qThzekqSDib0GWxvBzsrRWEA2kMG { box-sizing:content-box;height:17.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:45.404516220093rem;left:12.142650604248rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#fX3GUkQExSwMLOgEJndIkcTLAMGLxZfD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:15.625rem;width:15.625rem;top:43.548468589783rem;left:58.558887481689rem;overflow:hidden;display:block; }
#XwR79vqylbJqyiKfAFt32KxkPQQxMxOB { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:60.562068939209rem;left:58.562067031861rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#kWGIPpNJFm8MXrJ8eiyHwDfoc4yCmG5p { color:rgba(var(--color-secondary-2),1);display:block;width:13.9988125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:60.436200141907rem;left:60.38889503479rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eN4V6iCwRPTeC4nzmqR1yCMl5OVTanJz { color:rgba(var(--color-secondary-2),1);display:block;width:13.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:61.929689407349rem;left:60.45139503479rem;height:5.09765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIATeo74wloQ2kvFdDFUcWvNAvHEv4lD { color:rgba(var(--color-secondary-2),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:47.297600746155rem;left:14.02850151062rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mh4TuTRxJiTrifQFsTwfwQgmdVO8m3QK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:15.5625rem;width:15.5625rem;top:68.683019638063rem;left:0.936053276062rem;overflow:hidden;display:block; }
#ptlxQ9zZZ3XtaizEf0cdKiHSQlmAfTNc { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:85.687213897706rem;left:0.99927711486819rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#Rdh4We2MtpEPApTlyb0dMDNuvdmMyRgO { color:rgba(var(--color-secondary-2),1);display:block;width:13.9988125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:85.560624599456rem;left:2.8572044372559rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MbGaCl8nq3JKF7lhxFXhghT0JgrGf0o3 { color:rgba(var(--color-secondary-2),1);display:block;width:13.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:87.058740139006rem;left:2.8557586669922rem;height:6.3720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RyO6kG6PQwB2qCGnPA8ZxxoN8KTTBc2Z { box-sizing:content-box;height:16.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:70.596067428588rem;left:17.872686386108rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RDIgzJGBCTMXctRtTpVMdGwITXW2ihX7 { color:rgba(var(--color-secondary-2),1);display:block;width:41.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:72.236694335938rem;left:19.696182250976rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xRHT7Eu9M68R84hMqitqt53OS0nS3NJH { color:rgba(var(--color-tertiary-4),1);display:block;width:72.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:97.178821563719rem;left:1.0930271148682rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VIiIVoaMoH45RLHEHhdmI0Pn8onGIMpe { position:absolute;display:block;z-index:15016;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:4.8125rem;width:15.625rem;top:102.36227226258rem;left:1.8414354324341rem;overflow:hidden;display:block; }
#fo83TkaUB0GwSLWW75DyZr7hyrt8M3uC { position:absolute;display:block;z-index:15017;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:4.8125rem;width:15.625rem;top:102.36227226258rem;left:20.328271865845rem;overflow:hidden;display:block; }
#cLEFFf3ly82h462GVF2VovPC2vVazXEw { position:absolute;display:block;z-index:15018;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:4.8125rem;width:15.625rem;top:102.36227226258rem;left:39.029806137085rem;overflow:hidden;display:block; }
#dwuUJTLgyEdOghmbfNLNCnqB6PezZbWc { position:absolute;display:block;z-index:15019;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:4.8125rem;width:15.625rem;top:102.36227226258rem;left:57.450960159302rem;overflow:hidden;display:block; }
#LgxPrdsOOimwx1Uv13rTsS9KvwPJOql5 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:110.92014026642rem;left:2.1882228851318rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bGuIvPOgpbfZw7BI39cnEFrB91TakWz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:115.79296875rem;left:2.1881504058838rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIFuBUVKz2eehZsrWKIK37TXuxg0stTk { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:122.166015625rem;left:25.218751907349rem;display:block; }
#ludLcUNXDW404d5I3CeKHGaV59uBBV7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IC6AxLJvIcZSMGTDhkFOKBasUXW070TE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:48.932293532349rem;left:-2.1477865rem;overflow:hidden;display:none; }
#DvbaiOOhblx5f1y8iir8OC6HCyatziCS { color:rgba(var(--color-secondary-2),1);display:block;width:41.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:72.236694335938rem;left:19.696182250976rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ITlklPbBfLN9ZdAfMaQ0Dv56wPzXl8s8 { color:rgba(var(--color-secondary-2),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:47.297600746155rem;left:14.02850151062rem;height:13.4985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iGbRXRdI0qPoTTH5ayAtemEQxINyBoPa { color:rgba(var(--color-tertiary-4),1);display:block;width:72.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:115.79296875rem;left:2.1881504058838rem;height:4.4995125rem;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;font-style:normal;display:none; }
#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container { background-color: transparent; background-image: none; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container > .video-iframe-container { display: none; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row > .video-iframe-container { display: none; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .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); }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container { border-width: 0; border-radius: 0; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#F8kEWpSaEXt2dENB7XBXr6Nx9yBDi5Lw { color:rgba(var(--color-tertiary-0),1);display:block;width:36.498875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8563261032104rem;left:19.249856948852rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOT0LratdIDRBEVzkshRLQUDk5JzdpoV { box-sizing:content-box;height:17.25rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.8496844172475rem;left:1.3925056457519rem;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-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;display:block; }
#yCFyD0nUJpBHUa4v3beRZLnXcE2B53gp { box-sizing:content-box;height:17.25rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.8489584922788rem;left:26.330297470092rem;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-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;display:block; }
#JF8ugZauWJTp2qsfyaXdC6I28q5oR8nn { box-sizing:content-box;height:17.25rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.8489584922788rem;left:51.47931098938rem;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-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;display:block; }
#OwOs0fdgqqxUB7W1ErpyH1XbDXyncI27 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.721932888031rem;left:5.6705722808838rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xL8loprV1MSz5yCL07VIRuPbMAPRRRux { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:17.093461513519rem;left:5.4839420318604rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QV0niAHCoMTW4gZ2VMv2HBBIaVexKS3O { color:rgba(var(--color-tertiary-2),1);display:block;width:13.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.76678276062rem;left:30.685766220092rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eswSbPgVbKTwvO1RpxMUA0d5T0MyPsqb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:17.093463897705rem;left:28.154806137085rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asOafo8ToyLOC56NSGUhaopIvzJV8A3N { color:rgba(var(--color-tertiary-2),1);display:block;width:13.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.76678276062rem;left:55.834062576294rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6ltM3xviy2XoM2CvGkXpTUwe7SQAEf7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:17.018230438233rem;left:52.927812576294rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b7a1def-f9c3-49f4-abba-556d246aeb95/Zalepki_DIMAQ_VOICE611.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.adaptive-delivery-prevent-bg, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyload, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyloading { background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { background-color: transparent; background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .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); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { border-width: 0; border-radius: 0; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:109.625rem;width:75rem;overflow:visible;position:relative;display:block; }#c4N79dT61sdXKgkcfoc0XRzI0r9oAMlc { color:rgba(var(--color-secondary-2),1);display:block;width:36.4981875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6376876831055rem;left:19.25048828125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Clfg1RHNFEkniXv13LwCGVCUTyhXJdLn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:55.8125rem;top:5.6028366088868E-6rem;left:38.500291824341rem;overflow:hidden;display:block; }
#sI98kmuqIM1cyo2hGz6vpDINo4DCBHGA { box-sizing:content-box;height:85rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:20.381835460663rem;left:7.5577793121337rem;display:block; }
#Wma8wcDr9cCB52lhosoKCR8N9aPG9fx7 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:18.260253429413rem;left:0.93505859375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AJF4eBpBel7vWdJv0FrsIEJEiDTR1owB { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:19.183919429779rem;left:7.0890293121337rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#kO5qdI1G8KtiTBWlP0nN502NIistG20E { color:rgba(var(--color-secondary-2),1);display:block;width:60.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:19.061034679413rem;left:9.423828125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cIOX7pTttcxrPETCst78HAbXap5QnSTQ { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:23.936849117279rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m1hu5BpVwgMvGGzPQJgqlP244mUQbQvH { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:24.874349117279rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#utZwSfaWLIfTT1NoaQqC0k9I9G7Z4FZ4 { color:rgba(var(--color-secondary-2),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:24.748208522797rem;left:9.4368495941163rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sF9HzeWSUggooMTEtFB9Hvv1gPSwuMpV { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:31.123860836029rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s7O2bbB8mzIodfZS7pWrFd9O8ooJwwmM { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:32.061360836029rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#g6OWAHIwrQqEvqvJHOnQp24lIftEthzn { color:rgba(var(--color-secondary-2),1);display:block;width:64.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:31.936032772064rem;left:9.4368495941163rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PLpBqTtBTX77fL2XTxve94AMZXDpIfFd { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:38.312009334564rem;left:0.87483787536619rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ieL8FyO7AWkSpRgSZURcK8wmITKBZUQe { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:39.249509334564rem;left:6.99951171875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#ZSJzCK4u4yncmPh7OCmViUnMMeeaCqlZ { color:rgba(var(--color-secondary-2),1);display:block;width:64.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:39.061521053314rem;left:9.3115234375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bTMKPZVWdC5ODdSVqawPwuKTToN77xO9 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:48.436360836029rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqMgTLIdOhxluhQElww49qyCcMpU7npr { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:49.373860836029rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#cM1RLl5ruqDZbgIRrNDU7wXCSLnTDmcT { color:rgba(var(--color-secondary-2),1);display:block;width:64.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:49.248532772064rem;left:9.3741855621337rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y7JHFfT4iJ4krpxQwFnyWzHGU6Te2wsl { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:55.624349117279rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxOWCV8TCCsaq7dMWf6mTSHzVXRy01Tx { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:56.561849117279rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#X4JnloBXAOWmb4e0mJHFtEIBkh1w5Or7 { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:56.434079647064rem;left:9.423828125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPmUoVt18bzO4KLuGhxvcclETpFWPN6G { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:62.812009334562rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JWtppnOn5zJ5AqiocXASEc9HpxvQwaH2 { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:63.749509334562rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#HyQTpWfCt1sp0DZSlG7MI9EukTQTfTPH { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:63.5607047081rem;left:9.423828125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vCNMdkJXZ3PgFUodRadn96zWU8wFHlMl { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:69.9366812706rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BROqFbfnTECTwQFqfHpS5twsSe0sNWl7 { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:70.8741812706rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#slOSMl9xgFkSUSIkdJKfl6JCi4QALggt { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:70.748860836031rem;left:9.4368495941163rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JP5QsW3lJdGQTfBkszUb38Z4FcpLwUVm { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:78.624021053313rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EiR1LokGsH6ubbXikJw2wWEWm3J5hzw3 { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:79.561521053313rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#T2cvWhDGPdRtQHGh6zU6qROGtISfNNa6 { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:79.437009334563rem;left:9.4368495941163rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fJX5azOFTdJPuvdl840oWdhaFKWOyUTk { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:84.311521053313rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PxXClkvLPsqXWJTdmzMMvW0eR3Dtwa6y { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:85.249021053313rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#hz1tWVPMHdJPKtXmkL7nXoHKu6mO0O5i { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:85.061032772063rem;left:9.423828125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hIbi312TosLw1u6M9FkCpanbNui55Co0 { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:95.062347412113rem;left:9.4368495941163rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W6WXfKdWoWHzJ0NM3IBLNsDa8TWxB1IT { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:91.4366812706rem;left:0.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3DcTJS2yTandwNJEN02h5MZzvVHrHPc { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:92.3741812706rem;left:7.0621738433837rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#A7HCbosAVNiff4HLdDehViDJGQxIpyyE { color:rgba(var(--color-secondary-2),1);display:block;width:65.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:92.248860836031rem;left:9.4368495941163rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OAuhEbJneaoLQq9DwdQ2UMNV9VEo2QaR { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#s8RxJ3otCcgPc6ktb7AUXL8NTMwQWXZp { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#dLGZ6SVzf9NqHRcTZ34l8TudVIrdBMGh { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#g9hpIoVCV1a64onID25H37TtbZfEh20P { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#FmTEx53LmpgWaSo8qim4cfVETpeeNxXe { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#DxeevS044rGDldZGuhzbyLuDrRR0Rhew { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:39.125rem;left:7.0625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#LmF0lrbsTznOURf0JQDcU0bdf7IJVnXT { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#r1CpBNSfgHRmkb23ewlzTHvvEBFBWbsT { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#wEJXyLym8QN2EmJZQpfdDSJOyUhBE6nT { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:50.934896349907rem;left:9.42419052124rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GJlXeKq00TIekJOZ4ozIxyQEcrXFeB5v { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#pXwdPKLRskI3oimX4rl3iaWXtP7LEDkf { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#TnRtt4inVS3GdqDES2GLydBbzdS03AVy { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#ZuSMveI6gUsczLONfWJiCQFlnxV3udH5 { color:rgba(var(--color-secondary-2),1);display:block;width:64.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:80.0625rem;left:9.4375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bS2oNZVM8S2ntNVqlGgv9XgFM7qog74T { box-sizing:content-box;height:1.248375rem;width:1.248375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:9.435218811035rem;left:7.08935546875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#o4oEKuxzZHJD4MC6q2DwnIvnRdObwq2c { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.375953674316rem;left:33.661294937134rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#u2vTe07pVMWT4KcDPNFTxma4P1UTJtL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9988125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:37.064270019531rem;left:35.473630905151rem;height:1.4998375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vV7FM3whxNb8F2hWOZkLLsTPmioX2WMh { color:rgba(var(--color-tertiary-4),1);display:block;width:72.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.5107421875rem;left:1.37451171875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pxN11bVDIkWebwgT0AOWQrecWuSlxF6h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:11.3125rem;top:102.373046875rem;left:62.822459907988rem;overflow:hidden;display:block; }
#FfoPMINDC6uTRiJcyxM9Ol2rh0ox2AQ5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:13.0625rem;top:100.87384986877rem;left:69.295434951781rem;overflow:hidden;display:none; }
#L9tHKs5LerplF1ETFxTMhZawC46BiTyC { position:relative;display:block; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC { background-color: transparent; background-image: none; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row .container > .video-iframe-container { display: none; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row > .video-iframe-container { display: none; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .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); }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC { border-width: 0; border-radius: 0; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AAlTQthO4DEOV3A7QP2r5IhlcgZQA11o { color:#000000;display:block;width:36.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.7500014305115rem;left:18.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROf4884f7qn1KUy1rTAFSDGWWCTzppLC { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.6250009536744rem;left:9.7805995941163rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1sR3Ewi7eWmwvVKofSb3CFQJIc6ayio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.124673366547rem;left:0.37434768676758rem; }
#biNzQ2qRNMdE1h6alLNb0hmbz1ln9CmZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:13.999836921692rem;left:3.56201171875rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#XklJh6VMoJxapP2mKJV0Qot9BVBTOnMG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:25.3125rem;left:10.1875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xvT95BkilAKkA34WAKvRiZOtpxtRqVT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:26.8125rem;left:10.1875rem;height:3.82324375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c2Dsakx1p6eBySF9p69iAuDWkTux0TCH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.124673366547rem;left:25.874835968017rem; }
#He1qOTvaoxosnNV5xAr1TrA0CEaRPbaw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:14rem;left:29.0625rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#Zey9hw9A0CpQFe2ZqHF2GmzoTaKx0AwZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.124673366547rem;left:51.31184387207rem; }
#rUUA4NCubn2cTbFIIW8amNTPFqRzKhTT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:14rem;left:54.5rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#tiMyF9s4BezbzgTTz2t20PVMWeJJ6tSK { box-sizing:content-box;height:1.24805rem;width:1.24805rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:22.25rem;left:3.5625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#fOPIz75mHdmMHw9MkUCCPFkZNW2U36gv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:25.322916984558rem;left:3.5625rem;overflow:hidden;display:block; }
#tibmmFmXqPfipNIbpkiJBNVWTpvwkvKm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:25.3125rem;left:35.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NR8HhTTBVdm3MknKcgHbUOIcuSz9vfPx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:26.8125rem;left:35.6875rem;height:2.548825rem;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; }
#qPbztJZF4E9rkJNrwuuHFm170OdQB2p0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:25.3125rem;left:29.0625rem;overflow:hidden;display:block; }
#k82OXH4SmprXkRr5latUL3nR3wt9lig4 { box-sizing:content-box;height:1.24805rem;width:1.24805rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:22.25rem;left:29.0625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#saGxAMp3rPC0TX8fVR3WJ1vnTFIAu5Tx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:25.3125rem;left:56.25rem;overflow:hidden;display:block; }
#iwoFXilTAqnSKeoSex0Uln6fGfb5ENEr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:25.3125rem;left:62.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vxHgy86skLC3sHfy325dT2Zv8CJC1GIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:26.8125rem;left:62.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#roMvGFfnCn4rIEbAhgJWJUXKkvJOSVsN { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:30.947264671326rem;left:10.187173843384rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SRfL6VJM1C39PzXbnEEaTaVcaE2Op6ct { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:30.947264671326rem;left:35.686847686767rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TZ66qatf8oE5NTcy6evfOhuufRB8gWtM { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:30.637206077576rem;left:62.874343872069rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn { position:relative;display:block; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn { background-color: transparent; background-image: none; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row .container > .video-iframe-container { display: none; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row > .video-iframe-container { display: none; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .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); }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn { border-width: 0; border-radius: 0; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCTBlPSZ1F8rBwWxkycXtEtRAWTpZHiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.0625rem;left:3.1875rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#I9i9rTi6VoLxwKVAJDD6Bdb9k202bBAS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:11.375rem;left:9.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sms9WT685QKPTrt2Dn1pUQmOpV6sUFGm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.875rem;left:9.8125rem;height:2.548825rem;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; }
#G68OoL3ONEoI9mSazWFwMDtSq6gGO5p6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:0.0625rem;left:28.6875rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#RlDsK3NpJolLsyTr4KlFwaiOndinPJlk { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:0.061847686767578rem;left:54.12434387207rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#GQEwzOFtsgdNu8szaWn1bAFUnoClc37M { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:3.1875rem;overflow:hidden;display:block; }
#F6ViFK68CVOSUQJZMgeWlE1wCG0W0FA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.375rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ci9uuMTIJ7TEd0T25HIo54BeXcHUb0el { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.3125rem;height:2.548825rem;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; }
#gV4MKn7TyxDKpMryTTR2hdr4JBeo8Crz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:28.6875rem;overflow:hidden;display:block; }
#FVDdv8TEgkaXTCM3UWwQDUIqIkMQqo3F { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:55.875rem;overflow:hidden;display:block; }
#tZP2kWruJKIVy1tdTaXLLsvIed12uRdF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:11.375rem;left:62.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4WZlR7pVEkJNkXNHhKCTnxRBH8GyKRi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:12.875rem;left:62.5rem;height:2.548825rem;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; }
#rwFp1P6tAEypahimsGJQK7LtT6UNKsAZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.1875rem;left:0rem; }
#zUGKcFUOArs9tAP79NurDKrphEJFV7AC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.1875rem;left:25.5rem; }
#AtgJTz3gImd7xgZRvoPpzZJvfkxmdarx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.1875rem;left:50.9375rem; }
#RNMu0AI6EFHluKRsJNW0RIVZv09Z6sRl { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.99951171875rem;left:9.81201171875rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#McurFcF1mKrcOpVU5Z5ed2N0QCU2iKDJ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:35.3125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tn11LEgPd5vEbTNs3TWhJK39MkQVNEmy { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:62.5rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf { position:relative;display:block; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf { background-color: transparent; background-image: none; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row .container > .video-iframe-container { display: none; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row > .video-iframe-container { display: none; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .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); }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf { border-width: 0; border-radius: 0; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AdQTCXb2J3uAIL2QhabuQamz2X24VTWc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.0625rem;left:3.1875rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#RumqTbEQ1ZdKZxNKtyvbXBw3mfLEnxGK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:11.375rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpOTFiNEQAmniQcQl86Exkp4D3fNIQut { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.875rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qu9bOz8lbnlUx58kSdM5L75rhuzcfgXx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:0.0625rem;left:28.6875rem;height:11.15625rem;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;text-align:left;text-align-last:left;display:block; }
#mq9MzqCeJolESJs6Ut08D0amGXbud82d { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:0.061847686767578rem;left:54.12434387207rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#ZXgf3bnT6sX7AlwP0KAT7ibUmZOpx2Fy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:3.1875rem;overflow:hidden;display:block; }
#QX6GPZDxoF2FhvTRcTld0b8J1fI784TI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.375rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSWyH6gWFUo26LOAHVSEVrO9Mbl7vvKm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.3125rem;height:2.548825rem;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; }
#MIciS4eRTzOs98aF8OyCAIlBppN0AqJK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:28.6875rem;overflow:hidden;display:block; }
#Aty9e1CXuT9vJJ4kgHP5rhkGLn1a1Dsx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:55.875rem;overflow:hidden;display:block; }
#GmlSrP5UphNTXqIerRvmDJJvV0SGE2ab { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:11.375rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpDXUtfEAMPthah3ax2I0PIU06nggzBa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:12.875rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VAVHEoMlObEgAg0He8yyXXZyTI0og2wy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.1875rem;left:0rem; }
#aZdWLbagqVetcT0KeUWJ2zTorA18mP0k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.1875rem;left:25.5rem; }
#GqQ4VGtAUdesl1cFTI50kSS04eeORLIJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.1875rem;left:50.9375rem; }
#gQtAmwc1Ds8KgG3XWGTcIhNGcWK1K85x { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.99951171875rem;left:9.81201171875rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e4hpree9Tk7fzrg4MiKNZ3Vqr9yQrUOT { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:35.3125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OKa95g7Zq7tTbO0Eu4dND4LWOrPyknxT { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:62.5rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 { position:relative;display:block; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 { background-color: transparent; background-image: none; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row .container > .video-iframe-container { display: none; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row > .video-iframe-container { display: none; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .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); }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 { border-width: 0; border-radius: 0; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tKqWzkIXqxxViCW0fR27XCTMv1HKtJ1v { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.0625rem;left:3.1875rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#Xd6kVbzrVVuAGfGhfRU6PGUvwp8JBdMD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:11.375rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dfhwWhdFT0he9Q7XCRTJVUEuhzJCud20 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.875rem;left:9.8125rem;height:2.548825rem;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; }
#hoTvaG0J45xkWR6zMld5HvDhFS12tut7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:0.0625rem;left:28.6875rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#HX056iAENcBuBCPraJpgZtWoJadEdHCP { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:0.061847686767578rem;left:54.12434387207rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#NGuh6TBZZcsCNnDpEw42uKXbKmsFfMIr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:3.1875rem;overflow:hidden;display:block; }
#ccmkolZgKxOXFNXdoNCwEiMF5eJrvd7v { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.375rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLHFe2QQZHmnLuVtbTts38vNN44RCzEP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdJAfpS2NPDfhvpev3ALOvUSd2zortN5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:28.6875rem;overflow:hidden;display:block; }
#IzTXRVs25ccoMt8w4284TWB6eK3hgFVz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:55.875rem;overflow:hidden;display:block; }
#TtL0LPa6928EsnNOyz5Lae2V3lErXNDC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:11.375rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AK7e4DMIsL8UZ1SucVna7NBuC5oxlv9L { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:12.875rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qmSBIKADEEGaZT7acBnF561ITtnbaBU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.1875rem;left:0rem; }
#gE9w3UNLFo4pe6pSPlv7teOi8JLy3rNW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.1875rem;left:25.5rem; }
#NQpvJZwWX21XDpNHfDRmMbqk5KKbCNBf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.1875rem;left:50.9375rem; }
#ahNBFgdRS5Nh5pAAkzeO4EqkGg0QDbcs { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.99951171875rem;left:9.81201171875rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XvuSWlKn73ivmD119kR1RtEgtWytC9TJ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:35.3125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BO2rFG9LhR10gQkqxXAI1evhal2b7TD3 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:62.5rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt { position:relative;display:block; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt { background-color: transparent; background-image: none; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row .container > .video-iframe-container { display: none; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row > .video-iframe-container { display: none; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .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); }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt { border-width: 0; border-radius: 0; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#doUJ72OoAhWuAB3m5GFrZzad4LR2M89c { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.0625rem;left:3.1875rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#fm7tqxwb8vsCRlZeKeHHpDg5GHQQX87T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:11.375rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rPFsleXa84dGxzKWFVS3iu2eIZGgrunQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.875rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nf0Nt86B6MCrFEf6IxbQa7UTo5diZGVc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:0.0625rem;left:28.6875rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#ZsH4zaaTGw3WzwXTFpEw7wKEkPLx1opm { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:0.061847686767578rem;left:54.12434387207rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#TQIrhGgv642633t0XdpTRX4cmStTbd5L { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:3.1875rem;overflow:hidden;display:block; }
#T2Ngkc8yw0ptFJMT3yRqpq13Z3aJRM4i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.375rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQfwII9t5ArvMuH0o4ZWXEcMDvELtZr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQ87TqQZ1EExsXRyOrWkWbNWgvWWQyF3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:28.6875rem;overflow:hidden;display:block; }
#Iu4GHmnNi2cR2BHx5nuvBPmeqq9PzSLV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:55.875rem;overflow:hidden;display:block; }
#p88PFdvbwabvoFTM8lVRqNqItXVsDK7g { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:11.375rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJpT5iOW4FmtUKtU2TqkDT9oF6Dx34fu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:12.875rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OSTxHoARvFLOgGKkELROrpVVZrs4Lp1S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.1875rem;left:0rem; }
#kUTWGytJ4zdTKLvc6o3U5xraMy3nPP2c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.1875rem;left:25.5rem; }
#LJLKRX5izgm3ASxxRRLu6lO3gueCSuHP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.1875rem;left:50.9375rem; }
#IMUT640PTbL1I0dz6fN98tXWnmWOVSgm { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.99951171875rem;left:9.81201171875rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JgJvOWTpJAD4EoMz1OpNRoTJIctbz1nZ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:35.3125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C2ISEolgiOIZdVI5KLb5bQW0q2B2x7TE { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:62.5rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf { position:relative;display:block; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf { background-color: transparent; background-image: none; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row .container > .video-iframe-container { display: none; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row > .video-iframe-container { display: none; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .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); }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf { border-width: 0; border-radius: 0; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qWBn1pXz1GL90zWtICK8fF6d3JAERZeo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.0625rem;left:3.1875rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#J8pSPIHP5RkgBUXUcBJAG2grmy1tRVJU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:11.375rem;left:9.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mlFOy7X7CxE9ws77XBRv0dx2ECwwIMK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.875rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xn465sHb3MrEvanqkldbQEFiweroDW1h { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:0.0625rem;left:28.6875rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#PldAAsNZbZ5BFfyTKw8dJOP1fqs1f5ma { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:0.061847686767578rem;left:54.12434387207rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#RWCAUIAv4BDort0Qe9qD2wJKrt4AnztT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:3.1875rem;overflow:hidden;display:block; }
#sSJU4mFTNOTAlKKcgZkHJemHAiHiLyVD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.375rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rAZyXswxwODwBRm3aHg3QMEzoRCgLEPi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HriHs9XHT5GUM52hIfGOXudlsw38mAd7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:28.6875rem;overflow:hidden;display:block; }
#bJDTHzSuETtUC2NtT716zSsteXm06T2c { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:55.875rem;overflow:hidden;display:block; }
#QIlEpKMDkhGLFZSeasAXKsXAJ73WvcdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:11.375rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CLDiJ4Sv4aHNTMbpC4dpIdoCkIlc4vaN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:12.875rem;left:62.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpMNaJyTTPe29EXm9FkHxLf5WG0syXrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.1875rem;left:0rem; }
#DQOnzuUNkC6cgOgTcTDXrhDurFglr7Ts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.1875rem;left:25.5rem; }
#PrctWDe1Tsxg42QuuXB3XkuH2pJxuL5N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:0.1875rem;left:50.9375rem; }
#QwRq94ruHx2OL2t1g5Ffp1UEOO7Nllo4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.99951171875rem;left:9.81201171875rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LybHh3lNnB3288VokC1eTtn685gDnzZe { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:35.3125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hn3JMTrVlGmdNrW4vyFTP67ApzHfbSXd { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:62.5rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF { position:relative;display:block; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF { background-color: transparent; background-image: none; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row .container > .video-iframe-container { display: none; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row > .video-iframe-container { display: none; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .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); }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF { border-width: 0; border-radius: 0; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G0itSM25DoMZLo1CHZTOS9spho2EaMoO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.0625rem;left:3.1875rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#cbWCxTmxD4bEHZKI9kUPefPr40SABO9R { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:11.375rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rxu0It3rBM8N6qZQsFBNbE6FFqmcKfOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.875rem;left:9.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aWbqKzdJgodtubywDcaZa1hTrrQ0habK { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:0.0625rem;left:28.6875rem;height:9.5625rem;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;text-align:left;text-align-last:left;display:block; }
#K9iBTCGKJs9Z3iGh41T1wTLl0KELr348 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:3.1875rem;overflow:hidden;display:block; }
#i87lCc1F02PtPTMMThnF5JPv78gLSuVK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.375rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#glxekQGT0ql3DaTwepSxBlU3BCT1N9zL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SzxAD3Cgf3T2J6W0ycDXkqC2dZ4FdIFL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-2),1) ;height:5.625rem;width:5.625rem;top:11.375rem;left:28.6875rem;overflow:hidden;display:block; }
#K6cSfcOkV6fkQgIEgHPx9In15rt414HT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.1875rem;left:0rem; }
#F87SPV5NNTiRS9xiXqm9aHv0Jb8rwEcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.1875rem;left:25.5rem; }
#tCngCSszUFuxyfGg88MB4aBp63WonRQH { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:16.99951171875rem;left:9.81201171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M5mWwTvkCUQooMLlwz8oAADkETAngZrk { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.999510765076rem;left:35.3125rem;height:2.5869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container { background-color: transparent; background-image: none; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container > .video-iframe-container { display: none; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row > .video-iframe-container { display: none; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .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); }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container { border-width: 0; border-radius: 0; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:17.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#SyM5mTeSGnGypwDJXU4r7hOf6Tm9A3PS { color:rgba(var(--color-tertiary-4),1);display:block;width:71.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.81396484375rem;left:1.6243476867676rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W88NGTIdZFcoT0eJ7QC0rzC4Ksrfc2U9 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.8131523132324rem;left:3.87451171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IPOyTVcyXP7d9ixK5Ox9lr42R5FBplXB { color:rgba(var(--color-tertiary-4),1);display:block;width:72.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.18798828125rem;left:1.09375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CaHvNScsdlOlMh92FnDU7vTTRS6aTMPX { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.66635375rem;height:3.35416625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10.059377670288rem;left:24.124347686767rem;display:block; }
#SkR6uvhokSstldkdvVCeeIsGKXlVn0Aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { background-color: transparent; background-image: none; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container > .video-iframe-container { display: none; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row > .video-iframe-container { display: none; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .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); }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { border-width: 0; border-radius: 0; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51rem;width:75rem;overflow:visible;position:relative;display:block; }#WelAIN3Slqt6UuXZdaaodp0K5MHAsnAA { color:rgba(var(--color-tertiary-0),1);display:block;width:36.497375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.8142890930176rem;left:19.25048828125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RC95naOeDOgW4EJx4gdSfTb9TrocbKEX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-0),1) ;height:15.5rem;width:15.5rem;top:13.5625rem;left:10.5625rem;overflow:hidden;display:block; }
#LT9oBtWQbILzmQFbHnXyNWWBL8DEX7k8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-0),1) ;height:15.5rem;width:15.5rem;top:13.5625rem;left:29.6875rem;overflow:hidden;display:block; }
#QPMJWhZZgGVm7HSJ6KwHOouOufOQzzt1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-0),1) ;height:15.5rem;width:15.5rem;top:13.5625rem;left:48.875rem;overflow:hidden;display:block; }
#LPL6sDW7zL1VZ2pzw0hIUZQui1caddbB { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.375rem;left:10.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#TisXsNwk0ndN6eGdGskvQRQ86HsKgR66 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9988125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:30.25rem;left:12.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FWoFDarce7E4MPNT5fEHhtOpprDpP6TI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:31.75rem;left:12.3125rem;height:5.09765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OHf7sSu7QoluU8gndkvDTAbJMxWqiQUy { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.5rem;left:29.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#UcJtceiVH6oIDXcJ47do98y1bdeH1yrr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9988125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:30.375rem;left:31.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dXmHwyCM3uwJg2KRiydfKeXPPe94ATOx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:31.875rem;left:31.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KaQvWTonigmcBNtSeBflzMBkALJbkoeb { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.5rem;left:48.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#Z5ZeV22KPZf5Ne6oKQ9MnpCZVwnKKENJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9988125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:30.375rem;left:50.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDP0gH8fkNP3L8eoNcPtyhPOTbvrIels { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:31.875rem;left:50.6875rem;height:5.09765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5ZHlCJh4VKPbWNg6fPyvDdSlodC1WCv { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:8.7262372970581rem;left:11.1865234375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPARONKhkoGHLHFW4OFUsWntLgXCXzTb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:8.7262372970581rem;left:30.686847686767rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlLsioBPse0aNtCGJFWKK4mm76BtzUJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:8.7262372970581rem;left:49.81201171875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1ef4U5Hod5LbkiiHfUytqKBxw18LMqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:40.598955750466rem;left:15.122882843017rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXabTQqburxTb0h4dvPxSPTTNl9AJWmU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:43.972166657448rem;left:28.81103515625rem;overflow:hidden;display:block; }
#xcKScEEURMtGc9RvRgzECtlQTc79cuUA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:43.972166657448rem;left:35.9375rem;overflow:hidden;display:block; }
#a5uJZgHbXUacteHZ4Mpdl0hlsaa03hE6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:43.972166657448rem;left:42.801105499267rem;overflow:hidden;display:block; }
#zWadZoJJmoimcMoVORo46rtCiEUMPtIl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:31.75rem;left:12.3125rem;height:5.1009125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gBCTFgI0oeTKwrVKymWtTnA9WDHaeHGQ { box-sizing:content-box;height:1.24855625rem;width:1.24855625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.375rem;left:10.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
#c5RburoJzTH65WqfgkvSNwuq5qzsre1m { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container { background-color: transparent; background-image: none; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container > .video-iframe-container { display: none; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row > .video-iframe-container { display: none; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .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); }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container { border-width: 0; border-radius: 0; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.375rem;width:75rem;overflow:visible;position:relative;display:block; }#HMPTA1W4hINvGtfpCWE6FwQ2nkBTP1FZ { color:rgba(var(--color-secondary-2),1);display:block;width:39.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.875rem;left:0.87434768676756rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ziWqBml9SttUBuI1EpZl0NMnKO1FLrk4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:0.75rem;left:51.125rem;display:block; }
#HPIV29snyUnt1poJNhi6r4hfQUegL6IF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pn20xrD0M1XT9HqIhA1teN94huHN8qIv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:36.5rem;display:block; }
#FLZodtPHkX1XmLhBmscywHVW1rJ6BfqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKDwCPJyScV3i42pT88lzpKUmV4FBcNl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:0.75rem;left:64rem;display:block; }
#cJpDIFwUbkFnTyDPrK3VmttoIRlTTeOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kILCC0kHA99sWyZxZxSVVL24lWwIDPMM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:1.6875rem;left:72.1875rem; }
#kILCC0kHA99sWyZxZxSVVL24lWwIDPMM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bW1zAZBk8TnCgMcdr72VPkUS7wxLDmLn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.75rem;top:1.3118476867676rem;left:11.68701171875rem;overflow:hidden;display:block; }
#uUuIGuO39BJEOsx2QsBCIHt2C1T7Lv0A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:42.625rem;display:block; }
#Q9FTlIIfuVGtoIe6ibI6yxve9HfgOQif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqWcwg1PmMWFwIcwVTibQATDp5qReTi1 { top:2.6875rem;left:0rem;width:20.0625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { top:22.375rem;left:0rem;width:41.1875rem;height:13.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHbFAGFBerVV7WJv3m6hP5uEQc5uALdH { top:37.5625rem;left:0rem;width:36.4375rem;height:5.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-checkbox-label { width:25.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI  { width:26.875rem;height:34.25rem;top:23.9375rem;left:18.375rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI {display:block;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI { width:26.875rem;height:34.25rem;top:23.9375rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #nxbDlnZS7bD8O48rwid8onEW75nhNhU2 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #DZW5owT3TKOXPTQVXITJT0NubSqDSUl8 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #e8u2gUNcZZgypS0g6RWfckdO4OTVU5XH {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #rmGdGVepb4OWv8X30rlGb6OpdlpRRucQ {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #t7nDcXNGgFXohagJ9mTz0udRct9HyZoe {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #s9fF6qxtMZ0TcewMXLsVmvgXo0TD9bZu {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #KqA2l0xRvvbEcW7X6qVU3yroKp6RMeQJ {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #FTaBmW40N61e0RU5hF9uAzVPvTDtJe1Q {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #bbrDfoHmLggHA5NrA2PurxhdTCaWsDAU {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #dfPV8loLATltWmywVUyiRzoIsD3iJiA3 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #GECrGfQPJDWiIdKQiDAxK7sOLuopThOz {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #Kvw3kCDa6QFrkBRxhqKtqwazgJ05tsPS {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #Nr1PcWlWSkC5fUAuZeCsHMvTJCl4aTyo {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #RnpQk6LbgmLPWEvBLt2wtVFonKlgntLS {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #ZqTc6T2Zm79BbmTIs76eiZ34pEfFuLU5 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #lBrTU8TpITnSOvJ4vMHTA0zbQg8Wp05S {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #IOD8koCIWqFTBOqHMBhLpSGkC1TOIqbP {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #lLuWmOKxM7N2rvHADV20LIsvmsKU7IbR {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #okh94TFTGwVTbAVq0FKKPtg50XxOFGdX {  }
 }@media only screen and (max-width: 763px) { #x2gnDbZ1xAzJ6CTTF6bhwmqK3uy6Tis0 { top:14.625rem;left:19.125rem;width:28.625rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQtKufOOTzQAaro9pO476OBQ1s4QiMSv { top:13.0625rem;left:0rem;width:47.75rem;height:31.634375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ5mDU8Pmtp6Hnga38v8K4sMSgLt5uor { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7y2AUEPgg580WUll89PVcT2FtA25du0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block; }
 }@media only screen and (max-width: 763px) { #chxuIw05A4KaLhCaRVGvJ1ePSkc1dTBM { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn591KQwba8B9ktXfgnIktkEJdfU8BJM { display:block; }
 }@media only screen and (max-width: 763px) { #Js2CAU6grqboUXKsqI63Xkzo8HTFQE1Z { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBq7P4nQFTJC68qggUDb5lRMaRWGwgCM { display:block; }
 }@media only screen and (max-width: 763px) { #V6HC8QBTqKF2WmzDsoxUN23wUemoEoVT { top:45.5625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCTuOAIt4t3Bi96rxUoxJoB1yTQuyhg { top:49.9375rem;left:0rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgNLI4A6mLBI4J2RGr7xfAZEIa3oZAv { top:50.5625rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al15V2TTccFQbGqiLGebT4X624gzc3en { top:3.75rem;left:5.6241340637207rem;width:36.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DApvIVTzhrmUfF5smTvBGq1fcKPeDxe3 { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVC1qThzekqSDib0GWxvBzsrRWEA2kMG { top:45.375rem;left:0rem;width:44.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3GUkQExSwMLOgEJndIkcTLAMGLxZfD { top:43.5rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwR79vqylbJqyiKfAFt32KxkPQQxMxOB { top:60.5rem;left:44.937067031861rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGIPpNJFm8MXrJ8eiyHwDfoc4yCmG5p { top:60.375rem;left:33.8125rem;width:13.9375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4V6iCwRPTeC4nzmqR1yCMl5OVTanJz { top:61.875rem;left:33.8125rem;width:13.9375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIATeo74wloQ2kvFdDFUcWvNAvHEv4lD { top:47.25rem;left:0.40350151062012rem;width:41.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh4TuTRxJiTrifQFsTwfwQgmdVO8m3QK { top:68.625rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptlxQ9zZZ3XtaizEf0cdKiHSQlmAfTNc { top:85.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh4We2MtpEPApTlyb0dMDNuvdmMyRgO { top:85.5rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGaCl8nq3JKF7lhxFXhghT0JgrGf0o3 { top:87rem;left:0rem;width:13.9375rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyO6kG6PQwB2qCGnPA8ZxxoN8KTTBc2Z { top:70.5625rem;left:2.9375rem;width:44.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDIgzJGBCTMXctRtTpVMdGwITXW2ihX7 { top:72.1875rem;left:6.0711803436279rem;width:41.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRHT7Eu9M68R84hMqitqt53OS0nS3NJH { top:97.125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIiIVoaMoH45RLHEHhdmI0Pn8onGIMpe { top:102.3125rem;left:0rem;width:15.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo83TkaUB0GwSLWW75DyZr7hyrt8M3uC { top:102.3125rem;left:6.703271865845rem;width:15.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEFFf3ly82h462GVF2VovPC2vVazXEw { top:102.3125rem;left:25.404806137085rem;width:15.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwuUJTLgyEdOghmbfNLNCnqB6PezZbWc { top:102.3125rem;left:32.125rem;width:15.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgxPrdsOOimwx1Uv13rTsS9KvwPJOql5 { top:110.875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGuIvPOgpbfZw7BI39cnEFrB91TakWz5 { top:115.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIFuBUVKz2eehZsrWKIK37TXuxg0stTk { width:26.75rem;height:3.4375rem;top:122.125rem;left:11.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ludLcUNXDW404d5I3CeKHGaV59uBBV7K { display:block; }
 }@media only screen and (max-width: 763px) { #IC6AxLJvIcZSMGTDhkFOKBasUXW070TE { top:48.875rem;left:0rem;width:15.5625rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvbaiOOhblx5f1y8iir8OC6HCyatziCS { top:153.5625rem;left:0rem;width:18.75rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITlklPbBfLN9ZdAfMaQ0Dv56wPzXl8s8 { top:101.1875rem;left:0rem;width:18.75rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGbRXRdI0qPoTTH5ayAtemEQxINyBoPa { top:229.6875rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 { display:block; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8kEWpSaEXt2dENB7XBXr6Nx9yBDi5Lw { top:3.8125rem;left:0rem;width:36.4375rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOT0LratdIDRBEVzkshRLQUDk5JzdpoV { top:8.8125rem;left:0rem;width:21.875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFyD0nUJpBHUa4v3beRZLnXcE2B53gp { top:8.8125rem;left:1.5rem;width:21.875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8ugZauWJTp2qsfyaXdC6I28q5oR8nn { top:8.8125rem;left:25.375rem;width:21.875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwOs0fdgqqxUB7W1ErpyH1XbDXyncI27 { top:10.6875rem;left:0rem;width:13.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL8loprV1MSz5yCL07VIRuPbMAPRRRux { top:17.0625rem;left:0rem;width:13.75rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV0niAHCoMTW4gZ2VMv2HBBIaVexKS3O { top:10.75rem;left:10.3125rem;width:13.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eswSbPgVbKTwvO1RpxMUA0d5T0MyPsqb { top:17.0625rem;left:5.3125rem;width:18.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOafo8ToyLOC56NSGUhaopIvzJV8A3N { top:10.75rem;left:34.1875rem;width:13.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ltM3xviy2XoM2CvGkXpTUwe7SQAEf7 { top:17rem;left:28.1875rem;width:19.5625rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh { display:block; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4N79dT61sdXKgkcfoc0XRzI0r9oAMlc { top:3.625rem;left:5.62548828125rem;width:36.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clfg1RHNFEkniXv13LwCGVCUTyhXJdLn { top:0rem;left:0rem;width:47.75rem;height:31.761734908701rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI98kmuqIM1cyo2hGz6vpDINo4DCBHGA { top:20.375rem;left:0rem;width:0.3125rem;height:85rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wma8wcDr9cCB52lhosoKCR8N9aPG9fx7 { top:18.25rem;left:0rem;width:5.375rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJF4eBpBel7vWdJv0FrsIEJEiDTR1owB { top:19.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO5qdI1G8KtiTBWlP0nN502NIistG20E { top:19rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIOX7pTttcxrPETCst78HAbXap5QnSTQ { top:23.875rem;left:0rem;width:5.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1hu5BpVwgMvGGzPQJgqlP244mUQbQvH { top:24.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZwSfaWLIfTT1NoaQqC0k9I9G7Z4FZ4 { top:24.6875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF9HzeWSUggooMTEtFB9Hvv1gPSwuMpV { top:31.0625rem;left:0rem;width:5.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7O2bbB8mzIodfZS7pWrFd9O8ooJwwmM { top:32rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OWAHIwrQqEvqvJHOnQp24lIftEthzn { top:31.875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLpBqTtBTX77fL2XTxve94AMZXDpIfFd { top:38.25rem;left:0rem;width:5.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieL8FyO7AWkSpRgSZURcK8wmITKBZUQe { top:39.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSJzCK4u4yncmPh7OCmViUnMMeeaCqlZ { top:39rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMKPZVWdC5ODdSVqawPwuKTToN77xO9 { top:48.375rem;left:0rem;width:5.375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqMgTLIdOhxluhQElww49qyCcMpU7npr { top:49.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM1RLl5ruqDZbgIRrNDU7wXCSLnTDmcT { top:49.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7JHFfT4iJ4krpxQwFnyWzHGU6Te2wsl { top:55.5625rem;left:0rem;width:5.5rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOWCV8TCCsaq7dMWf6mTSHzVXRy01Tx { top:56.5rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4JnloBXAOWmb4e0mJHFtEIBkh1w5Or7 { top:56.375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmUoVt18bzO4KLuGhxvcclETpFWPN6G { top:62.75rem;left:0rem;width:5.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtppnOn5zJ5AqiocXASEc9HpxvQwaH2 { top:63.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQTpWfCt1sp0DZSlG7MI9EukTQTfTPH { top:63.5rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCNMdkJXZ3PgFUodRadn96zWU8wFHlMl { top:69.875rem;left:0rem;width:5.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BROqFbfnTECTwQFqfHpS5twsSe0sNWl7 { top:70.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slOSMl9xgFkSUSIkdJKfl6JCi4QALggt { top:70.6875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP5QsW3lJdGQTfBkszUb38Z4FcpLwUVm { top:78.5625rem;left:0rem;width:5.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiR1LokGsH6ubbXikJw2wWEWm3J5hzw3 { top:79.5rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cvWhDGPdRtQHGh6zU6qROGtISfNNa6 { top:79.375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJX5azOFTdJPuvdl840oWdhaFKWOyUTk { top:84.25rem;left:0rem;width:5.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXClkvLPsqXWJTdmzMMvW0eR3Dtwa6y { top:85.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1tWVPMHdJPKtXmkL7nXoHKu6mO0O5i { top:85rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIbi312TosLw1u6M9FkCpanbNui55Co0 { top:95rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6WXfKdWoWHzJ0NM3IBLNsDa8TWxB1IT { top:91.375rem;left:0rem;width:5.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DcTJS2yTandwNJEN02h5MZzvVHrHPc { top:92.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HCbosAVNiff4HLdDehViDJGQxIpyyE { top:92.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAuhEbJneaoLQq9DwdQ2UMNV9VEo2QaR { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8RxJ3otCcgPc6ktb7AUXL8NTMwQWXZp { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLGZ6SVzf9NqHRcTZ34l8TudVIrdBMGh { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9hpIoVCV1a64onID25H37TtbZfEh20P { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmTEx53LmpgWaSo8qim4cfVETpeeNxXe { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxeevS044rGDldZGuhzbyLuDrRR0Rhew { top:39.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmF0lrbsTznOURf0JQDcU0bdf7IJVnXT { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1CpBNSfgHRmkb23ewlzTHvvEBFBWbsT { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEJXyLym8QN2EmJZQpfdDSJOyUhBE6nT { top:88.75rem;left:0rem;width:17.1875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJlXeKq00TIekJOZ4ozIxyQEcrXFeB5v { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXwdPKLRskI3oimX4rl3iaWXtP7LEDkf { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnRtt4inVS3GdqDES2GLydBbzdS03AVy { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuSMveI6gUsczLONfWJiCQFlnxV3udH5 { top:144.3125rem;left:0rem;width:17.1875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS2oNZVM8S2ntNVqlGgv9XgFM7qog74T { top:9.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4oEKuxzZHJD4MC6q2DwnIvnRdObwq2c { top:38rem;left:20.661294937134rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vTe07pVMWT4KcDPNFTxma4P1UTJtL9 { top:37.6875rem;left:22.473630905151rem;width:13.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV7FM3whxNb8F2hWOZkLLsTPmioX2WMh { top:8.5rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxN11bVDIkWebwgT0AOWQrecWuSlxF6h { top:102.3125rem;left:36.4375rem;width:11.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfoPMINDC6uTRiJcyxM9Ol2rh0ox2AQ5 { top:100.8125rem;left:34.6875rem;width:13.0625rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9tHKs5LerplF1ETFxTMhZawC46BiTyC { display:block; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAlTQthO4DEOV3A7QP2r5IhlcgZQA11o { top:3.75rem;left:0rem;width:36.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROf4884f7qn1KUy1rTAFSDGWWCTzppLC { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sR3Ewi7eWmwvVKofSb3CFQJIc6ayio { top:14.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biNzQ2qRNMdE1h6alLNb0hmbz1ln9CmZ { top:13.9375rem;left:0rem;width:20.6875rem;height:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XklJh6VMoJxapP2mKJV0Qot9BVBTOnMG { top:25.3125rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvT95BkilAKkA34WAKvRiZOtpxtRqVT1 { top:26.75rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Dsakx1p6eBySF9p69iAuDWkTux0TCH { top:14.0625rem;left:15.656085968017rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #He1qOTvaoxosnNV5xAr1TrA0CEaRPbaw { top:14rem;left:3.375rem;width:20.5rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zey9hw9A0CpQFe2ZqHF2GmzoTaKx0AwZ { top:14.0625rem;left:33.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUUA4NCubn2cTbFIIW8amNTPFqRzKhTT { top:14rem;left:15.3125rem;width:20.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiMyF9s4BezbzgTTz2t20PVMWeJJ6tSK { top:22.25rem;left:0.15625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOPIz75mHdmMHw9MkUCCPFkZNW2U36gv { top:25.3125rem;left:0.15625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tibmmFmXqPfipNIbpkiJBNVWTpvwkvKm { top:25.3125rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8HhTTBVdm3MknKcgHbUOIcuSz9vfPx { top:26.8125rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPbztJZF4E9rkJNrwuuHFm170OdQB2p0 { top:25.3125rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k82OXH4SmprXkRr5latUL3nR3wt9lig4 { top:22.25rem;left:18.84375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGxAMp3rPC0TX8fVR3WJ1vnTFIAu5Tx { top:25.3125rem;left:35.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwoFXilTAqnSKeoSex0Uln6fGfb5ENEr { top:25.25rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxHgy86skLC3sHfy325dT2Zv8CJC1GIk { top:26.75rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvGFfnCn4rIEbAhgJWJUXKkvJOSVsN { top:30.9375rem;left:1.125rem;width:10.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfL6VJM1C39PzXbnEEaTaVcaE2Op6ct { top:30.9375rem;left:13.0625rem;width:10.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ66qatf8oE5NTcy6evfOhuufRB8gWtM { top:30.625rem;left:36.9375rem;width:10.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn { display:block; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCTBlPSZ1F8rBwWxkycXtEtRAWTpZHiQ { top:0.0625rem;left:0rem;width:20.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9i9rTi6VoLxwKVAJDD6Bdb9k202bBAS { top:11.3125rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sms9WT685QKPTrt2Dn1pUQmOpV6sUFGm { top:12.8125rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G68OoL3ONEoI9mSazWFwMDtSq6gGO5p6 { top:0.0625rem;left:3.375rem;width:20.5rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlDsK3NpJolLsyTr4KlFwaiOndinPJlk { top:0rem;left:13.875rem;width:21.9375rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQEwzOFtsgdNu8szaWn1bAFUnoClc37M { top:11.375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ViFK68CVOSUQJZMgeWlE1wCG0W0FA5 { top:11.3125rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci9uuMTIJ7TEd0T25HIo54BeXcHUb0el { top:12.8125rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV4MKn7TyxDKpMryTTR2hdr4JBeo8Crz { top:11.375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVDdv8TEgkaXTCM3UWwQDUIqIkMQqo3F { top:11.375rem;left:30.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP2kWruJKIVy1tdTaXLLsvIed12uRdF { top:11.3125rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4WZlR7pVEkJNkXNHhKCTnxRBH8GyKRi { top:12.8125rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwFp1P6tAEypahimsGJQK7LtT6UNKsAZ { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUGKcFUOArs9tAP79NurDKrphEJFV7AC { top:0.1875rem;left:15.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtgJTz3gImd7xgZRvoPpzZJvfkxmdarx { top:0.1875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMu0AI6EFHluKRsJNW0RIVZv09Z6sRl { top:16.9375rem;left:1.125rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McurFcF1mKrcOpVU5Z5ed2N0QCU2iKDJ { top:16.9375rem;left:13.0625rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn11LEgPd5vEbTNs3TWhJK39MkQVNEmy { top:16.9375rem;left:36.9375rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf { display:block; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdQTCXb2J3uAIL2QhabuQamz2X24VTWc { top:0.0625rem;left:0rem;width:20.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RumqTbEQ1ZdKZxNKtyvbXBw3mfLEnxGK { top:11.375rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOTFiNEQAmniQcQl86Exkp4D3fNIQut { top:12.875rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu9bOz8lbnlUx58kSdM5L75rhuzcfgXx { top:0.0625rem;left:2.3125rem;width:21.5625rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq9MzqCeJolESJs6Ut08D0amGXbud82d { top:0rem;left:13.8125rem;width:22rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXgf3bnT6sX7AlwP0KAT7ibUmZOpx2Fy { top:11.375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6GPZDxoF2FhvTRcTld0b8J1fI784TI { top:11.375rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSWyH6gWFUo26LOAHVSEVrO9Mbl7vvKm { top:12.875rem;left:9.8125rem;width:16.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIciS4eRTzOs98aF8OyCAIlBppN0AqJK { top:11.375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aty9e1CXuT9vJJ4kgHP5rhkGLn1a1Dsx { top:11.375rem;left:30.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlSrP5UphNTXqIerRvmDJJvV0SGE2ab { top:11.375rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpDXUtfEAMPthah3ax2I0PIU06nggzBa { top:12.875rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVHEoMlObEgAg0He8yyXXZyTI0og2wy { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZdWLbagqVetcT0KeUWJ2zTorA18mP0k { top:0.1875rem;left:15.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqQ4VGtAUdesl1cFTI50kSS04eeORLIJ { top:0.1875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQtAmwc1Ds8KgG3XWGTcIhNGcWK1K85x { top:16.9375rem;left:1.125rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4hpree9Tk7fzrg4MiKNZ3Vqr9yQrUOT { top:16.9375rem;left:13.0625rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKa95g7Zq7tTbO0Eu4dND4LWOrPyknxT { top:16.9375rem;left:36.9375rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 { display:block; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKqWzkIXqxxViCW0fR27XCTMv1HKtJ1v { top:0.0625rem;left:0rem;width:20.5rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd6kVbzrVVuAGfGhfRU6PGUvwp8JBdMD { top:11.375rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfhwWhdFT0he9Q7XCRTJVUEuhzJCud20 { top:12.875rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoTvaG0J45xkWR6zMld5HvDhFS12tut7 { top:0.0625rem;left:2.3125rem;width:21.5625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX056iAENcBuBCPraJpgZtWoJadEdHCP { top:0rem;left:13.8125rem;width:22rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuh6TBZZcsCNnDpEw42uKXbKmsFfMIr { top:11.375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccmkolZgKxOXFNXdoNCwEiMF5eJrvd7v { top:11.375rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHFe2QQZHmnLuVtbTts38vNN44RCzEP { top:12.875rem;left:7.125rem;width:16.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJAfpS2NPDfhvpev3ALOvUSd2zortN5 { top:11.375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTXRVs25ccoMt8w4284TWB6eK3hgFVz { top:11.375rem;left:30.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtL0LPa6928EsnNOyz5Lae2V3lErXNDC { top:11.375rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK7e4DMIsL8UZ1SucVna7NBuC5oxlv9L { top:12.875rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmSBIKADEEGaZT7acBnF561ITtnbaBU3 { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE9w3UNLFo4pe6pSPlv7teOi8JLy3rNW { top:0.1875rem;left:15.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQpvJZwWX21XDpNHfDRmMbqk5KKbCNBf { top:0.1875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahNBFgdRS5Nh5pAAkzeO4EqkGg0QDbcs { top:16.9375rem;left:1.125rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvuSWlKn73ivmD119kR1RtEgtWytC9TJ { top:16.9375rem;left:13.0625rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO2rFG9LhR10gQkqxXAI1evhal2b7TD3 { top:16.9375rem;left:36.9375rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt { display:block; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doUJ72OoAhWuAB3m5GFrZzad4LR2M89c { top:0.0625rem;left:0rem;width:20.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7tqxwb8vsCRlZeKeHHpDg5GHQQX87T { top:11.375rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPFsleXa84dGxzKWFVS3iu2eIZGgrunQ { top:12.875rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0Nt86B6MCrFEf6IxbQa7UTo5diZGVc { top:0.0625rem;left:2.3125rem;width:21.5625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsH4zaaTGw3WzwXTFpEw7wKEkPLx1opm { top:0rem;left:13.8125rem;width:22rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIrhGgv642633t0XdpTRX4cmStTbd5L { top:11.375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Ngkc8yw0ptFJMT3yRqpq13Z3aJRM4i { top:11.375rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQfwII9t5ArvMuH0o4ZWXEcMDvELtZr9 { top:12.875rem;left:7.125rem;width:16.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ87TqQZ1EExsXRyOrWkWbNWgvWWQyF3 { top:11.375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4GHmnNi2cR2BHx5nuvBPmeqq9PzSLV { top:11.375rem;left:30.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p88PFdvbwabvoFTM8lVRqNqItXVsDK7g { top:11.375rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJpT5iOW4FmtUKtU2TqkDT9oF6Dx34fu { top:12.875rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTxHoARvFLOgGKkELROrpVVZrs4Lp1S { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTWGytJ4zdTKLvc6o3U5xraMy3nPP2c { top:0.1875rem;left:15.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJLKRX5izgm3ASxxRRLu6lO3gueCSuHP { top:0.1875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUT640PTbL1I0dz6fN98tXWnmWOVSgm { top:16.9375rem;left:1.125rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgJvOWTpJAD4EoMz1OpNRoTJIctbz1nZ { top:16.9375rem;left:13.0625rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ISEolgiOIZdVI5KLb5bQW0q2B2x7TE { top:16.9375rem;left:36.9375rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf { display:block; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWBn1pXz1GL90zWtICK8fF6d3JAERZeo { top:0.0625rem;left:0rem;width:20.5rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8pSPIHP5RkgBUXUcBJAG2grmy1tRVJU { top:11.375rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlFOy7X7CxE9ws77XBRv0dx2ECwwIMK2 { top:12.875rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn465sHb3MrEvanqkldbQEFiweroDW1h { top:0.0625rem;left:2.3125rem;width:21.5625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldAAsNZbZ5BFfyTKw8dJOP1fqs1f5ma { top:0rem;left:13.8125rem;width:22rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWCAUIAv4BDort0Qe9qD2wJKrt4AnztT { top:11.375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJU4mFTNOTAlKKcgZkHJemHAiHiLyVD { top:11.375rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZyXswxwODwBRm3aHg3QMEzoRCgLEPi { top:12.875rem;left:7.125rem;width:16.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HriHs9XHT5GUM52hIfGOXudlsw38mAd7 { top:11.375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJDTHzSuETtUC2NtT716zSsteXm06T2c { top:11.375rem;left:30.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIlEpKMDkhGLFZSeasAXKsXAJ73WvcdJ { top:11.375rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLDiJ4Sv4aHNTMbpC4dpIdoCkIlc4vaN { top:12.875rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpMNaJyTTPe29EXm9FkHxLf5WG0syXrl { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQOnzuUNkC6cgOgTcTDXrhDurFglr7Ts { top:0.1875rem;left:15.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrctWDe1Tsxg42QuuXB3XkuH2pJxuL5N { top:0.1875rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRq94ruHx2OL2t1g5Ffp1UEOO7Nllo4 { top:16.9375rem;left:1.125rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LybHh3lNnB3288VokC1eTtn685gDnzZe { top:16.9375rem;left:13.0625rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3JMTrVlGmdNrW4vyFTP67ApzHfbSXd { top:16.9375rem;left:36.9375rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF { display:block; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0itSM25DoMZLo1CHZTOS9spho2EaMoO { top:0.0625rem;left:0rem;width:20.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbWCxTmxD4bEHZKI9kUPefPr40SABO9R { top:11.375rem;left:0rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxu0It3rBM8N6qZQsFBNbE6FFqmcKfOQ { top:12.875rem;left:0rem;width:14.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWbqKzdJgodtubywDcaZa1hTrrQ0habK { top:0.0625rem;left:0rem;width:25rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9iBTCGKJs9Z3iGh41T1wTLl0KELr348 { top:11.375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87lCc1F02PtPTMMThnF5JPv78gLSuVK { top:11.375rem;left:9.8125rem;width:14.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glxekQGT0ql3DaTwepSxBlU3BCT1N9zL { top:12.875rem;left:7.125rem;width:16.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzxAD3Cgf3T2J6W0ycDXkqC2dZ4FdIFL { top:11.375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6cSfcOkV6fkQgIEgHPx9In15rt414HT { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F87SPV5NNTiRS9xiXqm9aHv0Jb8rwEcE { top:0.1875rem;left:15.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCngCSszUFuxyfGg88MB4aBp63WonRQH { top:16.9375rem;left:1.125rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5mWwTvkCUQooMLlwz8oAADkETAngZrk { top:16.9375rem;left:13.0625rem;width:10.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU { display:block; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyM5mTeSGnGypwDJXU4r7hOf6Tm9A3PS { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W88NGTIdZFcoT0eJ7QC0rzC4Ksrfc2U9 { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPOyTVcyXP7d9ixK5Ox9lr42R5FBplXB { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaHvNScsdlOlMh92FnDU7vTTRS6aTMPX { width:26.625rem;height:3.3125rem;top:10rem;left:10.499347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkR6uvhokSstldkdvVCeeIsGKXlVn0Aa { display:block; }
 }@media only screen and (max-width: 763px) { #aTd3VCJp39WRSq3t0L5g6XClSs0CmULE { display:block; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WelAIN3Slqt6UuXZdaaodp0K5MHAsnAA { top:3.8125rem;left:5.62548828125rem;width:36.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC95naOeDOgW4EJx4gdSfTb9TrocbKEX { top:13.5625rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9oBtWQbILzmQFbHnXyNWWBL8DEX7k8 { top:13.5625rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPMJWhZZgGVm7HSJ6KwHOouOufOQzzt1 { top:13.5625rem;left:32.25rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPL6sDW7zL1VZ2pzw0hIUZQui1caddbB { top:30.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TisXsNwk0ndN6eGdGskvQRQ86HsKgR66 { top:30.25rem;left:0rem;width:13.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWoFDarce7E4MPNT5fEHhtOpprDpP6TI { top:31.6875rem;left:0rem;width:13.9375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHf7sSu7QoluU8gndkvDTAbJMxWqiQUy { top:30.5rem;left:16.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJtceiVH6oIDXcJ47do98y1bdeH1yrr { top:30.375rem;left:17.9375rem;width:13.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXmHwyCM3uwJg2KRiydfKeXPPe94ATOx { top:31.8125rem;left:17.937498092651rem;width:14.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQvWTonigmcBNtSeBflzMBkALJbkoeb { top:30.5rem;left:35.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ZeV22KPZf5Ne6oKQ9MnpCZVwnKKENJ { top:30.375rem;left:33.8125rem;width:13.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDP0gH8fkNP3L8eoNcPtyhPOTbvrIels { top:31.875rem;left:33.5rem;width:14.25rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZHlCJh4VKPbWNg6fPyvDdSlodC1WCv { top:8.6875rem;left:0rem;width:14.1875rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPARONKhkoGHLHFW4OFUsWntLgXCXzTb { top:8.6875rem;left:17.061847686767rem;width:13.5625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlLsioBPse0aNtCGJFWKK4mm76BtzUJ3 { top:8.6875rem;left:34.1875rem;width:13.5625rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1ef4U5Hod5LbkiiHfUytqKBxw18LMqQ { top:40.5625rem;left:0.875rem;width:46.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXabTQqburxTb0h4dvPxSPTTNl9AJWmU { top:43.9375rem;left:15.18603515625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcKScEEURMtGc9RvRgzECtlQTc79cuUA { top:43.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uJZgHbXUacteHZ4Mpdl0hlsaa03hE6 { top:43.9375rem;left:29.176105499267rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWadZoJJmoimcMoVORo46rtCiEUMPtIl { top:30.625rem;left:0rem;width:13.875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBCTFgI0oeTKwrVKymWtTnA9WDHaeHGQ { top:30.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5RburoJzTH65WqfgkvSNwuq5qzsre1m { display:block; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMPTA1W4hINvGtfpCWE6FwQ2nkBTP1FZ { top:1.875rem;left:0rem;width:39.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWqBml9SttUBuI1EpZl0NMnKO1FLrk4 { width:11.25rem;height:3.75rem;top:0.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPIV29snyUnt1poJNhi6r4hfQUegL6IF { display:block; }
 }@media only screen and (max-width: 763px) { #pn20xrD0M1XT9HqIhA1teN94huHN8qIv { width:9.375rem;height:3.75rem;top:0.75rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZodtPHkX1XmLhBmscywHVW1rJ6BfqT { display:block; }
 }@media only screen and (max-width: 763px) { #RKDwCPJyScV3i42pT88lzpKUmV4FBcNl { width:9.375rem;height:3.75rem;top:0.75rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJpDIFwUbkFnTyDPrK3VmttoIRlTTeOx { display:block; }
 }@media only screen and (max-width: 763px) { #kILCC0kHA99sWyZxZxSVVL24lWwIDPMM { top:1.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#kILCC0kHA99sWyZxZxSVVL24lWwIDPMM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bW1zAZBk8TnCgMcdr72VPkUS7wxLDmLn { width:7.6875rem;height:2.2312640628402rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUuIGuO39BJEOsx2QsBCIHt2C1T7Lv0A { width:9.375rem;height:3.75rem;top:0.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FTlIIfuVGtoIe6ibI6yxve9HfgOQif { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbc5fd04-927a-4cde-837b-32712a219930/Zalepki_DIMAQ_VOICE613.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V.adaptive-delivery-prevent-bg, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyload, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyloading { background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .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); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqWcwg1PmMWFwIcwVTibQATDp5qReTi1 { width:6.0620125rem;height:5.499675rem;top:3.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { width:20rem;height:13.125rem;top:15.498046875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHbFAGFBerVV7WJv3m6hP5uEQc5uALdH { width:17.249375rem;height:5.625rem;top:29.278156280517rem;left:1.3736978769302rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI  { width:17.5rem;height:auto;top:42.513018608093rem;left:0rem; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI {display:block;}#f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI { width:17.5rem;height:auto;top:42.513018608093rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #nxbDlnZS7bD8O48rwid8onEW75nhNhU2 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #DZW5owT3TKOXPTQVXITJT0NubSqDSUl8 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #e8u2gUNcZZgypS0g6RWfckdO4OTVU5XH {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #rmGdGVepb4OWv8X30rlGb6OpdlpRRucQ {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #t7nDcXNGgFXohagJ9mTz0udRct9HyZoe {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #s9fF6qxtMZ0TcewMXLsVmvgXo0TD9bZu {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #KqA2l0xRvvbEcW7X6qVU3yroKp6RMeQJ {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #FTaBmW40N61e0RU5hF9uAzVPvTDtJe1Q {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #bbrDfoHmLggHA5NrA2PurxhdTCaWsDAU {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #dfPV8loLATltWmywVUyiRzoIsD3iJiA3 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #GECrGfQPJDWiIdKQiDAxK7sOLuopThOz {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #Kvw3kCDa6QFrkBRxhqKtqwazgJ05tsPS {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #Nr1PcWlWSkC5fUAuZeCsHMvTJCl4aTyo {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #RnpQk6LbgmLPWEvBLt2wtVFonKlgntLS {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #ZqTc6T2Zm79BbmTIs76eiZ34pEfFuLU5 {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #lBrTU8TpITnSOvJ4vMHTA0zbQg8Wp05S {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #IOD8koCIWqFTBOqHMBhLpSGkC1TOIqbP {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #lLuWmOKxM7N2rvHADV20LIsvmsKU7IbR {  }
 }@media only screen and (max-width: 763px) { #f2NHd0hEwx4agT2JnlbrxQcSgKq0vemI #okh94TFTGwVTbAVq0FKKPtg50XxOFGdX {  }
 }@media only screen and (max-width: 763px) { #x2gnDbZ1xAzJ6CTTF6bhwmqK3uy6Tis0 { width:20rem;height:0;top:42.477210998535rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FQtKufOOTzQAaro9pO476OBQ1s4QiMSv { width:19.6875rem;height:13.125rem;top:8.3966057575312rem;left:-4.0904508623139rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ5mDU8Pmtp6Hnga38v8K4sMSgLt5uor { width:4.6875rem;height:2.6245125rem;top:3.6873371601105rem;left:15.311685919762rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #s7y2AUEPgg580WUll89PVcT2FtA25du0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { width:4.6875rem;height:2.4375rem;top:11.185708999634rem;left:15.311685919762rem;font-size:1.0625rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block; }
 }@media only screen and (max-width: 763px) { #chxuIw05A4KaLhCaRVGvJ1ePSkc1dTBM { width:10rem;height:2.4375rem;top:8.7483825683594rem;left:10rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sn591KQwba8B9ktXfgnIktkEJdfU8BJM { display:block; }
 }@media only screen and (max-width: 763px) { #Js2CAU6grqboUXKsqI63Xkzo8HTFQE1Z { width:5rem;height:2.4375rem;top:6.3623046875rem;left:14.999185919762rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hBq7P4nQFTJC68qggUDb5lRMaRWGwgCM { display:block; }
 }@media only screen and (max-width: 763px) { #V6HC8QBTqKF2WmzDsoxUN23wUemoEoVT { width:1.1873375rem;height:1.1873375rem;top:42.513019561767rem;left:9.4059242010119rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTCTuOAIt4t3Bi96rxUoxJoB1yTQuyhg { width:1.75rem;height:1.75rem;top:88.748371124269rem;left:0.68733727931975rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILgNLI4A6mLBI4J2RGr7xfAZEIa3oZAv { width:20rem;height:5.09765625rem;top:36.537109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { width:20rem;height:235.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al15V2TTccFQbGqiLGebT4X624gzc3en { width:20rem;height:2.3999rem;top:3.81103515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DApvIVTzhrmUfF5smTvBGq1fcKPeDxe3 { width:20rem;height:64.995rem;top:8.0932769775387rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVC1qThzekqSDib0GWxvBzsrRWEA2kMG { width:19.6875rem;height:25.4375rem;top:99.937337875369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3GUkQExSwMLOgEJndIkcTLAMGLxZfD { width:15.625rem;height:15.625rem;top:75.051429748538rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwR79vqylbJqyiKfAFt32KxkPQQxMxOB { width:1.1875rem;height:1.1875rem;top:91.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGIPpNJFm8MXrJ8eiyHwDfoc4yCmG5p { width:13.9371875rem;height:1.5rem;top:91.4375rem;left:2rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eN4V6iCwRPTeC4nzmqR1yCMl5OVTanJz { width:13.9371875rem;height:5.09765625rem;top:92.9995098114rem;left:3.9265950918197rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIATeo74wloQ2kvFdDFUcWvNAvHEv4lD { width:18.75rem;height:0;top:101.31184959412rem;left:0.62483727931976rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mh4TuTRxJiTrifQFsTwfwQgmdVO8m3QK { width:15.5623125rem;height:15.5623125rem;top:127.66438770294rem;left:2.2176107168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptlxQ9zZZ3XtaizEf0cdKiHSQlmAfTNc { width:1.1873375rem;height:1.1873375rem;top:144.14778518677rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh4We2MtpEPApTlyb0dMDNuvdmMyRgO { width:13.9371875rem;height:1.5rem;top:143.99007034302rem;left:3.7903646230697rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MbGaCl8nq3JKF7lhxFXhghT0JgrGf0o3 { width:13.9371875rem;height:6.3720625rem;top:145.45865821838rem;left:3.8015950918197rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RyO6kG6PQwB2qCGnPA8ZxxoN8KTTBc2Z { width:19.625rem;height:25.375rem;top:153.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDIgzJGBCTMXctRtTpVMdGwITXW2ihX7 { width:18.75rem;height:0;top:153.5791015625rem;left:0.59309899806976rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xRHT7Eu9M68R84hMqitqt53OS0nS3NJH { width:18.811875rem;height:2.548825rem;top:183.2470703125rem;left:0.59326171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIiIVoaMoH45RLHEHhdmI0Pn8onGIMpe { width:12.5rem;height:3.8125rem;top:187.62158203125rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo83TkaUB0GwSLWW75DyZr7hyrt8M3uC { width:12.5rem;height:3.8125rem;top:192.68343067169rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEFFf3ly82h462GVF2VovPC2vVazXEw { width:12.5rem;height:6.25rem;top:196.55777931213rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwuUJTLgyEdOghmbfNLNCnqB6PezZbWc { width:12.5rem;height:3.8125rem;top:202.80712890625rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgxPrdsOOimwx1Uv13rTsS9KvwPJOql5 { width:18.2495rem;height:5.09765625rem;top:210.36865234375rem;left:0.87483727931975rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGuIvPOgpbfZw7BI39cnEFrB91TakWz5 { width:20rem;height:0;top:217.34456348419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZIFuBUVKz2eehZsrWKIK37TXuxg0stTk { width:18.66666625rem;height:3.35416625rem;top:228.14615821838rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ludLcUNXDW404d5I3CeKHGaV59uBBV7K { display:block; }
 }@media only screen and (max-width: 763px) { #IC6AxLJvIcZSMGTDhkFOKBasUXW070TE { width:7.8125rem;height:7.8125rem;top:-2.9182955007324rem;left:-1.8546550254593rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #DvbaiOOhblx5f1y8iir8OC6HCyatziCS { width:18.75rem;height:22.9394375rem;top:155.1416015625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ITlklPbBfLN9ZdAfMaQ0Dv56wPzXl8s8 { width:18.75rem;height:22.9394375rem;top:101.36783790588rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iGbRXRdI0qPoTTH5ayAtemEQxINyBoPa { width:20rem;height:8.920875rem;top:217.34456348419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 { display:block; }#guyp5BQdxLKGNR55IpwD1Z6xGWOSO3B1 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8kEWpSaEXt2dENB7XBXr6Nx9yBDi5Lw { width:20rem;height:2.3999rem;top:3.80859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOT0LratdIDRBEVzkshRLQUDk5JzdpoV { width:19.4995rem;height:13.4375rem;top:8.1184883117675rem;left:0.084635436534881rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFyD0nUJpBHUa4v3beRZLnXcE2B53gp { width:19.4995rem;height:13.4375rem;top:23.84619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8ugZauWJTp2qsfyaXdC6I28q5oR8nn { width:19.5625rem;height:13.4375rem;top:39.604816436767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwOs0fdgqqxUB7W1ErpyH1XbDXyncI27 { width:13.560375rem;height:3.375rem;top:10.25537109375rem;left:3.2185872793197rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xL8loprV1MSz5yCL07VIRuPbMAPRRRux { width:18.999rem;height:2.548825rem;top:14.879556655884rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QV0niAHCoMTW4gZ2VMv2HBBIaVexKS3O { width:13.560375rem;height:3.375rem;top:25.897786140442rem;left:3.2185872793197rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eswSbPgVbKTwvO1RpxMUA0d5T0MyPsqb { width:19.124375rem;height:5.09765625rem;top:30.5224609375rem;left:0.43701171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asOafo8ToyLOC56NSGUhaopIvzJV8A3N { width:13.560375rem;height:3.375rem;top:41.6669921875rem;left:3.2185872793197rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6ltM3xviy2XoM2CvGkXpTUwe7SQAEf7 { width:18.3121875rem;height:5.09765625rem;top:46.291828155517rem;left:0.84309899806975rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbc5fd04-927a-4cde-837b-32712a219930/Zalepki_DIMAQ_VOICE613.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.adaptive-delivery-prevent-bg, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyload, #KVG92AaTmJbX2augz7V8IBPJTrtwTUDh.lazyloading { background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { background-color: transparent; background-image: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { display: none; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .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); }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { border-width: 0; border-radius: 0; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVG92AaTmJbX2augz7V8IBPJTrtwTUDh > .row .container { width:20rem;height:171.6708984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4N79dT61sdXKgkcfoc0XRzI0r9oAMlc { width:20rem;height:2.3999rem;top:3.7711601257324rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Clfg1RHNFEkniXv13LwCGVCUTyhXJdLn { width:20rem;height:13.30325rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI98kmuqIM1cyo2hGz6vpDINo4DCBHGA { width:0.3125rem;height:155.125rem;top:8.48193359375rem;left:0.62434899806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wma8wcDr9cCB52lhosoKCR8N9aPG9fx7 { width:5.37435rem;height:2.3999rem;top:7.98127746582rem;left:1.8749998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AJF4eBpBel7vWdJv0FrsIEJEiDTR1owB { width:1.1873375rem;height:1.1873375rem;top:11.130035400391rem;left:0.18717449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO5qdI1G8KtiTBWlP0nN502NIistG20E { width:16.0625rem;height:6.3720625rem;top:11.130035400391rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIOX7pTttcxrPETCst78HAbXap5QnSTQ { width:5.37435rem;height:2.3999rem;top:18.329742431641rem;left:1.8749998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1hu5BpVwgMvGGzPQJgqlP244mUQbQvH { width:1.1873375rem;height:1.1873375rem;top:21.477691650391rem;left:0.18717449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZwSfaWLIfTT1NoaQqC0k9I9G7Z4FZ4 { width:15.7495rem;height:10.1953125rem;top:21.477691650391rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sF9HzeWSUggooMTEtFB9Hvv1gPSwuMpV { width:5.37435rem;height:2.3999rem;top:32.465637207031rem;left:1.8749998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s7O2bbB8mzIodfZS7pWrFd9O8ooJwwmM { width:1.1873375rem;height:1.1873375rem;top:35.675109863281rem;left:0.18636071681976rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OWAHIwrQqEvqvJHOnQp24lIftEthzn { width:18.0625rem;height:7.6465rem;top:35.67431640625rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PLpBqTtBTX77fL2XTxve94AMZXDpIfFd { width:5.37435rem;height:2.3999rem;top:44.261535644531rem;left:1.8749998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieL8FyO7AWkSpRgSZURcK8wmITKBZUQe { width:1.1873375rem;height:1.1873375rem;top:47.408355712891rem;left:0.18636071681976rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSJzCK4u4yncmPh7OCmViUnMMeeaCqlZ { width:18.125rem;height:14.0185625rem;top:47.407531738281rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTMKPZVWdC5ODdSVqawPwuKTToN77xO9 { width:5.37435rem;height:2.3999rem;top:62.364410400391rem;left:1.8749998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqMgTLIdOhxluhQElww49qyCcMpU7npr { width:1.1873375rem;height:1.1873375rem;top:65.448883056637rem;left:0.18717449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM1RLl5ruqDZbgIRrNDU7wXCSLnTDmcT { width:15.686875rem;height:8.920875rem;top:65.448059082031rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7JHFfT4iJ4krpxQwFnyWzHGU6Te2wsl { width:5.499675rem;height:2.3999rem;top:75.295227050781rem;left:1.8749998807907rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxOWCV8TCCsaq7dMWf6mTSHzVXRy01Tx { width:1.1873375rem;height:1.1873375rem;top:78.40966796875rem;left:0.18636071681976rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4JnloBXAOWmb4e0mJHFtEIBkh1w5Or7 { width:18.125rem;height:8.920875rem;top:78.408859252931rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QPmUoVt18bzO4KLuGhxvcclETpFWPN6G { width:5.4370125rem;height:2.3999rem;top:88.203292846681rem;left:1.9051107168198rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWtppnOn5zJ5AqiocXASEc9HpxvQwaH2 { width:1.1873375rem;height:1.1873375rem;top:117.39826965332rem;left:0.18636071681976rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQTpWfCt1sp0DZSlG7MI9EukTQTfTPH { width:17.8125rem;height:8.920875rem;top:91.428878784181rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vCNMdkJXZ3PgFUodRadn96zWU8wFHlMl { width:5.4370125rem;height:2.3999rem;top:101.3125rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BROqFbfnTECTwQFqfHpS5twsSe0sNWl7 { width:1.1873375rem;height:1.1873375rem;top:91.428871154788rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slOSMl9xgFkSUSIkdJKfl6JCi4QALggt { width:16.25rem;height:8.920875rem;top:104.39696693421rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JP5QsW3lJdGQTfBkszUb38Z4FcpLwUVm { width:5.4370125rem;height:2.3999rem;top:114.1875rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiR1LokGsH6ubbXikJw2wWEWm3J5hzw3 { width:1.1873375rem;height:1.1873375rem;top:104.39696693421rem;left:0.18636071681976rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cvWhDGPdRtQHGh6zU6qROGtISfNNa6 { width:17.937rem;height:5.09765625rem;top:117.39826965332rem;left:1.8763021230698rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJX5azOFTdJPuvdl840oWdhaFKWOyUTk { width:5.4370125rem;height:2.3999rem;top:123.375rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PxXClkvLPsqXWJTdmzMMvW0eR3Dtwa6y { width:1.1873375rem;height:1.1873375rem;top:126.56184387207rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz1tWVPMHdJPKtXmkL7nXoHKu6mO0O5i { width:18.3121875rem;height:10.1953125rem;top:126.56184387207rem;left:1.6870115995407rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIbi312TosLw1u6M9FkCpanbNui55Co0 { width:20rem;height:0;top:227.2497875rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #W6WXfKdWoWHzJ0NM3IBLNsDa8TWxB1IT { width:5.4370125rem;height:2.3999rem;top:137.625rem;left:1.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3DcTJS2yTandwNJEN02h5MZzvVHrHPc { width:1.1873375rem;height:1.1873375rem;top:140.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HCbosAVNiff4HLdDehViDJGQxIpyyE { width:18.25rem;height:22.9394375rem;top:140.6875rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAuhEbJneaoLQq9DwdQ2UMNV9VEo2QaR { width:1.5625rem;height:1.5625rem;top:8.3564453125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #s8RxJ3otCcgPc6ktb7AUXL8NTMwQWXZp { width:1.5625rem;height:1.5625rem;top:18.70491027832rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dLGZ6SVzf9NqHRcTZ34l8TudVIrdBMGh { width:1.5625rem;height:1.5625rem;top:32.839996337891rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #g9hpIoVCV1a64onID25H37TtbZfEh20P { width:1.5625rem;height:1.5625rem;top:44.574035644531rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #FmTEx53LmpgWaSo8qim4cfVETpeeNxXe { width:1.5625rem;height:1.5625rem;top:62.676910400387rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DxeevS044rGDldZGuhzbyLuDrRR0Rhew { width:1.1873375rem;height:1.1873375rem;top:74.73486328125rem;left:0.18636071681976rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #LmF0lrbsTznOURf0JQDcU0bdf7IJVnXT { width:1.5625rem;height:1.5625rem;top:75.607727050781rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #r1CpBNSfgHRmkb23ewlzTHvvEBFBWbsT { width:1.5625rem;height:1.5625rem;top:88.578445434569rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #wEJXyLym8QN2EmJZQpfdDSJOyUhBE6nT { width:17.1875rem;height:0;top:93.592933654788rem;left:2.8116861581803rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #GJlXeKq00TIekJOZ4ozIxyQEcrXFeB5v { width:1.5625rem;height:1.5625rem;top:101.625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pXwdPKLRskI3oimX4rl3iaWXtP7LEDkf { width:1.5625rem;height:1.5625rem;top:114.5625rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TnRtt4inVS3GdqDES2GLydBbzdS03AVy { width:1.5625rem;height:1.5625rem;top:123.75rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSMveI6gUsczLONfWJiCQFlnxV3udH5 { width:17.249375rem;height:0;top:154.86164855957rem;left:1.8749998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #bS2oNZVM8S2ntNVqlGgv9XgFM7qog74T { width:1.5625rem;height:1.5625rem;top:137.9375rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #o4oEKuxzZHJD4MC6q2DwnIvnRdObwq2c { width:1.1873375rem;height:1.1873375rem;top:196.1058203125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2vTe07pVMWT4KcDPNFTxma4P1UTJtL9 { width:13.9371875rem;height:0;top:198.5431578125rem;left:3rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vV7FM3whxNb8F2hWOZkLLsTPmioX2WMh { width:20rem;height:auto;top:8.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pxN11bVDIkWebwgT0AOWQrecWuSlxF6h { width:13.0625rem;height:18.562266444016rem;top:411.9459rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfoPMINDC6uTRiJcyxM9Ol2rh0ox2AQ5 { width:6.375rem;height:9.375rem;top:162.29654407501rem;left:13.01565527001rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #L9tHKs5LerplF1ETFxTMhZawC46BiTyC { display:block; }#L9tHKs5LerplF1ETFxTMhZawC46BiTyC > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAlTQthO4DEOV3A7QP2r5IhlcgZQA11o { width:20rem;height:2.3999rem;top:3.7765293121338rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROf4884f7qn1KUy1rTAFSDGWWCTzppLC { width:20rem;height:5.09765625rem;top:8.04931640625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1sR3Ewi7eWmwvVKofSb3CFQJIc6ayio { display:flex;width:2.56185rem;height:2.56185rem;top:15.0244140625rem;left:8.71907556057rem; }
 }@media only screen and (max-width: 763px) { #biNzQ2qRNMdE1h6alLNb0hmbz1ln9CmZ { width:20rem;height:9rem;top:17.586261749267rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XklJh6VMoJxapP2mKJV0Qot9BVBTOnMG { width:12.937rem;height:1.5rem;top:34.500324249267rem;left:3.5310872793197rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvT95BkilAKkA34WAKvRiZOtpxtRqVT1 { width:16.062rem;height:2.548825rem;top:36.000162124634rem;left:1.9677733182907rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2Dsakx1p6eBySF9p69iAuDWkTux0TCH { display:flex;width:2.24935rem;height:2.24935rem;top:44.200031280517rem;left:8.87532556057rem; }
 }@media only screen and (max-width: 763px) { #He1qOTvaoxosnNV5xAr1TrA0CEaRPbaw { width:20rem;height:7.5rem;top:46.449380874634rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zey9hw9A0CpQFe2ZqHF2GmzoTaKx0AwZ { display:flex;width:2.24935rem;height:2.24935rem;top:71.773273468019rem;left:8.87532556057rem; }
 }@media only screen and (max-width: 763px) { #rUUA4NCubn2cTbFIIW8amNTPFqRzKhTT { width:20rem;height:9rem;top:74.022621154788rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiMyF9s4BezbzgTTz2t20PVMWeJJ6tSK { width:1.1875rem;height:1.1875rem;top:25.638691699219rem;left:7.18798828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOPIz75mHdmMHw9MkUCCPFkZNW2U36gv { width:5.625rem;height:5.625rem;top:27.833658218384rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tibmmFmXqPfipNIbpkiJBNVWTpvwkvKm { width:14.0625rem;height:1.5rem;top:62.073564529419rem;left:2.9687498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NR8HhTTBVdm3MknKcgHbUOIcuSz9vfPx { width:14.0625rem;height:2.548825rem;top:63.573404312131rem;left:2.9687498807907rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPbztJZF4E9rkJNrwuuHFm170OdQB2p0 { width:5.625rem;height:5.625rem;top:55.198564529419rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #k82OXH4SmprXkRr5latUL3nR3wt9lig4 { width:1.1875rem;height:1.1875rem;top:57.271013574219rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #saGxAMp3rPC0TX8fVR3WJ1vnTFIAu5Tx { width:5.625rem;height:5.625rem;top:84.3325176239rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwoFXilTAqnSKeoSex0Uln6fGfb5ENEr { width:14.0625rem;height:1.5rem;top:91.206867218019rem;left:2.9687498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxHgy86skLC3sHfy325dT2Zv8CJC1GIk { width:14.0625rem;height:2.548825rem;top:92.706703186038rem;left:2.9687498807907rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roMvGFfnCn4rIEbAhgJWJUXKkvJOSVsN { width:10.8121875rem;height:2.5869125rem;top:39.800617218017rem;left:4.5930989980697rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRfL6VJM1C39PzXbnEEaTaVcaE2Op6ct { width:10.8121875rem;height:2.5869125rem;top:67.373857498169rem;left:4.5930989980697rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZ66qatf8oE5NTcy6evfOhuufRB8gWtM { width:10.8121875rem;height:2.5869125rem;top:96.507160186769rem;left:4.5930989980697rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn { display:block; }#l5FntUlJoeagJBMo4XZxhHM8C1CXP0rn > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCTBlPSZ1F8rBwWxkycXtEtRAWTpZHiQ { width:20rem;height:9rem;top:2.6228866577149rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9i9rTi6VoLxwKVAJDD6Bdb9k202bBAS { width:12.937rem;height:1.5rem;top:19.761556625366rem;left:3.5310872793197rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sms9WT685QKPTrt2Dn1pUQmOpV6sUFGm { width:14.0625rem;height:2.548825rem;top:21.261392593384rem;left:3.5310872793197rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G68OoL3ONEoI9mSazWFwMDtSq6gGO5p6 { width:20rem;height:7.5rem;top:31.648762702942rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlDsK3NpJolLsyTr4KlFwaiOndinPJlk { width:20rem;height:9rem;top:59.220375061035rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQEwzOFtsgdNu8szaWn1bAFUnoClc37M { width:5.625rem;height:5.625rem;top:12.88720703125rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ViFK68CVOSUQJZMgeWlE1wCG0W0FA5 { width:14.0625rem;height:1.5rem;top:47.333981513977rem;left:2.9687498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ci9uuMTIJ7TEd0T25HIo54BeXcHUb0el { width:14.0625rem;height:2.548825rem;top:48.833821296692rem;left:2.9687498807907rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gV4MKn7TyxDKpMryTTR2hdr4JBeo8Crz { width:5.625rem;height:5.625rem;top:40.459633827209rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVDdv8TEgkaXTCM3UWwQDUIqIkMQqo3F { width:5.625rem;height:5.625rem;top:69.468584060669rem;left:7.74983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP2kWruJKIVy1tdTaXLLsvIed12uRdF { width:14.0625rem;height:1.5rem;top:76.343582153319rem;left:2.9687498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4WZlR7pVEkJNkXNHhKCTnxRBH8GyKRi { width:14.0625rem;height:2.548825rem;top:77.843421936038rem;left:2.9687498807907rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwFp1P6tAEypahimsGJQK7LtT6UNKsAZ { display:flex;width:2.56185rem;height:2.56185rem;top:0.061684966087341rem;left:8.71907556057rem; }
 }@media only screen and (max-width: 763px) { #zUGKcFUOArs9tAP79NurDKrphEJFV7AC { display:flex;width:2.1875rem;height:2.1875rem;top:29.461262702942rem;left:8.9062494039537rem; }
 }@media only screen and (max-width: 763px) { #AtgJTz3gImd7xgZRvoPpzZJvfkxmdarx { display:flex;width:2.1875rem;height:2.1875rem;top:57.032876968384rem;left:8.9062494039537rem; }
 }@media only screen and (max-width: 763px) { #RNMu0AI6EFHluKRsJNW0RIVZv09Z6sRl { width:10.8121875rem;height:2.5869125rem;top:25.061848640442rem;left:4.5930989980697rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McurFcF1mKrcOpVU5Z5ed2N0QCU2iKDJ { width:10.8121875rem;height:2.5869125rem;top:52.634274482727rem;left:4.5930989980697rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tn11LEgPd5vEbTNs3TWhJK39MkQVNEmy { width:10.8121875rem;height:2.5869125rem;top:81.643875122069rem;left:5.1554359197617rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf { display:block; }#CmUNwBOp5me5dUy8E3fEwJ0L7N956dxf > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdQTCXb2J3uAIL2QhabuQamz2X24VTWc { width:20rem;height:9rem;top:2.685546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RumqTbEQ1ZdKZxNKtyvbXBw3mfLEnxGK { width:12.937rem;height:1.5rem;top:19.7392578125rem;left:3.5302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpOTFiNEQAmniQcQl86Exkp4D3fNIQut { width:14.0625rem;height:2.548825rem;top:21.23828125rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qu9bOz8lbnlUx58kSdM5L75rhuzcfgXx { width:20rem;height:10.5rem;top:31.5634765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mq9MzqCeJolESJs6Ut08D0amGXbud82d { width:20rem;height:9rem;top:63.82421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXgf3bnT6sX7AlwP0KAT7ibUmZOpx2Fy { width:5.625rem;height:5.625rem;top:12.6767578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6GPZDxoF2FhvTRcTld0b8J1fI784TI { width:14.0625rem;height:1.5rem;top:50.9375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSWyH6gWFUo26LOAHVSEVrO9Mbl7vvKm { width:14.0625rem;height:3.82324375rem;top:52.4375rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIciS4eRTzOs98aF8OyCAIlBppN0AqJK { width:5.625rem;height:5.625rem;top:43.4365234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aty9e1CXuT9vJJ4kgHP5rhkGLn1a1Dsx { width:5.625rem;height:5.625rem;top:74.560546875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlSrP5UphNTXqIerRvmDJJvV0SGE2ab { width:14.0625rem;height:1.5rem;top:81.8837890625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpDXUtfEAMPthah3ax2I0PIU06nggzBa { width:14.0625rem;height:3.82324375rem;top:83.3837890625rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAVHEoMlObEgAg0He8yyXXZyTI0og2wy { display:flex;width:2.56185rem;height:2.56185rem;top:0.12385940551758rem;left:8.71907556057rem; }
 }@media only screen and (max-width: 763px) { #aZdWLbagqVetcT0KeUWJ2zTorA18mP0k { display:flex;width:2.1875rem;height:2.1875rem;top:29.0009765625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #GqQ4VGtAUdesl1cFTI50kSS04eeORLIJ { display:flex;width:2.1875rem;height:2.1875rem;top:61.07421875rem;left:8.9052734375rem; }
 }@media only screen and (max-width: 763px) { #gQtAmwc1Ds8KgG3XWGTcIhNGcWK1K85x { width:10.8115rem;height:2.5869125rem;top:24.9765625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4hpree9Tk7fzrg4MiKNZ3Vqr9yQrUOT { width:10.8115rem;height:2.5869125rem;top:57.2373046875rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKa95g7Zq7tTbO0Eu4dND4LWOrPyknxT { width:10.8121875rem;height:2.5869125rem;top:88.3291015625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 { display:block; }#klKCB0eFDHD4iTAFasc6iZd5DTXEgJJ3 > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKqWzkIXqxxViCW0fR27XCTMv1HKtJ1v { width:20rem;height:7.5rem;top:2.685546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xd6kVbzrVVuAGfGhfRU6PGUvwp8JBdMD { width:12.937rem;height:1.5rem;top:16.9267578125rem;left:3.5302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfhwWhdFT0he9Q7XCRTJVUEuhzJCud20 { width:14.0625rem;height:2.548825rem;top:18.42578125rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoTvaG0J45xkWR6zMld5HvDhFS12tut7 { width:20rem;height:7.5rem;top:28.7509765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HX056iAENcBuBCPraJpgZtWoJadEdHCP { width:20rem;height:9rem;top:57.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGuh6TBZZcsCNnDpEw42uKXbKmsFfMIr { width:5.625rem;height:5.625rem;top:9.8642578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccmkolZgKxOXFNXdoNCwEiMF5eJrvd7v { width:14.0625rem;height:1.5rem;top:45.375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLHFe2QQZHmnLuVtbTts38vNN44RCzEP { width:14.0625rem;height:2.548825rem;top:46.875rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdJAfpS2NPDfhvpev3ALOvUSd2zortN5 { width:5.625rem;height:5.625rem;top:37.8740234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTXRVs25ccoMt8w4284TWB6eK3hgFVz { width:5.625rem;height:5.625rem;top:67.623046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtL0LPa6928EsnNOyz5Lae2V3lErXNDC { width:14.0625rem;height:1.5rem;top:74.9462890625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AK7e4DMIsL8UZ1SucVna7NBuC5oxlv9L { width:14.0625rem;height:3.82324375rem;top:76.4462890625rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmSBIKADEEGaZT7acBnF561ITtnbaBU3 { display:flex;width:2.56185rem;height:2.56185rem;top:0.12385940551758rem;left:8.71907556057rem; }
 }@media only screen and (max-width: 763px) { #gE9w3UNLFo4pe6pSPlv7teOi8JLy3rNW { display:flex;width:2.1875rem;height:2.1875rem;top:26.2509765625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #NQpvJZwWX21XDpNHfDRmMbqk5KKbCNBf { display:flex;width:2.1875rem;height:2.1875rem;top:54.44921875rem;left:8.9052734375rem; }
 }@media only screen and (max-width: 763px) { #ahNBFgdRS5Nh5pAAkzeO4EqkGg0QDbcs { width:10.8115rem;height:2.5869125rem;top:22.1640625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvuSWlKn73ivmD119kR1RtEgtWytC9TJ { width:10.8115rem;height:2.5869125rem;top:50.6123046875rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BO2rFG9LhR10gQkqxXAI1evhal2b7TD3 { width:10.8121875rem;height:2.5869125rem;top:81.3916015625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt { display:block; }#C4WLKtLTFNynpuHCC8Hp9TkH3BiGp0Vt > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doUJ72OoAhWuAB3m5GFrZzad4LR2M89c { width:20rem;height:9rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fm7tqxwb8vsCRlZeKeHHpDg5GHQQX87T { width:12.937rem;height:1.5rem;top:19.75rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPFsleXa84dGxzKWFVS3iu2eIZGgrunQ { width:14.0625rem;height:3.82324375rem;top:21.25rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0Nt86B6MCrFEf6IxbQa7UTo5diZGVc { width:20rem;height:9rem;top:33.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsH4zaaTGw3WzwXTFpEw7wKEkPLx1opm { width:20rem;height:10.5rem;top:62.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQIrhGgv642633t0XdpTRX4cmStTbd5L { width:5.625rem;height:5.625rem;top:12.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Ngkc8yw0ptFJMT3yRqpq13Z3aJRM4i { width:14.0625rem;height:1.5rem;top:51.375rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQfwII9t5ArvMuH0o4ZWXEcMDvELtZr9 { width:14.0625rem;height:2.548825rem;top:52.875rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQ87TqQZ1EExsXRyOrWkWbNWgvWWQyF3 { width:5.625rem;height:5.625rem;top:43.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4GHmnNi2cR2BHx5nuvBPmeqq9PzSLV { width:5.625rem;height:5.625rem;top:74.685546875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p88PFdvbwabvoFTM8lVRqNqItXVsDK7g { width:14.0625rem;height:1.5rem;top:82.0087890625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJpT5iOW4FmtUKtU2TqkDT9oF6Dx34fu { width:14.0625rem;height:2.548825rem;top:83.5087890625rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSTxHoARvFLOgGKkELROrpVVZrs4Lp1S { display:flex;width:2.56185rem;height:2.56185rem;top:0rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #kUTWGytJ4zdTKLvc6o3U5xraMy3nPP2c { display:flex;width:2.1875rem;height:2.1875rem;top:30.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #LJLKRX5izgm3ASxxRRLu6lO3gueCSuHP { display:flex;width:2.1875rem;height:2.1875rem;top:60.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #IMUT640PTbL1I0dz6fN98tXWnmWOVSgm { width:10.8105625rem;height:2.5869125rem;top:26.4765625rem;left:4.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgJvOWTpJAD4EoMz1OpNRoTJIctbz1nZ { width:10.8115rem;height:2.5869125rem;top:56.625rem;left:4.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2ISEolgiOIZdVI5KLb5bQW0q2B2x7TE { width:10.8121875rem;height:2.5869125rem;top:87.4541015625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf { display:block; }#ZQQsgX8zk8eEB1JnzsGKxLqTB5BLNSNf > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWBn1pXz1GL90zWtICK8fF6d3JAERZeo { width:20rem;height:7.5rem;top:2.685546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8pSPIHP5RkgBUXUcBJAG2grmy1tRVJU { width:12.937rem;height:1.5rem;top:18.4892578125rem;left:3.5302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlFOy7X7CxE9ws77XBRv0dx2ECwwIMK2 { width:16.75rem;height:2.548825rem;top:19.98828125rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn465sHb3MrEvanqkldbQEFiweroDW1h { width:20rem;height:7.5rem;top:30.1884765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PldAAsNZbZ5BFfyTKw8dJOP1fqs1f5ma { width:20rem;height:9rem;top:58.76171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWCAUIAv4BDort0Qe9qD2wJKrt4AnztT { width:5.625rem;height:5.625rem;top:11.4267578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJU4mFTNOTAlKKcgZkHJemHAiHiLyVD { width:14.0625rem;height:1.5rem;top:46.8125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAZyXswxwODwBRm3aHg3QMEzoRCgLEPi { width:14.0625rem;height:2.548825rem;top:48.3125rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HriHs9XHT5GUM52hIfGOXudlsw38mAd7 { width:5.625rem;height:5.625rem;top:39.3115234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJDTHzSuETtUC2NtT716zSsteXm06T2c { width:5.625rem;height:5.625rem;top:69.310546875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIlEpKMDkhGLFZSeasAXKsXAJ73WvcdJ { width:14.0625rem;height:1.5rem;top:76.3837890625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLDiJ4Sv4aHNTMbpC4dpIdoCkIlc4vaN { width:18.5rem;height:3.82324375rem;top:77.8837890625rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpMNaJyTTPe29EXm9FkHxLf5WG0syXrl { display:flex;width:2.56185rem;height:2.56185rem;top:0.12385940551758rem;left:8.71907556057rem; }
 }@media only screen and (max-width: 763px) { #DQOnzuUNkC6cgOgTcTDXrhDurFglr7Ts { display:flex;width:2.1875rem;height:2.1875rem;top:27.6884765625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #PrctWDe1Tsxg42QuuXB3XkuH2pJxuL5N { display:flex;width:2.1875rem;height:2.1875rem;top:56.38671875rem;left:8.9052734375rem; }
 }@media only screen and (max-width: 763px) { #QwRq94ruHx2OL2t1g5Ffp1UEOO7Nllo4 { width:10.8105625rem;height:2.5869125rem;top:23.7265625rem;left:4.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LybHh3lNnB3288VokC1eTtn685gDnzZe { width:10.8115rem;height:2.5869125rem;top:52.0498046875rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3JMTrVlGmdNrW4vyFTP67ApzHfbSXd { width:10.8121875rem;height:2.5869125rem;top:81.6416015625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF { display:block; }#kUEvKOB1zoPBRpXcMsHBzuZsbzrGG6hF > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0itSM25DoMZLo1CHZTOS9spho2EaMoO { width:20rem;height:9rem;top:2.685546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbWCxTmxD4bEHZKI9kUPefPr40SABO9R { width:12.937rem;height:1.5rem;top:18.4892578125rem;left:3.5302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxu0It3rBM8N6qZQsFBNbE6FFqmcKfOQ { width:14.0625rem;height:2.548825rem;top:19.98828125rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWbqKzdJgodtubywDcaZa1hTrrQ0habK { width:20rem;height:12rem;top:30.3134765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9iBTCGKJs9Z3iGh41T1wTLl0KELr348 { width:5.625rem;height:5.625rem;top:11.4267578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87lCc1F02PtPTMMThnF5JPv78gLSuVK { width:14.0625rem;height:1.5rem;top:51.125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glxekQGT0ql3DaTwepSxBlU3BCT1N9zL { width:14.0625rem;height:3.82324375rem;top:54.1875rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzxAD3Cgf3T2J6W0ycDXkqC2dZ4FdIFL { width:5.625rem;height:5.625rem;top:43.8115234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6cSfcOkV6fkQgIEgHPx9In15rt414HT { display:flex;width:2.56185rem;height:2.56185rem;top:0.12385940551758rem;left:8.71907556057rem; }
 }@media only screen and (max-width: 763px) { #F87SPV5NNTiRS9xiXqm9aHv0Jb8rwEcE { display:flex;width:2.1875rem;height:2.1875rem;top:27.8134765625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #tCngCSszUFuxyfGg88MB4aBp63WonRQH { width:10.8115rem;height:2.5869125rem;top:23.7265625rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5mWwTvkCUQooMLlwz8oAADkETAngZrk { width:10.8115rem;height:2.5869125rem;top:59.2998046875rem;left:4.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU { display:block; }#lAHAU8iwxMvmoxH14PeMqHv8ihsN7QfU > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyM5mTeSGnGypwDJXU4r7hOf6Tm9A3PS { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #W88NGTIdZFcoT0eJ7QC0rzC4Ksrfc2U9 { width:18.8745rem;height:3.82324375rem;top:1.875rem;left:0.5615234375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPOyTVcyXP7d9ixK5Ox9lr42R5FBplXB { width:19.187rem;height:6.3720625rem;top:7.5732421875rem;left:0.40608727931976rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaHvNScsdlOlMh92FnDU7vTTRS6aTMPX { width:18.66666625rem;height:3.22884125rem;top:15.82275390625rem;left:0.66650390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkR6uvhokSstldkdvVCeeIsGKXlVn0Aa { display:block; }
 }@media only screen and (max-width: 763px) { #aTd3VCJp39WRSq3t0L5g6XClSs0CmULE { display:block; }#aTd3VCJp39WRSq3t0L5g6XClSs0CmULE > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WelAIN3Slqt6UuXZdaaodp0K5MHAsnAA { width:20rem;height:2.3999rem;top:3.8623046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RC95naOeDOgW4EJx4gdSfTb9TrocbKEX { width:15.4996875rem;height:15.4996875rem;top:12.384441375733rem;left:2.2493489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9oBtWQbILzmQFbHnXyNWWBL8DEX7k8 { width:15.4996875rem;height:15.4996875rem;top:40.583494186401rem;left:2.2493489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPMJWhZZgGVm7HSJ6KwHOouOufOQzzt1 { width:15.4996875rem;height:15.4996875rem;top:70.05859375rem;left:2.2493489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPL6sDW7zL1VZ2pzw0hIUZQui1caddbB { width:1.1873375rem;height:1.1873375rem;top:57.426918029785rem;left:2.2493489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #TisXsNwk0ndN6eGdGskvQRQ86HsKgR66 { width:13.9371875rem;height:1.5rem;top:29.134124755859rem;left:4.1555989980697rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FWoFDarce7E4MPNT5fEHhtOpprDpP6TI { width:13.9371875rem;height:0;top:30.633951902389rem;left:3.0305989980697rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OHf7sSu7QoluU8gndkvDTAbJMxWqiQUy { width:1.1875rem;height:1.1875rem;top:51.335775578308rem;left:2.3118476867676rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJtceiVH6oIDXcJ47do98y1bdeH1yrr { width:13.9371875rem;height:1.5rem;top:57.333168029785rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXmHwyCM3uwJg2KRiydfKeXPPe94ATOx { width:14.2496875rem;height:5.09765625rem;top:58.833004951477rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KaQvWTonigmcBNtSeBflzMBkALJbkoeb { width:1.1873375rem;height:1.1873375rem;top:29.290364265442rem;left:2.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ZeV22KPZf5Ne6oKQ9MnpCZVwnKKENJ { width:13.9371875rem;height:1.5rem;top:87.373859405519rem;left:4.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDP0gH8fkNP3L8eoNcPtyhPOTbvrIels { width:14.2496875rem;height:5.09765625rem;top:88.873695373538rem;left:4.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZHlCJh4VKPbWNg6fPyvDdSlodC1WCv { width:14.185375rem;height:3rem;top:8.1355788707731rem;left:2.9069010019303rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPARONKhkoGHLHFW4OFUsWntLgXCXzTb { width:13.560375rem;height:3rem;top:36.333820343017rem;left:3.2194010019303rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlLsioBPse0aNtCGJFWKK4mm76BtzUJ3 { width:13.5595625rem;height:3rem;top:65.808917999269rem;left:3.2194010019303rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1ef4U5Hod5LbkiiHfUytqKBxw18LMqQ { width:15.061875rem;height:3.82324375rem;top:97.849609375rem;left:2.4682615995407rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXabTQqburxTb0h4dvPxSPTTNl9AJWmU { width:2.5rem;height:2.5rem;top:102.92449951172rem;left:2.2493489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcKScEEURMtGc9RvRgzECtlQTc79cuUA { width:2.5rem;height:2.5rem;top:102.92449951172rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uJZgHbXUacteHZ4Mpdl0hlsaa03hE6 { width:2.5rem;height:2.5rem;top:102.92449951172rem;left:14.67610681057rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWadZoJJmoimcMoVORo46rtCiEUMPtIl { width:13.9371875rem;height:3.82324375rem;top:30.633972167969rem;left:4.1555989980697rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #gBCTFgI0oeTKwrVKymWtTnA9WDHaeHGQ { width:1.1873375rem;height:1.1873375rem;top:87.530109405519rem;left:2.2493489980697rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #c5RburoJzTH65WqfgkvSNwuq5qzsre1m { display:block; }#c5RburoJzTH65WqfgkvSNwuq5qzsre1m > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMPTA1W4hINvGtfpCWE6FwQ2nkBTP1FZ { width:18.562rem;height:1.5rem;top:18.722330719232rem;left:0.71858727931975rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziWqBml9SttUBuI1EpZl0NMnKO1FLrk4 { width:12.3746875rem;height:3.125rem;top:14.722492218017rem;left:3.8118489980697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPIV29snyUnt1poJNhi6r4hfQUegL6IF { display:block; }
 }@media only screen and (max-width: 763px) { #pn20xrD0M1XT9HqIhA1teN94huHN8qIv { width:9.375rem;height:3.125rem;top:7.8474936485287rem;left:5.3124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZodtPHkX1XmLhBmscywHVW1rJ6BfqT { display:block; }
 }@media only screen and (max-width: 763px) { #RKDwCPJyScV3i42pT88lzpKUmV4FBcNl { width:9.375rem;height:3.125rem;top:3.7849936485291rem;left:5.3124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJpDIFwUbkFnTyDPrK3VmttoIRlTTeOx { display:block; }
 }@media only screen and (max-width: 763px) { #kILCC0kHA99sWyZxZxSVVL24lWwIDPMM { display:flex;width:1.875rem;height:1.875rem;top:1.9099936485291rem;left:9.0624994039537rem; }
#kILCC0kHA99sWyZxZxSVVL24lWwIDPMM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bW1zAZBk8TnCgMcdr72VPkUS7wxLDmLn { width:7.9996875rem;height:2.24935rem;top:20.735676437616rem;left:5.9993489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUuIGuO39BJEOsx2QsBCIHt2C1T7Lv0A { width:9.375rem;height:3.75rem;top:10.972493648529rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FTlIIfuVGtoIe6ibI6yxve9HfgOQif { display:block; }
 }