@charset "UTF-8";
h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  color: #252525;
}

h2 {
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  font-weight: 600;
  line-height: 2rem;
  color: #252525;
}

h3 {
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 600;
  line-height: clamp(2rem, 2.3vw, 2.3rem);
  color: #252525;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  h3 {
    padding: 0;
  }
}

h4 {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2rem;
  color: #2d3541;
  position: relative;
}

h4::after,
h4 .reveal {
  content: "";
  position: absolute;
  top: 30px;
  /* Ustaw odległość od treści linka */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  border-radius: 90px;
  opacity: 0.2;
  transition: opacity 0.9s ease, background-color 0.3s ease,
 box-shadow 0.3s ease;
}

h4,
.nameproduct {
  font-size: clamp(1rem, 1vw, 1rem);
  margin-bottom: 5px;
  font-weight: 600;
  color: #2d3541;
}

p {
  font-size: clamp(1.05rem, 1.05rem, 1.05rem);
  line-height: 1.6rem;
  font-weight: 400;
  color: #4c4c4d;
}

p.p--small {
  font-size: clamp(0.9rem, 0.9rem, 0.9rem);
  line-height: 1.2rem;
  letter-spacing: 0.3px;
}

p.p--smallest {
  font-size: clamp(0.8rem, 0.8rem, 0.8rem);
  line-height: 1.1rem;
  letter-spacing: 0.2px;
}

p.p--big {
  font-size: clamp(1.3rem, 1.5rem, 1.6rem);
  line-height: 1.9rem;
  letter-spacing: 0.2px;
}

p.p--big_2 {
  font-size: clamp(1.1rem, 1.3rem, 1.3rem);
  line-height: 1.9rem;
  letter-spacing: 0.2px;
}

p.p--biggest {
  font-size: clamp(2.3rem, 2.5rem, 2.6rem);
  line-height: 1.9rem;
  letter-spacing: 0.2px;
}

p.p--center {
  text-align: center;
}

@media (max-width: 768px) {
  p {
    flex-flow: column;
  }
}

.claim {
  margin-top: 15px;
  color: #55697d;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.4vw, 2rem);
  white-space: nowrap;
  display: inline-block;
}

.spacingParagraph {
  padding-top: 10px;
}

.spacingParagraphMedium {
  padding-top: 20px;
}

.spacingParagraphLarge {
  padding-top: 30px;
}

.colorWhite {
  color: #ffffff;
}

.colorBEWAVE {
  color: #5ad7dc;
}

.colorDark {
  color: #252525;
}

.colorOneBrandTradeFair {
  color: #61d5f4;
}

.colorTwoBrandTradeFair {
  color: #f7a600;
}

b {
  font-weight: 700;
  color: #252525;
}

b.b--medium {
  font-weight: 500;
}

i {
  font-weight: 500;
  color: #252525;
  font-style: italic;
}

.superscript {
  vertical-align: super;
  /* Ustawia pionowe przesunięcie do góry */
}

li.a--link,
a.a--link {
  font-weight: 600;
  color: #61d5f4;
  transition: all 0.2s;
}

li.a--link:hover,
a.a--link:hover {
  color: #f7a600;
}

li.a--img--link,
a.a--img--link {
  display: flex;
  justify-content: center;
  align-items: center;
}

li {
  list-style: none;
  padding-left: 50px;
  position: relative;
}

a {
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  color: #4c4c4d;
}

.sectionName {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #374150;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  z-index: 0;
}

@media (max-width: 768px) {
  .sectionName {
    margin-top: 50px;
  }
}

.sectionName::after,
.sectionName .reveal {
  content: "";
  position: absolute;
  top: 30px;
  /* Ustaw odległość od treści linka */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  border-radius: 90px;
  opacity: 0.2;
  transition: opacity 0.9s ease, background-color 0.3s ease,
 box-shadow 0.3s ease;
}

.sectionName.reveal.active::after {
  opacity: 1;
  background-color: #27fff4;
  box-shadow: 0px 0px 20px rgba(10, 255, 235, 0.692), inset 1px 1px 4px 0.1px rgba(0, 186, 192, 0.5);
}

.custom-list {
  list-style-type: none;
  padding-left: 20px;
  line-height: 20px;
}

.custom-list li {
  position: relative;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("assets/svg/ChevronRight.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-list li a {
  text-decoration: none;
  color: inherit;
}

.custom-list li a:hover {
  text-decoration: none;
  color: inherit;
}

.bullet-a-1 {
  padding-left: 0px;
}

.bullet-a-1::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-a-1_filledTriangle {
  padding-left: 0px;
}

.bullet-a-1_filledTriangle::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-a-2 {
  padding-left: 40px;
}

.bullet-a-2::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-a-2_number {
  padding-left: 55px;
}

.bullet-a-2_number::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-a-2_filledTriangle {
  padding-left: 39px;
}

.bullet-a-2_filledTriangle::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-a-3 {
  padding-left: 80px;
}

.bullet-a-3::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-a-4 {
  padding-left: 120px;
}

.bullet-a-4::before {
  content: "a";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-b-1 {
  padding-left: 0px;
}

.bullet-b-1::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-b-1_filledTriangle {
  padding-left: 0px;
}

.bullet-b-1_filledTriangle::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-b-2 {
  padding-left: 40px;
}

.bullet-b-2::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-b-2_number {
  padding-left: 55px;
}

.bullet-b-2_number::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-b-2_filledTriangle {
  padding-left: 39px;
}

.bullet-b-2_filledTriangle::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-b-3 {
  padding-left: 80px;
}

.bullet-b-3::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-b-4 {
  padding-left: 120px;
}

.bullet-b-4::before {
  content: "b";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-c-1 {
  padding-left: 0px;
}

.bullet-c-1::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-c-1_filledTriangle {
  padding-left: 0px;
}

.bullet-c-1_filledTriangle::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-c-2 {
  padding-left: 40px;
}

.bullet-c-2::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-c-2_number {
  padding-left: 55px;
}

.bullet-c-2_number::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-c-2_filledTriangle {
  padding-left: 39px;
}

.bullet-c-2_filledTriangle::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-c-3 {
  padding-left: 80px;
}

.bullet-c-3::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-c-4 {
  padding-left: 120px;
}

.bullet-c-4::before {
  content: "c";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-d-1 {
  padding-left: 0px;
}

.bullet-d-1::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-d-1_filledTriangle {
  padding-left: 0px;
}

.bullet-d-1_filledTriangle::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-d-2 {
  padding-left: 40px;
}

.bullet-d-2::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-d-2_number {
  padding-left: 55px;
}

.bullet-d-2_number::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-d-2_filledTriangle {
  padding-left: 39px;
}

.bullet-d-2_filledTriangle::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-d-3 {
  padding-left: 80px;
}

.bullet-d-3::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-d-4 {
  padding-left: 120px;
}

.bullet-d-4::before {
  content: "d";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-dash-1 {
  padding-left: 0px;
}

.bullet-dash-1::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-dash-1_filledTriangle {
  padding-left: 0px;
}

.bullet-dash-1_filledTriangle::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-dash-2 {
  padding-left: 40px;
}

.bullet-dash-2::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-dash-2_number {
  padding-left: 55px;
}

.bullet-dash-2_number::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-dash-2_filledTriangle {
  padding-left: 39px;
}

.bullet-dash-2_filledTriangle::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-dash-3 {
  padding-left: 80px;
}

.bullet-dash-3::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-dash-4 {
  padding-left: 120px;
}

.bullet-dash-4::before {
  content: "–";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-filledCircle-1 {
  padding-left: 0px;
}

.bullet-filledCircle-1::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(8px) translateY(-1px);
  scale: 3;
}

.bullet-filledCircle-1_filledTriangle {
  padding-left: 0px;
}

.bullet-filledCircle-1_filledTriangle::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(28px) translateY(-1px);
  scale: 3;
}

.bullet-filledCircle-2 {
  padding-left: 40px;
}

.bullet-filledCircle-2::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(48px) translateY(0);
  scale: 3;
}

.bullet-filledCircle-2_number {
  padding-left: 55px;
}

.bullet-filledCircle-2_number::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(48px) translateY(0);
  scale: 3;
}

.bullet-filledCircle-2_filledTriangle {
  padding-left: 39px;
}

.bullet-filledCircle-2_filledTriangle::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(73px) translateY(-1px);
  scale: 3;
}

.bullet-filledCircle-3 {
  padding-left: 80px;
}

.bullet-filledCircle-3::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(86px) translateY(0);
  scale: 3;
}

.bullet-filledCircle-4 {
  padding-left: 120px;
}

.bullet-filledCircle-4::before {
  content: "•";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(124px) translateY(0);
  scale: 3;
}

.bullet-emptyCircle-1 {
  padding-left: 0px;
}

.bullet-emptyCircle-1::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-emptyCircle-1_filledTriangle {
  padding-left: 0px;
}

.bullet-emptyCircle-1_filledTriangle::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-emptyCircle-2 {
  padding-left: 40px;
}

.bullet-emptyCircle-2::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-emptyCircle-2_number {
  padding-left: 55px;
}

.bullet-emptyCircle-2_number::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-emptyCircle-2_filledTriangle {
  padding-left: 39px;
}

.bullet-emptyCircle-2_filledTriangle::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-emptyCircle-3 {
  padding-left: 80px;
}

.bullet-emptyCircle-3::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-emptyCircle-4 {
  padding-left: 120px;
}

.bullet-emptyCircle-4::before {
  content: "○";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-filledTriangle-1 {
  padding-left: 0px;
}

.bullet-filledTriangle-1::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(8px) translateY(-1px);
  scale: 0.7;
}

