.homepage-header-space {
  background-image: url(../../images/vic-2025-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 16/7;
  height: auto;
}


.homepage-header-content-text-vector {
  width: 28px;
  height: auto;
  object-fit: contain;
}


.homepage-header-content-text h4,
.homepage-header-content-text p,
.homepage-header-content-text span {
  margin: 0px;
  color: #fff;
}


.homepage-header-content-text p,
.homepage-header-content-text span {
  font-weight: 500;
}


.homepage-header-content-text--title {
  font-family: "NexaLight", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0.1px 0 #828383, 0 0.4px 0 #828383, 0 0.7px 0 #828383,
    0 1px 0 #828383, 0 1.3px 0 #828383, 0 1.6px 0 #828383, 0 1.9px 0 #828383,
    0 2.2px 0 #43464d, 0 2.5px 0 #43464d, 0 2.8px 0 #43464d, 0 3.1px 0 #43464d,
    0 3.4px 0 #43464d, 0 3.7px 2.7px rgba(0, 0, 0, 0.5);
}


.homepage-header-content-text--sub-title {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0.1px 0 #828383, 0 0.4px 0 #828383, 0 0.7px 0 #828383,
    0 1px 0 #828383, 0 1.3px 0 #828383, 0 1.6px 0 #828383, 0 1.9px 0 #828383,
    0 2.2px 0 #43464d, 0 2.5px 0 #43464d, 0 2.8px 0 #43464d, 0 3.1px 0 #43464d,
    0 3.4px 0 #43464d, 0 3.7px 2.7px rgba(0, 0, 0, 0.5);
}


.homepage-header-content-block-url {
  background: var(--topic-color);
  padding-left: 1rem;
  padding-top: 0.5rem;
  border-radius: 24px;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  border: 2px solid #fff;
}


.homepage-header-content-block-url span svg {
  color: #fff;
  font-weight: 400;
  display: inline;
  margin-left: 8px;
}


.homepage-header-content-block-url-title {
  color: white;
  font-size: 1.2rem;
  margin: 0px;
  font-family: "NexaLight", sans-serif;
  font-weight: 500;
  display: inline;
}


.event-introdruce-link-space {
  height: 100%;
  border-radius: 0.375rem;
  transition: border 0.3s ease, color 0.3s ease;
  /* box-shadow: var(--box-shadow-block); */
  background: var(--topic-color);
  transition: ease-in 1s ease-out 0.5s;
}


.event-introdruce-link-space:hover {
  scale: 1.05;
}


.event-introdruce-link-space,
.event-introdruce-link-title p,
.event-introdruce-link-subtitle p {
  text-decoration: none;
  margin: 0px;
  font-style: normal;
  line-height: 150%;
  color: var(--white-color);
}


.event-introdruce-link-title p {
  font-size: 1.5rem;
  font-weight: 600;
}


.event-introdruce-link-subtitle p {
  font-size: 1rem;
}


@media (min-width: 992px) {
}




