.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:217,239,230;--color-primary-1:128,202,172;--color-primary-2:0,148,89;--color-primary-3:0,74,45;--color-primary-4:0,22,13;--color-secondary-0:226,219,229;--color-secondary-1:158,136,169;--color-secondary-2:61,17,82;--color-secondary-3:31,9,41;--color-secondary-4:9,3,12;--color-tertiary-0:255,255,255;--color-tertiary-1:235,235,235;--color-tertiary-2:188,188,188;--color-tertiary-3:141,141,141;--color-tertiary-4:0,0,0;--headlines-font-family:"Simplon";--paragraphs-font-family:"National"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:rgba(var(--color-tertiary-1),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; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;overflow:visible;position:relative;display:block; }#iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:simplon;font-size:4.625rem;font-weight:400;z-index:14999;line-height:1.1;letter-spacing:0;top:7.375rem;left:33.3125rem;height:10.1738125rem;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; }
#X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { color:rgba(var(--color-secondary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.25rem;left:33.25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FaTWI4A2knyA5P1CTrpLHRJBTThehZE8 { position:absolute;display:block;z-index:15000;background-color:#009459;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:8.75rem;width:19.625rem;top:3.8125rem;left:3.6875rem;display:block; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.54375rem;padding-right:0.508125rem;padding-bottom:0.54375rem;padding-left:0.508125rem;display:block;align-items:center;width:3.046875rem;min-width:3.046875rem;height:2.919375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.174375rem;font-weight:700;line-height:46.71px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.0625rem;height:1.15375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.815rem;font-weight:400;line-height:18.46px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:5.0625rem;height:5.500625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.4375rem;left:17.125rem;z-index:15004; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #NPpZDaCv1fGFQlQ4AIpTk9wqltSuz0Ek { display:flex;position:relative;top:0rem;left:0rem; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #iXEbOXC00KMoXZkzE9I6ndhkKlGsanUS { width:auto; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #h9vocvdCGXpC2uro9fMA7mT62UqRBKDI {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #F64cUX25H8fUQ6nfB03rMlqzNGqL509u { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #nTIeJQ1SQ3A026HTZyLt8cOurh4gpOl7 {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #VAkvccTyWEAxGM92i9TwkCWuw6EcJNEg {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #UlL5Q4orhmcPxN6IT2tuBa3aNtx58VrA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #zQdiO7vJKlORRmRqOHtmddJ20ZP6keT6 {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #rk3UyIi7rHXpsUZH7OuMBDd0rCPeQRZc {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #JU5E9GuSec8V5epOQVlsucmI72aUQp77 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #EkdIIPwZNOXZQfzKXgaRA6WIvITgyCNS {  }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #k4Jvca9IDn0DAiEzImTPXb4sl3s8mZco {  }
#ULt9FUfgW2mMwtbIZyrIeWovnMJtKmmg { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:simplon;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:18.8125rem;left:33.312500953674rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#o8hUyJfQsxwRhmeSrsUPii72qP8bkfp9 { position:absolute;display:block;z-index:14998;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:40.9375rem;width:26.9375rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#xGPvMkSm5slhBlkPeeyamoE76xV3fRMB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:16.5625rem;top:41.625rem;left:31.625rem;overflow:hidden;display:block; }
#c2MWbKSAkDDz1g1B8d7I6pMpnrwThk4T { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:simplon;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:6.38671875rem;left:5.21875rem;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; }
#wztHy4fza9BKEb50oRofaDmicXTNOQUL { color:rgba(var(--color-secondary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:39.4375rem;left:33.3125rem;height:2.25053125rem;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; }
#R1AfFmHu2asQ4XscLLy8JbIKr98Leb4H { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:21rem;top:41.5625rem;left:48.1875rem;overflow:hidden;display:block; }
#SGxssvcrkdCpp6eIWrLz5QQC2dkbvgnb { background-color:transparent;background-image:none;border-top:0.125rem solid #009459;border-left:0.125rem solid #009459;border-right:0.125rem solid #009459;border-bottom:0.125rem solid #009459;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.875rem;left:33.3125rem;display:block; }
#F81lsXzLTTO1e8LduToJRbcIXo96y7Nl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lc14D6fqT6V2Dsc0IH1afO9E0MHvQ42v { color:rgba(var(--color-primary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:28.21875rem;left:33.25rem;height:1.875rem;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; }
#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h { position:relative;display:block; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h { background-color: transparent; background-image: none; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row .container > .video-iframe-container { display: none; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row > .video-iframe-container { display: none; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .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); }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h { border-width: 0; border-radius: 0; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .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; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.3125rem;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; }#tGeRo1c0NWWoeX2loPu7ODw7vPCw4PTV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:17.1875rem;left:1.4375rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cxhRGXNnTt34oQp02iIOHT0WMqGriFXI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.49964375rem;width:11.7498125rem;top:11.561613082886rem;left:1.748046875rem;overflow:hidden;display:block; }
#Ugo403AeIJendpnr5yArcWNdItSdLnm1 { 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:3.3125rem;width:9.0625rem;top:8.9666175842288rem;left:17.46803855896rem;overflow:hidden;display:block; }
#IOAEq4a2CV66TUymmu19em3Mxew50QWP { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:10.9375rem;top:10.312145233154rem;left:53.958982467651rem;overflow:hidden;display:block; }
#iCEokkmbmhFzD8rvvIIAroSNgEWEZh3T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.75rem;top:9.8746452331544rem;left:29.116651535034rem;overflow:hidden;display:block; }
#F4r0B3pFJ4oBo8nb3XwSxTe9GTHbOSOz { color:rgba(var(--color-secondary-4),1);display:block;width:17.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:3.1463069915771rem;left:0rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PZieO8mROlybt4G4CZecUs9PmWC1GgU7 { box-sizing:content-box;height:2.5rem;width:13.3125rem;position:absolute;display:block;z-index:15032;background-color:#2c3e50;background-image:url("https://images.assets-landingi.com/uc/f6f3b900-abd3-4dce-8dd4-9eb2e1ee6e74/360_F_207133679_tGuezrUoWSoJtNfxXaaK4jSrXpZHNqr6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.6875rem;left:1rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#PZieO8mROlybt4G4CZecUs9PmWC1GgU7.adaptive-delivery-prevent-bg, #PZieO8mROlybt4G4CZecUs9PmWC1GgU7.lazyload, #PZieO8mROlybt4G4CZecUs9PmWC1GgU7.lazyloading { background-image: none; }
#SLJbKZLvDQJngJSd8hQlCTX5ok50E47L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:13.6860625rem;top:8.6246452331544rem;left:40.338068008423rem;overflow:hidden;display:block; }
#UnC2xTXmQpKVJ6O7Bd0l79Nx9TNCAfJR { 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:6.875rem;width:9.6875rem;top:13.625rem;left:17.0625rem;overflow:hidden;display:block; }
#zSeNrrPt5MVsLng3e3TX19lIBRSGnyTe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:11.5625rem;top:16.0625rem;left:39.25rem;overflow:hidden;display:block; }
#ZATDO1LC9Xv1XTt90Ltnsgmso55QGNir { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.875rem;top:15.1875rem;left:52.75rem;overflow:hidden;display:block; }
#sr5qnLqfxNh4UPNdOQphMZ1yy49giXpU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374825rem;width:8.3123125rem;top:9.7496452331544rem;left:66.687673568725rem;overflow:hidden;display:block; }
#IV5RGXfIbmwgEpBrFXmrLAX74HsLHItV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.9375rem;top:15.25rem;left:64.0625rem;overflow:hidden;display:block; }
#r8VJBiM0LLlwtvTTpRlFJTpreEBrinvK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:8.125rem;top:14.0625rem;left:28.875rem;overflow:hidden;display:block; }
#AiHA5zr2bTADheK0QfexZFnCtc5yD0Ig { box-sizing:content-box;height:11.125rem;width:15.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container { background-color: transparent; background-image: none; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container > .video-iframe-container { display: none; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row > .video-iframe-container { display: none; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .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); }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container { border-width: 0; border-radius: 0; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#kHXI9yzmP4CeCkhb36GIbMAaT14L6Eb0 { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15061;line-height:1.2;letter-spacing:0;top:1.0431480407715rem;left:0rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container { background-color: transparent; background-image: none; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container > .video-iframe-container { display: none; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row > .video-iframe-container { display: none; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .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); }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container { border-width: 0; border-radius: 0; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#DhVD4vIVX80dTXb7hhEd95GettcBQPih { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4371337890625rem;left:11.68678855896rem;height:1.94921875rem;font-style:normal;display:block; }
#FM32kIyGRN8GPBIFRVgKe192tOHH6tSM { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#kAattlTvVnRwk9pLB5sdc80LQRC9omd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#tDlbbHVpfah6TNLT5lou95wfZlcOEJIF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#Sndk71Ft6cyDkwgkQy9tksFW1roPHn7C { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#QwrE9T5RnPPqiJk8PqbsOI87wWqkqCaV { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:11.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#wCNkisKAgCiPTTUwToIvriXX5OmrEcTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.436798095703rem;left:1.9371452331543rem;height:1.94921875rem;font-style:normal;display:block; }
#GTHTgs2vT8XrfLh6fLr1F4wMBvZ3SPwT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.436798095703rem;left:11.68678855896rem;height:1.94921875rem;font-style:normal;display:block; }
#PX9hG4tLoz2TaerTPnCMsuGLT7nTNsbO { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.75rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#PxZq4630b9n9mZgCHNL8xTxnp7qroCPa { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.75rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#T2TTArxsNsiRmqBFclsGFuCFDlpFpsQ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.375rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#y9KwUm7kJLJRoVXsNd1tOU8dc6xtcZes { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:30.375rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#kS33USvLfQH15poXsDda3WgK0On3dt4a { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#it0upcofiuFVzEWNXQyFKNe7sW94yD9S { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#fcUimOhidFvsa8X7IXXi9IlIO6qs03B0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.875rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#OJIrf6b9H3HwoQhNSZdoLpTl8cOff3lP { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.875rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#m4PVJ6yVKiIDGDhogU1WPGPyiZkRa5Fv { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.625rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#Z6qchQkwaX71NnL1GzGxCSVL1wrqZwdP { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:41.625rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#CGbo51NV4rtokZwHxsEP1XcuzipncttJ { color:rgba(var(--color-primary-2),1);display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6002526283264E-6rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#IS6STyUzEz9iXps2kRSh2I9rUiSc6EVk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:45.25rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#DUAW8yTt58Ap25IKHbS0QFPZy3eRa0WR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:45.25rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#qbFaNzfLsEdXrTy4Va9yC3D6wtTZTeBp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:49.25rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#eePq0anfLaMHXhVEfcxPU9sTuimNQlTU { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:49.25rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#h4ZT31nlsSEBvaxWNG8CRyWXSmwGFggR { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.068359375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mg2svTfSrUnMGgL9vkG6TitaOwasB0va { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:16.624450683594rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wg7pIPFCrPfo55OunTFqTtdUwcJMLUbl { box-sizing:content-box;height:3.5617875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:25.9375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qKWfWJQURc5h3GvOTGATJSvpVMCWFAUN { box-sizing:content-box;height:3.5617875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:33.1875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yqRT93VQo4Dvlh4ZdOEOhnHTLAPgUWKz { box-sizing:content-box;height:3.5617875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:40.8125rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OLaTooHh7BArENnfe1QI55SLLvtImZq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:53.0625rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#eSrpc2JsgAVgEyOHsP8AVzoHRw8B8Im0 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:53.0625rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#FwVWmwlSkIrouMgpws9koC1JCS5krT1P { box-sizing:content-box;height:3.5617875rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:48.4375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RKTJQ9FTizA6PcptUiSeBC1K5at7KgyT { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.375rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#A7WtXVaMbG4EdzUe8nFz1OpAh0nONOI9 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:60.375rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#GCXRVBqqzPqJFrLZRsm7fDPaOOJ5txo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12rem;left:62.5rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FwWw9rW4nZfhb3diJsoG0s2Lt3DhF8F2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.436798095703rem;left:66.562139511106rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#goRLpHLosy5CtDWemSSThp3gHrRPu7VV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:30.375rem;left:62.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vwtH6R1htTo1VVVhAqCVXoEPDU2H5gaL { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34rem;left:49.1875rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oxSpJiF7mveQMDuGFs74kZc4PgOrFTaT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.875rem;left:62.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cU26mRaAfvMEiW0V9lBp02XkFJXVWw64 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.25rem;left:62.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ik6ABU9pRQzNPPPaB0RiuuzUkDyVZLWM { color:rgba(var(--color-tertiary-2),1);display:block;width:24.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:49.25rem;left:49.9375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DOI2lpFBghAsJ2o5C2v5hhboxDgpC5WC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:56.6875rem;left:2rem;height:1.94921875rem;font-style:normal;display:block; }
#pzk3eGHyzADm7GZQlvc1cskRRMtwPMFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:56.6875rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#MvXQZq9lel74ugUSZPhHCzNgl7JTo4wd { box-sizing:content-box;height:3.5617875rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:55.875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kSGh7usvESM8GXM19vdd9GrCOlX66RSu { color:rgba(var(--color-tertiary-2),1);display:block;width:24.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:53.0625rem;left:49.9375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o61f6Bq09eCdEm26CJkrM74Jsv6iPiaJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.122863769531rem;left:1.9353694915771rem;height:1.94921875rem;font-style:normal;display:block; }
#sRP051oqQ5TUc7IN8LwmIlzZiT1xbBPe { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.122161865234rem;left:11.685901641846rem;height:3.8984375rem;font-style:normal;display:block; }
#DfKBGmSzFlOku6pPl0uzr3dZ9Id3BkBS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.311078667641rem;left:55.873220443726rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sFDtoafqk56IKvsHSpDhfsAguanlLMeU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container { background-color: transparent; background-image: none; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container > .video-iframe-container { display: none; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row > .video-iframe-container { display: none; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .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); }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container { border-width: 0; border-radius: 0; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#TTIT3Q3o6L6Se2AuUbZIKTwsuV4VmDtT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#ou8Ku7VcT6wfDoJmKbniqAWUhCXrTELL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#wfhiDUsspkegGx4sW71wM2v0l6mO6TsM { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#kN8KCmOwBHcRiZxrTsXQuT6AJmiWCcge { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#WmOX8psaSV8GSwRIIeAJJT7swPPxxF8l { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#zuaacpIHsFg7BurQgP4fLenHhck4oBSA { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.686789512634rem;left:11.68678855896rem;height:3.8984375rem;font-style:normal;display:block; }
#VEGFBWTNbqb8v8kJprsrQWwHagTEfXrO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#k77uUJUZOgTcn9Np51KaMMGVPARFEGAv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5625rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#X8dCgqxgW51xPzrcbhpP8qublMf8QFch { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#WkxLOdxDQvPnagLitWCm1JAvEIyJHFif { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.1875rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#KAC03eaghyCpMBfMqcI42IIJHnsnH1Ny { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.9375rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#LNysOoo7SQriXgFs0JOVK65LzQaTAliv { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.9375rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#NyfepD9IWis1CsA96B27788FuwVaU0He { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#cIurkrnF3lzbKiqJWxUz6Bl2QRn0EaqU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#Fdp4hOqTvThDpIopAN94HKirqDyShGr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.1875rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#UITPobwASPhmZ1845IWlX0TZDquBFXe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.1875rem;left:11.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#N7eTbtcoCR2LtL6o4uZ1GuHDi74eetEV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.375rem;left:2rem;height:1.94921875rem;font-style:normal;display:block; }
#eCHC3eyt5iBA41qTMth1necFq91yzwBR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.375rem;left:11.3125rem;height:3.8984375rem;font-style:normal;display:block; }
#SlkF20SwWHEXftkBQlvznERhCdJW5mXT { color:rgba(var(--color-primary-2),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:1.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#nUN0shKtzxDEkI2ZAt639eu3wUIOzBfN { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.375rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#Gm3bIqaTgPArItqWkWN83OgBE2ZpVI4v { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.375rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#dpnCztbEpCBixinWwbdvTv2d4kbnmMIs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48rem;left:1.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#fQLTILpvXgPZ4dCIGmeRELHeSMV93KZf { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:48rem;left:11.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#kMPEt7iXkKW8bLrewhCTPPTcSpnD0Bnt { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.068359375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JFxTdQLQHxBBisBgfrC7dEt8kCRuR7o3 { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:16.75rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EtOX6OQNKJ2dC7PtVR1LXC8SgR1hVhew { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:24.125rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H5AGPuiCMV3FoIMWT6lKZW34VvEB3JXQ { box-sizing:content-box;height:5.6875rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:31.4375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#n4qv4MVeGJ9C0iO4bUsFdVQ73qxwvbkc { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:43.5625rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B3ugnoHUnpfv6xmpxZ3HRbWWVTKZ695b { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.686789512634rem;left:46.186613082886rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WfSTD6Lif5iPletwpvncLuXSuTUaRkNh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:62.25rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PmKfqJ8rCiQXTNJSTMp2M5iZxmqBDymK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.1875rem;left:46.3125rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pNKc5D4w8BDkFcWTg7CcTktStvEa73KW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5rem;left:62.25rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yZeXtV66baCQu7WwVryi8IQ1HfVL3ByV { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.1875rem;left:47.625rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ro724lmUSscHmbRUWKXyEgh7lG5LK5fu { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.375rem;left:49.3125rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq { background-color:rgba(var(--color-secondary-0),0.37);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; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { background-color: transparent; background-image: none; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container > .video-iframe-container { display: none; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row > .video-iframe-container { display: none; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .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); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { border-width: 0; border-radius: 0; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#vE60EXbFi8MvdCMZe9skdMBwt23yAiXy { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:4.80025rem;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; }
#VvUwgeVfcZgpFOTTa0ta9b72oFlhRCQw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:20.75rem;top:11.375rem;left:0rem;overflow:hidden;display:block; }
#EGzzIuBmJbqb2yFrsuCVAClyC0FbIIXM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19.1875rem;top:20.9375rem;left:55.0625rem;overflow:hidden;display:block; }
#zTarch8MXs0WmbqrM3zga4796yiaLZQb { color:rgba(var(--color-secondary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.375rem;left:21.625rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vn6Pb2GqXSOy6FpwTiviQpaFo8ER7uKX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.4375rem;left:39rem;display:block; }
#H5f4R7zLfpTBuWI7FKhL2rVIaFBlwfDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqqNQqcg6R8VycXI6TfvOfQybefC26xc { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:20.9375rem;left:22.8125rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container { background-color: transparent; background-image: none; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container > .video-iframe-container { display: none; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row > .video-iframe-container { display: none; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .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); }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container { border-width: 0; border-radius: 0; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container { font-size:0.875rem;font-family:arial;height:98.9375rem;width:75rem;position:relative;display:block; }#fguPrWRmO95yaHFclVmEeTDeAlo0z5ld { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.374481201172rem;left:0.56196594238281rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#upoiHeSshP0XIn8h7ik8rCR3aCZbUk7k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:19.436798095703rem;left:0rem;height:1.6495rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VzbwiX1pkO0btlsaXdgTV5qJzFLn8EoU { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db3a8735-27f9-49a6-8ae2-a97e3f39142d/Moje_zdjcie_CV.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:6.9367980957031rem;left:5.2494659423828rem;display:block; }#VzbwiX1pkO0btlsaXdgTV5qJzFLn8EoU.adaptive-delivery-prevent-bg, #VzbwiX1pkO0btlsaXdgTV5qJzFLn8EoU.lazyload, #VzbwiX1pkO0btlsaXdgTV5qJzFLn8EoU.lazyloading { background-image: none; }
#Z0kGM9NlAIeTL2U2AIMIpaoXr0QWZ6R1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:5.812325rem;top:22.812133789062rem;left:6.68678855896rem;overflow:hidden;display:block; }
#frE3xLTo00ZC7oZLtOVlFdB3DaavIWSV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:14rem;left:8.125rem;display:block; }
#To5cz6pceeP5PF60wmuSn2Fhu82rnOsA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.749633789062rem;left:8.87428855896rem;height:3.41264375rem;font-style:normal;display:block; }
#MF3STL2r9FhxgMubJ1hkM5nyOfqO4D85 { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:1.7214170992374rem;left:0rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N29KDOS4rzTGOe7Xo4LEZpcNsyJzTM1E { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/173eb693-a52a-4e3f-906d-595d0f53cb9c/184d5454f4e24790905ea4e53d13ee19.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:6.9367980957031rem;left:24.374998092651rem;display:block; }#N29KDOS4rzTGOe7Xo4LEZpcNsyJzTM1E.adaptive-delivery-prevent-bg, #N29KDOS4rzTGOe7Xo4LEZpcNsyJzTM1E.lazyload, #N29KDOS4rzTGOe7Xo4LEZpcNsyJzTM1E.lazyloading { background-image: none; }
#PxpGeuSSwAMzlfqve8z2sp74bWDuKb1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:18.497875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.312316894531rem;left:19.687498092651rem;height:2.1937125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w6Sv01xH6CLeJ8CJ1W8Zr2rT5puOXNBg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.436798095703rem;left:20.374643325806rem;height:3.299rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VM1p7ByKTmSCTbtwKQXqVpEv5UxTTxMq { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:7.7494375rem;top:24.062133789062rem;left:25.062143325806rem;overflow:hidden;display:block; }
#JIgn8gC4nTu52Zi7nIczTQkhkhrc0uic { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.374481201172rem;left:40.81231880188rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Id9g8u1yf0w79Frpqxe9PJefHNmTIl9A { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.499816894531rem;left:38.187143325806rem;height:3.299rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c1xsSzsSaTaFlcCXVRLHf3JKTobpLMTS { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/89a9a16f-0462-48cf-9374-26478a55c6b6/MarcinGad.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:6.9998168945312rem;left:42.187498092651rem;display:block; }#c1xsSzsSaTaFlcCXVRLHf3JKTobpLMTS.adaptive-delivery-prevent-bg, #c1xsSzsSaTaFlcCXVRLHf3JKTobpLMTS.lazyload, #c1xsSzsSaTaFlcCXVRLHf3JKTobpLMTS.lazyloading { background-image: none; }
#FOfUXtVgdoPBztDacKN6WuVbZJ9a63xr { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:7.6873125rem;top:23.624481201172rem;left:42.874643325806rem;overflow:hidden;display:block; }
#WDMf9t64ZqhVJQG9Pi8GZqWFunsPgDwz { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9367875rem;width:2.9367875rem;top:14rem;left:45.249464035034rem;display:block; }
#pH5OcOIyzq5Qy1hac0bW0M9ZIweTcIkP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93714375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.6875rem;left:45.999998092651rem;height:3.41264375rem;font-style:normal;display:block; }
#JvPyNQsDfJiNUBTtonrczCQdgGhtBFBD { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d8aee5cc-9ea9-4df6-82b2-17c6995ce643/jgracel.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:28.998748779297rem;left:24.374998092651rem;display:block; }#JvPyNQsDfJiNUBTtonrczCQdgGhtBFBD.adaptive-delivery-prevent-bg, #JvPyNQsDfJiNUBTtonrczCQdgGhtBFBD.lazyload, #JvPyNQsDfJiNUBTtonrczCQdgGhtBFBD.lazyloading { background-image: none; }
#ufhKk3VG7MTeBQrBbdeOVMcioFFrf4zT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.9375rem;left:22.968748092651rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HQXgTrrX2HUJ7TGNicUNVJ6Q0X4SpId5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:40.986511230469rem;left:24.810899734497rem;height:1.6495rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gXsvXeMulnJ5Iv5RzTpwnzR9ZsEKLDIO { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18625625rem;width:10.435875rem;top:44.994842529297rem;left:23.686967849731rem;overflow:hidden;display:block; }
#E3y1L5KvhIign1cIMZL2IZPDyFRckIch { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/775b122a-3272-4853-ae9a-102acc72af7e/AR_zdj.JPG");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:28.9375rem;left:5.0621452331543rem;display:block; }#E3y1L5KvhIign1cIMZL2IZPDyFRckIch.adaptive-delivery-prevent-bg, #E3y1L5KvhIign1cIMZL2IZPDyFRckIch.lazyload, #E3y1L5KvhIign1cIMZL2IZPDyFRckIch.lazyloading { background-image: none; }
#CLkF6kzmdlqx3yCJMMHBctlr4HwO9sH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.874481201172rem;left:3.8742885589599rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t2z9NkVepKHnMTsdoEUnVe9cT5RFOvOl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:40.999816894531rem;left:1.9371452331543rem;height:3.29900625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QEiqwwMyqEHQfxrNdzQV40FcG1pft09d { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18536875rem;width:10.4368125rem;top:44.997528076172rem;left:4.5916194915771rem;overflow:hidden;display:block; }
#U1NXN7lxrqBNRpZ1OOAwuus4ADXoB5i1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9367875rem;width:2.9367875rem;top:35.994506835938rem;left:8.1214485168456rem;display:block; }
#pvvS1VIpCxNTSOUmIDnwlHf9tNPzPvZE { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93714375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35.768096923828rem;left:8.90358543396rem;height:3.41264375rem;font-style:normal;display:block; }
#vA9g13goE67w7ypWDu0th2k0SZbXXgk9 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.0625rem;top:23.311981201172rem;left:60.187322616577rem;overflow:hidden;display:block; }
#HavEpdpPUOJhTxchAN5T0Sk7pihtyNfM { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:19.499816894531rem;left:59.374998092651rem;height:3.299rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H1UZ7Fnmhhv8mWB4usZwtXZzP0HdKmby { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.312316894531rem;left:58.24928855896rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uezSw7WpXCVDQUtZeKWgKWL0Jqc9hI7K { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9367875rem;width:2.9367875rem;top:13.936981201172rem;left:62.687322616575rem;display:block; }
#kI7Qh4BkED8wSCr2WopZK3Q6WeK8x7gk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93714375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.624481201172rem;left:63.374464035031rem;height:3.41264375rem;font-style:normal;display:block; }
#SAsOzz0blGaaUbkE2Z1aGreHM9SP7qs9 { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2831314-243c-4802-92d5-848a519a8dac/PBI_pic.JPG");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:6.9367980957031rem;left:59.624464035034rem;display:block; }#SAsOzz0blGaaUbkE2Z1aGreHM9SP7qs9.adaptive-delivery-prevent-bg, #SAsOzz0blGaaUbkE2Z1aGreHM9SP7qs9.lazyload, #SAsOzz0blGaaUbkE2Z1aGreHM9SP7qs9.lazyloading { background-image: none; }
#W2Mdl0EhfZyyP0ouFSaamLlvpmyL2Z7C { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d90a825-f71c-4e8e-9f74-d625fc37b745/Renata_Poreda.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:28.999633789062rem;left:59.687498092651rem;display:block; }#W2Mdl0EhfZyyP0ouFSaamLlvpmyL2Z7C.adaptive-delivery-prevent-bg, #W2Mdl0EhfZyyP0ouFSaamLlvpmyL2Z7C.lazyload, #W2Mdl0EhfZyyP0ouFSaamLlvpmyL2Z7C.lazyloading { background-image: none; }
#BZwAqLQVpFup6Mh32vNZQoo7geFx2efm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.9375rem;left:58.24928855896rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jw1PVNHBMX8vDLBisQp0fzKRxEDgTuop { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:41.048472881317rem;left:57.655363082886rem;height:3.29900625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OeHaIdyqotvVmyS1bM1N724Vgx5Peb7S { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eac2791d-6f77-4616-a52c-ffb0c992714c/LEH_40921200.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:28.998748779297rem;left:42.217683792114rem;display:block; }#OeHaIdyqotvVmyS1bM1N724Vgx5Peb7S.adaptive-delivery-prevent-bg, #OeHaIdyqotvVmyS1bM1N724Vgx5Peb7S.lazyload, #OeHaIdyqotvVmyS1bM1N724Vgx5Peb7S.lazyloading { background-image: none; }
#Rh18b4olvIO0dEgNKKn0nwXoGTln7SzE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.9375rem;left:40.81231880188rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k2NuJTuyQbxpXzfE2brRTTbFrVvAWuqU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:41.061981201172rem;left:38.999464035034rem;height:3.29900625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LvBA5UyuOKMz5v71gmggH21SWTTXTm1a { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18625625rem;width:10.435875rem;top:44.993957519531rem;left:41.531427383423rem;overflow:hidden;display:block; }
#LztEM6zFpOJW8TdXoiGVFJEFwTEtRqVo { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9359rem;width:2.9359rem;top:36.058414459229rem;left:45.28053855896rem;display:block; }
#QO2wNvcmevmMThwSfVvIZlvfxTXl1cqE { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93625625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.806994438171rem;left:46.030359268189rem;height:3.41264375rem;font-style:normal;display:block; }
#lfT288EZfHkvIc54uDdBHvX0OnSzlUnd { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8b1cd684-fc87-436e-91ae-c06686cfe61c/illena.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:50.5625rem;left:5.25rem;display:block; }#lfT288EZfHkvIc54uDdBHvX0OnSzlUnd.adaptive-delivery-prevent-bg, #lfT288EZfHkvIc54uDdBHvX0OnSzlUnd.lazyload, #lfT288EZfHkvIc54uDdBHvX0OnSzlUnd.lazyloading { background-image: none; }
#M22FgwTdILEc6iRs9nE3SBbHBRrCGCfe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:60.375rem;left:3.875rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WKNXSOyCmxmtbMLnWL88IXALF0oECNeO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:62.875rem;left:1.9375rem;height:4.048825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yn6o0p3w4OoS8h813Ml2ICcHzQNcI5C7 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624825rem;width:9.0625rem;top:67.75rem;left:5.3125rem;overflow:hidden;display:block; }
#dRehxONx8k9tm7BJCOcmirNnPyt31P3V { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8de62422-2f3d-4424-9f9b-c126ebfe5a00/MarcinRatajczyk.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:50.5625rem;left:24.5625rem;display:block; }#dRehxONx8k9tm7BJCOcmirNnPyt31P3V.adaptive-delivery-prevent-bg, #dRehxONx8k9tm7BJCOcmirNnPyt31P3V.lazyload, #dRehxONx8k9tm7BJCOcmirNnPyt31P3V.lazyloading { background-image: none; }
#zzDKQZVkHHZgeuL4xnGLyUI5MhzxnsET { color:rgba(var(--color-tertiary-4),1);display:block;width:12.56125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.375rem;left:22.875rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BWxzrVzJc6fXPD3x6k9blJf0FLoAc84T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:62.875rem;left:22.125rem;height:4.04883125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BfpgfP0h4hJNWz19GO8mxJ5op4XxiOTB { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06196875rem;width:6.0617875rem;top:68rem;left:26.0625rem;overflow:hidden;display:block; }
#o7Uawy2Zg93rTeBqJ0zqzK8CmusmoGAw { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9350125rem;width:2.9350125rem;top:57.5rem;left:27.6875rem;display:block; }
#TqmpGV0suIIb3dOL6b8E4wTHNymHwXNs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93536875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:57.1875rem;left:28.4375rem;height:3.41264375rem;font-style:normal;display:block; }
#mIKC3iIQDxUriN6NQxb0RLI1zhRMLBGG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.560375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:60.373756408691rem;left:40.466974258423rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mgegTbUIUU1gD6vlFQ4vrcdpfLp4kBSl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:62.485794067382rem;left:38.873399734497rem;height:2.69921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BrD8fwtTSIyPPZyNRe71ZM43wakDfUoG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.9350125rem;width:2.9350125rem;top:36.187855482101rem;left:62.748579025269rem;display:block; }
#xa4XCIJ2m09DsmIRxGp970cuJVwSkJbc { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93536875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.949928998947rem;left:63.561788558962rem;height:3.41264375rem;font-style:normal;display:block; }
#sozJm1LKDT1rZXd9LpUKbl0OKKumW7kM { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/400730c0-b101-4271-88e1-da105d4a45dc/Juhsz_IMrton_SESA643896.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:50.561965942382rem;left:59.624464035034rem;display:block; }#sozJm1LKDT1rZXd9LpUKbl0OKKumW7kM.adaptive-delivery-prevent-bg, #sozJm1LKDT1rZXd9LpUKbl0OKKumW7kM.lazyload, #sozJm1LKDT1rZXd9LpUKbl0OKKumW7kM.lazyloading { background-image: none; }
#M1AkfcIP38ibN5DbCsKTlxxeBMGLNHt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.560375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:60.373754501343rem;left:57.93678855896rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LkrAnoHCuhQeypFL8C2a8LFOENOuifvr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:62.485792160034rem;left:56.342329025269rem;height:2.699225rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KBwWTxeyRsawwfBLzzmsgK2z7kt5MuO0 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1242875rem;width:7.8125rem;top:66.306814193725rem;left:60.311613082886rem;overflow:hidden;display:block; }
#dXJZRP1egwUZ8fq1elIADZzwQxBcoM8h { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.934125rem;width:2.934125rem;top:57.497333526611rem;left:62.748579025269rem;display:block; }
#qFSAHKKQp5TuaT2cOVtCaWGJD0gH34vm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93448125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:57.26029586792rem;left:63.499288558962rem;height:3.41264375rem;font-style:normal;display:block; }
#agstSO0DDBWrMruuWR23Lvc34J5TPyTD { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1234rem;width:7.8125rem;top:66.30859184265rem;left:42.842683792114rem;overflow:hidden;display:block; }
#fZV9R35d6nS1gl3XzphsevPZzwH9Pt9l { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bfb5142d-d063-498c-8273-57e9639a63a6/DSC00363_crop.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:50.561966896057rem;left:42.154649734497rem;display:block; }#fZV9R35d6nS1gl3XzphsevPZzwH9Pt9l.adaptive-delivery-prevent-bg, #fZV9R35d6nS1gl3XzphsevPZzwH9Pt9l.lazyload, #fZV9R35d6nS1gl3XzphsevPZzwH9Pt9l.lazyloading { background-image: none; }
#V4LylF5nhQ5FzaIdoDKRwzIa4TC2eLsP { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.934125rem;width:2.934125rem;top:57.5rem;left:45.28053855896rem;display:block; }
#EVMuAvAhwy9vMLUdvXRvOCwhJDRVaNE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93448125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:57.267761230469rem;left:46.030183792114rem;height:3.41264375rem;font-style:normal;display:block; }
#QrFau3Zkhb6n74ESO0xPINqHRPZihAhR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/15c2f49e-d2b8-4514-91c2-34559dbb4186/slawomirm.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1868125rem;width:9.1868125rem;top:74.3125rem;left:5.25rem;display:block; }#QrFau3Zkhb6n74ESO0xPINqHRPZihAhR.adaptive-delivery-prevent-bg, #QrFau3Zkhb6n74ESO0xPINqHRPZihAhR.lazyload, #QrFau3Zkhb6n74ESO0xPINqHRPZihAhR.lazyloading { background-image: none; }
#gXUPl3sClUdhr85mJBCDuqHRI09VOD3b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:84.875rem;left:3.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XpmiLORPnrEtGy4JXTyvXRXLpbVeE8we { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:87.3125rem;left:1.9375rem;height:1.3496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GgJTWCwxwIkNLnuw5R67Xq30r8k3buiK { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.934125rem;width:2.934125rem;top:81.5rem;left:8.375rem;display:block; }
#MnlTFZXGoW36D0g2hFx7sTL4u8mNZkdN { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93448125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:81.25rem;left:9rem;height:3.4121125rem;font-style:normal;display:block; }
#z72zFNKSNVIUgtaAkZyaxvHa3JsVVnba { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:9.75rem;top:75.9990234375rem;left:24.0302734375rem;overflow:hidden;display:block; }
#rrhOMLIJ8X9VhWl8WvgP4tcUzs1uzbp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:84.875rem;left:23.4677734375rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uoRricax2stW1CyptEZSC9qHDDTyGrM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:87.2998046875rem;left:23.6240234375rem;height:1.3496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CvK7cFB5W8g38x1Rc3aWtXxuPVzidrI4 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.5rem;top:92.09375rem;left:4.435546875rem;overflow:hidden;display:block; }
#CBeKbhiBFDaC5hvA726Z9T8rrWHRgIqT { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0a53595-4691-43d9-8abe-5656d8cf38ed/Fijaka_due.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1865rem;width:9.1865rem;top:74.3115234375rem;left:42.154296875rem;display:block; }#CBeKbhiBFDaC5hvA726Z9T8rrWHRgIqT.adaptive-delivery-prevent-bg, #CBeKbhiBFDaC5hvA726Z9T8rrWHRgIqT.lazyload, #CBeKbhiBFDaC5hvA726Z9T8rrWHRgIqT.lazyloading { background-image: none; }
#UobN9Spg49tT3WtKDXQwZmo1E97PyuaV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:84.875rem;left:40.466796875rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HIoa4azDvJFdiwfdHyNI1OaB8NTXTzW9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:87.2998046875rem;left:41.4677734375rem;height:1.3496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JdVH194qUPNUPm7twXbrIH1AACxd8kdx { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.93359375rem;width:2.93359375rem;top:81.5rem;left:45.2822265625rem;display:block; }
#Nli0iMJhilmIBynMF4X3xKGt9HL2T0ac { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:81.275390625rem;left:46.0322265625rem;height:3.4121125rem;font-style:normal;display:block; }
#knGZfsQl7N2DJtTbi0EMAyQUQNrQtxwX { 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:4.0625rem;width:12.6875rem;top:91.0625rem;left:40.8125rem;overflow:hidden;display:block; }
#JgCMBTF2T6iaAha5rKmCRoufeMHt753Q { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2bbc8fbb-8013-41a8-b7bf-c206aba837d0/jacekd.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.1855625rem;width:9.1855625rem;top:74.3125rem;left:59.6240234375rem;display:block; }#JgCMBTF2T6iaAha5rKmCRoufeMHt753Q.adaptive-delivery-prevent-bg, #JgCMBTF2T6iaAha5rKmCRoufeMHt753Q.lazyload, #JgCMBTF2T6iaAha5rKmCRoufeMHt753Q.lazyloading { background-image: none; }
#yT1eXTLRJLGvoBlfKGs0ArSXDTmCHWHz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:87.3125rem;left:58.0927734375rem;height:2.69921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PbZQMRK00oMLGolTz8ugT5a41Setv8P2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:84.875rem;left:57.2177734375rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vcaIbZWeoHFLWu6xCg1G9eE7GberUvif { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12.6875rem;top:91.0625rem;left:58.25rem;overflow:hidden;display:block; }
#RABnRt00274LXxlExxOPN8uZ2ThqIcTt { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.93359375rem;width:2.93359375rem;top:81.5rem;left:62.875rem;display:block; }
#P5R15gdL9c7ug2XxJNWarqD19B3TxTIR { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:81.275390625rem;left:63.626953125rem;height:3.4121125rem;font-style:normal;display:block; }
#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 { background-color:rgba(var(--color-secondary-0),0.37);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; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container { background-color: transparent; background-image: none; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container > .video-iframe-container { display: none; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row > .video-iframe-container { display: none; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .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); }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container { border-width: 0; border-radius: 0; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#zaeNmgyv9fF4P812hpDGJddtQMCxWObH { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.1862564086912rem;left:0rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bp1EWllpLGLtl9OzTHTBVlR7KACrwWQM { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:3.095703125rem;left:0rem;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;display:block; }
#HMPx5kqMQozKD1WSU7wDrG4h3Is004Z3 { color:rgba(var(--color-secondary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:27.75rem;left:0rem;height:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T5iTTxDZc7TDKq9LOXG9TcbDWAglENTd { color:rgba(var(--color-secondary-2),1);display:block;width:35.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:22.4375rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I7Ia2cAk1hkiBxkkWpn7c5REVIGS9gfm { color:rgba(var(--color-secondary-2),1);display:block;width:35.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:22.4375rem;left:39.0625rem;height:5.625rem;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; }
#bWR3GzPZqfUmI36qCZPm4QmeovhZ2WA8 { color:rgba(var(--color-secondary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:29.75rem;left:39.0625rem;height:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CeCTbrpwvVafnhFRX6sTBEA0rR2TnJSQ { color:rgba(var(--color-secondary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:16.625rem;left:0rem;height:4.798825rem;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; }
#TJTZMGULvZGPfOM8Zot8gVGkJweCBKp0 { color:rgba(var(--color-secondary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:16.6240234375rem;left:39.0625rem;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; }
#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv { background-color:rgba(var(--color-tertiary-1),0);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; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container { background-color: transparent; background-image: none; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container > .video-iframe-container { display: none; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row > .video-iframe-container { display: none; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .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); }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container { border-width: 0; border-radius: 0; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#bqS4m7ArcgsvBXy7MtRTUeNBGqZbKwCE { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:2.25rem;left:0rem;height:4.80025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-0),0.33);background-image:none;vertical-align:top; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1); }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.5;overflow:hidden;height:auto;color:rgba(var(--color-primary-4),1); }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_095afa1c1d02861dd63913d7842e84139d02716a.svg");background-size:contain !important; }#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-trigger.adaptive-delivery-prevent-bg, #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-trigger.lazyload, #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-trigger.lazyloading { background-image: none; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d { box-sizing:content-box;height:auto;width:46.1875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15060;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.65625rem;left:28.812500953674rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #LDKoF8VTtLTatx10vMmXT2FiOlRfebST { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #auh7KudiX4KwiaDbZQHBFKomk8LgyOzA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #nLIE5n76xZgOXw9hsquBVpc3TySWFLb7 { display:block;position:relative; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #XuXGMs6799Nn4uT9hZ0sVGqFtnRUJssK {  }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #oTvMPO9a03hhAQRZOhifTfG06HBnkIKC {  }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #RpuSisKNW6DZyPAAA2GzuGN22bLtZ8IP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #fXBh7b4D8WqNwgNMq8X0JfRSRR4mIpVk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #CS2eOKtV9kS9QJVLysG9ZLQDcu6WkJg4 { display:block;position:relative; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #TS8k6XCfmyvHigaz7qT1VU2MKlQrvWTE {  }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #KbZVQlGvzIwurxrQMcWlLSNqe8TnoQyG { display:none; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #XRJC6iTZTJ7LpcGM9w6uZqBgtM9Wbesl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #MN3JyEsgkkQnBrRMhe3uitTw8A3o8VZM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #VKvosRslcmTq3Nzit6DccsWtxdXomTwE { display:block;position:relative; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #TlNKzHpRGwTRrt840P3Idz8BdugV0xa0 {  }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #SkCQ4hwl2iX8iInZ8AZfS8aarqGFNAuI { display:none; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #JePpayZLWrRRZ02gZn1iZM7bx5HWLQIM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #putJfQvZyk2qVeVQRTuIND6TCdfep4iT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #Vlw7uuhqg65puhgsyEmGZmUm5HfTniSG { display:block;position:relative; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #Qpt6Ze9k5AqxWskdR3SXvJ4SlgZ1LJZq {  }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #m029Vd57KCSNW2lHtMPa5Iucg5zhC7X9 { display:none; }
#nf9AWqsTXa1rrMP85w3kh4Zx7Oc4VHM0 { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:7.0498046875rem;left:0rem;height:1.800425rem;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; }
#xJ991UD9cF8J6PbQ7SIidpkAIRUTtGtF { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:25.9375rem;top:10.65625rem;left:0rem;overflow:hidden;display:block; }
#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container { background-color: transparent; background-image: none; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container > .video-iframe-container { display: none; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row > .video-iframe-container { display: none; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .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); }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container { border-width: 0; border-radius: 0; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#eTrsKUE0TZapSguBRp55LLUDHnZuy15r { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.0625rem;left:0rem;height:6.75rem;font-style:italic;display:block; }
#xTGO6KgKh5Dn35s3ocEVsOViIvufkIPp { color:#20201f;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.79883125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#APxcki2HQDiBqqSviLUbNFQegA3tPMaC { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.3125rem;width:36.9375rem;top:5.6875rem;left:38.0625rem;display:block; }
#xO0xH2Zb9NKFIAHuvyqOUSARbQpe6KN6 { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.875rem;left:0rem;height:1.6875rem;display:block; }
#qF80GVEAl5LrItuAgw7ODc3KoJV3K6dr { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:37.3125rem;top:3.75rem;left:37.375rem;overflow:hidden;display:block; }
#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 { background-color:rgba(var(--color-secondary-0),0.21);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; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container { background-color: transparent; background-image: none; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container > .video-iframe-container { display: none; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row > .video-iframe-container { display: none; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .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); }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container { border-width: 0; border-radius: 0; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#p43DpTagwaoKoGwLfgOexm64iFzt552N { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:0rem;height:7.19925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yCdtowWkQEISvxWEVduTUyc9beUEofUJ { color:rgba(var(--color-secondary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.66796875rem;left:14.53125rem;height:1.57421875rem;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; }
#DdC3lTCD5aP7fn18Mpwnt6NTdoJuKnpT { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:13.96875rem;left:14.53125rem;height:2.69965rem;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; }
#i1uH7NPQeA6KIAPRgUJ32c6CiceaoHD8 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:13.3125rem;top:13.96875rem;left:0rem;overflow:hidden;display:block; }
#KvomE6VbTRTlRoFDUobceCAsuCZaazIT { color:rgba(var(--color-secondary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:19.0625rem;left:14.5625rem;height:1.800425rem;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; }
#vCAokLnMIyhxtJHsEbrExwLDR2fL8thF { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:20.875rem;left:14.5625rem;height:1.800425rem;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; }
#rlqp5N7DDGgcMzOTgEF7nWDVouzePLw2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:16.5625rem;top:25.03125rem;left:40.5625rem;overflow:hidden;display:block; }
#I8kbwuNTn6p0G8ORfyocIkgBVb9DfAL6 { 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:5.75rem;width:18.5625rem;top:25.40625rem;left:56.4375rem;overflow:hidden;display:block; }
#xsek4WrwvOAJWg7aubTD9xk7Bpx6q29D { color:rgba(var(--color-tertiary-3),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.78125rem;left:40.5625rem;height:2.25053125rem;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;text-align:center;text-align-last:center;display:block; }
#kBhtmlzLSLVrhxICNE1lTF4VPuIPhTcQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.03125rem;left:14.53125rem;height:5.625rem;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; }
#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 { 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; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container { background-color: transparent; background-image: none; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container > .video-iframe-container { display: none; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row > .video-iframe-container { display: none; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .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); }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container { border-width: 0; border-radius: 0; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ERn5GeBxH6vFfoXimPmZkoIDWG5q8wfc { color:rgba(var(--color-secondary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.84375rem;left:50.5rem;height:8.0006875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#rrKZqUkeT3cA0Df9h3sRl4S4SQfRgVRI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:14.875rem;left:15.125rem;overflow:hidden;display:block; }
#WrueTT0vtNLHUh2z7UcAN6H8vn0u6qTg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:14.875rem;left:35.0625rem;overflow:hidden;display:block; }
#I8FimuOCePRoTOIKAtPIxp5lk7yIz6d5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:14.875rem;left:55rem;overflow:hidden;display:block; }
#SatXvEsXC8Zc6I4yFllZ4Tw8xLOwuPsI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.6875rem;left:3rem; }
#RRBQ1kTT9ZOdSvgegGv68y9F8p2LCPvR { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:19.625rem;top:18.25rem;left:3rem;display:block; }
#h3EbVRP4Oq3JSF0xR5TbXZBgG4IGbfqc { color:rgba(var(--color-secondary-4),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:3.625rem;left:0rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ep0ddJRu0eabqKZOGF95uh89GheReu0E { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.5rem;top:28.0625rem;left:0.3125rem;overflow:hidden;display:block; }
#MEA7rHcBylzAfWgzHLwStPTJ8UQPeTTq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:28.1875rem;left:20.125rem;overflow:hidden;display:block; }
#vpSJHoUEBop47Qm43bTTrNOk6MDGqGoS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:19.875rem;top:28.1875rem;left:40.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { top:7.375rem;left:6.0625rem;width:41.6875rem;height:10.125rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { top:23.25rem;left:6rem;width:41.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaTWI4A2knyA5P1CTrpLHRJBTThehZE8 { top:3.8125rem;left:0rem;width:19.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS { display:flex;width:3.875rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #NPpZDaCv1fGFQlQ4AIpTk9wqltSuz0Ek { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #iXEbOXC00KMoXZkzE9I6ndhkKlGsanUS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #h9vocvdCGXpC2uro9fMA7mT62UqRBKDI {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #F64cUX25H8fUQ6nfB03rMlqzNGqL509u { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #nTIeJQ1SQ3A026HTZyLt8cOurh4gpOl7 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #VAkvccTyWEAxGM92i9TwkCWuw6EcJNEg {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #UlL5Q4orhmcPxN6IT2tuBa3aNtx58VrA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #zQdiO7vJKlORRmRqOHtmddJ20ZP6keT6 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #rk3UyIi7rHXpsUZH7OuMBDd0rCPeQRZc {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #JU5E9GuSec8V5epOQVlsucmI72aUQp77 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #EkdIIPwZNOXZQfzKXgaRA6WIvITgyCNS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #k4Jvca9IDn0DAiEzImTPXb4sl3s8mZco {  }
 }@media only screen and (max-width: 763px) { #ULt9FUfgW2mMwtbIZyrIeWovnMJtKmmg { top:18.8125rem;left:19.687500953674rem;width:27.5rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8hUyJfQsxwRhmeSrsUPii72qP8bkfp9 { top:9.375rem;left:0rem;width:26.9375rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPvMkSm5slhBlkPeeyamoE76xV3fRMB { top:41.625rem;left:18rem;width:16.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MWbKSAkDDz1g1B8d7I6pMpnrwThk4T { top:6.375rem;left:0rem;width:10.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wztHy4fza9BKEb50oRofaDmicXTNOQUL { top:39.4375rem;left:19.6875rem;width:13.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1AfFmHu2asQ4XscLLy8JbIKr98Leb4H { top:41.5625rem;left:26.75rem;width:21rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxssvcrkdCpp6eIWrLz5QQC2dkbvgnb { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F81lsXzLTTO1e8LduToJRbcIXo96y7Nl { display:block; }
 }@media only screen and (max-width: 763px) { #lc14D6fqT6V2Dsc0IH1afO9E0MHvQ42v { top:28.1875rem;left:6rem;width:41.75rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h { display:block; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGeRo1c0NWWoeX2loPu7ODw7vPCw4PTV { width:12.3125rem;height:1.5625rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxhRGXNnTt34oQp02iIOHT0WMqGriFXI { width:11.6875rem;height:3.4810841728857rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugo403AeIJendpnr5yArcWNdItSdLnm1 { top:8.9375rem;left:3.8430385589599rem;width:9.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOAEq4a2CV66TUymmu19em3Mxew50QWP { top:10.25rem;left:36.8125rem;width:10.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCEokkmbmhFzD8rvvIIAroSNgEWEZh3T { top:9.8125rem;left:15.491651535034rem;width:10.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4r0B3pFJ4oBo8nb3XwSxTe9GTHbOSOz { top:3.125rem;left:0rem;width:17rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZieO8mROlybt4G4CZecUs9PmWC1GgU7 { top:16.6875rem;left:0rem;width:13.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLJbKZLvDQJngJSd8hQlCTX5ok50E47L { top:8.5625rem;left:26.713068008423rem;width:13.625rem;height:4.5419694762464rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnC2xTXmQpKVJ6O7Bd0l79Nx9TNCAfJR { top:13.625rem;left:3.4375rem;width:9.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeNrrPt5MVsLng3e3TX19lIBRSGnyTe { top:16.0625rem;left:25.625rem;width:11.5625rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATDO1LC9Xv1XTt90Ltnsgmso55QGNir { top:15.1875rem;left:37.9375rem;width:9.8125rem;height:3.2914234131028rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5qnLqfxNh4UPNdOQphMZ1yy49giXpU { top:9.6875rem;left:39.4375rem;width:8.25rem;height:2.3570223388497rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV5RGXfIbmwgEpBrFXmrLAX74HsLHItV { top:15.25rem;left:36.8125rem;width:10.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8VJBiM0LLlwtvTTpRlFJTpreEBrinvK { top:14.0625rem;left:15.25rem;width:8.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiHA5zr2bTADheK0QfexZFnCtc5yD0Ig { top:9.5rem;left:0rem;width:15.1875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM { display:block; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHXI9yzmP4CeCkhb36GIbMAaT14L6Eb0 { top:1rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS { display:block; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhVD4vIVX80dTXb7hhEd95GettcBQPih { top:4.375rem;left:0rem;width:16.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM32kIyGRN8GPBIFRVgKe192tOHH6tSM { top:4.4375rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAattlTvVnRwk9pLB5sdc80LQRC9omd5 { top:7.875rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlbbHVpfah6TNLT5lou95wfZlcOEJIF { top:7.8125rem;left:0rem;width:33.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sndk71Ft6cyDkwgkQy9tksFW1roPHn7C { top:11.9375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwrE9T5RnPPqiJk8PqbsOI87wWqkqCaV { top:12rem;left:0rem;width:47.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNkisKAgCiPTTUwToIvriXX5OmrEcTQ { top:17.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHTgs2vT8XrfLh6fLr1F4wMBvZ3SPwT { top:17.375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX9hG4tLoz2TaerTPnCMsuGLT7nTNsbO { top:26.75rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZq4630b9n9mZgCHNL8xTxnp7qroCPa { top:26.75rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TTArxsNsiRmqBFclsGFuCFDlpFpsQ0 { top:30.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9KwUm7kJLJRoVXsNd1tOU8dc6xtcZes { top:30.375rem;left:0rem;width:45.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS33USvLfQH15poXsDda3WgK0On3dt4a { top:34rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0upcofiuFVzEWNXQyFKNe7sW94yD9S { top:34rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUimOhidFvsa8X7IXXi9IlIO6qs03B0 { top:37.875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJIrf6b9H3HwoQhNSZdoLpTl8cOff3lP { top:37.875rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4PVJ6yVKiIDGDhogU1WPGPyiZkRa5Fv { top:41.625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6qchQkwaX71NnL1GzGxCSVL1wrqZwdP { top:41.625rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbo51NV4rtokZwHxsEP1XcuzipncttJ { top:0rem;left:0rem;width:22.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS6STyUzEz9iXps2kRSh2I9rUiSc6EVk { top:45.25rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUAW8yTt58Ap25IKHbS0QFPZy3eRa0WR { top:45.25rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFaNzfLsEdXrTy4Va9yC3D6wtTZTeBp { top:49.25rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePq0anfLaMHXhVEfcxPU9sTuimNQlTU { top:49.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ZT31nlsSEBvaxWNG8CRyWXSmwGFggR { width:47.75rem;height:3.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2svTfSrUnMGgL9vkG6TitaOwasB0va { width:47.75rem;height:3.5625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7pIPFCrPfo55OunTFqTtdUwcJMLUbl { width:47.75rem;height:3.5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWfWJQURc5h3GvOTGATJSvpVMCWFAUN { width:47.75rem;height:3.5rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRT93VQo4Dvlh4ZdOEOhnHTLAPgUWKz { width:47.75rem;height:3.5rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLaTooHh7BArENnfe1QI55SLLvtImZq1 { top:53.0625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSrpc2JsgAVgEyOHsP8AVzoHRw8B8Im0 { top:53.0625rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwVWmwlSkIrouMgpws9koC1JCS5krT1P { width:47.75rem;height:3.5rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTJQ9FTizA6PcptUiSeBC1K5at7KgyT { top:60.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WtXVaMbG4EdzUe8nFz1OpAh0nONOI9 { top:60.375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCXRVBqqzPqJFrLZRsm7fDPaOOJ5txo5 { top:12rem;left:36.125rem;width:11.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWw9rW4nZfhb3diJsoG0s2Lt3DhF8F2 { top:17.375rem;left:40.375rem;width:7.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goRLpHLosy5CtDWemSSThp3gHrRPu7VV { top:30.375rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwtH6R1htTo1VVVhAqCVXoEPDU2H5gaL { top:34rem;left:22.875rem;width:24.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxSpJiF7mveQMDuGFs74kZc4PgOrFTaT { top:37.875rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU26mRaAfvMEiW0V9lBp02XkFJXVWw64 { top:45.25rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik6ABU9pRQzNPPPaB0RiuuzUkDyVZLWM { top:49.25rem;left:23.5625rem;width:24.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOI2lpFBghAsJ2o5C2v5hhboxDgpC5WC { top:56.6875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzk3eGHyzADm7GZQlvc1cskRRMtwPMFZ { top:56.6875rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvXQZq9lel74ugUSZPhHCzNgl7JTo4wd { width:47.75rem;height:3.5rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSGh7usvESM8GXM19vdd9GrCOlX66RSu { top:53.0625rem;left:23.5625rem;width:24.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61f6Bq09eCdEm26CJkrM74Jsv6iPiaJ { top:21.0625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRP051oqQ5TUc7IN8LwmIlzZiT1xbBPe { top:21.0625rem;left:0rem;width:39.4375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfKBGmSzFlOku6pPl0uzr3dZ9Id3BkBS { top:21.25rem;left:29.875rem;width:17.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFDtoafqk56IKvsHSpDhfsAguanlLMeU { display:block; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTIT3Q3o6L6Se2AuUbZIKTwsuV4VmDtT { top:4.375rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou8Ku7VcT6wfDoJmKbniqAWUhCXrTELL { top:4.4375rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfhiDUsspkegGx4sW71wM2v0l6mO6TsM { top:7.8125rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN8KCmOwBHcRiZxrTsXQuT6AJmiWCcge { top:7.8125rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOX8psaSV8GSwRIIeAJJT7swPPxxF8l { top:11.625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuaacpIHsFg7BurQgP4fLenHhck4oBSA { top:11.625rem;left:0rem;width:31.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGFBWTNbqb8v8kJprsrQWwHagTEfXrO { top:17.5625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k77uUJUZOgTcn9Np51KaMMGVPARFEGAv { top:17.5625rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8dCgqxgW51xPzrcbhpP8qublMf8QFch { top:21.1875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkxLOdxDQvPnagLitWCm1JAvEIyJHFif { top:21.1875rem;left:0rem;width:34.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAC03eaghyCpMBfMqcI42IIJHnsnH1Ny { top:24.9375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNysOoo7SQriXgFs0JOVK65LzQaTAliv { top:24.9375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfepD9IWis1CsA96B27788FuwVaU0He { top:28.5rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIurkrnF3lzbKiqJWxUz6Bl2QRn0EaqU { top:28.5rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdp4hOqTvThDpIopAN94HKirqDyShGr3 { top:32.1875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITPobwASPhmZ1845IWlX0TZDquBFXe5 { top:32.1875rem;left:0rem;width:39.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7eTbtcoCR2LtL6o4uZ1GuHDi74eetEV { top:38.375rem;left:0rem;width:6.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCHC3eyt5iBA41qTMth1necFq91yzwBR { top:38.375rem;left:0rem;width:39.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlkF20SwWHEXftkBQlvznERhCdJW5mXT { top:0rem;left:0rem;width:23rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUN0shKtzxDEkI2ZAt639eu3wUIOzBfN { top:44.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm3bIqaTgPArItqWkWN83OgBE2ZpVI4v { top:44.375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpnCztbEpCBixinWwbdvTv2d4kbnmMIs { top:48rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQLTILpvXgPZ4dCIGmeRELHeSMV93KZf { top:48rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMPEt7iXkKW8bLrewhCTPPTcSpnD0Bnt { width:47.75rem;height:3.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxTdQLQHxBBisBgfrC7dEt8kCRuR7o3 { width:47.75rem;height:3.5rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtOX6OQNKJ2dC7PtVR1LXC8SgR1hVhew { width:47.75rem;height:3.5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5AGPuiCMV3FoIMWT6lKZW34VvEB3JXQ { width:47.75rem;height:5.625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qv4MVeGJ9C0iO4bUsFdVQ73qxwvbkc { width:47.75rem;height:3.5rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ugnoHUnpfv6xmpxZ3HRbWWVTKZ695b { top:11.625rem;left:20.5rem;width:27.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfSTD6Lif5iPletwpvncLuXSuTUaRkNh { top:17.5625rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKfqJ8rCiQXTNJSTMp2M5iZxmqBDymK { top:21.1875rem;left:20.1875rem;width:27.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNKc5D4w8BDkFcWTg7CcTktStvEa73KW { top:28.5rem;left:36.1875rem;width:11.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZeXtV66baCQu7WwVryi8IQ1HfVL3ByV { top:32.1875rem;left:21.5rem;width:26.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro724lmUSscHmbRUWKXyEgh7lG5LK5fu { top:38.375rem;left:23.6875rem;width:24.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq { display:block; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vE60EXbFi8MvdCMZe9skdMBwt23yAiXy { top:3.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvUwgeVfcZgpFOTTa0ta9b72oFlhRCQw { top:11.375rem;left:0rem;width:20.75rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzzIuBmJbqb2yFrsuCVAClyC0FbIIXM { top:20.9375rem;left:28.5625rem;width:19.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTarch8MXs0WmbqrM3zga4796yiaLZQb { top:11.375rem;left:8rem;width:33.4375rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn6Pb2GqXSOy6FpwTiviQpaFo8ER7uKX { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5f4R7zLfpTBuWI7FKhL2rVIaFBlwfDH { display:block; }
 }@media only screen and (max-width: 763px) { #uqqNQqcg6R8VycXI6TfvOfQybefC26xc { top:20.9375rem;left:9.1875rem;width:31.125rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw { display:block; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fguPrWRmO95yaHFclVmEeTDeAlo0z5ld { top:17.3125rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upoiHeSshP0XIn8h7ik8rCR3aCZbUk7k { top:19.375rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzbwiX1pkO0btlsaXdgTV5qJzFLn8EoU { top:6.875rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kGM9NlAIeTL2U2AIMIpaoXr0QWZ6R1 { top:22.75rem;left:0rem;width:5.75rem;height:3.2768072587132rem;display:block; }
 }@media only screen and (max-width: 763px) { #frE3xLTo00ZC7oZLtOVlFdB3DaavIWSV { top:14rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5cz6pceeP5PF60wmuSn2Fhu82rnOsA { top:13.6875rem;left:0rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF3STL2r9FhxgMubJ1hkM5nyOfqO4D85 { top:1.6875rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N29KDOS4rzTGOe7Xo4LEZpcNsyJzTM1E { top:6.875rem;left:10.749998092651rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxpGeuSSwAMzlfqve8z2sp74bWDuKb1Q { top:17.25rem;left:6.0624980926514rem;width:18.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Sv01xH6CLeJ8CJ1W8Zr2rT5puOXNBg { top:19.375rem;left:6.7496433258056rem;width:17.0625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM1p7ByKTmSCTbtwKQXqVpEv5UxTTxMq { top:24rem;left:11.437143325806rem;width:7.6875rem;height:2.0460728602886rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIgn8gC4nTu52Zi7nIczTQkhkhrc0uic { top:17.3125rem;left:27.18731880188rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9g8u1yf0w79Frpqxe9PJefHNmTIl9A { top:19.4375rem;left:24.562143325806rem;width:17.0625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1xsSzsSaTaFlcCXVRLHf3JKTobpLMTS { top:6.9375rem;left:28.562498092651rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOfUXtVgdoPBztDacKN6WuVbZJ9a63xr { top:23.5625rem;left:29.249643325806rem;width:7.625rem;height:1.6724246440565rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDMf9t64ZqhVJQG9Pi8GZqWFunsPgDwz { top:14rem;left:31.624464035034rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5OcOIyzq5Qy1hac0bW0M9ZIweTcIkP { top:13.6875rem;left:32.374998092651rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPyNQsDfJiNUBTtonrczCQdgGhtBFBD { top:28.9375rem;left:10.749998092651rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufhKk3VG7MTeBQrBbdeOVMcioFFrf4zT { top:38.9375rem;left:9.3437480926512rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQXgTrrX2HUJ7TGNicUNVJ6Q0X4SpId5 { top:40.9375rem;left:11.185899734497rem;width:8.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsvXeMulnJ5Iv5RzTpwnzR9ZsEKLDIO { top:44.9375rem;left:10.061967849731rem;width:10.375rem;height:3.1670532612602rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3y1L5KvhIign1cIMZL2IZPDyFRckIch { top:28.9375rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkF6kzmdlqx3yCJMMHBctlr4HwO9sH5 { top:38.8125rem;left:0rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2z9NkVepKHnMTsdoEUnVe9cT5RFOvOl { top:40.9375rem;left:0rem;width:15.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEiqwwMyqEHQfxrNdzQV40FcG1pft09d { top:44.9375rem;left:0rem;width:10.375rem;height:3.165621013959rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NXN7lxrqBNRpZ1OOAwuus4ADXoB5i1 { top:35.9375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvvS1VIpCxNTSOUmIDnwlHf9tNPzPvZE { top:35.75rem;left:0rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA9g13goE67w7ypWDu0th2k0SZbXXgk9 { top:23.25rem;left:39.6875rem;width:8.0625rem;height:2.2498007128404rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavEpdpPUOJhTxchAN5T0Sk7pihtyNfM { top:19.4375rem;left:38.125rem;width:9.625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1UZ7Fnmhhv8mWB4usZwtXZzP0HdKmby { top:17.25rem;left:35.875rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uezSw7WpXCVDQUtZeKWgKWL0Jqc9hI7K { top:13.875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI7Qh4BkED8wSCr2WopZK3Q6WeK8x7gk { top:13.5625rem;left:45.875rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsOzz0blGaaUbkE2Z1aGreHM9SP7qs9 { top:6.875rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Mdl0EhfZyyP0ouFSaamLlvpmyL2Z7C { top:28.9375rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwAqLQVpFup6Mh32vNZQoo7geFx2efm { top:38.9375rem;left:35.875rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw1PVNHBMX8vDLBisQp0fzKRxEDgTuop { top:41rem;left:34.625rem;width:13.125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeHaIdyqotvVmyS1bM1N724Vgx5Peb7S { top:28.9375rem;left:28.592683792114rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh18b4olvIO0dEgNKKn0nwXoGTln7SzE { top:38.9375rem;left:27.18731880188rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NuJTuyQbxpXzfE2brRTTbFrVvAWuqU { top:41rem;left:25.374464035034rem;width:15.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBA5UyuOKMz5v71gmggH21SWTTXTm1a { top:44.9375rem;left:27.906427383423rem;width:10.375rem;height:3.1670532612602rem;display:block; }
 }@media only screen and (max-width: 763px) { #LztEM6zFpOJW8TdXoiGVFJEFwTEtRqVo { top:36rem;left:31.65553855896rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO2wNvcmevmMThwSfVvIZlvfxTXl1cqE { top:35.75rem;left:32.405359268189rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfT288EZfHkvIc54uDdBHvX0OnSzlUnd { top:50.5625rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M22FgwTdILEc6iRs9nE3SBbHBRrCGCfe { top:60.375rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKNXSOyCmxmtbMLnWL88IXALF0oECNeO { top:62.875rem;left:0rem;width:15.6875rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn6o0p3w4OoS8h813Ml2ICcHzQNcI5C7 { top:67.75rem;left:0rem;width:9.0625rem;height:3.624825rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRehxONx8k9tm7BJCOcmirNnPyt31P3V { top:50.5625rem;left:10.9375rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDKQZVkHHZgeuL4xnGLyUI5MhzxnsET { top:60.375rem;left:9.25rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWxzrVzJc6fXPD3x6k9blJf0FLoAc84T { top:62.875rem;left:8.5rem;width:14.0625rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfpgfP0h4hJNWz19GO8mxJ5op4XxiOTB { top:68rem;left:12.4375rem;width:6rem;height:3.0307582540628rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Uawy2Zg93rTeBqJ0zqzK8CmusmoGAw { top:57.5rem;left:14.0625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmpGV0suIIb3dOL6b8E4wTHNymHwXNs { top:57.1875rem;left:14.8125rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIKC3iIQDxUriN6NQxb0RLI1zhRMLBGG { top:60.3125rem;left:26.841974258423rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgegTbUIUU1gD6vlFQ4vrcdpfLp4kBSl { top:62.4375rem;left:25.248399734497rem;width:15.6875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrD8fwtTSIyPPZyNRe71ZM43wakDfUoG { top:36.1875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4XCIJ2m09DsmIRxGp970cuJVwSkJbc { top:35.9375rem;left:45.875rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozJm1LKDT1rZXd9LpUKbl0OKKumW7kM { top:50.5rem;left:38.625rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1AkfcIP38ibN5DbCsKTlxxeBMGLNHt0 { top:60.3125rem;left:35.25rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkrAnoHCuhQeypFL8C2a8LFOENOuifvr { top:62.4375rem;left:32.0625rem;width:15.6875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBwWTxeyRsawwfBLzzmsgK2z7kt5MuO0 { top:66.25rem;left:39.9375rem;width:7.8125rem;height:5.1242875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJZRP1egwUZ8fq1elIADZzwQxBcoM8h { top:57.4375rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFSAHKKQp5TuaT2cOVtCaWGJD0gH34vm { top:57.25rem;left:45.875rem;width:1.875rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agstSO0DDBWrMruuWR23Lvc34J5TPyTD { top:66.25rem;left:29.217683792114rem;width:7.8125rem;height:5.1234rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZV9R35d6nS1gl3XzphsevPZzwH9Pt9l { top:50.5rem;left:28.529649734497rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4LylF5nhQ5FzaIdoDKRwzIa4TC2eLsP { top:57.5rem;left:31.65553855896rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVMuAvAhwy9vMLUdvXRvOCwhJDRVaNE3 { top:57.25rem;left:32.405183792114rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFau3Zkhb6n74ESO0xPINqHRPZihAhR { top:74.3125rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXUPl3sClUdhr85mJBCDuqHRI09VOD3b { top:84.875rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpmiLORPnrEtGy4JXTyvXRXLpbVeE8we { top:87.3125rem;left:0rem;width:15.6875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgJTWCwxwIkNLnuw5R67Xq30r8k3buiK { top:81.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnlTFZXGoW36D0g2hFx7sTL4u8mNZkdN { top:81.25rem;left:0rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z72zFNKSNVIUgtaAkZyaxvHa3JsVVnba { top:75.9375rem;left:10.4052734375rem;width:9.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrhOMLIJ8X9VhWl8WvgP4tcUzs1uzbp1 { top:84.875rem;left:9.8427734375rem;width:10.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoRricax2stW1CyptEZSC9qHDDTyGrM2 { top:87.25rem;left:9.9990234375rem;width:10.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvK7cFB5W8g38x1Rc3aWtXxuPVzidrI4 { top:92.0625rem;left:0rem;width:10.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBeKbhiBFDaC5hvA726Z9T8rrWHRgIqT { top:74.25rem;left:28.529296875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UobN9Spg49tT3WtKDXQwZmo1E97PyuaV { top:84.875rem;left:26.841796875rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIoa4azDvJFdiwfdHyNI1OaB8NTXTzW9 { top:87.25rem;left:27.8427734375rem;width:10.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVH194qUPNUPm7twXbrIH1AACxd8kdx { top:81.5rem;left:31.6572265625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nli0iMJhilmIBynMF4X3xKGt9HL2T0ac { top:81.25rem;left:32.4072265625rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knGZfsQl7N2DJtTbi0EMAyQUQNrQtxwX { top:91.0625rem;left:27.1875rem;width:12.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgCMBTF2T6iaAha5rKmCRoufeMHt753Q { top:74.3125rem;left:38.625rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT1eXTLRJLGvoBlfKGs0ArSXDTmCHWHz { top:87.3125rem;left:35.5rem;width:12.25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbZQMRK00oMLGolTz8ugT5a41Setv8P2 { top:84.875rem;left:33.75rem;width:14rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcaIbZWeoHFLWu6xCg1G9eE7GberUvif { top:91.0625rem;left:35.0625rem;width:12.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RABnRt00274LXxlExxOPN8uZ2ThqIcTt { top:81.5rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R15gdL9c7ug2XxJNWarqD19B3TxTIR { top:81.25rem;left:45.875rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5dCSwD9uepqfUW16TxirnIKmKFXN56 { display:block; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaeNmgyv9fF4P812hpDGJddtQMCxWObH { top:8.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp1EWllpLGLtl9OzTHTBVlR7KACrwWQM { top:3.0625rem;left:0rem;width:14.1875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMPx5kqMQozKD1WSU7wDrG4h3Is004Z3 { top:27.75rem;left:0rem;width:31.875rem;height:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5iTTxDZc7TDKq9LOXG9TcbDWAglENTd { top:22.4375rem;left:0rem;width:35.9375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Ia2cAk1hkiBxkkWpn7c5REVIGS9gfm { top:22.4375rem;left:11.8125rem;width:35.9375rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWR3GzPZqfUmI36qCZPm4QmeovhZ2WA8 { top:29.75rem;left:13.375rem;width:34.375rem;height:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCTbrpwvVafnhFRX6sTBEA0rR2TnJSQ { top:16.625rem;left:0rem;width:33.625rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTZMGULvZGPfOM8Zot8gVGkJweCBKp0 { top:16.5625rem;left:14.125rem;width:33.625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv { display:block; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqS4m7ArcgsvBXy7MtRTUeNBGqZbKwCE { top:2.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d { display:flex;height:auto;width:27.8125rem;top:11.25rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #LDKoF8VTtLTatx10vMmXT2FiOlRfebST {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #auh7KudiX4KwiaDbZQHBFKomk8LgyOzA {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #nLIE5n76xZgOXw9hsquBVpc3TySWFLb7 {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #XuXGMs6799Nn4uT9hZ0sVGqFtnRUJssK {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #oTvMPO9a03hhAQRZOhifTfG06HBnkIKC {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #RpuSisKNW6DZyPAAA2GzuGN22bLtZ8IP {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #fXBh7b4D8WqNwgNMq8X0JfRSRR4mIpVk {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #CS2eOKtV9kS9QJVLysG9ZLQDcu6WkJg4 {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #TS8k6XCfmyvHigaz7qT1VU2MKlQrvWTE {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #KbZVQlGvzIwurxrQMcWlLSNqe8TnoQyG {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #XRJC6iTZTJ7LpcGM9w6uZqBgtM9Wbesl {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #MN3JyEsgkkQnBrRMhe3uitTw8A3o8VZM {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #VKvosRslcmTq3Nzit6DccsWtxdXomTwE {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #TlNKzHpRGwTRrt840P3Idz8BdugV0xa0 {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #SkCQ4hwl2iX8iInZ8AZfS8aarqGFNAuI {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #JePpayZLWrRRZ02gZn1iZM7bx5HWLQIM {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #putJfQvZyk2qVeVQRTuIND6TCdfep4iT {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #Vlw7uuhqg65puhgsyEmGZmUm5HfTniSG {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #Qpt6Ze9k5AqxWskdR3SXvJ4SlgZ1LJZq {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #m029Vd57KCSNW2lHtMPa5Iucg5zhC7X9 {  }
 }@media only screen and (max-width: 763px) { #nf9AWqsTXa1rrMP85w3kh4Zx7Oc4VHM0 { top:7rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ991UD9cF8J6PbQ7SIidpkAIRUTtGtF { top:10.625rem;left:0rem;width:25.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 { display:block; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTrsKUE0TZapSguBRp55LLUDHnZuy15r { top:12.0625rem;left:0rem;width:32.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGO6KgKh5Dn35s3ocEVsOViIvufkIPp { top:3.75rem;left:0rem;width:33.8125rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APxcki2HQDiBqqSviLUbNFQegA3tPMaC { top:5.6875rem;left:10.8125rem;width:36.9375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO0xH2Zb9NKFIAHuvyqOUSARbQpe6KN6 { top:19.875rem;left:0rem;width:34.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF80GVEAl5LrItuAgw7ODc3KoJV3K6dr { top:3.75rem;left:10.4375rem;width:37.3125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 { display:block; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p43DpTagwaoKoGwLfgOexm64iFzt552N { top:3.3125rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdtowWkQEISvxWEVduTUyc9beUEofUJ { top:16.625rem;left:0.90625rem;width:22.5rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdC3lTCD5aP7fn18Mpwnt6NTdoJuKnpT { top:13.9375rem;left:0.90625rem;width:22.5rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1uH7NPQeA6KIAPRgUJ32c6CiceaoHD8 { top:13.9375rem;left:0rem;width:13.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvomE6VbTRTlRoFDUobceCAsuCZaazIT { top:19.0625rem;left:0.9375rem;width:22.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCAokLnMIyhxtJHsEbrExwLDR2fL8thF { top:20.875rem;left:0.9375rem;width:22.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlqp5N7DDGgcMzOTgEF7nWDVouzePLw2 { top:25rem;left:26.9375rem;width:16.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kbwuNTn6p0G8ORfyocIkgBVb9DfAL6 { top:25.375rem;left:29.1875rem;width:18.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsek4WrwvOAJWg7aubTD9xk7Bpx6q29D { top:31.75rem;left:14.3125rem;width:33.4375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBhtmlzLSLVrhxICNE1lTF4VPuIPhTcQ { top:25rem;left:0.90625rem;width:17.125rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 { display:block; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERn5GeBxH6vFfoXimPmZkoIDWG5q8wfc { top:3.8125rem;left:11rem;width:24.5rem;height:8rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKZqUkeT3cA0Df9h3sRl4S4SQfRgVRI { top:14.875rem;left:1.5rem;width:19.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrueTT0vtNLHUh2z7UcAN6H8vn0u6qTg { top:14.875rem;left:21.4375rem;width:19.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FimuOCePRoTOIKAtPIxp5lk7yIz6d5 { top:14.875rem;left:27.75rem;width:19.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SatXvEsXC8Zc6I4yFllZ4Tw8xLOwuPsI { top:15.6875rem;left:0rem;width:4.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRBQ1kTT9ZOdSvgegGv68y9F8p2LCPvR { top:18.25rem;left:0rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EbVRP4Oq3JSF0xR5TbXZBgG4IGbfqc { top:3.625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep0ddJRu0eabqKZOGF95uh89GheReu0E { top:28.0625rem;left:0rem;width:19.5rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEA7rHcBylzAfWgzHLwStPTJ8UQPeTTq { top:28.1875rem;left:6.5rem;width:19.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpSJHoUEBop47Qm43bTTrNOk6MDGqGoS { top:28.1875rem;left:26.4375rem;width:19.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { width:20rem;height:4.94921875rem;top:34.5380859375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { width:20rem;height:6rem;top:52.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaTWI4A2knyA5P1CTrpLHRJBTThehZE8 { width:6.0625rem;height:6.6875rem;top:8.875rem;left:12.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-number { padding-top:0.5925rem;padding-right:0.531875rem;padding-bottom:0.5925rem;padding-left:0.531875rem;width:3.19rem;min-width:3.19rem;height:3.180625rem;font-size:2.3675rem;line-height:50.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.25375rem;height:1.25625rem;font-size:0.886875rem;line-height:20.1px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS { display:flex;width:5.25rem;height:5.991875rem;top:9.28125rem;left:13.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #NPpZDaCv1fGFQlQ4AIpTk9wqltSuz0Ek { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #iXEbOXC00KMoXZkzE9I6ndhkKlGsanUS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #h9vocvdCGXpC2uro9fMA7mT62UqRBKDI {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #F64cUX25H8fUQ6nfB03rMlqzNGqL509u { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #nTIeJQ1SQ3A026HTZyLt8cOurh4gpOl7 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #VAkvccTyWEAxGM92i9TwkCWuw6EcJNEg {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #UlL5Q4orhmcPxN6IT2tuBa3aNtx58VrA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #zQdiO7vJKlORRmRqOHtmddJ20ZP6keT6 {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #rk3UyIi7rHXpsUZH7OuMBDd0rCPeQRZc {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #JU5E9GuSec8V5epOQVlsucmI72aUQp77 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #EkdIIPwZNOXZQfzKXgaRA6WIvITgyCNS {  }
 }@media only screen and (max-width: 763px) { #tEl0eD7H1l9XLtXgGA3aB9HFXQDLEZxS #k4Jvca9IDn0DAiEzImTPXb4sl3s8mZco {  }
 }@media only screen and (max-width: 763px) { #ULt9FUfgW2mMwtbIZyrIeWovnMJtKmmg { width:20rem;height:1.800425rem;top:40.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o8hUyJfQsxwRhmeSrsUPii72qP8bkfp9 { width:19.875rem;height:30.1875rem;top:2.4130859375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xGPvMkSm5slhBlkPeeyamoE76xV3fRMB { width:8.875rem;height:3.375rem;top:61.349609375rem;left:0.50390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MWbKSAkDDz1g1B8d7I6pMpnrwThk4T { width:10.0625rem;height:3.5996125rem;top:10.41796875rem;left:1.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wztHy4fza9BKEb50oRofaDmicXTNOQUL { width:13.3125rem;height:2.25053125rem;top:59.099609375rem;left:3.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R1AfFmHu2asQ4XscLLy8JbIKr98Leb4H { width:10.5625rem;height:3.1875rem;top:61.5625rem;left:9.31640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxssvcrkdCpp6eIWrLz5QQC2dkbvgnb { width:13.125rem;height:3.875rem;top:66.158203125rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F81lsXzLTTO1e8LduToJRbcIXo96y7Nl { display:block; }
 }@media only screen and (max-width: 763px) { #lc14D6fqT6V2Dsc0IH1afO9E0MHvQ42v { width:20rem;height:5.90625rem;top:44.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h { display:block; }#BzVkNbsd9NGhgTqq5V4pRxgwTI1xTT1h > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGeRo1c0NWWoeX2loPu7ODw7vPCw4PTV { width:10.8125rem;height:1.062675rem;top:9.7498207092288rem;left:4.624467253685rem;font-size:1.0625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxhRGXNnTt34oQp02iIOHT0WMqGriFXI { width:9.6875rem;height:2.74946875rem;top:5.3737573623658rem;left:5.1562498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ugo403AeIJendpnr5yArcWNdItSdLnm1 { width:7.1875rem;height:2.625rem;top:13.186257362366rem;left:6.3751772642138rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOAEq4a2CV66TUymmu19em3Mxew50QWP { width:11.25rem;height:1.25rem;top:25.248578011989rem;left:4.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iCEokkmbmhFzD8rvvIIAroSNgEWEZh3T { width:8.6248125rem;height:1.62464375rem;top:17.811612129211rem;left:5.6862567663193rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F4r0B3pFJ4oBo8nb3XwSxTe9GTHbOSOz { width:20rem;height:2.39968125rem;top:1.42578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZieO8mROlybt4G4CZecUs9PmWC1GgU7 { width:10.75rem;height:2rem;top:9.3121433258056rem;left:4.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLJbKZLvDQJngJSd8hQlCTX5ok50E47L { width:11.312125rem;height:3.99946875rem;top:20.185545921326rem;left:4.343039393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnC2xTXmQpKVJ6O7Bd0l79Nx9TNCAfJR { width:9.0625rem;height:6.375rem;top:30.749284744262rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeNrrPt5MVsLng3e3TX19lIBRSGnyTe { width:9.747875rem;height:1.749825rem;top:44.496626377106rem;left:5.1251772642136rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATDO1LC9Xv1XTt90Ltnsgmso55QGNir { width:8.9985625rem;height:3.06196875rem;top:48.186254501343rem;left:5.4998220205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5qnLqfxNh4UPNdOQphMZ1yy49giXpU { width:7.8125rem;height:2.1875rem;top:28.561789453029rem;left:6.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV5RGXfIbmwgEpBrFXmrLAX74HsLHItV { width:10.8744375rem;height:3.18714375rem;top:52.747688293457rem;left:4.5933946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8VJBiM0LLlwtvTTpRlFJTpreEBrinvK { width:7.3125rem;height:4.6875rem;top:37.24608707428rem;left:6.3121446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiHA5zr2bTADheK0QfexZFnCtc5yD0Ig { width:13.125rem;height:7.625rem;top:4.4984016418457rem;left:3.5298293828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM { display:block; }#OCHb7IxSuxDM9ozehrq0bXC5opoM7ePM > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHXI9yzmP4CeCkhb36GIbMAaT14L6Eb0 { width:14.25rem;height:2.39968125rem;top:0.67578125rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS { display:block; }#KG7S6gSLrTZ1CFlkkTWwe1O1Fyogw2iS > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhVD4vIVX80dTXb7hhEd95GettcBQPih { width:12.875rem;height:1.625rem;top:2.880859375rem;left:6.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM32kIyGRN8GPBIFRVgKe192tOHH6tSM { width:9.75rem;height:1.625rem;top:2.880859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAattlTvVnRwk9pLB5sdc80LQRC9omd5 { width:9.75rem;height:1.625rem;top:6.130859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlbbHVpfah6TNLT5lou95wfZlcOEJIF { width:13.6875rem;height:3.25rem;top:6.130859375rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sndk71Ft6cyDkwgkQy9tksFW1roPHn7C { width:5.8125rem;height:1.625rem;top:11.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwrE9T5RnPPqiJk8PqbsOI87wWqkqCaV { width:13.4375rem;height:6.5rem;top:11.25rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNkisKAgCiPTTUwToIvriXX5OmrEcTQ { width:9.75rem;height:1.625rem;top:21.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHTgs2vT8XrfLh6fLr1F4wMBvZ3SPwT { width:13.9375rem;height:3.25rem;top:21.4375rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX9hG4tLoz2TaerTPnCMsuGLT7nTNsbO { width:9.749625rem;height:1.625rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZq4630b9n9mZgCHNL8xTxnp7qroCPa { width:9.749625rem;height:1.625rem;top:37.875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TTArxsNsiRmqBFclsGFuCFDlpFpsQ0 { width:6.1875rem;height:1.625rem;top:41.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9KwUm7kJLJRoVXsNd1tOU8dc6xtcZes { width:12.8125rem;height:4.875rem;top:41.125rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS33USvLfQH15poXsDda3WgK0On3dt4a { width:9.75rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0upcofiuFVzEWNXQyFKNe7sW94yD9S { width:12.875rem;height:4.875rem;top:49.375rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUimOhidFvsa8X7IXXi9IlIO6qs03B0 { width:9.75rem;height:1.625rem;top:57.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJIrf6b9H3HwoQhNSZdoLpTl8cOff3lP { width:13.6875rem;height:3.25rem;top:57.9375rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4PVJ6yVKiIDGDhogU1WPGPyiZkRa5Fv { width:9.75rem;height:1.625rem;top:64.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6qchQkwaX71NnL1GzGxCSVL1wrqZwdP { width:12.5rem;height:1.625rem;top:64.5625rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbo51NV4rtokZwHxsEP1XcuzipncttJ { width:20rem;height:1.7871125rem;top:0rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IS6STyUzEz9iXps2kRSh2I9rUiSc6EVk { width:9.75rem;height:1.625rem;top:68.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUAW8yTt58Ap25IKHbS0QFPZy3eRa0WR { width:12.4375rem;height:3.25rem;top:68.25rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFaNzfLsEdXrTy4Va9yC3D6wtTZTeBp { width:9.75rem;height:1.625rem;top:75.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePq0anfLaMHXhVEfcxPU9sTuimNQlTU { width:13.6875rem;height:4.875rem;top:75.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ZT31nlsSEBvaxWNG8CRyWXSmwGFggR { width:20rem;height:5.0625rem;top:5.1615772247314rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2svTfSrUnMGgL9vkG6TitaOwasB0va { width:20rem;height:6.625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg7pIPFCrPfo55OunTFqTtdUwcJMLUbl { width:20rem;height:3.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWfWJQURc5h3GvOTGATJSvpVMCWFAUN { width:20rem;height:8.125rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRT93VQo4Dvlh4ZdOEOhnHTLAPgUWKz { width:20rem;height:3.125rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLaTooHh7BArENnfe1QI55SLLvtImZq1 { width:9.75rem;height:1.625rem;top:84.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSrpc2JsgAVgEyOHsP8AVzoHRw8B8Im0 { width:12.6855625rem;height:3.25rem;top:84.0625rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwVWmwlSkIrouMgpws9koC1JCS5krT1P { width:20rem;height:8.75rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTJQ9FTizA6PcptUiSeBC1K5at7KgyT { width:9.75rem;height:1.625rem;top:93.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WtXVaMbG4EdzUe8nFz1OpAh0nONOI9 { width:10.5rem;height:1.625rem;top:93.0625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCXRVBqqzPqJFrLZRsm7fDPaOOJ5txo5 { width:11.625rem;height:1.625rem;top:18.125rem;left:6.25rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #FwWw9rW4nZfhb3diJsoG0s2Lt3DhF8F2 { width:13.8743125rem;height:1.625rem;top:24.936434745789rem;left:6.1248220205307rem;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #goRLpHLosy5CtDWemSSThp3gHrRPu7VV { width:11.625rem;height:1.625rem;top:46.4375rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #vwtH6R1htTo1VVVhAqCVXoEPDU2H5gaL { width:13.4375rem;height:1.625rem;top:54.5rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxSpJiF7mveQMDuGFs74kZc4PgOrFTaT { width:11.624625rem;height:1.625rem;top:61.375rem;left:6.375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #cU26mRaAfvMEiW0V9lBp02XkFJXVWw64 { width:11.625rem;height:1.625rem;top:71.6875rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #ik6ABU9pRQzNPPPaB0RiuuzUkDyVZLWM { width:9.749625rem;height:1.625rem;top:80.75rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOI2lpFBghAsJ2o5C2v5hhboxDgpC5WC { width:7.0625rem;height:1.625rem;top:89.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzk3eGHyzADm7GZQlvc1cskRRMtwPMFZ { width:9.75rem;height:1.625rem;top:89.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvXQZq9lel74ugUSZPhHCzNgl7JTo4wd { width:20rem;height:3.8125rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSGh7usvESM8GXM19vdd9GrCOlX66RSu { width:5.06185rem;height:1.625rem;top:87.3125rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o61f6Bq09eCdEm26CJkrM74Jsv6iPiaJ { width:6.0625rem;height:1.625rem;top:28.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRP051oqQ5TUc7IN8LwmIlzZiT1xbBPe { width:13.8125rem;height:6.5rem;top:28.1875rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfKBGmSzFlOku6pPl0uzr3dZ9Id3BkBS { width:13.49875rem;height:1.625rem;top:35.05983543396rem;left:6.2171515226364rem;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFDtoafqk56IKvsHSpDhfsAguanlLMeU { display:block; }#sFDtoafqk56IKvsHSpDhfsAguanlLMeU > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTIT3Q3o6L6Se2AuUbZIKTwsuV4VmDtT { width:14.3125rem;height:1.625rem;top:2.8125rem;left:7.1874994039538rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou8Ku7VcT6wfDoJmKbniqAWUhCXrTELL { width:9.75rem;height:1.625rem;top:2.78125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfhiDUsspkegGx4sW71wM2v0l6mO6TsM { width:9.75rem;height:1.625rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN8KCmOwBHcRiZxrTsXQuT6AJmiWCcge { width:12.375rem;height:1.625rem;top:5.375rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOX8psaSV8GSwRIIeAJJT7swPPxxF8l { width:9.749625rem;height:1.625rem;top:8.4366121292112rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuaacpIHsFg7BurQgP4fLenHhck4oBSA { width:12.9368125rem;height:6.5rem;top:8.4991149902344rem;left:7.0614341497419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGFBWTNbqb8v8kJprsrQWwHagTEfXrO { width:9.75rem;height:1.625rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k77uUJUZOgTcn9Np51KaMMGVPARFEGAv { width:12.5625rem;height:4.875rem;top:23.375rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8dCgqxgW51xPzrcbhpP8qublMf8QFch { width:9.75rem;height:1.625rem;top:32.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkxLOdxDQvPnagLitWCm1JAvEIyJHFif { width:12.6875rem;height:3.25rem;top:32.0625rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAC03eaghyCpMBfMqcI42IIJHnsnH1Ny { width:9.75rem;height:1.625rem;top:40.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNysOoo7SQriXgFs0JOVK65LzQaTAliv { width:12.4375rem;height:1.625rem;top:40.5625rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfepD9IWis1CsA96B27788FuwVaU0He { width:9.75rem;height:1.625rem;top:44.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIurkrnF3lzbKiqJWxUz6Bl2QRn0EaqU { width:12.625rem;height:4.875rem;top:44.125rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdp4hOqTvThDpIopAN94HKirqDyShGr3 { width:9.75rem;height:1.625rem;top:52.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITPobwASPhmZ1845IWlX0TZDquBFXe5 { width:12.875rem;height:6.5rem;top:52.625rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7eTbtcoCR2LtL6o4uZ1GuHDi74eetEV { width:9.75rem;height:1.625rem;top:62.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCHC3eyt5iBA41qTMth1necFq91yzwBR { width:13.0625rem;height:8.125rem;top:62.6875rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlkF20SwWHEXftkBQlvznERhCdJW5mXT { width:20rem;height:1.7871125rem;top:0rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nUN0shKtzxDEkI2ZAt639eu3wUIOzBfN { width:9.75rem;height:1.625rem;top:74.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm3bIqaTgPArItqWkWN83OgBE2ZpVI4v { width:13.0625rem;height:1.625rem;top:74.8125rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpnCztbEpCBixinWwbdvTv2d4kbnmMIs { width:9.75rem;height:1.625rem;top:78.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQLTILpvXgPZ4dCIGmeRELHeSMV93KZf { width:12.625rem;height:3.25rem;top:78.3125rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMPEt7iXkKW8bLrewhCTPPTcSpnD0Bnt { width:20rem;height:2.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxTdQLQHxBBisBgfrC7dEt8kCRuR7o3 { width:20rem;height:8.4375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtOX6OQNKJ2dC7PtVR1LXC8SgR1hVhew { width:20rem;height:3.3125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5AGPuiCMV3FoIMWT6lKZW34VvEB3JXQ { width:20rem;height:10rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qv4MVeGJ9C0iO4bUsFdVQ73qxwvbkc { width:20rem;height:3.5625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ugnoHUnpfv6xmpxZ3HRbWWVTKZ695b { width:13rem;height:6.5rem;top:15.309658825398rem;left:7.1857246160506rem;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfSTD6Lif5iPletwpvncLuXSuTUaRkNh { width:11.625rem;height:1.625rem;top:28.5625rem;left:7.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #PmKfqJ8rCiQXTNJSTMp2M5iZxmqBDymK { width:11.937125rem;height:3.25rem;top:35.625rem;left:7.1875rem;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pNKc5D4w8BDkFcWTg7CcTktStvEa73KW { width:11.624625rem;height:1.625rem;top:49.375rem;left:7.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #yZeXtV66baCQu7WwVryi8IQ1HfVL3ByV { width:12.7494375rem;height:1.46218125rem;top:59.625rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ro724lmUSscHmbRUWKXyEgh7lG5LK5fu { width:11.62375rem;height:1.46218125rem;top:71.5625rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq { display:block; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vE60EXbFi8MvdCMZe9skdMBwt23yAiXy { width:15.125rem;height:4.7993625rem;top:2.9375rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvUwgeVfcZgpFOTTa0ta9b72oFlhRCQw { width:20rem;height:14.125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzzIuBmJbqb2yFrsuCVAClyC0FbIIXM { width:20rem;height:13.375rem;top:30.03125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zTarch8MXs0WmbqrM3zga4796yiaLZQb { width:20rem;height:7.125rem;top:9.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vn6Pb2GqXSOy6FpwTiviQpaFo8ER7uKX { width:20rem;height:4.375rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5f4R7zLfpTBuWI7FKhL2rVIaFBlwfDH { display:block; }
 }@media only screen and (max-width: 763px) { #uqqNQqcg6R8VycXI6TfvOfQybefC26xc { width:20rem;height:6rem;top:45.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw { display:block; }#X0T32HCHN7MTkOdZ91ly0cLhtWmKnMnw > .row .container { width:20rem;height:171.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fguPrWRmO95yaHFclVmEeTDeAlo0z5ld { width:9.1875rem;height:1.625rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upoiHeSshP0XIn8h7ik8rCR3aCZbUk7k { width:9.375rem;height:2.69965rem;top:17.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzbwiX1pkO0btlsaXdgTV5qJzFLn8EoU { width:8.1875rem;height:8.1875rem;top:6rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kGM9NlAIeTL2U2AIMIpaoXr0QWZ6R1 { width:5.5rem;height:3.125rem;top:21.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frE3xLTo00ZC7oZLtOVlFdB3DaavIWSV { width:2.9375rem;height:2.9375rem;top:12.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5cz6pceeP5PF60wmuSn2Fhu82rnOsA { width:1.9375rem;height:3.0060375rem;top:12.4375rem;left:4.0625rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MF3STL2r9FhxgMubJ1hkM5nyOfqO4D85 { width:14.1868125rem;height:2.39968125rem;top:1.1869678497314rem;left:2.905717253685rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N29KDOS4rzTGOe7Xo4LEZpcNsyJzTM1E { width:8.3744375rem;height:8.3744375rem;top:5.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxpGeuSSwAMzlfqve8z2sp74bWDuKb1Q { width:9.875rem;height:1.625rem;top:16.186060905456rem;left:9.9999998807906rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Sv01xH6CLeJ8CJ1W8Zr2rT5puOXNBg { width:9.875rem;height:2.699225rem;top:17.809836149216rem;left:10.000177502632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VM1p7ByKTmSCTbtwKQXqVpEv5UxTTxMq { width:7.3118125rem;height:1.93714375rem;top:22.030361890793rem;left:11.403585791588rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIgn8gC4nTu52Zi7nIczTQkhkhrc0uic { width:9.5rem;height:1.625rem;top:36.235793113709rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9g8u1yf0w79Frpqxe9PJefHNmTIl9A { width:8.3744375rem;height:4.04883125rem;top:37.859551429749rem;left:0.65394175052644rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1xsSzsSaTaFlcCXVRLHf3JKTobpLMTS { width:8.5618125rem;height:8.5618125rem;top:26.434658050537rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOfUXtVgdoPBztDacKN6WuVbZJ9a63xr { width:7.6875rem;height:1.6875rem;top:43.004260063171rem;left:0.99840199947356rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDMf9t64ZqhVJQG9Pi8GZqWFunsPgDwz { width:2.875rem;height:2.875rem;top:32.719281196594rem;left:3.155717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5OcOIyzq5Qy1hac0bW0M9ZIweTcIkP { width:1.875rem;height:3.0060375rem;top:32.730822563171rem;left:3.968039393425rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JvPyNQsDfJiNUBTtonrczCQdgGhtBFBD { width:8.3123125rem;height:8.3123125rem;top:46.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufhKk3VG7MTeBQrBbdeOVMcioFFrf4zT { width:9rem;height:1.625rem;top:55.515625rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQXgTrrX2HUJ7TGNicUNVJ6Q0X4SpId5 { width:8.125rem;height:1.349825rem;top:57.140625rem;left:10.9990234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXsvXeMulnJ5Iv5RzTpwnzR9ZsEKLDIO { width:10rem;height:2.87464375rem;top:61.436965942382rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3y1L5KvhIign1cIMZL2IZPDyFRckIch { width:7.8125rem;height:7.8125rem;top:46.415126800537rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkF6kzmdlqx3yCJMMHBctlr4HwO9sH5 { width:9.375rem;height:1.625rem;top:55.516332864761rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2z9NkVepKHnMTsdoEUnVe9cT5RFOvOl { width:9.2498125rem;height:4.048825rem;top:57.140089899301rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEiqwwMyqEHQfxrNdzQV40FcG1pft09d { width:9.6875rem;height:2.875rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NXN7lxrqBNRpZ1OOAwuus4ADXoB5i1 { width:2.875rem;height:2.875rem;top:52.13600730896rem;left:3.1551846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvvS1VIpCxNTSOUmIDnwlHf9tNPzPvZE { width:1.875rem;height:3.0060375rem;top:52.070310592651rem;left:3.9683946371079rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vA9g13goE67w7ypWDu0th2k0SZbXXgk9 { width:8.0625rem;height:2.25rem;top:42.642578125rem;left:11.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavEpdpPUOJhTxchAN5T0Sk7pihtyNfM { width:9.625rem;height:2.699225rem;top:37.8603515625rem;left:10.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1UZ7Fnmhhv8mWB4usZwtXZzP0HdKmby { width:9.125rem;height:1.625rem;top:36.2353515625rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uezSw7WpXCVDQUtZeKWgKWL0Jqc9hI7K { width:2.875rem;height:2.875rem;top:32.71875rem;left:14.2783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI7Qh4BkED8wSCr2WopZK3Q6WeK8x7gk { width:1.875rem;height:2.5996125rem;top:32.83203125rem;left:15.0908203125rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SAsOzz0blGaaUbkE2Z1aGreHM9SP7qs9 { width:8.75rem;height:8.75rem;top:26.4345703125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Mdl0EhfZyyP0ouFSaamLlvpmyL2Z7C { width:7.9998125rem;height:7.9998125rem;top:65.686254501344rem;left:11.060014128685rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwAqLQVpFup6Mh32vNZQoo7geFx2efm { width:9.625rem;height:1.625rem;top:75.45277404785rem;left:10.374467253685rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw1PVNHBMX8vDLBisQp0fzKRxEDgTuop { width:8rem;height:4.048825rem;top:77.07652282715rem;left:10.997868895531rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeHaIdyqotvVmyS1bM1N724Vgx5Peb7S { width:8rem;height:8rem;top:65.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh18b4olvIO0dEgNKKn0nwXoGTln7SzE { width:9.1868125rem;height:1.625rem;top:75.454536437987rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NuJTuyQbxpXzfE2brRTTbFrVvAWuqU { width:9.125rem;height:4.048825rem;top:77.07652282715rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvBA5UyuOKMz5v71gmggH21SWTTXTm1a { width:8.875rem;height:2.5625rem;top:81.561418533325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LztEM6zFpOJW8TdXoiGVFJEFwTEtRqVo { width:2.875rem;height:2.875rem;top:71.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO2wNvcmevmMThwSfVvIZlvfxTXl1cqE { width:1.875rem;height:3.0060375rem;top:71.875rem;left:4rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lfT288EZfHkvIc54uDdBHvX0OnSzlUnd { width:8.0619375rem;height:8.0619375rem;top:85.316938400269rem;left:0.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #M22FgwTdILEc6iRs9nE3SBbHBRrCGCfe { width:9.5rem;height:1.625rem;top:94.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKNXSOyCmxmtbMLnWL88IXALF0oECNeO { width:9.8118125rem;height:5.99698125rem;top:96.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yn6o0p3w4OoS8h813Ml2ICcHzQNcI5C7 { width:9.0625rem;height:3.624825rem;top:102.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRehxONx8k9tm7BJCOcmirNnPyt31P3V { width:8.3744375rem;height:8.3744375rem;top:84.948507308963rem;left:10.872691512108rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDKQZVkHHZgeuL4xnGLyUI5MhzxnsET { width:9.125rem;height:1.625rem;top:94.686608314512rem;left:10.749999403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWxzrVzJc6fXPD3x6k9blJf0FLoAc84T { width:8.9373125rem;height:4.7975875rem;top:96.310363769531rem;left:10.591264128685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfpgfP0h4hJNWz19GO8mxJ5op4XxiOTB { width:5.99964375rem;height:3.03000625rem;top:102.30822753906rem;left:12.060546278954rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Uawy2Zg93rTeBqJ0zqzK8CmusmoGAw { width:2.875rem;height:2.875rem;top:91.1875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmpGV0suIIb3dOL6b8E4wTHNymHwXNs { width:1.875rem;height:3.0060375rem;top:91.125rem;left:14.5625rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mIKC3iIQDxUriN6NQxb0RLI1zhRMLBGG { width:9.74875rem;height:1.625rem;top:117.9944896698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgegTbUIUU1gD6vlFQ4vrcdpfLp4kBSl { width:9.3125rem;height:5.3984375rem;top:119.80574607849rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrD8fwtTSIyPPZyNRe71ZM43wakDfUoG { width:2.875rem;height:2.875rem;top:71.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4XCIJ2m09DsmIRxGp970cuJVwSkJbc { width:1.875rem;height:3.0060375rem;top:71.823860168456rem;left:14.435368895531rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sozJm1LKDT1rZXd9LpUKbl0OKKumW7kM { width:8.375rem;height:8.375rem;top:107.62641764874rem;left:10.726565253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1AkfcIP38ibN5DbCsKTlxxeBMGLNHt0 { width:9.3125rem;height:1.625rem;top:117.99360084534rem;left:10.562499403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkrAnoHCuhQeypFL8C2a8LFOENOuifvr { width:8.8743125rem;height:2.699225rem;top:119.80556869507rem;left:10.622335791588rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBwWTxeyRsawwfBLzzmsgK2z7kt5MuO0 { width:7.8125rem;height:5.1234rem;top:125.20240783691rem;left:11.154118895531rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJZRP1egwUZ8fq1elIADZzwQxBcoM8h { width:2.875rem;height:2.875rem;top:114.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFSAHKKQp5TuaT2cOVtCaWGJD0gH34vm { width:1.875rem;height:3.0060375rem;top:114.0625rem;left:14.375rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #agstSO0DDBWrMruuWR23Lvc34J5TPyTD { width:7.8125rem;height:5.1225125rem;top:125.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZV9R35d6nS1gl3XzphsevPZzwH9Pt9l { width:8.812125rem;height:8.812125rem;top:107.24875259399rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4LylF5nhQ5FzaIdoDKRwzIa4TC2eLsP { width:2.875rem;height:2.875rem;top:114rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVMuAvAhwy9vMLUdvXRvOCwhJDRVaNE3 { width:1.875rem;height:3.0060375rem;top:114rem;left:3.875rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QrFau3Zkhb6n74ESO0xPINqHRPZihAhR { width:7.6873125rem;height:7.6873125rem;top:130.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXUPl3sClUdhr85mJBCDuqHRI09VOD3b { width:9.749625rem;height:1.625rem;top:139.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpmiLORPnrEtGy4JXTyvXRXLpbVeE8we { width:9.1868125rem;height:2.69921875rem;top:141.4375rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgJTWCwxwIkNLnuw5R67Xq30r8k3buiK { width:2.875rem;height:2.875rem;top:136.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnlTFZXGoW36D0g2hFx7sTL4u8mNZkdN { width:1.875rem;height:3.0060375rem;top:136.3125rem;left:3.8125rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z72zFNKSNVIUgtaAkZyaxvHa3JsVVnba { width:6.4375rem;height:3.875rem;top:134.185546875rem;left:11.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrhOMLIJ8X9VhWl8WvgP4tcUzs1uzbp1 { width:8.8125rem;height:1.625rem;top:139.8125rem;left:10.6552734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoRricax2stW1CyptEZSC9qHDDTyGrM2 { width:8.5rem;height:2.69921875rem;top:141.5rem;left:10.8115234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvK7cFB5W8g38x1Rc3aWtXxuPVzidrI4 { width:7.9375rem;height:1.4375rem;top:145.18359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBeKbhiBFDaC5hvA726Z9T8rrWHRgIqT { width:7.8125rem;height:7.8125rem;top:148.7626953125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UobN9Spg49tT3WtKDXQwZmo1E97PyuaV { width:8.6875rem;height:1.625rem;top:158.1875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIoa4azDvJFdiwfdHyNI1OaB8NTXTzW9 { width:9rem;height:1.3496125rem;top:159.8125rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdVH194qUPNUPm7twXbrIH1AACxd8kdx { width:2.875rem;height:2.875rem;top:154.748046875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nli0iMJhilmIBynMF4X3xKGt9HL2T0ac { width:1.875rem;height:3.0058625rem;top:154.7109375rem;left:4.03125rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #knGZfsQl7N2DJtTbi0EMAyQUQNrQtxwX { width:8.625rem;height:2.625rem;top:162.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgCMBTF2T6iaAha5rKmCRoufeMHt753Q { width:8.0625rem;height:8.0625rem;top:148.6376953125rem;left:11.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT1eXTLRJLGvoBlfKGs0ArSXDTmCHWHz { width:9.6875rem;height:4.048825rem;top:161.62109375rem;left:10.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbZQMRK00oMLGolTz8ugT5a41Setv8P2 { width:8.4375rem;height:3.25rem;top:158.1875rem;left:10.8427734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcaIbZWeoHFLWu6xCg1G9eE7GberUvif { width:8.75rem;height:2.75rem;top:166.47265625rem;left:10.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RABnRt00274LXxlExxOPN8uZ2ThqIcTt { width:2.875rem;height:2.875rem;top:154.748046875rem;left:13.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R15gdL9c7ug2XxJNWarqD19B3TxTIR { width:1.875rem;height:3.0058625rem;top:154.7607421875rem;left:14.4365234375rem;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ne5dCSwD9uepqfUW16TxirnIKmKFXN56 { display:block; }#ne5dCSwD9uepqfUW16TxirnIKmKFXN56 > .row .container { width:20rem;height:114.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaeNmgyv9fF4P812hpDGJddtQMCxWObH { width:20rem;height:15rem;top:5.3737535476684rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bp1EWllpLGLtl9OzTHTBVlR7KACrwWQM { width:14.1868125rem;height:2.39968125rem;top:1.5545177459717rem;left:2.905717253685rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMPx5kqMQozKD1WSU7wDrG4h3Is004Z3 { width:20rem;height:27rem;top:36.8544921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5iTTxDZc7TDKq9LOXG9TcbDWAglENTd { width:20rem;height:5.0625rem;top:30.140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I7Ia2cAk1hkiBxkkWpn7c5REVIGS9gfm { width:20rem;height:6.75rem;top:75.8994140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bWR3GzPZqfUmI36qCZPm4QmeovhZ2WA8 { width:20rem;height:28.5rem;top:83.8994140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeCTbrpwvVafnhFRX6sTBEA0rR2TnJSQ { width:20rem;height:7.19825rem;top:22.201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJTZMGULvZGPfOM8Zot8gVGkJweCBKp0 { width:20rem;height:9.597625rem;top:65.2919921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv { display:block; }#Z7iHH6JRHMyq1EXJZSx2uW7RvLJZTQCv > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqS4m7ArcgsvBXy7MtRTUeNBGqZbKwCE { width:20rem;height:2.39968125rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d { display:flex;height:auto;width:20rem;top:23.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #LDKoF8VTtLTatx10vMmXT2FiOlRfebST {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #auh7KudiX4KwiaDbZQHBFKomk8LgyOzA {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #nLIE5n76xZgOXw9hsquBVpc3TySWFLb7 {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #XuXGMs6799Nn4uT9hZ0sVGqFtnRUJssK {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #oTvMPO9a03hhAQRZOhifTfG06HBnkIKC {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #RpuSisKNW6DZyPAAA2GzuGN22bLtZ8IP {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #fXBh7b4D8WqNwgNMq8X0JfRSRR4mIpVk {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #CS2eOKtV9kS9QJVLysG9ZLQDcu6WkJg4 {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #TS8k6XCfmyvHigaz7qT1VU2MKlQrvWTE {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #KbZVQlGvzIwurxrQMcWlLSNqe8TnoQyG {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #XRJC6iTZTJ7LpcGM9w6uZqBgtM9Wbesl {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #MN3JyEsgkkQnBrRMhe3uitTw8A3o8VZM {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #VKvosRslcmTq3Nzit6DccsWtxdXomTwE {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #TlNKzHpRGwTRrt840P3Idz8BdugV0xa0 {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #SkCQ4hwl2iX8iInZ8AZfS8aarqGFNAuI {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #JePpayZLWrRRZ02gZn1iZM7bx5HWLQIM {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #putJfQvZyk2qVeVQRTuIND6TCdfep4iT {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #Vlw7uuhqg65puhgsyEmGZmUm5HfTniSG {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #Qpt6Ze9k5AqxWskdR3SXvJ4SlgZ1LJZq {  }
 }@media only screen and (max-width: 763px) { #BRxIBuqhyp53cJicRcC0hnVdUE5PSP3d #m029Vd57KCSNW2lHtMPa5Iucg5zhC7X9 {  }
 }@media only screen and (max-width: 763px) { #nf9AWqsTXa1rrMP85w3kh4Zx7Oc4VHM0 { width:20rem;height:3rem;top:6.0234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xJ991UD9cF8J6PbQ7SIidpkAIRUTtGtF { width:20rem;height:13.2998125rem;top:9.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 { display:block; }#ckKQ8h7ZSawS2opL5O7XtkS3mCUy52u1 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTrsKUE0TZapSguBRp55LLUDHnZuy15r { width:19.9375rem;height:11.8125rem;top:5.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xTGO6KgKh5Dn35s3ocEVsOViIvufkIPp { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #APxcki2HQDiBqqSviLUbNFQegA3tPMaC { width:20rem;height:11.5625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO0xH2Zb9NKFIAHuvyqOUSARbQpe6KN6 { width:20rem;height:3.375rem;top:18.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qF80GVEAl5LrItuAgw7ODc3KoJV3K6dr { width:20rem;height:13.2998125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 { display:block; }#ed4lfA4S8TSAecPw8n097RNhDMyqGEC4 > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p43DpTagwaoKoGwLfgOexm64iFzt552N { width:20rem;height:5.3994125rem;top:2.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yCdtowWkQEISvxWEVduTUyc9beUEofUJ { width:20rem;height:1.5rem;top:11.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdC3lTCD5aP7fn18Mpwnt6NTdoJuKnpT { width:20rem;height:1.94986875rem;top:9.7509765625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i1uH7NPQeA6KIAPRgUJ32c6CiceaoHD8 { width:13.3125rem;height:20rem;top:15.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvomE6VbTRTlRoFDUobceCAsuCZaazIT { width:20rem;height:1.5rem;top:36.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCAokLnMIyhxtJHsEbrExwLDR2fL8thF { width:20rem;height:1.5rem;top:38.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlqp5N7DDGgcMzOTgEF7nWDVouzePLw2 { width:16.5625rem;height:6.5rem;top:52.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kbwuNTn6p0G8ORfyocIkgBVb9DfAL6 { width:18.5625rem;height:5.75rem;top:58.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsek4WrwvOAJWg7aubTD9xk7Bpx6q29D { width:20rem;height:3.5625rem;top:64.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBhtmlzLSLVrhxICNE1lTF4VPuIPhTcQ { width:17.125rem;height:5.90625rem;top:41.6376953125rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 { display:block; }#f9IQnzGIZCAkRHu5Gnz0K5fcGHEMbr97 > .row .container { width:20rem;height:120rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERn5GeBxH6vFfoXimPmZkoIDWG5q8wfc { width:17.5rem;height:4.00035625rem;top:5.5rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #rrKZqUkeT3cA0Df9h3sRl4S4SQfRgVRI { width:19.875rem;height:13.1875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrueTT0vtNLHUh2z7UcAN6H8vn0u6qTg { width:19.875rem;height:13.1875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FimuOCePRoTOIKAtPIxp5lk7yIz6d5 { width:19.875rem;height:13.1875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SatXvEsXC8Zc6I4yFllZ4Tw8xLOwuPsI { display:flex;width:3.75rem;height:3.75rem;top:8.75rem;left:15.5rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #RRBQ1kTT9ZOdSvgegGv68y9F8p2LCPvR { width:18.75rem;height:17.25rem;top:3.75rem;left:0.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EbVRP4Oq3JSF0xR5TbXZBgG4IGbfqc { width:20rem;height:19.125rem;top:51.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep0ddJRu0eabqKZOGF95uh89GheReu0E { width:19.9375rem;height:13.5rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEA7rHcBylzAfWgzHLwStPTJ8UQPeTTq { width:19.875rem;height:13.1875rem;top:92.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpSJHoUEBop47Qm43bTTrNOk6MDGqGoS { width:19.875rem;height:13.1875rem;top:106.3125rem;left:0rem;display:block; }
 }