.bullet-filledTriangle-1_filledTriangle {
  padding-left: 0px;
}

.bullet-filledTriangle-1_filledTriangle::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(28px) translateY(-1px);
  scale: 0.7;
}

.bullet-filledTriangle-2 {
  padding-left: 40px;
}

.bullet-filledTriangle-2::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(48px) translateY(0);
  scale: 0.7;
}

.bullet-filledTriangle-2_number {
  padding-left: 55px;
}

.bullet-filledTriangle-2_number::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(48px) translateY(0);
  scale: 0.7;
}

.bullet-filledTriangle-2_filledTriangle {
  padding-left: 39px;
}

.bullet-filledTriangle-2_filledTriangle::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(73px) translateY(-1px);
  scale: 0.7;
}

.bullet-filledTriangle-3 {
  padding-left: 80px;
}

.bullet-filledTriangle-3::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(86px) translateY(0);
  scale: 0.7;
}

.bullet-filledTriangle-4 {
  padding-left: 120px;
}

.bullet-filledTriangle-4::before {
  content: "▶";
  color: #898989;
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateX(124px) translateY(0);
  scale: 0.7;
}

.bullet-one-1 {
  padding-left: 0px;
}

.bullet-one-1::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-one-1_filledTriangle {
  padding-left: 0px;
}

.bullet-one-1_filledTriangle::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-one-2 {
  padding-left: 40px;
}

.bullet-one-2::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-one-2_number {
  padding-left: 55px;
}

.bullet-one-2_number::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-one-2_filledTriangle {
  padding-left: 39px;
}

.bullet-one-2_filledTriangle::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-one-3 {
  padding-left: 80px;
}

.bullet-one-3::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-one-4 {
  padding-left: 120px;
}

.bullet-one-4::before {
  content: "1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-two-1 {
  padding-left: 0px;
}

.bullet-two-1::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-two-1_filledTriangle {
  padding-left: 0px;
}

.bullet-two-1_filledTriangle::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-two-2 {
  padding-left: 40px;
}

.bullet-two-2::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-two-2_number {
  padding-left: 55px;
}

.bullet-two-2_number::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-two-2_filledTriangle {
  padding-left: 39px;
}

.bullet-two-2_filledTriangle::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-two-3 {
  padding-left: 80px;
}

.bullet-two-3::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-two-4 {
  padding-left: 120px;
}

.bullet-two-4::before {
  content: "2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-three-1 {
  padding-left: 0px;
}

.bullet-three-1::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-three-1_filledTriangle {
  padding-left: 0px;
}

.bullet-three-1_filledTriangle::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-three-2 {
  padding-left: 40px;
}

.bullet-three-2::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-three-2_number {
  padding-left: 55px;
}

.bullet-three-2_number::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-three-2_filledTriangle {
  padding-left: 39px;
}

.bullet-three-2_filledTriangle::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-three-3 {
  padding-left: 80px;
}

.bullet-three-3::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-three-4 {
  padding-left: 120px;
}

.bullet-three-4::before {
  content: "3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-four-1 {
  padding-left: 0px;
}

.bullet-four-1::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-four-1_filledTriangle {
  padding-left: 0px;
}

.bullet-four-1_filledTriangle::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-four-2 {
  padding-left: 40px;
}

.bullet-four-2::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four-2_number {
  padding-left: 55px;
}

.bullet-four-2_number::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four-2_filledTriangle {
  padding-left: 39px;
}

.bullet-four-2_filledTriangle::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-four-3 {
  padding-left: 80px;
}

.bullet-four-3::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-four-4 {
  padding-left: 120px;
}

.bullet-four-4::before {
  content: "4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-four_one-1 {
  padding-left: 0px;
}

.bullet-four_one-1::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_one-1_filledTriangle {
  padding-left: 0px;
}

.bullet-four_one-1_filledTriangle::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_one-2 {
  padding-left: 40px;
}

.bullet-four_one-2::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_one-2_number {
  padding-left: 55px;
}

.bullet-four_one-2_number::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_one-2_filledTriangle {
  padding-left: 39px;
}

.bullet-four_one-2_filledTriangle::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_one-3 {
  padding-left: 80px;
}

.bullet-four_one-3::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-four_one-4 {
  padding-left: 120px;
}

.bullet-four_one-4::before {
  content: "4.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-four_two-1 {
  padding-left: 0px;
}

.bullet-four_two-1::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_two-1_filledTriangle {
  padding-left: 0px;
}

.bullet-four_two-1_filledTriangle::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_two-2 {
  padding-left: 40px;
}

.bullet-four_two-2::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_two-2_number {
  padding-left: 55px;
}

.bullet-four_two-2_number::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_two-2_filledTriangle {
  padding-left: 39px;
}

.bullet-four_two-2_filledTriangle::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_two-3 {
  padding-left: 80px;
}

.bullet-four_two-3::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-four_two-4 {
  padding-left: 120px;
}

.bullet-four_two-4::before {
  content: "4.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-four_three-1 {
  padding-left: 0px;
}

.bullet-four_three-1::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_three-1_filledTriangle {
  padding-left: 0px;
}

.bullet-four_three-1_filledTriangle::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_three-2 {
  padding-left: 40px;
}

.bullet-four_three-2::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_three-2_number {
  padding-left: 55px;
}

.bullet-four_three-2_number::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_three-2_filledTriangle {
  padding-left: 39px;
}

.bullet-four_three-2_filledTriangle::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_three-3 {
  padding-left: 80px;
}

.bullet-four_three-3::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-four_three-4 {
  padding-left: 120px;
}

.bullet-four_three-4::before {
  content: "4.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-four_four-1 {
  padding-left: 0px;
}

.bullet-four_four-1::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_four-1_filledTriangle {
  padding-left: 0px;
}

.bullet-four_four-1_filledTriangle::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_four-2 {
  padding-left: 40px;
}

.bullet-four_four-2::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_four-2_number {
  padding-left: 55px;
}

.bullet-four_four-2_number::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-four_four-2_filledTriangle {
  padding-left: 39px;
}

.bullet-four_four-2_filledTriangle::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-four_four-3 {
  padding-left: 80px;
}

.bullet-four_four-3::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-four_four-4 {
  padding-left: 120px;
}

.bullet-four_four-4::before {
  content: "4.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-five-1 {
  padding-left: 0px;
}

.bullet-five-1::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-five-1_filledTriangle {
  padding-left: 0px;
}

.bullet-five-1_filledTriangle::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-five-2 {
  padding-left: 40px;
}

.bullet-five-2::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-five-2_number {
  padding-left: 55px;
}

.bullet-five-2_number::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-five-2_filledTriangle {
  padding-left: 39px;
}

.bullet-five-2_filledTriangle::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-five-3 {
  padding-left: 80px;
}

.bullet-five-3::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-five-4 {
  padding-left: 120px;
}

.bullet-five-4::before {
  content: "5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-six-1 {
  padding-left: 0px;
}

.bullet-six-1::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-six-1_filledTriangle {
  padding-left: 0px;
}

.bullet-six-1_filledTriangle::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-six-2 {
  padding-left: 40px;
}

.bullet-six-2::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-six-2_number {
  padding-left: 55px;
}

.bullet-six-2_number::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-six-2_filledTriangle {
  padding-left: 39px;
}

.bullet-six-2_filledTriangle::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-six-3 {
  padding-left: 80px;
}

.bullet-six-3::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-six-4 {
  padding-left: 120px;
}

.bullet-six-4::before {
  content: "6.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-seven-1 {
  padding-left: 0px;
}

.bullet-seven-1::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-seven-1_filledTriangle {
  padding-left: 0px;
}

.bullet-seven-1_filledTriangle::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-seven-2 {
  padding-left: 40px;
}

.bullet-seven-2::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-seven-2_number {
  padding-left: 55px;
}

.bullet-seven-2_number::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-seven-2_filledTriangle {
  padding-left: 39px;
}

.bullet-seven-2_filledTriangle::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-seven-3 {
  padding-left: 80px;
}

.bullet-seven-3::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-seven-4 {
  padding-left: 120px;
}

.bullet-seven-4::before {
  content: "7.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-eight-1 {
  padding-left: 0px;
}

.bullet-eight-1::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight-1_filledTriangle {
  padding-left: 0px;
}

.bullet-eight-1_filledTriangle::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight-2 {
  padding-left: 40px;
}

.bullet-eight-2::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight-2_number {
  padding-left: 55px;
}

.bullet-eight-2_number::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight-2_filledTriangle {
  padding-left: 39px;
}

.bullet-eight-2_filledTriangle::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight-3 {
  padding-left: 80px;
}

.bullet-eight-3::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-eight-4 {
  padding-left: 120px;
}

.bullet-eight-4::before {
  content: "8.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-eight_one-1 {
  padding-left: 0px;
}

.bullet-eight_one-1::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_one-1_filledTriangle {
  padding-left: 0px;
}

.bullet-eight_one-1_filledTriangle::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_one-2 {
  padding-left: 40px;
}

.bullet-eight_one-2::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight_one-2_number {
  padding-left: 55px;
}

.bullet-eight_one-2_number::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight_one-2_filledTriangle {
  padding-left: 39px;
}

.bullet-eight_one-2_filledTriangle::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_one-3 {
  padding-left: 80px;
}

.bullet-eight_one-3::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-eight_one-4 {
  padding-left: 120px;
}

.bullet-eight_one-4::before {
  content: "8.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-eight_two-1 {
  padding-left: 0px;
}

