.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.75rem;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.15625rem;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; }
#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv { position:relative;display:block; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv { background-color: transparent; background-image: none; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .row .container > .video-iframe-container { display: none; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .row > .video-iframe-container { display: none; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .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); }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv { border-width: 0; border-radius: 0; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .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; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .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; }#mOIOE1QyJoGzIwWsaQlbvyGgp1mLfMfb { 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; }
#H7bDAKH0SDBFnwqCI80ObEDGqWmk0HBQ { 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; }
#GEEbvApfs62BCbBFm9HZeiFasKJbMZCG { 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; }
#tycslwxvW1STaLZ91L7MKfR1K8FL4I7i { 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; }
#GoDTuFcQfbXTTtTdPH46rl2RSD07JBfJ { 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; }
#soET4UD62AzHQSW1f1ILR1C2ZxzCzFLi { 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; }
#Q4AT8Dn9ix8i6ptrwWwSr49QgI7EMr8V { 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; }#Q4AT8Dn9ix8i6ptrwWwSr49QgI7EMr8V.adaptive-delivery-prevent-bg, #Q4AT8Dn9ix8i6ptrwWwSr49QgI7EMr8V.lazyload, #Q4AT8Dn9ix8i6ptrwWwSr49QgI7EMr8V.lazyloading { background-image: none; }
#cTLPFBnolfznIhLilwwyuulZFHNtJL3c { 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; }
#NZ2Tl65gLp921ZbKcMJTkdyoXTRQJ5xu { 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.93625rem;width:9.8739375rem;top:13.625rem;left:17.0625rem;overflow:hidden;display:block; }
#OMrVbEQ23iGqgTVLvhXdKV1ORN2h2S8q { 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; }
#RQ5xIWJAALQmbZPClJ2OnuJ01DSeUUii { 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; }
#FZphBfdRhaVKaV2EaH0xO1N2ZoybAB9w { 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; }
#FhhoLDlUJDzccOSWBInfUTGbR1QM9PA0 { 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; }
#eh6dynNngGnX00KhTl9tFUfm1yZw8MKL { 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; }
#hMVPT1h2Tm32rcbLPrNO9OXb5zvKhvAo { 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.25rem;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.375rem;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; }
#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 { 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; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container { background-color: transparent; background-image: none; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container > .video-iframe-container { display: none; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row > .video-iframe-container { display: none; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .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); }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container { border-width: 0; border-radius: 0; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#wlTuKT10c9ZwsZrPNncXwECVvXWxcJRB { 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; }
#N0ADPtTsEMiS5gxuztJQvtVg4Nh4PVSA { 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; }
#FpAKx4gRTElh7uOdtogCElTuAO3LdnMt { 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; }
#T7VscScJVViAGVMGZXvHv2RLhV2nN2pX { 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; }
#sRLXt9NsnRBSiRx3qxmsKlhETklUMJDI { 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; }
#KzJ3h3zwtpceB8OmRQq8x2zkt16cMfrA { 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; }
#MsBmwK4sLChgAxLZBCEnNB53oFrPOQEE { 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; }
#sLFWLmyLSpMMxDVFviGknsTzvc1TPDO6 { 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; }
#fSQ3neBbDDk0d08uG6vVE8lPvGdD1VgN { 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; }
#cfbe25RJadh2RzHuoO1nrudZZhI60dNI { 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; }
#OSMJqWhgfQX6XF2hJfe8d9ciPsiv7LnX { 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; }
#wdOgZL8CUA56BRfqIrNvp5hKTQyTJ00d { 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; }
#KiMG8rLHQa7UnVpXlsPDOLhegs620TqS { 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; }
#TFHV37MpOgLJfO3DwdVeHbfkgerr3TBo { 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; }
#Ten4EVSmWRaCLveISwiXUB9o2Qox6AE2 { 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; }
#w130lceaFZMTbr6Q5Q7qmpegnnbpIb6H { 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; }
#LCyIo97yrcFQG1e3LkndDL2piGbnczId { 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; }
#yshTmkCLv8APQTpPo1mn3lRVLVXMyJlB { 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; }
#Icyei2hIntma9OeVloJazRtHHCl46CTm { 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; }
#IUWnR6xxKnmJDKACMvAksXRKLuwLn24b { 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; }
#iWHBwGZloJJBZn4vsGMo6rIZZqDkauOn { 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; }
#myQxgTl3zTpa2FeUfZwgqTD08UlDc6bo { 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; }
#bORzhcpa43hJaqTVnmCJIgnTN84tQ5Aq { 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; }
#GyL9qODNdRfcZuuIAqpmxpyk28QLqNMT { 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; }
#tnIK1kyTCNTDkCRFScs4CNymc4GzTZvP { 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; }
#IK6IBUEui5bgqReZaNn4JABJCo7hQI9W { 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; }
#THRkVyKVaHUsbb33ulpxmaLp68Lv5Muv { 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; }
#mvPG5MGXS3TRBl9tNaEf3dESmPePlqxe { 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; }
#yELLwH0f2rLgnc22o90KWgh1PA0mhFU2 { 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; }
#M4se41Tyv2XumXaeRyVQhIMcJRhOZisn { 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; }
#s6DGJIBWoIUtkdKdqrGd2TSlZq4wxw1o { 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; }
#bbLzokiKqsHy0bN9blHKsm7qzqXSq6hK { 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; }
#bmFDhJJoKO6TcOdl2hytW9SKJRiheTHe { 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; }
#z7G1TfxEOh6k2so6xWTh7yTMOUKyAlNS { 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; }
#aXaLirzSVHx2qNQv343TU4nvV1zRT8To { 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; }
#xX25dKCoLQhLF2LXNQMOGR7OAp4Tg5cD { 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; }
#bdLmIMMibgPVevWdV9RIUeMduy7yV1My { 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; }
#fEgR4vn9tCztltt6XoIrvmTKywdleiQL { 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; }
#rwLBfwittQOoAHr60fiRxFy7FatJ4Vmo { 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; }
#KEt2vpnRVvdkXKCpcgOvCxxoiI3iN7sJ { 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; }
#sV3aQnAOk4CrMMweAh6k9En5JaUZSME2 { 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; }
#v93e5vHEh0TDhszLS1t8EmwMU4WwDkFT { 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; }
#RUrshdPcwCQ5rulxTqnlnF8pSEkDiqHz { 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; }
#cSNXwaFAJARWflKhDIbLCWtsZhEGXclU { 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; }
#pISxCfzCIdHzBUtANLsnKWNQD88vL1yK { 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; }
#i9hbiDaLOOuIxGCTntwFsE96dEAgAhcB { 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; }
#OU8EXiWLCTsT0vIaFWnvQNTbOZAHdRJk { 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; }
#VO1BprTMBfD37n0UDuvD1mqEdye36zGR { 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; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container { background-color: transparent; background-image: none; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container > .video-iframe-container { display: none; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row > .video-iframe-container { display: none; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .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); }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container { border-width: 0; border-radius: 0; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#Ru3nRgJ4XmetNE5TNTZkqX08xzyvyTON { 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; }
#Cz5PIKQBkwMMzhU3L52og9q7y9LbB60U { 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; }
#BDLZPNWo9aVH9DaWPhZwgS29RxUTaHQh { 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; }
#qTzUs8n3m0oKpvJR5mpNELoIs3TDEGRb { 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; }
#bmGNhDqJQesZ5oIEG4ETA3T0rl6dhWrC { 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; }
#WdcGOCzCT142o3BwKukB7aIBJx0TkaMi { 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; }
#hGbJierxIPhQRuPPdt7Uka4pCuqI0bPu { 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; }
#pu4EbMSnW2VkR7iXXGFDlcIsNueaFK0y { 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; }
#KUs9qgGdP9LkmWT6lJbayEdDZZfd5neq { 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; }
#ntXusq9ZngbThtGreZQJm83QnKsgyPyu { 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; }
#brlnDpR7UpdPbORtOnLSuHf2acD4ndeo { 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; }
#JNidPO6LM9m0uztdCsTNRkV0ar0otClK { 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; }
#K5rZFS24x0ztNJTh856ebmkPZMqGbnCv { 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; }
#H1in52oTANynWpcqNzJHe631UpgFmdRE { 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; }
#tSy3WtlMbPcm4VGT6Q9A5uqmh1DCeTNy { 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; }
#EDmng9TviDBBqH5eHDABVb5eNGuRHpHf { 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; }
#qwmZmS1dc2OkrPkGTOtedKI2u14PW2aH { 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; }
#XMxK2grJdoGpB8yhIkGJgtCe4DBWtZ7o { 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; }
#cB2e69eKAgTOsEUBSoTqtdwmO3S8F9fn { 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; }
#oVv53ygzVboll3AmtmTl3wrc4olWqVWi { 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; }
#lphTS39kwA7vRrzSdLah35pseHTTcuAn { 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; }
#iHKyCcvx1wbJo0IF42n0GFybQB0wb7aF { 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; }
#TGkNmiu6msBHNvZ9GcHTtgRXMp8yTuPl { 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; }
#IuzDQLcOJRRvgeeyMk5azWOXXzxvMKJh { 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; }
#hpiWE1UbJxyVZofzBgHK5JQLu4dfCdWF { 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; }
#T2eRfNGR4TflUT6Lv5bOc9hz6VQF3Faz { 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; }
#FJm2oPth3wvkUNx5W6we8f59dBMcXTC0 { 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; }
#pFHg4WkwNhaPVUJ5PCyduGOolrEluTCU { 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; }
#TS40C5XzROTTvguHHg8sKU4etxPN4DUK { 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; }
#dmv5iXbegdoJrr9SyP5FDrk488K0hZXy { 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; }
#DANPFXsmftVG1pCfMATdxwaTRERdcw8L { 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; }
#TRIkaBTyWHyEIuTxaSSCIPlHBsJ9IDmq { 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; }
#LFT7CuMEyqR8UCZNIS6HL8iaDD6NhAQA { 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; }
#sdSiH3Ue8NiUMAx5tQLsENzPnNMdOUnH { 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; }
#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 { 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; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container { background-color: transparent; background-image: none; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container > .video-iframe-container { display: none; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row > .video-iframe-container { display: none; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .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); }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container { border-width: 0; border-radius: 0; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container { font-size:0.875rem;font-family:arial;height:98.9375rem;width:75rem;position:relative;display:block; }#AyHJNceIvfDyo8ENk5Ie6vMRd0Es5Tef { 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; }
#vSqSqBH8J1V5T2PSd2iAEefRgKVeDp7L { 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; }
#srSbouFUi35Dnkf1u40lsnJobiXnIUiq { 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; }#srSbouFUi35Dnkf1u40lsnJobiXnIUiq.adaptive-delivery-prevent-bg, #srSbouFUi35Dnkf1u40lsnJobiXnIUiq.lazyload, #srSbouFUi35Dnkf1u40lsnJobiXnIUiq.lazyloading { background-image: none; }
#HKVGwKPSQTfWUT3EGShZRMg4CMaHGXN9 { 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; }
#Cv99CS3rURDnT2EWFqBx8xhXnHKfEuEt { 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; }
#GTDbZc82mCgylwTVCVdxKrUTlh6k5l1p { 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; }
#gkTM3WAJpvxI2GqtqhTLNtdyIUi3Z7xa { 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; }
#QTEN98792QPTqHT4sq8kpSQ0p9rvHgnT { 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; }#QTEN98792QPTqHT4sq8kpSQ0p9rvHgnT.adaptive-delivery-prevent-bg, #QTEN98792QPTqHT4sq8kpSQ0p9rvHgnT.lazyload, #QTEN98792QPTqHT4sq8kpSQ0p9rvHgnT.lazyloading { background-image: none; }
#Ivn1F8PzNvoBxkkQqPE2JxnNWzHNv1hg { 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; }
#eDLDTIQcl8QfB20gG7fnP2oeDrALpqbS { 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; }
#iD6p9MdXhilCa2mSCK7t9w3EN1G1rAbd { 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; }
#CyPZ3DVK5369mCKu71t5leSxfrxwfXi0 { 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; }
#LSAPztWncqzLsboMuC6QJZttHthoKnpi { 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; }
#zLWGdigeACFsHQtZ5gIf3FDZKLToCO1D { 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; }#zLWGdigeACFsHQtZ5gIf3FDZKLToCO1D.adaptive-delivery-prevent-bg, #zLWGdigeACFsHQtZ5gIf3FDZKLToCO1D.lazyload, #zLWGdigeACFsHQtZ5gIf3FDZKLToCO1D.lazyloading { background-image: none; }
#mQ519TitX9x69ZxllRLQCIaBF4BX70U2 { 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; }
#I39yK81O6qGXBlCHDRA2D5T1UnsF41yx { 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; }
#eZSQsl9qScQ6M9X2Wo4iReoZGG56z7Uw { 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; }
#lgOTggqlJNU8xEIuKDTstJwqfdeqXrhf { 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; }#lgOTggqlJNU8xEIuKDTstJwqfdeqXrhf.adaptive-delivery-prevent-bg, #lgOTggqlJNU8xEIuKDTstJwqfdeqXrhf.lazyload, #lgOTggqlJNU8xEIuKDTstJwqfdeqXrhf.lazyloading { background-image: none; }
#F48gHHDJAycwwThsrDN1WOyKzM83PcSs { 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; }
#TewAEKv2QVFM7O0g9HOd8dOyTA69oEPw { 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; }
#oJS41ntidB1LmOAtQeU1TicoCMWH2mPM { 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; }
#XKhLRom6TXLPlTqDCvEoaNTBd3vSeWgT { 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; }#XKhLRom6TXLPlTqDCvEoaNTBd3vSeWgT.adaptive-delivery-prevent-bg, #XKhLRom6TXLPlTqDCvEoaNTBd3vSeWgT.lazyload, #XKhLRom6TXLPlTqDCvEoaNTBd3vSeWgT.lazyloading { background-image: none; }
#hbgVAHrU5OAOEvmaIwRH4vBKGe2OusWT { 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; }
#IAsERLaiUFrolJ7CuzHBuEbxRgTu4BTz { 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; }
#Panw6dZwKsIb823XJSrNpulCou4r5vz3 { 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; }
#GK5eRFNni1yNwyHVLMy7iOS5nQnQJJnx { 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; }
#GJDcmuPuvOykh0g2niNhLgaBVypNLgzN { 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; }
#O5ryTpEezSl6S6dZhuJpehd9oGCJVXZl { 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; }
#rt73FquBk0FHTZpHEnrS3vdtIFqR5GJT { 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; }
#thzxtxV7HoPXpw8UBiCRT4x6BEqgdQkI { 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; }
#Zv0cc8PB70iUZozepChe6HPQJ3fVGnmB { 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; }
#ydhu89U6IsIudmM7ALR0iBFbuxEe4CdK { 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; }
#uqkUhqauOtUlDKIJ4epTWbyPi9Gt4v7P { 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; }#uqkUhqauOtUlDKIJ4epTWbyPi9Gt4v7P.adaptive-delivery-prevent-bg, #uqkUhqauOtUlDKIJ4epTWbyPi9Gt4v7P.lazyload, #uqkUhqauOtUlDKIJ4epTWbyPi9Gt4v7P.lazyloading { background-image: none; }
#hV9pPTJtGJc0IMaP7T1IrfLgtn7hcb0C { 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; }#hV9pPTJtGJc0IMaP7T1IrfLgtn7hcb0C.adaptive-delivery-prevent-bg, #hV9pPTJtGJc0IMaP7T1IrfLgtn7hcb0C.lazyload, #hV9pPTJtGJc0IMaP7T1IrfLgtn7hcb0C.lazyloading { background-image: none; }
#hxsNWvEiazag8JhKHo9aEZ87JBrCupt7 { 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; }
#oR74RVJtwemdrKbGUiV5H8lFfhV6Ki7D { 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; }
#obKZDEKrrwxnTc9g1pctCM2Lm3A1nHdH { 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; }#obKZDEKrrwxnTc9g1pctCM2Lm3A1nHdH.adaptive-delivery-prevent-bg, #obKZDEKrrwxnTc9g1pctCM2Lm3A1nHdH.lazyload, #obKZDEKrrwxnTc9g1pctCM2Lm3A1nHdH.lazyloading { background-image: none; }
#Eld15KFKLSEfK3D3NCP8aTczNitstsQc { 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; }
#EOGVvLmVKpqUVu7EaIEUmueoDTT5xmt1 { 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; }
#aCH13rsbIBruVmnRIMsthiqiEtp4CzST { 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; }
#VWTCB3I4rvFn9tPX7ITd4Rg1PToBa28P { 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; }
#umcHGVvylRyMPIK7ysLRfvmAtWo9zNpq { 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; }
#wMvLOcbsD2yueCn17sCPSqOfZ4N5K0ya { 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; }#wMvLOcbsD2yueCn17sCPSqOfZ4N5K0ya.adaptive-delivery-prevent-bg, #wMvLOcbsD2yueCn17sCPSqOfZ4N5K0ya.lazyload, #wMvLOcbsD2yueCn17sCPSqOfZ4N5K0ya.lazyloading { background-image: none; }
#Roz7OfDXBzgeI94ZTtHxyodQAPi2PXdi { 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; }
#BCdys0OBcXihtogyT1OPA5TRGBoTUVDd { 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; }
#EK0PhV6vedAEpSkKHv5A7qhRP6Z9fGZD { 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; }
#FAJ1JM0S9gu4T6JWXIvU40S4HDAERQSG { 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; }#FAJ1JM0S9gu4T6JWXIvU40S4HDAERQSG.adaptive-delivery-prevent-bg, #FAJ1JM0S9gu4T6JWXIvU40S4HDAERQSG.lazyload, #FAJ1JM0S9gu4T6JWXIvU40S4HDAERQSG.lazyloading { background-image: none; }
#qHo0TEI7ppLcJc9DVTkBhXlxlbFHwVlb { 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; }
#EqvrbRVDL4QDCkbKeRcurRp2LUUy6M5c { 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; }
#PTRWWVkpRruRLA7RoyTwdceI0Q6yd8sn { 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; }
#Kt2G5k4DE3r1ZZC8yCHsT75MDZaDKuUl { 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; }
#i1IFF0avxfSd2MhoXTOGnEtEs1qZnsJC { 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; }
#rzhPCkZq4DALTt39Sy3skz4xXuriwtJ6 { 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; }
#l9wLleUG1HTk0RW2K8HhkGk341c5ihbG { 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; }
#rB7WdR60cuzGiKmnA6eTgIgHDVxXodE7 { 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; }
#tIgbyFHOPZvaRPHhdpkFnFNK4vW1E2lo { 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; }
#M4v8bSNuaIB2TXD03zOBsgQXbrKgqZT6 { 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; }#M4v8bSNuaIB2TXD03zOBsgQXbrKgqZT6.adaptive-delivery-prevent-bg, #M4v8bSNuaIB2TXD03zOBsgQXbrKgqZT6.lazyload, #M4v8bSNuaIB2TXD03zOBsgQXbrKgqZT6.lazyloading { background-image: none; }
#xlRIl81We9UxCeIBraTBp3SaULCApwah { 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; }
#wH5bxLi7ixfsiROgrvsElF1RrJiKhAFd { 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; }
#XLofC2uhrdeSio3OFtQspb6nOOPvfeUy { 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; }
#fSaNo1zB2TpOS9cydRcHKvGba0yUBUld { 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; }
#DERD28WEgnKiHlXOmQnEAukIurfUJF0T { 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; }
#soxAf1cU0f7ZqxglxVLsJ28F4g3ucbGo { 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; }
#m1x44Qg4N8TEp557Pc4LxT7Mdt10UMVt { 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; }#m1x44Qg4N8TEp557Pc4LxT7Mdt10UMVt.adaptive-delivery-prevent-bg, #m1x44Qg4N8TEp557Pc4LxT7Mdt10UMVt.lazyload, #m1x44Qg4N8TEp557Pc4LxT7Mdt10UMVt.lazyloading { background-image: none; }
#TPJdJTD27D8SSU9Zd1KTwZg0rUpAx3Zr { 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; }
#MHNEsULlkIZKaP9PiKw00VoGGaZEELlW { 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; }
#dHeRsu8E3gD9u25RWzb8mdIezL4hdI1w { 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; }#dHeRsu8E3gD9u25RWzb8mdIezL4hdI1w.adaptive-delivery-prevent-bg, #dHeRsu8E3gD9u25RWzb8mdIezL4hdI1w.lazyload, #dHeRsu8E3gD9u25RWzb8mdIezL4hdI1w.lazyloading { background-image: none; }
#C8iXKkxJp13pOF8ZJIyHpeL54G4lH0Oi { 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; }
#VAnfdTOWMDxcTbcZQc7yolXiGQMs3Ba0 { 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; }
#zKTy1t3V93fH3czZWIcayIaBcST6shF5 { 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; }
#eIpLleSVBdngbWkVMmOeqg7hNecJnTrD { 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; }
#BBN4Dxq2qngkEWX9EJiZ6hBaUwa0yBq0 { 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; }
#MosgpmZR0brSZHP9DZ01pUIUqok6i8GH { 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; }
#lQHLrQgXrDci4lI5yh317e2ehGl3VXIn { 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; }
#bVsd1eOGtS3yXwLMXKyUCrnGNqvHbsOW { 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; }
#hNZbk4iur4tcTeJTt6EZF0rom6Tat71Z { 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; }#hNZbk4iur4tcTeJTt6EZF0rom6Tat71Z.adaptive-delivery-prevent-bg, #hNZbk4iur4tcTeJTt6EZF0rom6Tat71Z.lazyload, #hNZbk4iur4tcTeJTt6EZF0rom6Tat71Z.lazyloading { background-image: none; }
#Cbmc6kJ3bcUU1QPwZ2Jd2PU003mfTeva { 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; }
#zrmHeaFmSwvTFeJ5WdAnnFdzlWZeuO3M { 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; }
#uo8FAeNETDAsLqozu1bq7ydykoN72wGM { 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; }
#ISsuFQSq7um5vfT9mw1aEISmgJ6hlRXq { 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; }
#dra7u9Ee76v3nDJ71fAgUbg6xCZQxtnU { 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; }
#CBbI0XvWqmTf9OoZkdcbQtsZrhGtuXRZ { 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; }#CBbI0XvWqmTf9OoZkdcbQtsZrhGtuXRZ.adaptive-delivery-prevent-bg, #CBbI0XvWqmTf9OoZkdcbQtsZrhGtuXRZ.lazyload, #CBbI0XvWqmTf9OoZkdcbQtsZrhGtuXRZ.lazyloading { background-image: none; }
#MeKXJVXwnXckmrhOzHM6UPlnupOzzDqL { 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; }
#Qzn3JWebUm37akrX3XD4HyMHZwixtKqR { 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; }
#sn3N6BUN8GLshxwZcSOrgA0SMCdPWF8L { 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; }
#K9uypFHU6pME8mZgdJWuAQG32LJspuGd { 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; }
#oqawrdVGAeXN9tWT3dcPuEa0CFDrTZEa { 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; }
#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA { 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; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container { background-color: transparent; background-image: none; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container > .video-iframe-container { display: none; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row > .video-iframe-container { display: none; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .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); }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container { border-width: 0; border-radius: 0; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#he0TbxhweOKAGfIoopIdDDIKuAaOnFI4 { 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; }
#mcT9ochFTZOTDInAZEcO43AXkGTEPMa1 { 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; }
#dlBWbWWoa9AUoLVMM5DVAHG8LTCFw0NU { 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; }
#G3SqpPD6pokpnrLFgVvFfVTR2v5Q5s3o { 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; }
#K7awUyCbNdKtzGTIC1FWGosT85dWHnT3 { 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; }
#CnrdALJrf7QhvOr5UqiIRBvicECXP1nE { 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; }
#bT8zWEmnKofN2Qw5rC3TxtqfS5wWS2uw { 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; }
#PlT2yTFUJ8Ups7Fv72Iws678T1o88vcV { 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; }
#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB { 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; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container { background-color: transparent; background-image: none; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container > .video-iframe-container { display: none; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row > .video-iframe-container { display: none; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .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); }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container { border-width: 0; border-radius: 0; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ycbuTBJlaKVIO7diMAWZR4T18LbctPfl { 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; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .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; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .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; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .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); }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .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); }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .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; }#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .accordion-trigger.adaptive-delivery-prevent-bg, #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .accordion-trigger.lazyload, #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .accordion-trigger.lazyloading { background-image: none; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM { box-sizing:content-box;height:auto;width:46.1865rem;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; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #LDKoF8VTtLTatx10vMmXT2FiOlRfebST { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #auh7KudiX4KwiaDbZQHBFKomk8LgyOzA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #nLIE5n76xZgOXw9hsquBVpc3TySWFLb7 { display:block;position:relative; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #XuXGMs6799Nn4uT9hZ0sVGqFtnRUJssK {  }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #oTvMPO9a03hhAQRZOhifTfG06HBnkIKC {  }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #RpuSisKNW6DZyPAAA2GzuGN22bLtZ8IP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #fXBh7b4D8WqNwgNMq8X0JfRSRR4mIpVk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #CS2eOKtV9kS9QJVLysG9ZLQDcu6WkJg4 { display:block;position:relative; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #TS8k6XCfmyvHigaz7qT1VU2MKlQrvWTE {  }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #KbZVQlGvzIwurxrQMcWlLSNqe8TnoQyG { display:none; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #XRJC6iTZTJ7LpcGM9w6uZqBgtM9Wbesl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #MN3JyEsgkkQnBrRMhe3uitTw8A3o8VZM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #VKvosRslcmTq3Nzit6DccsWtxdXomTwE { display:block;position:relative; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #TlNKzHpRGwTRrt840P3Idz8BdugV0xa0 {  }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #SkCQ4hwl2iX8iInZ8AZfS8aarqGFNAuI { display:none; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #JePpayZLWrRRZ02gZn1iZM7bx5HWLQIM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #putJfQvZyk2qVeVQRTuIND6TCdfep4iT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Vlw7uuhqg65puhgsyEmGZmUm5HfTniSG { display:block;position:relative; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Qpt6Ze9k5AqxWskdR3SXvJ4SlgZ1LJZq {  }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #m029Vd57KCSNW2lHtMPa5Iucg5zhC7X9 { display:none; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Brcra3wCQSS822afTtsVPl1pFpT0BT7t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #W9l9ZP659qTD43PqeObwA52lpPJXFT55 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #mTuewTmqrkVXD9WttrU3yrSKJiLgy2sq { display:block;position:relative; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #HX6dlXdcUksBSp29CTpEZtwTdeRsFpUK {  }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #NkFZ1KxH4VA1kar7QD5CyV5V1cipUBvg { display:none; }
#gtNa72SNeZf4WZSctNu2gkukuH6E5lPB { 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; }
#aGtfe87Oqa4c361LZEeBarJdvJQ3TNkL { 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.125rem;left:6rem;width:41.75rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv { display:block; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOIOE1QyJoGzIwWsaQlbvyGgp1mLfMfb { width:12.3125rem;height:1.5625rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bDAKH0SDBFnwqCI80ObEDGqWmk0HBQ { width:11.6875rem;height:3.4810841728857rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEEbvApfs62BCbBFm9HZeiFasKJbMZCG { top:8.9375rem;left:3.8430385589599rem;width:9.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tycslwxvW1STaLZ91L7MKfR1K8FL4I7i { top:10.25rem;left:36.8125rem;width:10.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDTuFcQfbXTTtTdPH46rl2RSD07JBfJ { top:9.8125rem;left:15.491651535034rem;width:10.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soET4UD62AzHQSW1f1ILR1C2ZxzCzFLi { top:3.125rem;left:0rem;width:17rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4AT8Dn9ix8i6ptrwWwSr49QgI7EMr8V { top:16.6875rem;left:0rem;width:13.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLPFBnolfznIhLilwwyuulZFHNtJL3c { top:8.5625rem;left:26.713068008423rem;width:13.625rem;height:4.5419694762464rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2Tl65gLp921ZbKcMJTkdyoXTRQJ5xu { top:13.625rem;left:3.4375rem;width:9.8125rem;height:6.8930913452713rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMrVbEQ23iGqgTVLvhXdKV1ORN2h2S8q { top:16.0625rem;left:25.625rem;width:11.5625rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ5xIWJAALQmbZPClJ2OnuJ01DSeUUii { top:15.1875rem;left:37.9375rem;width:9.8125rem;height:3.2914234131028rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZphBfdRhaVKaV2EaH0xO1N2ZoybAB9w { top:9.6875rem;left:39.4375rem;width:8.25rem;height:2.3570223388497rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhoLDlUJDzccOSWBInfUTGbR1QM9PA0 { top:15.25rem;left:36.8125rem;width:10.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh6dynNngGnX00KhTl9tFUfm1yZw8MKL { top:14.0625rem;left:15.25rem;width:8.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMVPT1h2Tm32rcbLPrNO9OXb5zvKhvAo { 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:1.375rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCglumI5E38BGDtEWNu5iSR2G08gCZV2 { display:block; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlTuKT10c9ZwsZrPNncXwECVvXWxcJRB { top:4.375rem;left:0rem;width:16.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ADPtTsEMiS5gxuztJQvtVg4Nh4PVSA { top:4.4375rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAKx4gRTElh7uOdtogCElTuAO3LdnMt { top:7.875rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VscScJVViAGVMGZXvHv2RLhV2nN2pX { top:7.8125rem;left:0rem;width:33.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLXt9NsnRBSiRx3qxmsKlhETklUMJDI { top:11.9375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJ3h3zwtpceB8OmRQq8x2zkt16cMfrA { top:12rem;left:0rem;width:47.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBmwK4sLChgAxLZBCEnNB53oFrPOQEE { top:17.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLFWLmyLSpMMxDVFviGknsTzvc1TPDO6 { top:17.375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSQ3neBbDDk0d08uG6vVE8lPvGdD1VgN { top:26.75rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfbe25RJadh2RzHuoO1nrudZZhI60dNI { top:26.75rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSMJqWhgfQX6XF2hJfe8d9ciPsiv7LnX { top:30.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOgZL8CUA56BRfqIrNvp5hKTQyTJ00d { top:30.375rem;left:0rem;width:45.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMG8rLHQa7UnVpXlsPDOLhegs620TqS { top:34rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHV37MpOgLJfO3DwdVeHbfkgerr3TBo { top:34rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ten4EVSmWRaCLveISwiXUB9o2Qox6AE2 { top:37.875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w130lceaFZMTbr6Q5Q7qmpegnnbpIb6H { top:37.875rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCyIo97yrcFQG1e3LkndDL2piGbnczId { top:41.625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshTmkCLv8APQTpPo1mn3lRVLVXMyJlB { top:41.625rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icyei2hIntma9OeVloJazRtHHCl46CTm { top:0rem;left:0rem;width:22.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWnR6xxKnmJDKACMvAksXRKLuwLn24b { top:45.25rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHBwGZloJJBZn4vsGMo6rIZZqDkauOn { top:45.25rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQxgTl3zTpa2FeUfZwgqTD08UlDc6bo { top:49.25rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bORzhcpa43hJaqTVnmCJIgnTN84tQ5Aq { top:49.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyL9qODNdRfcZuuIAqpmxpyk28QLqNMT { width:47.75rem;height:3.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnIK1kyTCNTDkCRFScs4CNymc4GzTZvP { width:47.75rem;height:3.5625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6IBUEui5bgqReZaNn4JABJCo7hQI9W { width:47.75rem;height:3.5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRkVyKVaHUsbb33ulpxmaLp68Lv5Muv { width:47.75rem;height:3.5rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvPG5MGXS3TRBl9tNaEf3dESmPePlqxe { width:47.75rem;height:3.5rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yELLwH0f2rLgnc22o90KWgh1PA0mhFU2 { top:53.0625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4se41Tyv2XumXaeRyVQhIMcJRhOZisn { top:53.0625rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6DGJIBWoIUtkdKdqrGd2TSlZq4wxw1o { width:47.75rem;height:3.5rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbLzokiKqsHy0bN9blHKsm7qzqXSq6hK { top:60.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFDhJJoKO6TcOdl2hytW9SKJRiheTHe { top:60.375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7G1TfxEOh6k2so6xWTh7yTMOUKyAlNS { top:12rem;left:36.125rem;width:11.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXaLirzSVHx2qNQv343TU4nvV1zRT8To { 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) { #xX25dKCoLQhLF2LXNQMOGR7OAp4Tg5cD { 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) { #bdLmIMMibgPVevWdV9RIUeMduy7yV1My { top:34rem;left:22.875rem;width:24.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEgR4vn9tCztltt6XoIrvmTKywdleiQL { 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) { #rwLBfwittQOoAHr60fiRxFy7FatJ4Vmo { 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) { #KEt2vpnRVvdkXKCpcgOvCxxoiI3iN7sJ { 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) { #sV3aQnAOk4CrMMweAh6k9En5JaUZSME2 { top:56.6875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v93e5vHEh0TDhszLS1t8EmwMU4WwDkFT { top:56.6875rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUrshdPcwCQ5rulxTqnlnF8pSEkDiqHz { width:47.75rem;height:3.5rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSNXwaFAJARWflKhDIbLCWtsZhEGXclU { 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) { #pISxCfzCIdHzBUtANLsnKWNQD88vL1yK { top:21.0625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hbiDaLOOuIxGCTntwFsE96dEAgAhcB { top:21.0625rem;left:0rem;width:39.4375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU8EXiWLCTsT0vIaFWnvQNTbOZAHdRJk { 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) { #VO1BprTMBfD37n0UDuvD1mqEdye36zGR { display:block; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru3nRgJ4XmetNE5TNTZkqX08xzyvyTON { top:4.375rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz5PIKQBkwMMzhU3L52og9q7y9LbB60U { top:4.4375rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDLZPNWo9aVH9DaWPhZwgS29RxUTaHQh { top:7.8125rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTzUs8n3m0oKpvJR5mpNELoIs3TDEGRb { top:7.8125rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmGNhDqJQesZ5oIEG4ETA3T0rl6dhWrC { top:11.625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdcGOCzCT142o3BwKukB7aIBJx0TkaMi { top:11.625rem;left:0rem;width:31.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbJierxIPhQRuPPdt7Uka4pCuqI0bPu { top:17.5625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4EbMSnW2VkR7iXXGFDlcIsNueaFK0y { top:17.5625rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUs9qgGdP9LkmWT6lJbayEdDZZfd5neq { top:21.1875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXusq9ZngbThtGreZQJm83QnKsgyPyu { top:21.1875rem;left:0rem;width:34.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brlnDpR7UpdPbORtOnLSuHf2acD4ndeo { top:24.9375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNidPO6LM9m0uztdCsTNRkV0ar0otClK { top:24.9375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5rZFS24x0ztNJTh856ebmkPZMqGbnCv { top:28.5rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1in52oTANynWpcqNzJHe631UpgFmdRE { top:28.5rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSy3WtlMbPcm4VGT6Q9A5uqmh1DCeTNy { top:32.1875rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDmng9TviDBBqH5eHDABVb5eNGuRHpHf { top:32.1875rem;left:0rem;width:39.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwmZmS1dc2OkrPkGTOtedKI2u14PW2aH { top:38.375rem;left:0rem;width:6.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxK2grJdoGpB8yhIkGJgtCe4DBWtZ7o { top:38.375rem;left:0rem;width:39.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB2e69eKAgTOsEUBSoTqtdwmO3S8F9fn { top:0rem;left:0rem;width:23rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVv53ygzVboll3AmtmTl3wrc4olWqVWi { top:44.375rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphTS39kwA7vRrzSdLah35pseHTTcuAn { top:44.375rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHKyCcvx1wbJo0IF42n0GFybQB0wb7aF { top:48rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkNmiu6msBHNvZ9GcHTtgRXMp8yTuPl { top:48rem;left:0rem;width:39.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzDQLcOJRRvgeeyMk5azWOXXzxvMKJh { width:47.75rem;height:3.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpiWE1UbJxyVZofzBgHK5JQLu4dfCdWF { width:47.75rem;height:3.5rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2eRfNGR4TflUT6Lv5bOc9hz6VQF3Faz { width:47.75rem;height:3.5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJm2oPth3wvkUNx5W6we8f59dBMcXTC0 { width:47.75rem;height:5.625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHg4WkwNhaPVUJ5PCyduGOolrEluTCU { width:47.75rem;height:3.5rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS40C5XzROTTvguHHg8sKU4etxPN4DUK { 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) { #dmv5iXbegdoJrr9SyP5FDrk488K0hZXy { 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) { #DANPFXsmftVG1pCfMATdxwaTRERdcw8L { 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) { #TRIkaBTyWHyEIuTxaSSCIPlHBsJ9IDmq { 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) { #LFT7CuMEyqR8UCZNIS6HL8iaDD6NhAQA { 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) { #sdSiH3Ue8NiUMAx5tQLsENzPnNMdOUnH { 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) { #F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 { display:block; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyHJNceIvfDyo8ENk5Ie6vMRd0Es5Tef { top:17.3125rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSqSqBH8J1V5T2PSd2iAEefRgKVeDp7L { top:19.375rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srSbouFUi35Dnkf1u40lsnJobiXnIUiq { top:6.875rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKVGwKPSQTfWUT3EGShZRMg4CMaHGXN9 { top:22.75rem;left:0rem;width:5.75rem;height:3.2768072587132rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv99CS3rURDnT2EWFqBx8xhXnHKfEuEt { top:14rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDbZc82mCgylwTVCVdxKrUTlh6k5l1p { top:13.6875rem;left:0rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTM3WAJpvxI2GqtqhTLNtdyIUi3Z7xa { top:1.6875rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTEN98792QPTqHT4sq8kpSQ0p9rvHgnT { top:6.875rem;left:10.749998092651rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivn1F8PzNvoBxkkQqPE2JxnNWzHNv1hg { 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) { #eDLDTIQcl8QfB20gG7fnP2oeDrALpqbS { 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) { #iD6p9MdXhilCa2mSCK7t9w3EN1G1rAbd { top:24rem;left:11.437143325806rem;width:7.6875rem;height:2.0460728602886rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyPZ3DVK5369mCKu71t5leSxfrxwfXi0 { 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) { #LSAPztWncqzLsboMuC6QJZttHthoKnpi { 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) { #zLWGdigeACFsHQtZ5gIf3FDZKLToCO1D { top:6.9375rem;left:28.562498092651rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ519TitX9x69ZxllRLQCIaBF4BX70U2 { top:23.5625rem;left:29.249643325806rem;width:7.625rem;height:1.6724246440565rem;display:block; }
 }@media only screen and (max-width: 763px) { #I39yK81O6qGXBlCHDRA2D5T1UnsF41yx { top:14rem;left:31.624464035034rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZSQsl9qScQ6M9X2Wo4iReoZGG56z7Uw { 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) { #lgOTggqlJNU8xEIuKDTstJwqfdeqXrhf { top:28.9375rem;left:10.749998092651rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F48gHHDJAycwwThsrDN1WOyKzM83PcSs { 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) { #TewAEKv2QVFM7O0g9HOd8dOyTA69oEPw { 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) { #oJS41ntidB1LmOAtQeU1TicoCMWH2mPM { top:44.9375rem;left:10.061967849731rem;width:10.375rem;height:3.1670532612602rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhLRom6TXLPlTqDCvEoaNTBd3vSeWgT { top:28.9375rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbgVAHrU5OAOEvmaIwRH4vBKGe2OusWT { top:38.8125rem;left:0rem;width:11.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAsERLaiUFrolJ7CuzHBuEbxRgTu4BTz { top:40.9375rem;left:0rem;width:15.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Panw6dZwKsIb823XJSrNpulCou4r5vz3 { top:44.9375rem;left:0rem;width:10.375rem;height:3.165621013959rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5eRFNni1yNwyHVLMy7iOS5nQnQJJnx { top:35.9375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDcmuPuvOykh0g2niNhLgaBVypNLgzN { top:35.75rem;left:0rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ryTpEezSl6S6dZhuJpehd9oGCJVXZl { top:23.25rem;left:39.6875rem;width:8.0625rem;height:2.2498007128404rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt73FquBk0FHTZpHEnrS3vdtIFqR5GJT { 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) { #thzxtxV7HoPXpw8UBiCRT4x6BEqgdQkI { 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) { #Zv0cc8PB70iUZozepChe6HPQJ3fVGnmB { top:13.875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhu89U6IsIudmM7ALR0iBFbuxEe4CdK { 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) { #uqkUhqauOtUlDKIJ4epTWbyPi9Gt4v7P { top:6.875rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV9pPTJtGJc0IMaP7T1IrfLgtn7hcb0C { top:28.9375rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxsNWvEiazag8JhKHo9aEZ87JBrCupt7 { 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) { #oR74RVJtwemdrKbGUiV5H8lFfhV6Ki7D { top:41rem;left:34.625rem;width:13.125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obKZDEKrrwxnTc9g1pctCM2Lm3A1nHdH { top:28.9375rem;left:28.592683792114rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eld15KFKLSEfK3D3NCP8aTczNitstsQc { 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) { #EOGVvLmVKpqUVu7EaIEUmueoDTT5xmt1 { top:41rem;left:25.374464035034rem;width:15.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCH13rsbIBruVmnRIMsthiqiEtp4CzST { top:44.9375rem;left:27.906427383423rem;width:10.375rem;height:3.1670532612602rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWTCB3I4rvFn9tPX7ITd4Rg1PToBa28P { top:36rem;left:31.65553855896rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umcHGVvylRyMPIK7ysLRfvmAtWo9zNpq { 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) { #wMvLOcbsD2yueCn17sCPSqOfZ4N5K0ya { top:50.5625rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roz7OfDXBzgeI94ZTtHxyodQAPi2PXdi { top:60.375rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdys0OBcXihtogyT1OPA5TRGBoTUVDd { top:62.875rem;left:0rem;width:15.6875rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0PhV6vedAEpSkKHv5A7qhRP6Z9fGZD { top:67.75rem;left:0rem;width:9.0625rem;height:3.624825rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJ1JM0S9gu4T6JWXIvU40S4HDAERQSG { top:50.5625rem;left:10.9375rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHo0TEI7ppLcJc9DVTkBhXlxlbFHwVlb { 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) { #EqvrbRVDL4QDCkbKeRcurRp2LUUy6M5c { top:62.875rem;left:8.5rem;width:14.0625rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTRWWVkpRruRLA7RoyTwdceI0Q6yd8sn { top:68rem;left:12.4375rem;width:6rem;height:3.0307582540628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt2G5k4DE3r1ZZC8yCHsT75MDZaDKuUl { top:57.5rem;left:14.0625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1IFF0avxfSd2MhoXTOGnEtEs1qZnsJC { 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) { #rzhPCkZq4DALTt39Sy3skz4xXuriwtJ6 { 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) { #l9wLleUG1HTk0RW2K8HhkGk341c5ihbG { 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) { #rB7WdR60cuzGiKmnA6eTgIgHDVxXodE7 { top:36.1875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIgbyFHOPZvaRPHhdpkFnFNK4vW1E2lo { 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) { #M4v8bSNuaIB2TXD03zOBsgQXbrKgqZT6 { top:50.5rem;left:38.625rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRIl81We9UxCeIBraTBp3SaULCApwah { 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) { #wH5bxLi7ixfsiROgrvsElF1RrJiKhAFd { 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) { #XLofC2uhrdeSio3OFtQspb6nOOPvfeUy { top:66.25rem;left:39.9375rem;width:7.8125rem;height:5.1242875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSaNo1zB2TpOS9cydRcHKvGba0yUBUld { top:57.4375rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERD28WEgnKiHlXOmQnEAukIurfUJF0T { top:57.25rem;left:45.875rem;width:1.875rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soxAf1cU0f7ZqxglxVLsJ28F4g3ucbGo { top:66.25rem;left:29.217683792114rem;width:7.8125rem;height:5.1234rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1x44Qg4N8TEp557Pc4LxT7Mdt10UMVt { top:50.5rem;left:28.529649734497rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJdJTD27D8SSU9Zd1KTwZg0rUpAx3Zr { top:57.5rem;left:31.65553855896rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHNEsULlkIZKaP9PiKw00VoGGaZEELlW { 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) { #dHeRsu8E3gD9u25RWzb8mdIezL4hdI1w { top:74.3125rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8iXKkxJp13pOF8ZJIyHpeL54G4lH0Oi { top:84.875rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAnfdTOWMDxcTbcZQc7yolXiGQMs3Ba0 { top:87.3125rem;left:0rem;width:15.6875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTy1t3V93fH3czZWIcayIaBcST6shF5 { top:81.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIpLleSVBdngbWkVMmOeqg7hNecJnTrD { top:81.25rem;left:0rem;width:1.875rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBN4Dxq2qngkEWX9EJiZ6hBaUwa0yBq0 { top:75.9375rem;left:10.4052734375rem;width:9.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MosgpmZR0brSZHP9DZ01pUIUqok6i8GH { 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) { #lQHLrQgXrDci4lI5yh317e2ehGl3VXIn { 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) { #bVsd1eOGtS3yXwLMXKyUCrnGNqvHbsOW { top:92.0625rem;left:0rem;width:10.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNZbk4iur4tcTeJTt6EZF0rom6Tat71Z { top:74.25rem;left:28.529296875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbmc6kJ3bcUU1QPwZ2Jd2PU003mfTeva { 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) { #zrmHeaFmSwvTFeJ5WdAnnFdzlWZeuO3M { 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) { #uo8FAeNETDAsLqozu1bq7ydykoN72wGM { top:81.5rem;left:31.6572265625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISsuFQSq7um5vfT9mw1aEISmgJ6hlRXq { 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) { #dra7u9Ee76v3nDJ71fAgUbg6xCZQxtnU { top:91.0625rem;left:27.1875rem;width:12.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBbI0XvWqmTf9OoZkdcbQtsZrhGtuXRZ { top:74.3125rem;left:38.625rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeKXJVXwnXckmrhOzHM6UPlnupOzzDqL { 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) { #Qzn3JWebUm37akrX3XD4HyMHZwixtKqR { top:84.875rem;left:33.75rem;width:14rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn3N6BUN8GLshxwZcSOrgA0SMCdPWF8L { top:91.0625rem;left:35.0625rem;width:12.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9uypFHU6pME8mZgdJWuAQG32LJspuGd { top:81.5rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqawrdVGAeXN9tWT3dcPuEa0CFDrTZEa { 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) { #QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA { display:block; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he0TbxhweOKAGfIoopIdDDIKuAaOnFI4 { top:8.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcT9ochFTZOTDInAZEcO43AXkGTEPMa1 { top:3.0625rem;left:0rem;width:14.1875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBWbWWoa9AUoLVMM5DVAHG8LTCFw0NU { top:27.75rem;left:0rem;width:31.875rem;height:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3SqpPD6pokpnrLFgVvFfVTR2v5Q5s3o { top:22.4375rem;left:0rem;width:35.9375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7awUyCbNdKtzGTIC1FWGosT85dWHnT3 { 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) { #CnrdALJrf7QhvOr5UqiIRBvicECXP1nE { top:29.75rem;left:13.375rem;width:34.375rem;height:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8zWEmnKofN2Qw5rC3TxtqfS5wWS2uw { top:16.625rem;left:0rem;width:33.625rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlT2yTFUJ8Ups7Fv72Iws678T1o88vcV { top:16.5625rem;left:14.125rem;width:33.625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz9ENoaic8LTrh5FownAw3VzAUs5VKB { display:block; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycbuTBJlaKVIO7diMAWZR4T18LbctPfl { top:2.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM { display:flex;height:auto;width:27.8125rem;top:11.25rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #LDKoF8VTtLTatx10vMmXT2FiOlRfebST {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #auh7KudiX4KwiaDbZQHBFKomk8LgyOzA {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #nLIE5n76xZgOXw9hsquBVpc3TySWFLb7 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #XuXGMs6799Nn4uT9hZ0sVGqFtnRUJssK {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #oTvMPO9a03hhAQRZOhifTfG06HBnkIKC {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #RpuSisKNW6DZyPAAA2GzuGN22bLtZ8IP {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #fXBh7b4D8WqNwgNMq8X0JfRSRR4mIpVk {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #CS2eOKtV9kS9QJVLysG9ZLQDcu6WkJg4 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #TS8k6XCfmyvHigaz7qT1VU2MKlQrvWTE {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #KbZVQlGvzIwurxrQMcWlLSNqe8TnoQyG {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #XRJC6iTZTJ7LpcGM9w6uZqBgtM9Wbesl {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #MN3JyEsgkkQnBrRMhe3uitTw8A3o8VZM {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #VKvosRslcmTq3Nzit6DccsWtxdXomTwE {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #TlNKzHpRGwTRrt840P3Idz8BdugV0xa0 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #SkCQ4hwl2iX8iInZ8AZfS8aarqGFNAuI {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #JePpayZLWrRRZ02gZn1iZM7bx5HWLQIM {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #putJfQvZyk2qVeVQRTuIND6TCdfep4iT {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Vlw7uuhqg65puhgsyEmGZmUm5HfTniSG {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Qpt6Ze9k5AqxWskdR3SXvJ4SlgZ1LJZq {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #m029Vd57KCSNW2lHtMPa5Iucg5zhC7X9 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Brcra3wCQSS822afTtsVPl1pFpT0BT7t {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #W9l9ZP659qTD43PqeObwA52lpPJXFT55 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #mTuewTmqrkVXD9WttrU3yrSKJiLgy2sq {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #HX6dlXdcUksBSp29CTpEZtwTdeRsFpUK {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #NkFZ1KxH4VA1kar7QD5CyV5V1cipUBvg {  }
 }@media only screen and (max-width: 763px) { #gtNa72SNeZf4WZSctNu2gkukuH6E5lPB { top:7rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtfe87Oqa4c361LZEeBarJdvJQ3TNkL { 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.4375rem;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) { #iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv { display:block; }#iXnAfSE3VUeEP85AWf3PPPLGA5qT3sPv > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOIOE1QyJoGzIwWsaQlbvyGgp1mLfMfb { 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) { #H7bDAKH0SDBFnwqCI80ObEDGqWmk0HBQ { width:9.6875rem;height:2.74946875rem;top:5.3737573623658rem;left:5.1562498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GEEbvApfs62BCbBFm9HZeiFasKJbMZCG { width:7.1875rem;height:2.625rem;top:13.186257362366rem;left:6.3751772642138rem;display:block; }
 }@media only screen and (max-width: 763px) { #tycslwxvW1STaLZ91L7MKfR1K8FL4I7i { width:11.25rem;height:1.25rem;top:25.248578011989rem;left:4.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GoDTuFcQfbXTTtTdPH46rl2RSD07JBfJ { width:8.6248125rem;height:1.62464375rem;top:17.811612129211rem;left:5.6862567663193rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #soET4UD62AzHQSW1f1ILR1C2ZxzCzFLi { 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) { #Q4AT8Dn9ix8i6ptrwWwSr49QgI7EMr8V { width:10.75rem;height:2rem;top:9.3121433258056rem;left:4.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLPFBnolfznIhLilwwyuulZFHNtJL3c { width:11.312125rem;height:3.99946875rem;top:20.185545921326rem;left:4.343039393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2Tl65gLp921ZbKcMJTkdyoXTRQJ5xu { width:9.375rem;height:6.4994375rem;top:30.749284744262rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMrVbEQ23iGqgTVLvhXdKV1ORN2h2S8q { width:9.747875rem;height:1.749825rem;top:44.496626377106rem;left:5.1251772642136rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ5xIWJAALQmbZPClJ2OnuJ01DSeUUii { width:8.9985625rem;height:3.06196875rem;top:48.186254501343rem;left:5.4998220205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZphBfdRhaVKaV2EaH0xO1N2ZoybAB9w { width:7.8125rem;height:2.1875rem;top:28.561789453029rem;left:6.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhoLDlUJDzccOSWBInfUTGbR1QM9PA0 { width:10.8744375rem;height:3.18714375rem;top:52.747688293457rem;left:4.5933946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh6dynNngGnX00KhTl9tFUfm1yZw8MKL { width:7.3125rem;height:4.6875rem;top:37.24608707428rem;left:6.3121446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMVPT1h2Tm32rcbLPrNO9OXb5zvKhvAo { 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) { #tCglumI5E38BGDtEWNu5iSR2G08gCZV2 { display:block; }#tCglumI5E38BGDtEWNu5iSR2G08gCZV2 > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlTuKT10c9ZwsZrPNncXwECVvXWxcJRB { 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) { #N0ADPtTsEMiS5gxuztJQvtVg4Nh4PVSA { width:9.75rem;height:1.625rem;top:2.880859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAKx4gRTElh7uOdtogCElTuAO3LdnMt { width:9.75rem;height:1.625rem;top:6.130859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VscScJVViAGVMGZXvHv2RLhV2nN2pX { 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) { #sRLXt9NsnRBSiRx3qxmsKlhETklUMJDI { width:5.8125rem;height:1.625rem;top:11.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJ3h3zwtpceB8OmRQq8x2zkt16cMfrA { 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) { #MsBmwK4sLChgAxLZBCEnNB53oFrPOQEE { width:9.75rem;height:1.625rem;top:21.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLFWLmyLSpMMxDVFviGknsTzvc1TPDO6 { 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) { #fSQ3neBbDDk0d08uG6vVE8lPvGdD1VgN { width:9.749625rem;height:1.625rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfbe25RJadh2RzHuoO1nrudZZhI60dNI { 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) { #OSMJqWhgfQX6XF2hJfe8d9ciPsiv7LnX { width:6.1875rem;height:1.625rem;top:41.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOgZL8CUA56BRfqIrNvp5hKTQyTJ00d { 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) { #KiMG8rLHQa7UnVpXlsPDOLhegs620TqS { width:9.75rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHV37MpOgLJfO3DwdVeHbfkgerr3TBo { 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) { #Ten4EVSmWRaCLveISwiXUB9o2Qox6AE2 { width:9.75rem;height:1.625rem;top:57.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w130lceaFZMTbr6Q5Q7qmpegnnbpIb6H { 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) { #LCyIo97yrcFQG1e3LkndDL2piGbnczId { width:9.75rem;height:1.625rem;top:64.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshTmkCLv8APQTpPo1mn3lRVLVXMyJlB { 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) { #Icyei2hIntma9OeVloJazRtHHCl46CTm { 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) { #IUWnR6xxKnmJDKACMvAksXRKLuwLn24b { width:9.75rem;height:1.625rem;top:68.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHBwGZloJJBZn4vsGMo6rIZZqDkauOn { 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) { #myQxgTl3zTpa2FeUfZwgqTD08UlDc6bo { width:9.75rem;height:1.625rem;top:75.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bORzhcpa43hJaqTVnmCJIgnTN84tQ5Aq { 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) { #GyL9qODNdRfcZuuIAqpmxpyk28QLqNMT { width:20rem;height:5.0625rem;top:5.1615772247314rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnIK1kyTCNTDkCRFScs4CNymc4GzTZvP { width:20rem;height:6.625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6IBUEui5bgqReZaNn4JABJCo7hQI9W { width:20rem;height:3.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRkVyKVaHUsbb33ulpxmaLp68Lv5Muv { width:20rem;height:8.125rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvPG5MGXS3TRBl9tNaEf3dESmPePlqxe { width:20rem;height:3.125rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yELLwH0f2rLgnc22o90KWgh1PA0mhFU2 { width:9.75rem;height:1.625rem;top:84.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4se41Tyv2XumXaeRyVQhIMcJRhOZisn { 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) { #s6DGJIBWoIUtkdKdqrGd2TSlZq4wxw1o { width:20rem;height:8.75rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbLzokiKqsHy0bN9blHKsm7qzqXSq6hK { width:9.75rem;height:1.625rem;top:93.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFDhJJoKO6TcOdl2hytW9SKJRiheTHe { 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) { #z7G1TfxEOh6k2so6xWTh7yTMOUKyAlNS { 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) { #aXaLirzSVHx2qNQv343TU4nvV1zRT8To { 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) { #xX25dKCoLQhLF2LXNQMOGR7OAp4Tg5cD { 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) { #bdLmIMMibgPVevWdV9RIUeMduy7yV1My { 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) { #fEgR4vn9tCztltt6XoIrvmTKywdleiQL { 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) { #rwLBfwittQOoAHr60fiRxFy7FatJ4Vmo { 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) { #KEt2vpnRVvdkXKCpcgOvCxxoiI3iN7sJ { 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) { #sV3aQnAOk4CrMMweAh6k9En5JaUZSME2 { width:7.0625rem;height:1.625rem;top:89.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v93e5vHEh0TDhszLS1t8EmwMU4WwDkFT { 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) { #RUrshdPcwCQ5rulxTqnlnF8pSEkDiqHz { width:20rem;height:3.8125rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSNXwaFAJARWflKhDIbLCWtsZhEGXclU { 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) { #pISxCfzCIdHzBUtANLsnKWNQD88vL1yK { width:6.0625rem;height:1.625rem;top:28.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9hbiDaLOOuIxGCTntwFsE96dEAgAhcB { 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) { #OU8EXiWLCTsT0vIaFWnvQNTbOZAHdRJk { 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) { #VO1BprTMBfD37n0UDuvD1mqEdye36zGR { display:block; }#VO1BprTMBfD37n0UDuvD1mqEdye36zGR > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru3nRgJ4XmetNE5TNTZkqX08xzyvyTON { 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) { #Cz5PIKQBkwMMzhU3L52og9q7y9LbB60U { width:9.75rem;height:1.625rem;top:2.78125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDLZPNWo9aVH9DaWPhZwgS29RxUTaHQh { width:9.75rem;height:1.625rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTzUs8n3m0oKpvJR5mpNELoIs3TDEGRb { 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) { #bmGNhDqJQesZ5oIEG4ETA3T0rl6dhWrC { width:9.749625rem;height:1.625rem;top:8.4366121292112rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdcGOCzCT142o3BwKukB7aIBJx0TkaMi { 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) { #hGbJierxIPhQRuPPdt7Uka4pCuqI0bPu { width:9.75rem;height:1.625rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4EbMSnW2VkR7iXXGFDlcIsNueaFK0y { 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) { #KUs9qgGdP9LkmWT6lJbayEdDZZfd5neq { width:9.75rem;height:1.625rem;top:32.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXusq9ZngbThtGreZQJm83QnKsgyPyu { 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) { #brlnDpR7UpdPbORtOnLSuHf2acD4ndeo { width:9.75rem;height:1.625rem;top:40.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNidPO6LM9m0uztdCsTNRkV0ar0otClK { 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) { #K5rZFS24x0ztNJTh856ebmkPZMqGbnCv { width:9.75rem;height:1.625rem;top:44.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1in52oTANynWpcqNzJHe631UpgFmdRE { 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) { #tSy3WtlMbPcm4VGT6Q9A5uqmh1DCeTNy { width:9.75rem;height:1.625rem;top:52.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDmng9TviDBBqH5eHDABVb5eNGuRHpHf { 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) { #qwmZmS1dc2OkrPkGTOtedKI2u14PW2aH { width:9.75rem;height:1.625rem;top:62.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxK2grJdoGpB8yhIkGJgtCe4DBWtZ7o { 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) { #cB2e69eKAgTOsEUBSoTqtdwmO3S8F9fn { 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) { #oVv53ygzVboll3AmtmTl3wrc4olWqVWi { width:9.75rem;height:1.625rem;top:74.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphTS39kwA7vRrzSdLah35pseHTTcuAn { 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) { #iHKyCcvx1wbJo0IF42n0GFybQB0wb7aF { width:9.75rem;height:1.625rem;top:78.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkNmiu6msBHNvZ9GcHTtgRXMp8yTuPl { 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) { #IuzDQLcOJRRvgeeyMk5azWOXXzxvMKJh { width:20rem;height:2.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpiWE1UbJxyVZofzBgHK5JQLu4dfCdWF { width:20rem;height:8.4375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2eRfNGR4TflUT6Lv5bOc9hz6VQF3Faz { width:20rem;height:3.3125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJm2oPth3wvkUNx5W6we8f59dBMcXTC0 { width:20rem;height:10rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHg4WkwNhaPVUJ5PCyduGOolrEluTCU { width:20rem;height:3.5625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS40C5XzROTTvguHHg8sKU4etxPN4DUK { 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) { #dmv5iXbegdoJrr9SyP5FDrk488K0hZXy { 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) { #DANPFXsmftVG1pCfMATdxwaTRERdcw8L { 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) { #TRIkaBTyWHyEIuTxaSSCIPlHBsJ9IDmq { 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) { #LFT7CuMEyqR8UCZNIS6HL8iaDD6NhAQA { 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) { #sdSiH3Ue8NiUMAx5tQLsENzPnNMdOUnH { 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) { #F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 { display:block; }#F6kv3196CkdaDLFNozS4ox4aqI7XiNy8 > .row .container { width:20rem;height:171.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyHJNceIvfDyo8ENk5Ie6vMRd0Es5Tef { width:9.1875rem;height:1.625rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSqSqBH8J1V5T2PSd2iAEefRgKVeDp7L { 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) { #srSbouFUi35Dnkf1u40lsnJobiXnIUiq { width:8.1875rem;height:8.1875rem;top:6rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKVGwKPSQTfWUT3EGShZRMg4CMaHGXN9 { width:5.5rem;height:3.125rem;top:21.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv99CS3rURDnT2EWFqBx8xhXnHKfEuEt { width:2.9375rem;height:2.9375rem;top:12.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDbZc82mCgylwTVCVdxKrUTlh6k5l1p { 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) { #gkTM3WAJpvxI2GqtqhTLNtdyIUi3Z7xa { 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) { #QTEN98792QPTqHT4sq8kpSQ0p9rvHgnT { width:8.3744375rem;height:8.3744375rem;top:5.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivn1F8PzNvoBxkkQqPE2JxnNWzHNv1hg { 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) { #eDLDTIQcl8QfB20gG7fnP2oeDrALpqbS { 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) { #iD6p9MdXhilCa2mSCK7t9w3EN1G1rAbd { width:7.3118125rem;height:1.93714375rem;top:22.030361890793rem;left:11.403585791588rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyPZ3DVK5369mCKu71t5leSxfrxwfXi0 { 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) { #LSAPztWncqzLsboMuC6QJZttHthoKnpi { 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) { #zLWGdigeACFsHQtZ5gIf3FDZKLToCO1D { width:8.5618125rem;height:8.5618125rem;top:26.434658050537rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ519TitX9x69ZxllRLQCIaBF4BX70U2 { width:7.6875rem;height:1.6875rem;top:43.004260063171rem;left:0.99840199947356rem;display:block; }
 }@media only screen and (max-width: 763px) { #I39yK81O6qGXBlCHDRA2D5T1UnsF41yx { width:2.875rem;height:2.875rem;top:32.719281196594rem;left:3.155717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZSQsl9qScQ6M9X2Wo4iReoZGG56z7Uw { 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) { #lgOTggqlJNU8xEIuKDTstJwqfdeqXrhf { width:8.3123125rem;height:8.3123125rem;top:46.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #F48gHHDJAycwwThsrDN1WOyKzM83PcSs { width:9rem;height:1.625rem;top:55.515625rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TewAEKv2QVFM7O0g9HOd8dOyTA69oEPw { 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) { #oJS41ntidB1LmOAtQeU1TicoCMWH2mPM { width:10rem;height:2.87464375rem;top:61.436965942382rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhLRom6TXLPlTqDCvEoaNTBd3vSeWgT { width:7.8125rem;height:7.8125rem;top:46.415126800537rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbgVAHrU5OAOEvmaIwRH4vBKGe2OusWT { width:9.375rem;height:1.625rem;top:55.516332864761rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAsERLaiUFrolJ7CuzHBuEbxRgTu4BTz { 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) { #Panw6dZwKsIb823XJSrNpulCou4r5vz3 { width:9.6875rem;height:2.875rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5eRFNni1yNwyHVLMy7iOS5nQnQJJnx { width:2.875rem;height:2.875rem;top:52.13600730896rem;left:3.1551846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDcmuPuvOykh0g2niNhLgaBVypNLgzN { 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) { #O5ryTpEezSl6S6dZhuJpehd9oGCJVXZl { width:8.0625rem;height:2.25rem;top:42.642578125rem;left:11.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt73FquBk0FHTZpHEnrS3vdtIFqR5GJT { 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) { #thzxtxV7HoPXpw8UBiCRT4x6BEqgdQkI { 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) { #Zv0cc8PB70iUZozepChe6HPQJ3fVGnmB { width:2.875rem;height:2.875rem;top:32.71875rem;left:14.2783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhu89U6IsIudmM7ALR0iBFbuxEe4CdK { 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) { #uqkUhqauOtUlDKIJ4epTWbyPi9Gt4v7P { width:8.75rem;height:8.75rem;top:26.4345703125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV9pPTJtGJc0IMaP7T1IrfLgtn7hcb0C { width:7.9998125rem;height:7.9998125rem;top:65.686254501344rem;left:11.060014128685rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxsNWvEiazag8JhKHo9aEZ87JBrCupt7 { 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) { #oR74RVJtwemdrKbGUiV5H8lFfhV6Ki7D { 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) { #obKZDEKrrwxnTc9g1pctCM2Lm3A1nHdH { width:8rem;height:8rem;top:65.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eld15KFKLSEfK3D3NCP8aTczNitstsQc { width:9.1868125rem;height:1.625rem;top:75.454536437987rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGVvLmVKpqUVu7EaIEUmueoDTT5xmt1 { 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) { #aCH13rsbIBruVmnRIMsthiqiEtp4CzST { width:8.875rem;height:2.5625rem;top:81.561418533325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWTCB3I4rvFn9tPX7ITd4Rg1PToBa28P { width:2.875rem;height:2.875rem;top:71.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umcHGVvylRyMPIK7ysLRfvmAtWo9zNpq { 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) { #wMvLOcbsD2yueCn17sCPSqOfZ4N5K0ya { width:8.0619375rem;height:8.0619375rem;top:85.316938400269rem;left:0.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roz7OfDXBzgeI94ZTtHxyodQAPi2PXdi { width:9.5rem;height:1.625rem;top:94.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdys0OBcXihtogyT1OPA5TRGBoTUVDd { 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) { #EK0PhV6vedAEpSkKHv5A7qhRP6Z9fGZD { width:9.0625rem;height:3.624825rem;top:102.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJ1JM0S9gu4T6JWXIvU40S4HDAERQSG { width:8.3744375rem;height:8.3744375rem;top:84.948507308963rem;left:10.872691512108rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHo0TEI7ppLcJc9DVTkBhXlxlbFHwVlb { 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) { #EqvrbRVDL4QDCkbKeRcurRp2LUUy6M5c { 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) { #PTRWWVkpRruRLA7RoyTwdceI0Q6yd8sn { width:5.99964375rem;height:3.03000625rem;top:102.30822753906rem;left:12.060546278954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt2G5k4DE3r1ZZC8yCHsT75MDZaDKuUl { width:2.875rem;height:2.875rem;top:91.1875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1IFF0avxfSd2MhoXTOGnEtEs1qZnsJC { 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) { #rzhPCkZq4DALTt39Sy3skz4xXuriwtJ6 { width:9.74875rem;height:1.625rem;top:117.9944896698rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wLleUG1HTk0RW2K8HhkGk341c5ihbG { 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) { #rB7WdR60cuzGiKmnA6eTgIgHDVxXodE7 { width:2.875rem;height:2.875rem;top:71.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIgbyFHOPZvaRPHhdpkFnFNK4vW1E2lo { 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) { #M4v8bSNuaIB2TXD03zOBsgQXbrKgqZT6 { width:8.375rem;height:8.375rem;top:107.62641764874rem;left:10.726565253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRIl81We9UxCeIBraTBp3SaULCApwah { 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) { #wH5bxLi7ixfsiROgrvsElF1RrJiKhAFd { 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) { #XLofC2uhrdeSio3OFtQspb6nOOPvfeUy { width:7.8125rem;height:5.1234rem;top:125.20240783691rem;left:11.154118895531rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSaNo1zB2TpOS9cydRcHKvGba0yUBUld { width:2.875rem;height:2.875rem;top:114.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERD28WEgnKiHlXOmQnEAukIurfUJF0T { 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) { #soxAf1cU0f7ZqxglxVLsJ28F4g3ucbGo { width:7.8125rem;height:5.1225125rem;top:125.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1x44Qg4N8TEp557Pc4LxT7Mdt10UMVt { width:8.812125rem;height:8.812125rem;top:107.24875259399rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJdJTD27D8SSU9Zd1KTwZg0rUpAx3Zr { width:2.875rem;height:2.875rem;top:114rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHNEsULlkIZKaP9PiKw00VoGGaZEELlW { 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) { #dHeRsu8E3gD9u25RWzb8mdIezL4hdI1w { width:7.6873125rem;height:7.6873125rem;top:130.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8iXKkxJp13pOF8ZJIyHpeL54G4lH0Oi { width:9.749625rem;height:1.625rem;top:139.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAnfdTOWMDxcTbcZQc7yolXiGQMs3Ba0 { 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) { #zKTy1t3V93fH3czZWIcayIaBcST6shF5 { width:2.875rem;height:2.875rem;top:136.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIpLleSVBdngbWkVMmOeqg7hNecJnTrD { 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) { #BBN4Dxq2qngkEWX9EJiZ6hBaUwa0yBq0 { width:6.4375rem;height:3.875rem;top:134.185546875rem;left:11.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MosgpmZR0brSZHP9DZ01pUIUqok6i8GH { 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) { #lQHLrQgXrDci4lI5yh317e2ehGl3VXIn { 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) { #bVsd1eOGtS3yXwLMXKyUCrnGNqvHbsOW { width:7.9375rem;height:1.4375rem;top:145.18359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNZbk4iur4tcTeJTt6EZF0rom6Tat71Z { width:7.8125rem;height:7.8125rem;top:148.7626953125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbmc6kJ3bcUU1QPwZ2Jd2PU003mfTeva { 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) { #zrmHeaFmSwvTFeJ5WdAnnFdzlWZeuO3M { 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) { #uo8FAeNETDAsLqozu1bq7ydykoN72wGM { width:2.875rem;height:2.875rem;top:154.748046875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISsuFQSq7um5vfT9mw1aEISmgJ6hlRXq { 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) { #dra7u9Ee76v3nDJ71fAgUbg6xCZQxtnU { width:8.625rem;height:2.625rem;top:162.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBbI0XvWqmTf9OoZkdcbQtsZrhGtuXRZ { width:8.0625rem;height:8.0625rem;top:148.6376953125rem;left:11.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeKXJVXwnXckmrhOzHM6UPlnupOzzDqL { 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) { #Qzn3JWebUm37akrX3XD4HyMHZwixtKqR { 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) { #sn3N6BUN8GLshxwZcSOrgA0SMCdPWF8L { width:8.75rem;height:2.75rem;top:166.47265625rem;left:10.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9uypFHU6pME8mZgdJWuAQG32LJspuGd { width:2.875rem;height:2.875rem;top:154.748046875rem;left:13.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqawrdVGAeXN9tWT3dcPuEa0CFDrTZEa { 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) { #QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA { display:block; }#QTpmS2sJioMS6xv5KyXMbk2XawfKyJbA > .row .container { width:20rem;height:114.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he0TbxhweOKAGfIoopIdDDIKuAaOnFI4 { 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) { #mcT9ochFTZOTDInAZEcO43AXkGTEPMa1 { 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) { #dlBWbWWoa9AUoLVMM5DVAHG8LTCFw0NU { 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) { #G3SqpPD6pokpnrLFgVvFfVTR2v5Q5s3o { 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) { #K7awUyCbNdKtzGTIC1FWGosT85dWHnT3 { 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) { #CnrdALJrf7QhvOr5UqiIRBvicECXP1nE { 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) { #bT8zWEmnKofN2Qw5rC3TxtqfS5wWS2uw { 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) { #PlT2yTFUJ8Ups7Fv72Iws678T1o88vcV { 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) { #RAz9ENoaic8LTrh5FownAw3VzAUs5VKB { display:block; }#RAz9ENoaic8LTrh5FownAw3VzAUs5VKB > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycbuTBJlaKVIO7diMAWZR4T18LbctPfl { 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) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM { display:flex;height:auto;width:20rem;top:23.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #LDKoF8VTtLTatx10vMmXT2FiOlRfebST {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #auh7KudiX4KwiaDbZQHBFKomk8LgyOzA {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #nLIE5n76xZgOXw9hsquBVpc3TySWFLb7 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #XuXGMs6799Nn4uT9hZ0sVGqFtnRUJssK {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #oTvMPO9a03hhAQRZOhifTfG06HBnkIKC {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #RpuSisKNW6DZyPAAA2GzuGN22bLtZ8IP {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #fXBh7b4D8WqNwgNMq8X0JfRSRR4mIpVk {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #CS2eOKtV9kS9QJVLysG9ZLQDcu6WkJg4 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #TS8k6XCfmyvHigaz7qT1VU2MKlQrvWTE {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #KbZVQlGvzIwurxrQMcWlLSNqe8TnoQyG {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #XRJC6iTZTJ7LpcGM9w6uZqBgtM9Wbesl {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #MN3JyEsgkkQnBrRMhe3uitTw8A3o8VZM {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #VKvosRslcmTq3Nzit6DccsWtxdXomTwE {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #TlNKzHpRGwTRrt840P3Idz8BdugV0xa0 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #SkCQ4hwl2iX8iInZ8AZfS8aarqGFNAuI {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #JePpayZLWrRRZ02gZn1iZM7bx5HWLQIM {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #putJfQvZyk2qVeVQRTuIND6TCdfep4iT {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Vlw7uuhqg65puhgsyEmGZmUm5HfTniSG {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Qpt6Ze9k5AqxWskdR3SXvJ4SlgZ1LJZq {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #m029Vd57KCSNW2lHtMPa5Iucg5zhC7X9 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #Brcra3wCQSS822afTtsVPl1pFpT0BT7t {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #W9l9ZP659qTD43PqeObwA52lpPJXFT55 {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #mTuewTmqrkVXD9WttrU3yrSKJiLgy2sq {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #HX6dlXdcUksBSp29CTpEZtwTdeRsFpUK {  }
 }@media only screen and (max-width: 763px) { #UBGzE8og0o4mTu9sa7VM5ALJEdtzdTqM #NkFZ1KxH4VA1kar7QD5CyV5V1cipUBvg {  }
 }@media only screen and (max-width: 763px) { #gtNa72SNeZf4WZSctNu2gkukuH6E5lPB { 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) { #aGtfe87Oqa4c361LZEeBarJdvJQ3TNkL { 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:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEA7rHcBylzAfWgzHLwStPTJ8UQPeTTq { width:19.875rem;height:13.1875rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpSJHoUEBop47Qm43bTTrNOk6MDGqGoS { width:19.875rem;height:13.1875rem;top:99.8125rem;left:0rem;display:block; }
 }