.bullet-eight_two-1::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_two-1_filledTriangle {
  padding-left: 0px;
}

.bullet-eight_two-1_filledTriangle::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_two-2 {
  padding-left: 40px;
}

.bullet-eight_two-2::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight_two-2_number {
  padding-left: 55px;
}

.bullet-eight_two-2_number::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight_two-2_filledTriangle {
  padding-left: 39px;
}

.bullet-eight_two-2_filledTriangle::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_two-3 {
  padding-left: 80px;
}

.bullet-eight_two-3::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-eight_two-4 {
  padding-left: 120px;
}

.bullet-eight_two-4::before {
  content: "8.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-eight_three-1 {
  padding-left: 0px;
}

.bullet-eight_three-1::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_three-1_filledTriangle {
  padding-left: 0px;
}

.bullet-eight_three-1_filledTriangle::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_three-2 {
  padding-left: 40px;
}

.bullet-eight_three-2::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight_three-2_number {
  padding-left: 55px;
}

.bullet-eight_three-2_number::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eight_three-2_filledTriangle {
  padding-left: 39px;
}

.bullet-eight_three-2_filledTriangle::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-eight_three-3 {
  padding-left: 80px;
}

.bullet-eight_three-3::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-eight_three-4 {
  padding-left: 120px;
}

.bullet-eight_three-4::before {
  content: "8.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-nine-1 {
  padding-left: 0px;
}

.bullet-nine-1::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-nine-1_filledTriangle {
  padding-left: 0px;
}

.bullet-nine-1_filledTriangle::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-nine-2 {
  padding-left: 40px;
}

.bullet-nine-2::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-nine-2_number {
  padding-left: 55px;
}

.bullet-nine-2_number::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-nine-2_filledTriangle {
  padding-left: 39px;
}

.bullet-nine-2_filledTriangle::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-nine-3 {
  padding-left: 80px;
}

.bullet-nine-3::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-nine-4 {
  padding-left: 120px;
}

.bullet-nine-4::before {
  content: "9.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-ten-1 {
  padding-left: 0px;
}

.bullet-ten-1::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-ten-1_filledTriangle {
  padding-left: 0px;
}

.bullet-ten-1_filledTriangle::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-ten-2 {
  padding-left: 40px;
}

.bullet-ten-2::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-ten-2_number {
  padding-left: 55px;
}

.bullet-ten-2_number::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-ten-2_filledTriangle {
  padding-left: 39px;
}

.bullet-ten-2_filledTriangle::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-ten-3 {
  padding-left: 80px;
}

.bullet-ten-3::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-ten-4 {
  padding-left: 120px;
}

.bullet-ten-4::before {
  content: "10.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-eleven-1 {
  padding-left: 0px;
}

.bullet-eleven-1::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-eleven-1_filledTriangle {
  padding-left: 0px;
}

.bullet-eleven-1_filledTriangle::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-eleven-2 {
  padding-left: 40px;
}

.bullet-eleven-2::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eleven-2_number {
  padding-left: 55px;
}

.bullet-eleven-2_number::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-eleven-2_filledTriangle {
  padding-left: 39px;
}

.bullet-eleven-2_filledTriangle::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-eleven-3 {
  padding-left: 80px;
}

.bullet-eleven-3::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-eleven-4 {
  padding-left: 120px;
}

.bullet-eleven-4::before {
  content: "11.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-twelve-1 {
  padding-left: 0px;
}

.bullet-twelve-1::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-twelve-1_filledTriangle {
  padding-left: 0px;
}

.bullet-twelve-1_filledTriangle::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-twelve-2 {
  padding-left: 40px;
}

.bullet-twelve-2::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-twelve-2_number {
  padding-left: 55px;
}

.bullet-twelve-2_number::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-twelve-2_filledTriangle {
  padding-left: 39px;
}

.bullet-twelve-2_filledTriangle::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-twelve-3 {
  padding-left: 80px;
}

.bullet-twelve-3::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-twelve-4 {
  padding-left: 120px;
}

.bullet-twelve-4::before {
  content: "12.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen-1 {
  padding-left: 0px;
}

.bullet-thirteen-1::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen-1_filledTriangle {
  padding-left: 0px;
}

.bullet-thirteen-1_filledTriangle::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen-2 {
  padding-left: 40px;
}

.bullet-thirteen-2::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen-2_number {
  padding-left: 55px;
}

.bullet-thirteen-2_number::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen-2_filledTriangle {
  padding-left: 39px;
}

.bullet-thirteen-2_filledTriangle::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen-3 {
  padding-left: 80px;
}

.bullet-thirteen-3::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen-4 {
  padding-left: 120px;
}

.bullet-thirteen-4::before {
  content: "13.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_one-1 {
  padding-left: 0px;
}

.bullet-thirteen_one-1::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_one-1_filledTriangle {
  padding-left: 0px;
}

.bullet-thirteen_one-1_filledTriangle::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_one-2 {
  padding-left: 40px;
}

.bullet-thirteen_one-2::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_one-2_number {
  padding-left: 55px;
}

.bullet-thirteen_one-2_number::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_one-2_filledTriangle {
  padding-left: 39px;
}

.bullet-thirteen_one-2_filledTriangle::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_one-3 {
  padding-left: 80px;
}

.bullet-thirteen_one-3::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_one-4 {
  padding-left: 120px;
}

.bullet-thirteen_one-4::before {
  content: "13.1.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_two-1 {
  padding-left: 0px;
}

.bullet-thirteen_two-1::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_two-1_filledTriangle {
  padding-left: 0px;
}

.bullet-thirteen_two-1_filledTriangle::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_two-2 {
  padding-left: 40px;
}

.bullet-thirteen_two-2::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_two-2_number {
  padding-left: 55px;
}

.bullet-thirteen_two-2_number::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_two-2_filledTriangle {
  padding-left: 39px;
}

.bullet-thirteen_two-2_filledTriangle::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_two-3 {
  padding-left: 80px;
}

.bullet-thirteen_two-3::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_two-4 {
  padding-left: 120px;
}

.bullet-thirteen_two-4::before {
  content: "13.2.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_three-1 {
  padding-left: 0px;
}

.bullet-thirteen_three-1::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_three-1_filledTriangle {
  padding-left: 0px;
}

.bullet-thirteen_three-1_filledTriangle::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_three-2 {
  padding-left: 40px;
}

.bullet-thirteen_three-2::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_three-2_number {
  padding-left: 55px;
}

.bullet-thirteen_three-2_number::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_three-2_filledTriangle {
  padding-left: 39px;
}

.bullet-thirteen_three-2_filledTriangle::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_three-3 {
  padding-left: 80px;
}

.bullet-thirteen_three-3::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_three-4 {
  padding-left: 120px;
}

.bullet-thirteen_three-4::before {
  content: "13.3.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_four-1 {
  padding-left: 0px;
}

.bullet-thirteen_four-1::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_four-1_filledTriangle {
  padding-left: 0px;
}

.bullet-thirteen_four-1_filledTriangle::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_four-2 {
  padding-left: 40px;
}

.bullet-thirteen_four-2::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_four-2_number {
  padding-left: 55px;
}

.bullet-thirteen_four-2_number::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_four-2_filledTriangle {
  padding-left: 39px;
}

.bullet-thirteen_four-2_filledTriangle::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_four-3 {
  padding-left: 80px;
}

.bullet-thirteen_four-3::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_four-4 {
  padding-left: 120px;
}

.bullet-thirteen_four-4::before {
  content: "13.4.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_five-1 {
  padding-left: 0px;
}

.bullet-thirteen_five-1::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_five-1_filledTriangle {
  padding-left: 0px;
}

.bullet-thirteen_five-1_filledTriangle::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_five-2 {
  padding-left: 40px;
}

.bullet-thirteen_five-2::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_five-2_number {
  padding-left: 55px;
}

.bullet-thirteen_five-2_number::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_five-2_filledTriangle {
  padding-left: 39px;
}

.bullet-thirteen_five-2_filledTriangle::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-thirteen_five-3 {
  padding-left: 80px;
}

.bullet-thirteen_five-3::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-thirteen_five-4 {
  padding-left: 120px;
}

.bullet-thirteen_five-4::before {
  content: "13.5.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-fourteen-1 {
  padding-left: 0px;
}

.bullet-fourteen-1::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-fourteen-1_filledTriangle {
  padding-left: 0px;
}

.bullet-fourteen-1_filledTriangle::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-fourteen-2 {
  padding-left: 40px;
}

.bullet-fourteen-2::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-fourteen-2_number {
  padding-left: 55px;
}

.bullet-fourteen-2_number::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-fourteen-2_filledTriangle {
  padding-left: 39px;
}

.bullet-fourteen-2_filledTriangle::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-fourteen-3 {
  padding-left: 80px;
}

.bullet-fourteen-3::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-fourteen-4 {
  padding-left: 120px;
}

.bullet-fourteen-4::before {
  content: "14.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-fifteen-1 {
  padding-left: 0px;
}

.bullet-fifteen-1::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-fifteen-1_filledTriangle {
  padding-left: 0px;
}

.bullet-fifteen-1_filledTriangle::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-fifteen-2 {
  padding-left: 40px;
}

.bullet-fifteen-2::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-fifteen-2_number {
  padding-left: 55px;
}

.bullet-fifteen-2_number::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-fifteen-2_filledTriangle {
  padding-left: 39px;
}

.bullet-fifteen-2_filledTriangle::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-fifteen-3 {
  padding-left: 80px;
}

.bullet-fifteen-3::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-fifteen-4 {
  padding-left: 120px;
}

.bullet-fifteen-4::before {
  content: "15.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.bullet-sixteen-1 {
  padding-left: 0px;
}

.bullet-sixteen-1::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(8px) translateY(-1px);
  scale: 1.1;
}

.bullet-sixteen-1_filledTriangle {
  padding-left: 0px;
}

.bullet-sixteen-1_filledTriangle::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(28px) translateY(-1px);
  scale: 1.1;
}

.bullet-sixteen-2 {
  padding-left: 40px;
}

.bullet-sixteen-2::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-sixteen-2_number {
  padding-left: 55px;
}

.bullet-sixteen-2_number::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(48px) translateY(0);
  scale: 1.1;
}

.bullet-sixteen-2_filledTriangle {
  padding-left: 39px;
}

.bullet-sixteen-2_filledTriangle::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(73px) translateY(-1px);
  scale: 1.1;
}

.bullet-sixteen-3 {
  padding-left: 80px;
}

.bullet-sixteen-3::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(86px) translateY(0);
  scale: 1.1;
}

.bullet-sixteen-4 {
  padding-left: 120px;
}

.bullet-sixteen-4::before {
  content: "16.";
  color: #000000;
  position: absolute;
  left: 0;
  font-weight: 800;
  transform: translateX(124px) translateY(0);
  scale: 1.1;
}

.download_PDF .icoDownload_PDF {
  position: relative;
  transform: translateX(-1px) translateY(4px);
}

.download_PDF a {
  padding-left: 10px;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.textAlginCenter {
  text-align: center;
}

hr {
  width: 100%;
  height: 50px;
}

.hrWhiteBackground {
  width: 100%;
  height: 50px;
  background-color: white;
}

.hrSmall {
  width: 100%;
  height: 25px;
}

.hrVerySmall {
  width: 100%;
  height: 15px;
}

.hrWithLine {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #cfcfcf;
  margin: 0;
}

.hrWithShadow {
  width: 100%;
  border: none;
  height: 100px;
  -webkit-box-shadow: -5px -25px 20px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: -5px -25px 20px rgba(0, 0, 0, 0.164);
  box-shadow: -5px -25px 20px rgba(0, 0, 0, 0.164);
  margin: 0;
}

.hrSectionLink {
  width: 100%;
  height: 80px;
}

@media (max-width: 768px) {
  .hrSectionLink {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .hideOnDesktop {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 1150px) {
  .hideOnTablet {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .hideOnMobile {
    display: none;
    visibility: hidden;
  }
}

/* Użycie mixinu */
@media (min-width: 1150px) {
  .showOnTablet {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .showOnTablet {
    display: block;
    visibility: visible;
  }
}

.text-wrap_balance-none {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.text-wrap-disable {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-300px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(300px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInTop {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce----kopia {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.slideInLeft-1 {
  animation: slideInLeft 1s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInLeft-2 {
  animation: slideInLeft 1.2s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInLeft-3 {
  animation: slideInLeft 1.4s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInRight-1 {
  animation: slideInRight 1s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInTop-1 {
  animation: slideInTop 0.7s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInTop-2 {
  animation: slideInTop 1s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInTop-3 {
  animation: slideInTop 1.3s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.slideInTop-popup {
  animation: slideInTop 0.3s ease-out 0s 1, fadeIn 0.2s ease-out 0s 1;
}

.opacity-popup {
  animation: fadeIn 0.5s ease-out 0s 1;
}

.scale-popup {
  animation: scale 0.5s ease-out 0s 1;
}

.opacity-1 {
  animation: fadeIn 1s ease-out 0s 1;
}

.bounce {
  animation: bounce 1s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.bounceInfinite {
  animation: bounce 2s ease-out 0s infinite, fadeIn 0s ease-out 0s 1;
  position: relative;
  top: -155px;
}

.rotate {
  animation: rotate 2s linear 0s infinite;
}

.scale {
  animation: scale 1s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.pulse {
  animation: pulse 2s ease-out 0s infinite;
}

.slideOutRight {
  animation: slideOutRight 1s ease-out 0s 1;
}

.flipInX {
  animation: flipInX 1s ease-out 0s 1, fadeIn 1s ease-out 0s 1;
}

.revealAnimation-pulse-1 {
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.revealAnimation-pulse-1.active {
  opacity: 1;
  animation: pulse 2s ease-out 0s infinite;
}

.revealAnimation-opacity-1 {
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.revealAnimation-opacity-1.active {
  opacity: 1;
}

.revealAnimation-opacity-2 {
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}

.revealAnimation-opacity-2.active {
  opacity: 1;
}

.revealAnimation-opacity-3 {
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}

.revealAnimation-opacity-3.active {
  opacity: 1;
}

.revealAnimation-opacity-4 {
  opacity: 0;
  transition: all 0.5s ease 0.4s;
}

.revealAnimation-opacity-4.active {
  opacity: 1;
}

.revealAnimation-opacity-5 {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}

.revealAnimation-opacity-5.active {
  opacity: 1;
}

.revealAnimation-opacity-6 {
  opacity: 0;
  transition: all 0.5s ease 0.6s;
}

.revealAnimation-opacity-6.active {
  opacity: 1;
}

.revealAnimation-bounceInfinite {
  opacity: 0;
  transition: all 1s ease;
}

.revealAnimation-bounceInfinite.active {
  opacity: 1;
  animation: bounce 2s ease-out 0s infinite, fadeIn 1s ease-out 0s 1;
}

.revealAnimation-width {
  width: 80%;
  transition: all 1s ease;
}

.revealAnimation-width.active {
  width: 100%;
}

.revealAnimation-backgroundColor {
  background-color: #f3f3f3;
  transition: all 0.3s ease;
}

.revealAnimation-backgroundColor.active {
  background-color: #ffffff;
}

.revealAnimation-backgroundColor-News {
  transition: all 2s ease;
}

.revealAnimation-backgroundColor-ACSP {
  background-color: #440000;
  transition: all 0.5s ease;
}

.revealAnimation-backgroundColor-ACSP.active {
  background-color: #440000;
}

.revealAnimation-backgroundColor-BEWAVE {
  background-color: #f7f7f7;
  background-image: url("assets/img/backgrounds/background-BEWAVE.jpg");
  background-repeat: no-repeat;
  background-position: top;
  object-fit: cover;
  transition: all 0.5s ease;
}

.revealAnimation-backgroundColor-BEWAVE.active {
  background-color: #f7f7f7;
  background-image: url("assets/img/backgrounds/background-BEWAVE.jpg");
  background-repeat: no-repeat;
  background-position: top;
  object-fit: cover;
}

.revealAnimation-backgroundColor-PERFECTA_INTEGRA {
  background-color: #004f56;
  background-image: url("assets/img/backgrounds/background-INTEGRA.jpg");
  background-repeat: no-repeat;
  background-position: top;
  object-fit: cover;
  transition: all 0.5s ease;
}

.revealAnimation-backgroundColor-PERFECTA_INTEGRA.active {
  background-color: #004f56;
  background-image: url("assets/img/backgrounds/background-INTEGRA.jpg");
  background-repeat: no-repeat;
  background-position: top;
  object-fit: cover;
}

.revealAnimation-backgroundColor-BLACK {
  background-color: #232323;
  transition: all 0.5s ease;
}

.revealAnimation-backgroundColor-BLACK.active {
  background-color: #0c0c0c;
}

.revealAnimation-scale {
  transform: scale(0.8);
  transition: all 1s ease;
}

.revealAnimation-scale.active {
  transform: scale(1);
}

.revealAnimation-scale-2 {
  transform: scale(0.9);
  transition: all 0.8s ease;
}

.revealAnimation-scale-2.active {
  transform: scale(1);
}

.revealAnimation-shadow {
  -webkit-box-shadow: 0 4px 60px rgba(111, 111, 111, 0);
  -moz-box-shadow: 0 4px 60px rgba(111, 111, 111, 0);
  box-shadow: 0 4px 60px rgba(111, 111, 111, 0);
  transition: all 1s ease;
}

.revealAnimation-shadow.active {
  -webkit-box-shadow: 0 -10px 60px rgba(111, 111, 111, 0.1);
  -moz-box-shadow: 0 -10px 60px rgba(111, 111, 111, 0.1);
  box-shadow: 0 -10px 60px rgba(111, 111, 111, 0.1);
}

.revealAnimation-shadow-ACSP {
  -webkit-animation: animation1 10s infinite alternate;
  animation: animation1 10s infinite alternate;
  transition: all 1s ease;
}

@-webkit-keyframes animation1 {
  0% {
    box-shadow: 5px 5px 60px #530900;
  }
  50% {
    box-shadow: 5px 5px 60px #660000;
  }
  100% {
    box-shadow: 5px 5px 60px #ff0000;
  }
}

@keyframes animation1 {
  0% {
    box-shadow: 5px 5px 60px #530900;
  }
  50% {
    box-shadow: 5px 5px 60px #660000;
  }
  100% {
    box-shadow: 5px 5px 60px #ff0000;
  }
}

.revealAnimation-shadow-ACSP.active {
  -webkit-animation: animation1 10s infinite alternate;
  animation: animation1 10s infinite alternate;
}

@-webkit-keyframes animation1 {
  0% {
    box-shadow: 5px 5px 60px #921100;
  }
  50% {
    box-shadow: 5px 5px 60px #660000;
  }
  100% {
    box-shadow: 5px 5px 60px #a00000;
  }
}

@keyframes animation1 {
  0% {
    box-shadow: 5px 5px 60px #921100;
  }
  50% {
    box-shadow: 5px 5px 60px #660000;
  }
  100% {
    box-shadow: 5px 5px 60px #a00000;
  }
}

.revealAnimation-shadow-BEWAVE {
  -webkit-animation: animation2 10s infinite alternate;
  animation: animation2 10s infinite alternate;
  transition: all 1s ease;
}

@-webkit-keyframes animation2 {
  0% {
    box-shadow: 5px 5px 60px #4FE4E4;
  }
  50% {
    box-shadow: 5px 5px 60px #16ffd8;
  }
  100% {
    box-shadow: 5px 5px 60px #4FE4E4;
  }
}

@keyframes animation2 {
  0% {
    box-shadow: 5px 5px 60px #4FE4E4;
  }
  50% {
    box-shadow: 5px 5px 60px #16ffd8;
  }
  100% {
    box-shadow: 5px 5px 60px #4FE4E4;
  }
}

.revealAnimation-shadow-BEWAVE.active {
  -webkit-animation: animation2 10s infinite alternate;
  animation: animation2 10s infinite alternate;
}

@-webkit-keyframes animation2 {
  0% {
    box-shadow: 5px 5px 60px #c0ffff;
  }
  50% {
    box-shadow: 5px 5px 60px #87ffef;
  }
  100% {
    box-shadow: 5px 5px 60px #c0ffff;
  }
}

@keyframes animation2 {
  0% {
    box-shadow: 5px 5px 60px #c0ffff;
  }
  50% {
    box-shadow: 5px 5px 60px #87ffef;
  }
  100% {
    box-shadow: 5px 5px 60px #c0ffff;
  }
}

.revealAnimation-shadow-INTEGRA {
  -webkit-animation: animation3 10s infinite alternate;
  animation: animation3 10s infinite alternate;
  transition: all 1s ease;
}

@-webkit-keyframes animation3 {
  0% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
  50% {
    box-shadow: 5px 5px 60px #adffcc;
  }
  100% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
}

@keyframes animation3 {
  0% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
  50% {
    box-shadow: 5px 5px 60px #adffcc;
  }
  100% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
}

.revealAnimation-shadow-INTEGRA.active {
  -webkit-animation: animation3 10s infinite alternate;
  animation: animation3 10s infinite alternate;
}

@-webkit-keyframes animation3 {
  0% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
  50% {
    box-shadow: 5px 5px 60px #adffcc;
  }
  100% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
}

@keyframes animation3 {
  0% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
  50% {
    box-shadow: 5px 5px 60px #adffcc;
  }
  100% {
    box-shadow: 5px 5px 60px #e6ffd7;
  }
}

.revealAnimation-overlay::after {
  content: '';
  position: absolute;
  top: -1200px;
  left: 0;
  width: 100%;
  height: 1200px;
  z-index: -1000;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  -moz-backdrop-filter: blur(0px);
  -o-backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.7s ease;
}

.revealAnimation-overlay.active::after {
  top: -1200px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
}

.revealAnimation-slideInTop-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}

.revealAnimation-slideInTop-1.active {
  transform: translateY(0px);
  opacity: 1;
}

.revealAnimation-slideInTop-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease 0.1s;
}

.revealAnimation-slideInTop-2.active {
  transform: translateY(0px);
  opacity: 1;
}

.revealAnimation-slideInBottom-1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease;
}

.revealAnimation-slideInBottom-1.active {
  transform: translateY(0px);
  opacity: 1;
}

@keyframes fadeInOut-word1 {
  0% {
    opacity: 0;
    /* Wyraz 1 widoczny */
  }
  15% {
    opacity: 1;
    /* Wyraz 1 znika */
  }
  40% {
    opacity: 1;
    /* Wyraz 1 znika */
  }
  50% {
    opacity: 0;
    /* Wyraz 1 znika */
  }
}

@keyframes fadeInOut-word2 {
  51% {
    opacity: 0;
    scale: 1;
  }
  75% {
    opacity: 1;
    scale: 1.2;
  }
  90% {
    opacity: 1;
    scale: 1.2;
  }
  100% {
    opacity: 0;
    scale: 1;
  }
}

@keyframes backgroundChangeColor {
  51% {
    background-color: #f7a600;
  }
  65% {
    background-color: #61d5f4;
  }
  90% {
    background-color: #61d5f4;
  }
  100% {
    background-color: #f7a600;
  }
}

/* Styl dla kontenera */
.eventStandAnimation {
  position: relative;
  width: 130px;
  height: 50px;
  background-color: #f7a600;
  border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -ms-border-radius: 40px 40px 40px 40px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  animation: backgroundChangeColor 8s infinite;
}

/* Styl dla pierwszego wyrazu */
.word1, .word2 {
  position: absolute;
  top: 13px;
  left: 30px;
  opacity: 0;
  animation: fadeInOut-word1 8s infinite;
}

.word2 {
  animation-delay: 4s;
  animation: fadeInOut-word2 8s infinite;
}

@keyframes slideInRight-contactReveal {
  from {
    transform: translateX(40px);
  }
  to {
    transform: translateX(0);
  }
}

.animation-class {
  animation: slideInRight-contactReveal 0.5s ease-out 0s 1, fadeIn 0.2s ease-out 0s 1;
}

.overlay-videoBackground {
  position: relative;
  opacity: 1;
  background-color: #00437f;
}

.overlay-videoBackground li {
  padding-left: 0px;
}

.videoBackground {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.videoBackground--video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 500px;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.2;
  mix-blend-mode: plus-lighter;
}

[class^="button-"] {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 1150px) {
  [class^="button-"] {
    font-size: 18px;
  }
}

[class^="button-"].button-CTA {
  background-color: #ff7300;
}

[class^="button-"].button-CTA a {
  color: inherit;
}

[class^="button-"].button-CTA:hover {
  background-color: #61d5f4;
}

[class^="button-"].button-ACSP {
  background-color: #640000;
}

[class^="button-"].button-ACSP a {
  color: inherit;
}

[class^="button-"].button-ACSP:hover {
  background-color: #B30000;
}

[class^="button-"].button-MODULES {
  background-color: #108478;
}

[class^="button-"].button-MODULES a {
  color: inherit;
}

[class^="button-"].button-MODULES:hover {
  background-color: #269f93;
}

[class^="button-"].button-BEWAVE {
  background-color: #00bbc2;
}

[class^="button-"].button-BEWAVE a {
  color: inherit;
}

[class^="button-"].button-BEWAVE:hover {
  background-color: #5ad7dc;
}

[class^="button-"].button-PERFECTA {
  background-color: #b5e91c;
  color: #333;
}

[class^="button-"].button-PERFECTA a {
  color: inherit;
}

[class^="button-"].button-PERFECTA:hover {
  background-color: #009bce;
}

[class^="button-"].button-ACCO_NET {
  background-color: #2147df;
}

[class^="button-"].button-ACCO_NET a {
  color: inherit;
}

[class^="button-"].button-ACCO_NET:hover {
  background-color: #389bff;
}

[class^="button-"].button-SLIM_LINE {
  background-color: #1f1f1f;
}

[class^="button-"].button-SLIM_LINE a {
  color: inherit;
}

[class^="button-"].button-SLIM_LINE:hover {
  background-color: #5e5e5e;
}

[class^="button-"].button-INTEGRA {
  background-color: #daca90;
  color: #333;
}

[class^="button-"].button-INTEGRA a {
  color: inherit;
}

[class^="button-"].button-INTEGRA:hover {
  background-color: #eee3b5;
}

[class^="button-"].button-TOUCH-BEDIENTEILE {
  background-color: #55255c;
}

[class^="button-"].button-TOUCH-BEDIENTEILE a {
  color: inherit;
}

[class^="button-"].button-TOUCH-BEDIENTEILE:hover {
  background-color: #931ea4;
}

[class^="button-"].button-contactReveal {
  background-color: #ff7300;
  font-size: 17px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
}

[class^="button-"].button-contactReveal a {
  color: inherit;
}

[class^="button-"].button-Contact {
  background-color: #878787;
  padding: 7.5px 25px;
}

[class^="button-"].button-Contact:hover {
  background-color: #b8b8b8;
}

[class^="button-"].button-showMoreAtTheEvent {
  background-color: #61d5f4;
  padding: 10px 20px;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}

[class^="button-"].button-showMoreAtTheEvent:hover {
  background-color: #f7a600;
}

[class^="buttonModalPlayerYT-"] {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  height: 140px;
  width: 290px;
  padding: 0;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1150px) {
  [class^="buttonModalPlayerYT-"] {
    align-self: center;
  }
}

[class^="buttonModalPlayerYT-"].buttonModalPlayerYT-invitation {
  display: flex;
  justify-content: end;
  align-items: start;
  flex-flow: column nowrap;
  background-color: #9e9e9e;
  background-image: url("assets/img/thumbnails/videoPlayerYT-invitation.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  cursor: auto;
  background-size: contain;
}

@media (max-width: 768px) {
  [class^="buttonModalPlayerYT-"].buttonModalPlayerYT-invitation {
    height: 200px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-content-popup {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: 100%;
}

.playerYT {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 920px;
  height: 540px;
}

@media (max-width: 1499px) {
  .playerYT {
    width: 690px;
    height: 405px;
  }
}

@media (max-width: 1150px) {
  .playerYT {
    width: 460px;
    height: 270px;
  }
}

@media (max-width: 768px) {
  .playerYT {
    width: 368px;
    height: 216px;
  }
}

.playerYT iframe {
  width: 100%;
  height: 100%;
}

.popup {
  position: relative;
  top: 30px;
  background: #fbfcfd;
  width: 100%;
  height: 1200px;
}

.close {
  color: #aaa;
  position: absolute;
  top: -6px;
  right: 9px;
  font-size: 28px;
  transition: all 0.2s ease;
  font-weight: bold;
  z-index: 1000;
  transform: scale(1.3);
  transform-origin: center;
}

.close .modalIcon-close {
  position: absolute;
  right: 0;
  margin-top: 10px;
  width: 35px;
  transform: translateY(0px);
  display: flex;
  opacity: 1;
  background: #61d5f4;
  border: solid 4px #61d5f4;
  transition: all 0.3s;
}

.close:hover {
  transform: scale(1.4);
  transform-origin: center;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Zablokowanie przewijania strony podczas wyświetlania modala */
body.modal-open {
  overflow-y: hidden;
  /* Umożliwia przewijanie w osi Y */
  overflow-x: hidden;
  /* Blokuje przewijanie w osi X */
}

.origin-top-left {
  transform-origin: center;
}

.contactReveal {
  position: fixed;
  right: -6px;
  bottom: 0px;
  width: auto;
  height: 120px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.contactReveal .icoCalendar {
  position: relative;
  top: 3px;
  left: -5px;
}

.contactReveal .button-CTA-text {
  top: 20px;
  top: -4px;
  position: relative;
  padding: 0px;
}

.contactReveal .sellerPerson {
  display: flex;
  justify-content: start;
  align-items: end;
}

.contactReveal .sellerPerson [class^="sellerPerson-"] {
  width: 60px;
  height: 60px;
  background-color: #D6D6D6;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -ms-border-radius: 15px 15px 15px 15px;
  background-position: center;
  background-size: 100%;
}

.contactReveal .sellerPerson [class^="sellerPerson-"].sellerPerson-PiotrStoppel {
  background-image: url("assets/img/sellers/sellerPiotrStoppel.jpg");
  background-repeat: no-repeat;
  z-index: 101;
  -webkit-box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.352);
  -moz-box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.352);
  box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.352);
}

.contactReveal .sellerPerson [class^="sellerPerson-"].sellerPerson-OlesyaKopanczuk {
  position: relative;
  left: -10px;
  background-image: url("assets/img/sellers/sellerOlesyaKopanczuk.jpg");
  background-repeat: no-repeat;
}

.contactReveal .apla {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  right: 25px;
  flex-flow: column;
  width: auto;
  height: auto;
}

.contactReveal .apla h4 {
  font-size: 15px;
}

.contactReveal .apla p {
  position: relative;
}

.display-none {
  opacity: 0;
  /* Ustawienie przezroczystości na 0, aby element był niewidoczny */
  pointer-events: none;
  /* Dodanie, aby uniknąć interakcji z niewidocznym elementem */
}

::selection {
  background-color: #61d5f4;
  color: #fff;
}

::-moz-selection {
  background-color: #61d5f4;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: white;
  width: 100vw;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /* Styl paska przewijania dla przeglądarek Blink (np. Chrome) */
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background-color: gainsboro;
  border-radius: 50px;
}

body::-webkit-scrollbar-track {
  background-color: #ffffff;
}

main {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  width: 100vw;
  background: white;
}

main .overlay {
  z-index: -100;
}

header, aside {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  z-index: -1;
  background-color: white;
}

header .container-Language, aside .container-Language {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0;
  width: 100vw;
  padding-left: 15%;
  position: absolute;
  top: 20px;
}

@media (max-width: 768px) {
  header .container-Language, aside .container-Language {
    padding-left: 0;
    padding-right: 5%;
    justify-content: end;
  }
}

header .container-Language #languageSelect, aside .container-Language #languageSelect {
  cursor: pointer;
  background-color: white;
  border: solid 1px #D6D6D6;
  color: #4D4D4D;
}

header .container-Header, aside .container-Header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding: 0px;
  width: 100vw;
  height: 650px;
}

@media (max-width: 768px) {
  header .container-Header, aside .container-Header {
    height: 80vh;
    flex-flow: column;
    height: 850px;
    margin-top: 30px;
  }
}

header .container-Header article, aside .container-Header article {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: column wrap;
  flex: 0.4;
  width: 100%;
  height: 100%;
  margin-left: 15%;
}

@media (max-width: 768px) {
  header .container-Header article, aside .container-Header article {
    align-items: center;
  }
}

@media (max-width: 1150px) {
  header .container-Header article, aside .container-Header article {
    flex: 0.5;
  }
}

@media (max-width: 768px) {
  header .container-Header article, aside .container-Header article {
    margin-left: 0;
  }
}

header .container-Header article .logoSatelTradeFair, aside .container-Header article .logoSatelTradeFair {
  max-width: 60%;
}

header .container-Header article p:first-of-type, aside .container-Header article p:first-of-type {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 2.2rem;
}

@media (max-width: 768px) {
  header .container-Header article p:first-of-type, aside .container-Header article p:first-of-type {
    text-align: center;
  }
}

header .container-Header article h1, aside .container-Header article h1 {
  font-size: clamp(2rem, 2.7vw, 2.7rem);
  line-height: 2rem;
  padding-top: 30px;
}

@media (max-width: 1499px) {
  header .container-Header article h1, aside .container-Header article h1 {
    padding-top: 20px;
  }
}

@media (max-width: 1150px) {
  header .container-Header article h1, aside .container-Header article h1 {
    padding-top: 15px;
  }
}

header .container-Header article p:nth-of-type(2), aside .container-Header article p:nth-of-type(2) {
  color: #989898;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 2.2rem;
  padding-top: 30px;
}

@media (max-width: 1499px) {
  header .container-Header article p:nth-of-type(2), aside .container-Header article p:nth-of-type(2) {
    padding-top: 20px;
  }
}

@media (max-width: 1150px) {
  header .container-Header article p:nth-of-type(2), aside .container-Header article p:nth-of-type(2) {
    padding-top: 10px;
  }
}

header .container-Header article p:nth-of-type(2) .superscript, aside .container-Header article p:nth-of-type(2) .superscript {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

@media (max-width: 768px) {
  header .container-Header article p:nth-of-type(3), aside .container-Header article p:nth-of-type(3) {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

header .container-Header article .eventAdress, aside .container-Header article .eventAdress {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  position: relative;
  padding-left: 40px;
}

header .container-Header article .eventAdress .flagCountry, aside .container-Header article .eventAdress .flagCountry {
  position: relative;
  left: -40px;
  top: 25px;
}

header .container-Header article .eventAdress p:first-of-type, aside .container-Header article .eventAdress p:first-of-type {
  font-size: 20px;
  line-height: auto;
  padding: 0;
}

@media (max-width: 768px) {
  header .container-Header article .eventAdress p:first-of-type, aside .container-Header article .eventAdress p:first-of-type {
    font-size: 15px;
  }
}

header .container-Header article .eventAdress p:nth-of-type(2), aside .container-Header article .eventAdress p:nth-of-type(2) {
  font-size: 15px;
  line-height: 15px;
  padding: 0;
}

header .container-Header article .eventStand, aside .container-Header article .eventStand {
  margin-top: 20px;
}

header .container-Header article span.word2, aside .container-Header article span.word2 {
  left: 38px;
}

header .container-Header figure, aside .container-Header figure {
  flex: 0.6;
  width: 100%;
  height: 100%;
}

@media (max-width: 1150px) {
  header .container-Header figure, aside .container-Header figure {
    flex: 0.5;
  }
}

header .container-Header figure .eventDate-countdown, aside .container-Header figure .eventDate-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}

header .container-Header figure .eventDate-countdown .eventDate-countdown-left, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left {
  display: flex;
  justify-content: center start;
  align-items: flex-start;
  flex-flow: column;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  header .container-Header figure .eventDate-countdown .eventDate-countdown-left, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left {
    justify-content: center;
    text-align: center;
  }
}

header .container-Header figure .eventDate-countdown .eventDate-countdown-left h2, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left h2 {
  color: white;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: clamp(2rem, 2.3vw, 2.3rem);
}

header .container-Header figure .eventDate-countdown .eventDate-countdown-left li, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left li {
  color: white;
  font-size: clamp(7rem, 7.5vw, 7rem);
  line-height: clamp(3rem, 3.3vw, 3.3rem);
  position: relative;
  top: 0px;
}

header .container-Header figure .eventDate-countdown .eventDate-countdown-left .day, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left .day {
  color: white;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  position: relative;
  opacity: 1;
  top: -30px;
}

@media (max-width: 768px) {
  header .container-Header figure .eventDate-countdown .eventDate-countdown-left .day, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left .day {
    left: 10px;
  }
}

header .container-Header figure .eventDate-countdown .eventDate-countdown-left .days, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left .days {
  position: relative;
}

@media (max-width: 768px) {
  header .container-Header figure .eventDate-countdown .eventDate-countdown-left .days, aside .container-Header figure .eventDate-countdown .eventDate-countdown-left .days {
    left: 10px;
  }
}

header .container-Header-Cookies-Policy,
header .container-Header-Calendar, aside .container-Header-Cookies-Policy,
aside .container-Header-Calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding: 0px;
  width: 100vw;
  height: 250px;
}

@media (max-width: 768px) {
  header .container-Header-Cookies-Policy,
  header .container-Header-Calendar, aside .container-Header-Cookies-Policy,
  aside .container-Header-Calendar {
    flex-flow: column;
    margin-top: 30px;
  }
}

header .container-Header-Cookies-Policy article,
header .container-Header-Calendar article, aside .container-Header-Cookies-Policy article,
aside .container-Header-Calendar article {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  flex-flow: column wrap;
  flex: 0.4;
  width: 100%;
  height: 100%;
}

@media (max-width: 1150px) {
  header .container-Header-Cookies-Policy article,
  header .container-Header-Calendar article, aside .container-Header-Cookies-Policy article,
  aside .container-Header-Calendar article {
    flex: 0.5;
  }
}

@media (max-width: 768px) {
  header .container-Header-Cookies-Policy article,
  header .container-Header-Calendar article, aside .container-Header-Cookies-Policy article,
  aside .container-Header-Calendar article {
    margin-left: 0;
  }
}

header .container-Header-Cookies-Policy article .icoCookiesPolicy, header .container-Header-Cookies-Policy article .icoPrivacyPolicy, header .container-Header-Cookies-Policy article .icoLegal, header .container-Header-Cookies-Policy article .icoCalendar,
header .container-Header-Calendar article .icoCookiesPolicy,
header .container-Header-Calendar article .icoPrivacyPolicy,
header .container-Header-Calendar article .icoLegal,
header .container-Header-Calendar article .icoCalendar, aside .container-Header-Cookies-Policy article .icoCookiesPolicy, aside .container-Header-Cookies-Policy article .icoPrivacyPolicy, aside .container-Header-Cookies-Policy article .icoLegal, aside .container-Header-Cookies-Policy article .icoCalendar,
aside .container-Header-Calendar article .icoCookiesPolicy,
aside .container-Header-Calendar article .icoPrivacyPolicy,
aside .container-Header-Calendar article .icoLegal,
aside .container-Header-Calendar article .icoCalendar {
  position: relative;
  top: 3px;
  left: -5px;
  scale: 1.3;
}

header .container-Header-Cookies-Policy article .icoPrivacyPolicy,
header .container-Header-Calendar article .icoPrivacyPolicy, aside .container-Header-Cookies-Policy article .icoPrivacyPolicy,
aside .container-Header-Calendar article .icoPrivacyPolicy {
  top: 7px;
}

header .container-Header-Cookies-Policy article .icoLegal,
header .container-Header-Calendar article .icoLegal, aside .container-Header-Cookies-Policy article .icoLegal,
aside .container-Header-Calendar article .icoLegal {
  top: 3px;
  scale: 1.4;
}

header .container-Header-Cookies-Policy article .logoSatelTradeFair,
header .container-Header-Calendar article .logoSatelTradeFair, aside .container-Header-Cookies-Policy article .logoSatelTradeFair,
aside .container-Header-Calendar article .logoSatelTradeFair {
  max-width: 30%;
  opacity: 1;
  transition: all 0.2s ease 0s;
}

@media (max-width: 1499px) {
  header .container-Header-Cookies-Policy article .logoSatelTradeFair,
  header .container-Header-Calendar article .logoSatelTradeFair, aside .container-Header-Cookies-Policy article .logoSatelTradeFair,
  aside .container-Header-Calendar article .logoSatelTradeFair {
    max-width: 50%;
  }
}

header .container-Header-Cookies-Policy article p:first-of-type,
header .container-Header-Calendar article p:first-of-type, aside .container-Header-Cookies-Policy article p:first-of-type,
aside .container-Header-Calendar article p:first-of-type {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 2.2rem;
}

@media (max-width: 768px) {
  header .container-Header-Cookies-Policy article p:first-of-type,
  header .container-Header-Calendar article p:first-of-type, aside .container-Header-Cookies-Policy article p:first-of-type,
  aside .container-Header-Calendar article p:first-of-type {
    text-align: center;
  }
}

header .error, aside .error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding: 0px;
  width: 100vw;
  height: 90vh;
}

header .error article, aside .error article {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  flex-flow: column wrap;
  flex: 0.4;
  width: 100%;
  height: 100%;
}

@media (max-width: 1150px) {
  header .error article, aside .error article {
    flex: 0.5;
  }
}

@media (max-width: 768px) {
  header .error article, aside .error article {
    margin-left: 0;
  }
}

header .error article .icoError, aside .error article .icoError {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
}

header .error article .logoSatelTradeFair, aside .error article .logoSatelTradeFair {
  max-width: 60%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease 0s;
}

@media (max-width: 768px) {
  header .error article .logoSatelTradeFair, aside .error article .logoSatelTradeFair {
    max-width: 90%;
  }
}

header .error article .logoSatelTradeFair:hover, aside .error article .logoSatelTradeFair:hover {
  opacity: 0.7;
}

header .error article p:first-of-type, aside .error article p:first-of-type {
  font-size: clamp(5.5rem, 5vw, 5rem);
  line-height: 2.2rem;
}

@media (max-width: 768px) {
  header .error article p:first-of-type, aside .error article p:first-of-type {
    text-align: center;
  }
}

header .backToHome, aside .backToHome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: auto;
  height: 50px;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 10;
}

@media (max-width: 768px) {
  header .backToHome, aside .backToHome {
    top: 10px;
  }
}

header .container-LocationEvent, aside .container-LocationEvent {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column wrap;
  padding: 0;
}

@media (max-width: 768px) {
  header .container-LocationEvent, aside .container-LocationEvent {
    justify-content: center;
    align-items: center;
  }
}

.container-ShowAtTheEvent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  background-color: white;
  height: 200px;
}

.content-Text {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  width: 50%;
  height: auto;
}

@media (max-width: 1150px) {
  .content-Text {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .content-Text {
    width: 90%;
  }
}

.content-Text p {
  line-height: clamp(1.9rem, 2vw, 2rem);
}

[class^="backgroundColor-"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  padding: 0;
}

@media (max-width: 768px) {
  [class^="backgroundColor-"] {
    width: 95%;
    height: auto;
  }
}

[class^="section-"] {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  width: 65%;
  min-height: 500px;
  background: white;
}

@media (max-width: 768px) {
  [class^="section-"] {
    width: 100%;
  }
}

[class^="section-"].section-News {
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 90%;
}

@media (max-width: 1499px) {
  [class^="section-"].section-News {
    width: 90%;
  }
}

@media (max-width: 768px) {
  [class^="section-"].section-News {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

[class^="section-"].section-Contact {
  height: auto;
  width: 65%;
}

@media (max-width: 1499px) {
  [class^="section-"].section-Contact {
    width: 90%;
  }
}

@media (max-width: 768px) {
  [class^="section-"].section-Contact {
    width: 100%;
  }
}

[class^="container-"] {
  height: auto;
}

@media (max-width: 1150px) {
  [class^="container-"] {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 768px) {
  [class^="container-"] {
    padding: 10px;
  }
}

[class^="container-"].container-News {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1500px;
  padding: 0;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News {
    flex-flow: column;
    width: 90%;
  }
}

@media (max-width: 768px) {
  [class^="container-"].container-News {
    width: 100%;
  }
}

[class^="container-"].container-News article, [class^="container-"].container-News figure {
  width: 100%;
  height: auto;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News article, [class^="container-"].container-News figure {
    padding: 0px;
  }
}

[class^="container-"].container-News article {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  flex: 0.5;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News article {
    order: 1;
  }
}

[class^="container-"].container-News figure {
  flex: 0.7;
}

[class^="container-"].container-News figure img {
  width: 60%;
  max-height: 700px;
  display: block;
  margin-top: 0;
  margin-bottom: auto;
}

@media (max-width: 768px) {
  [class^="container-"].container-News figure img {
    width: 80%;
  }
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE-wrapper {
  height: auto;
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row wrap;
  width: 100%;
  gap: 5px;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News .whatWillWeShow-BEWAVE {
    flex-flow: column-reverse;
  }
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE div {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row;
  min-width: 300px;
  height: auto;
  margin-bottom: 5px;
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE .text-BEWAVE {
  flex: 0.3;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  padding: 5px 10px 5px 20px;
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE .text-BEWAVE img {
  width: 70%;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News .whatWillWeShow-BEWAVE .text-BEWAVE img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  [class^="container-"].container-News .whatWillWeShow-BEWAVE .text-BEWAVE img {
    width: 70%;
  }
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE .img-BEWAVE {
  flex: 0.7;
  width: 100%;
  background-position: top;
  object-fit: contain;
}

@media (max-width: 768px) {
  [class^="container-"].container-News .whatWillWeShow-BEWAVE .img-BEWAVE {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
  }
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE .img-BEWAVE img {
  width: 100%;
}

[class^="container-"].container-News .whatWillWeShow-BEWAVE .blank-img-BEWAVE {
  width: 100%;
}

@media (max-width: 768px) {
  [class^="container-"].container-News .whatWillWeShow-BEWAVE .blank-img-BEWAVE {
    height: 300px;
  }
}

[class^="container-"].container-News .whatWillWeShow-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News .whatWillWeShow-wrapper {
    gap: 0px;
  }
}

[class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column wrap;
  flex: 1 0 calc(50% - 10px);
  height: 300px;
  background: blue;
}

@media (max-width: 1150px) {
  [class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow {
    flex: 1 0 calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  [class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow {
    flex: 1 0 calc(100% - 10px);
  }
}

[class^="container-"].container-News .whatWillWeShow-wrapper .slim-line {
  background: #dadada;
  background-image: url("assets/img/backgrounds/background-SLIM_LINE.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .integra {
  background: #dadada;
  background-image: url("assets/img/backgrounds/background-INTEGRA.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .perfecta {
  background: #dadada;
  background-image: url("assets/img/backgrounds/background-PERFECTA.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .abax-2 {
  background: #2b2b2b;
  background-image: url("assets/img/backgrounds/background-ABAX_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .modules {
  background: #dadada;
  background-image: url("assets/img/backgrounds/background-MODULES.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .acsp {
  background: #6c0808;
  background-image: url("assets/img/backgrounds/background-ACSP.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .acco-net {
  background: #0f177e;
  background-image: url("assets/img/backgrounds/background-ACCO_NET.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .slim-line {
  background: #616161;
  background-image: url("assets/img/backgrounds/background-SLIM_LINE.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .touch {
  background: #616161;
  background-image: url("assets/img/backgrounds/background-TOUCH.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow .whatWillWeShow-logo {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column;
  padding-top: 20px;
  width: 100%;
  height: 60px;
  text-align: center;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow .whatWillWeShow-logo .logoSatelTradeFair-1 {
  width: 70%;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow .whatWillWeShow-text {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column;
  padding: 0 10px;
  width: 100%;
  text-align: center;
}

[class^="container-"].container-News .whatWillWeShow-wrapper .whatWillWeShow .whatWillWeShow-button {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 15px;
  width: 100%;
}

[class^="container-"].container-CTA {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  height: auto;
  width: 100%;
  padding: 0;
}

@media (max-width: 1150px) {
  [class^="container-"].container-CTA {
    flex-flow: column;
    width: 90%;
  }
}

[class^="container-"].container-CTA div h3, [class^="container-"].container-CTA div p {
  text-align: center;
}

[class^="container-"].container-CTA div h3 {
  font-size: clamp(1.1rem, 1.3vw, 2.4rem);
  line-height: clamp(1.3rem, 2.2vw, 2.2rem);
}

[class^="container-"].container-Contact {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  height: auto;
  width: 100%;
  padding: 0;
}

[class^="container-"].container-Contact div {
  width: 100%;
}

[class^="container-"].container-Contact div h3, [class^="container-"].container-Contact div p {
  text-align: center;
}

[class^="container-"].container-Contact div h3 {
  font-size: clamp(1.1rem, 1.3vw, 2.4rem);
  line-height: clamp(1.3rem, 2.2vw, 2.2rem);
}

[class^="container-"].container-Contact .sellerContainer-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  [class^="container-"].container-Contact .sellerContainer-wrapper {
    width: 80%;
    flex-flow: column;
  }
}

[class^="container-"].container-Contact .sellerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  flex: 0.2;
  gap: 55px;
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 768px) {
  [class^="container-"].container-Contact .sellerContainer {
    flex-flow: column;
    width: 100%;
  }
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  width: 100%;
  height: auto;
  gap: 15px;
}

@media (max-width: 768px) {
  [class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] {
    width: 100%;
    flex-flow: row;
  }
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] [class^="sellerPerson-"] {
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: 100%;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] [class^="sellerPerson-"].sellerPerson-PiotrStoppel {
  background-image: url("assets/img/sellers/sellerPiotrStoppel.jpg");
  background-repeat: no-repeat;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] [class^="sellerPerson-"].sellerPerson-OlesyaKopanczuk {
  position: relative;
  background-image: url("assets/img/sellers/sellerOlesyaKopanczuk.jpg");
  background-repeat: no-repeat;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address {
  text-align: left;
  font-style: normal;
  padding-top: 5px;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address h4, [class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address p {
  text-align: left;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address p {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address a {
  transition: all 0.2s ease;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address a:hover {
  color: #bbbbbb;
}

[class^="container-"].container-Contact .sellerContainer [class^="sellerContainer-"] address .button-Contact {
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
}

[class^="container-"].container-Contact .sellerContainer-info {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  max-width: 400px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  [class^="container-"].container-Contact .sellerContainer-info {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

[class^="container-"].container-Contact .sellerContainer-info div {
  background: #ffffff;
  padding: 25px;
  border: solid 2px #61d5f4;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
}

[class^="container-"].container-Contact .sellerContainer-info p {
  text-align: left;
  line-height: 20px;
}

[class^="container-"].container-Contact .sellerContainer-info p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

[class^="container-"].container-Contact .sellerContainer-info p:nth-of-type(2) {
  margin-bottom: 5px;
}

[class^="container-"].container-Contact .sellerContainer-info p:nth-of-type(3) {
  font-size: 15px;
  margin-bottom: 10px;
}

[class^="container-"].container-Contact .sellerContainer-info p:nth-of-type(4) {
  font-size: 12px;
  margin-bottom: 5px;
}

[class^="container-"].container-Contact .sellerContainer-info p:nth-of-type(5) {
  font-size: 12px;
}

[class^="container-"].container-Contact article, [class^="container-"].container-Contact figure {
  width: 100%;
  height: auto;
}

@media (max-width: 1150px) {
  [class^="container-"].container-Contact article, [class^="container-"].container-Contact figure {
    padding: 0;
  }
}

[class^="container-"].container-Contact article {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column nowrap;
  flex: 0.5;
  padding-left: 2%;
  padding-right: 8%;
}

@media (max-width: 1150px) {
  [class^="container-"].container-Contact article {
    padding-left: 0;
    padding-right: 0;
    order: 1;
  }
}

[class^="container-"].container-Contact figure {
  flex: 0.7;
}

[class^="container-"].container-Contact figure img {
  width: 100%;
  max-height: 700px;
  display: block;
  margin-top: 0;
}

@media (max-width: 1150px) {
  [class^="container-"].container-Contact figure img {
    padding-bottom: 0;
  }
}

.container-calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: #fbfcfd;
  height: 800px;
  width: 100%;
}

@media (max-width: 1150px) {
  .container-calendar {
    height: 1200px;
  }
}

@media (max-width: 768px) {
  .container-calendar {
    height: 1500px;
  }
}

.showMoreAtTheEvent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 400px;
  text-align: center;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("assets/img/backgrounds/showMoreAtTheEvent-background.jpg");
  background-repeat: no-repeat;
  padding: 0;
}

@media (max-width: 768px) {
  .showMoreAtTheEvent {
    height: 400px;
  }
}

.showMoreAtTheEvent h2 {
  color: white;
  font-weight: 700;
  line-height: clamp(1.7rem, 2.4vw, 2.4rem);
}

.reveal-Footer {
  width: 100vw;
  bottom: 0;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  padding: 0 30px;
  width: 100%;
  height: 100px;
}

@media (max-width: 1150px) {
  footer {
    align-items: center;
    flex-flow: column;
  }
}

@media (max-width: 1150px) {
  footer {
    height: auto;
  }
}

footer .footer-logoSATEL {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

@media (max-width: 1150px) {
  footer .footer-logoSATEL {
    padding: 20px 35px;
  }
}

footer .footer-logoSATEL img {
  cursor: pointer;
  padding-right: 30px;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}

footer .footer-logoSATEL img:hover {
  opacity: 1;
}

footer .footer-logoSATEL span {
  color: #4D4D4D;
  font-size: clamp(0.8rem, 0.8rem, 0.8rem);
}

footer .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 20px;
  padding: 0 3px;
}

@media (max-width: 1150px) {
  footer .footer-links {
    padding: 5px 5px;
  }
}

@media (max-width: 768px) {
  footer .footer-links {
    flex-flow: column;
    padding: 2px 2px;
    gap: 8px;
  }
}

footer .footer-links a {
  color: #616161;
  font-size: clamp(0.8rem, 0.8rem, 0.8rem);
  font-weight: 400;
}

footer .footer-socialMedia {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-flow: row nowrap;
  gap: 20px;
  padding-right: 50px;
}

@media (max-width: 1150px) {
  footer .footer-socialMedia {
    padding: 25px 15px 40px 15px;
  }
}

footer .footer-socialMedia img {
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.2s ease 0s;
}

footer .footer-socialMedia img:hover {
  opacity: 1;
}

footer .footer-socialMedia .iconYT {
  position: relative;
  top: 2px;
}

.getYourVoucher-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-image: url("assets/img/backgrounds/getYourVoucher_background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  width: 100%;
  padding: 40px 15px;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .getYourVoucher-wrapper {
    width: 90%;
  }
}

.getYourVoucher-wrapper div {
  padding: 0 3%;
  border: solid 1px #ee7b00;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  background-color: rgba(54, 54, 54, 0.5);
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
}

.getYourVoucher-wrapper h4 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: clamp(1.8rem, 2.3vw, 2.3rem);
}

.getYourVoucher-wrapper h4 b {
  color: #ee7b00;
}

.getYourVoucher-wrapper p {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: clamp(1.5rem, 2vw, 2rem);
}

.getYourVoucher-wrapper .button-CTA {
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 0px 70px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 70px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0px 70px rgba(0, 0, 0, 0.7);
}

.getYourVoucher-wrapper .icoCalendar {
  position: relative;
  top: 3px;
  left: -5px;
}

.getYourVoucher-wrapper .button-CTA-text {
  top: 20px;
  top: -4px;
  position: relative;
  padding: 0px;
}

.PlayerYT-invitation-apla {
  position: relative;
  top: 20px;
  left: 0px;
  background: #f7a600;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  text-align: left;
  padding: 15px;
  align-items: flex-start;
  width: 300px;
  scale: 1.3;
}

.PlayerYT-invitation-apla h3 {
  color: white;
}

.PlayerYT-invitation-apla p {
  color: white;
}

.endContactReveal {
  height: 0;
}

.cooliesList-wrapper {
  width: 100%;
  overflow-x: auto;
  /* Styl paska przewijania dla przeglądarek Blink (np. Chrome) */
}

.cooliesList-wrapper::-webkit-scrollbar {
  width: 12px;
}

.cooliesList-wrapper::-webkit-scrollbar-thumb {
  background-color: gainsboro;
  border-radius: 50px;
}

.cooliesList-wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.calendly_CTA {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #eeeeee;
}
