.social-icons[data-astro-cid-aro7vcp5] {
  display: flex;
  gap: 20px;
  width: fit-content;
  height: min-content;
}
.social-icons[data-astro-cid-aro7vcp5] a[data-astro-cid-aro7vcp5] {
  transition: filter 0.3s ease;
  text-decoration: none;
  height: fit-content;
}
.social-icons[data-astro-cid-aro7vcp5]
  a[data-astro-cid-aro7vcp5]
  .icon[data-astro-cid-aro7vcp5] {
  filter: var(--textColorFilter);
  width: 40px;
  height: 40px;
}
.social-icons[data-astro-cid-aro7vcp5]
  a[data-astro-cid-aro7vcp5]:hover
  svg[data-astro-cid-aro7vcp5] {
  filter: var(--primaryColorFilter);
}
:root {
  --hover-color: unset;
}
.image-hover:hover {
  filter: var(--hover-color);
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
.skeleton {
  width: 300px;
  height: 150px;
  background: #eee;
  animation: pulse 1.5s infinite;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  position: relative;
  padding-bottom: 0.2em;
  transition: all 0.05s linear;
}
.logo-img {
  width: auto;
  max-height: var(--logoSize);
  height: var(--logoSize);
  margin-right: 10px;
}
.logo-text {
  font-size: var(--textSize);
}
.logo-text,
.extra_data-text {
  position: relative;
  display: inline-block;
  text-transform: var(--textForm);
  letter-spacing: 0.05rem;
  font-weight: 300;
  color: var(--textColor);
  text-decoration: none;
}
.extra_data-text {
  font-size: 1rem;
}
.navbar-scrolled {
  opacity: 1;
  transform: translateY(0);
}
.footer-menu[data-astro-cid-m4uece6s] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}
.footer-menu[data-astro-cid-m4uece6s] a[data-astro-cid-m4uece6s] {
  color: var(--accentColor);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu[data-astro-cid-m4uece6s] a[data-astro-cid-m4uece6s]:hover {
  color: var(--primaryColor);
}
.logo[data-astro-cid-m4uece6s] {
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}
.logo[data-astro-cid-m4uece6s] > img[data-astro-cid-m4uece6s] {
  max-width: 200px;
  height: 40px;
  margin-right: 10px;
}
.logo[data-astro-cid-m4uece6s] .text[data-astro-cid-m4uece6s] {
  font-size: 1.5rem;
  color: var(--backgroundColor);
}
.copyright-links[data-astro-cid-m4uece6s] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 12px;
}
.copyright-links[data-astro-cid-m4uece6s] a[data-astro-cid-m4uece6s] {
  color: var(--backgroundColor);
}
@media (min-width: 768px) {
  .footer-menu[data-astro-cid-m4uece6s] {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
  }
  .copyright-links[data-astro-cid-m4uece6s] {
    justify-content: flex-end;
  }
}
.footer-widget-heading[data-astro-cid-erdp3vry] h3[data-astro-cid-erdp3vry] {
  color: var(--headingColor);
  font-size: 20px;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-widget[data-astro-cid-erdp3vry] ul[data-astro-cid-erdp3vry] {
  list-style: none;
  padding: 0;
}
.footer-widget[data-astro-cid-erdp3vry]
  ul[data-astro-cid-erdp3vry]
  li[data-astro-cid-erdp3vry] {
  margin-bottom: 1rem;
}
.footer-widget[data-astro-cid-erdp3vry]
  ul[data-astro-cid-erdp3vry]
  li[data-astro-cid-erdp3vry]
  a[data-astro-cid-erdp3vry] {
  color: var(--textColor);
  text-decoration: none;
  font-size: 15px;
}
.footer-widget[data-astro-cid-erdp3vry]
  ul[data-astro-cid-erdp3vry]
  li[data-astro-cid-erdp3vry]
  a[data-astro-cid-erdp3vry]:hover {
  color: var(--primaryColor);
}
.footer-container-top[data-astro-cid-qyljshqg] {
  background-color: var(--accentColor);
}
.footer-container-bottom[data-astro-cid-qyljshqg] {
  background: var(--textColor);
}
.footer-widgets[data-astro-cid-qyljshqg] {
  flex-wrap: wrap;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
}
.footer-content[data-astro-cid-qyljshqg] {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.copyright-area[data-astro-cid-qyljshqg] {
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
}
.footer-contact[data-astro-cid-qyljshqg] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 480px) {
  .footer-widgets[data-astro-cid-qyljshqg] {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .footer-widgets[data-astro-cid-qyljshqg] {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer-content[data-astro-cid-qyljshqg] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.nav-item[data-astro-cid-btl7vjyf] {
  position: relative;
}
.nav-item[data-astro-cid-btl7vjyf] a[data-astro-cid-btl7vjyf] {
  color: var(--textColor);
  text-decoration: none;
  padding: 10px;
  display: block;
}
.nav-item[data-astro-cid-btl7vjyf] a[data-astro-cid-btl7vjyf]:hover:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
  animation: grow-line 0.3s ease forwards;
}
.nav-item[data-astro-cid-btl7vjyf] a[data-astro-cid-btl7vjyf].active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
}
.sub-links[data-astro-cid-btl7vjyf] {
  display: none;
  padding-left: 20px;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--backgroundColor);
  border-radius: 4px;
  box-shadow: 0 4px 6px #0000001a;
  flex-direction: column;
  width: 200px;
  z-index: 1;
}
.nav-item[data-astro-cid-btl7vjyf]:hover > .sub-links[data-astro-cid-btl7vjyf] {
  display: flex;
}
.nav-item[data-astro-cid-btl7vjyf] .arrow[data-astro-cid-btl7vjyf] {
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.nav-item[data-astro-cid-btl7vjyf]:hover .arrow[data-astro-cid-btl7vjyf] {
  transform: rotate(180deg);
}
.nav-item[data-astro-cid-btl7vjyf] .arrow[data-astro-cid-btl7vjyf] {
  transform: rotate(0);
}
@keyframes grow-line {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.nav-links[data-astro-cid-4y2f3zng] {
  display: flex;
  font-size: 18px;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nav-links[data-astro-cid-4y2f3zng] {
    gap: 1rem;
  }
  .nav-links[data-astro-cid-4y2f3zng] a[data-astro-cid-4y2f3zng] {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .nav-links[data-astro-cid-4y2f3zng] {
    gap: 3rem;
  }
}
.navbar-container[data-astro-cid-tdi6avja] {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  padding: 2rem 5rem;
  width: 100%;
  justify-content: space-between;
  background: linear-gradient(#000c, #0000);
  height: auto;
  color: #fff !important;
}
.hamburger-container[data-astro-cid-stjkkbmk] {
  display: none;
}
.hamburger-icon[data-astro-cid-stjkkbmk] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  gap: 5px;
  z-index: 101;
}
.hamburger-icon[data-astro-cid-stjkkbmk] span[data-astro-cid-stjkkbmk] {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--primaryColor);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform-origin: center;
}
.hamburger-icon[data-astro-cid-stjkkbmk].active
  span[data-astro-cid-stjkkbmk]:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger-icon[data-astro-cid-stjkkbmk].active
  span[data-astro-cid-stjkkbmk]:nth-child(2) {
  opacity: 0;
}
.hamburger-icon[data-astro-cid-stjkkbmk].active
  span[data-astro-cid-stjkkbmk]:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.nav-links[data-astro-cid-stjkkbmk] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition:
    opacity 0.3s ease,
    visibility 0s ease 0.3s;
  overflow-y: auto;
}
.nav-links[data-astro-cid-stjkkbmk].active {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease,
    visibility 0s ease;
}
.nav-links[data-astro-cid-stjkkbmk] ul[data-astro-cid-stjkkbmk] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 2rem;
}
.nav-links[data-astro-cid-stjkkbmk] li[data-astro-cid-stjkkbmk] {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--basic-gray);
  padding-bottom: 0.5rem;
}
.nav-links[data-astro-cid-stjkkbmk] li[data-astro-cid-stjkkbmk]:last-child {
  margin-bottom: 0;
}
.nav-links[data-astro-cid-stjkkbmk] a[data-astro-cid-stjkkbmk] {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--headingColor);
  transition: color 0.3s ease;
}
.nav-links[data-astro-cid-stjkkbmk] a[data-astro-cid-stjkkbmk]:hover {
  color: var(--primaryColor);
}
.no-scroll[data-astro-cid-stjkkbmk] {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hamburger-container[data-astro-cid-stjkkbmk] {
    display: flex;
  }
}
.navbar-container[data-astro-cid-j2z2koqe] {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--backgroundColor);
  width: 100%;
  padding: 0.75rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.navbar-container[data-astro-cid-j2z2koqe].shrunk {
  padding: 0.4rem 2rem;
  background-color: var(--backgroundColor);
}
.navbar-content[data-astro-cid-j2z2koqe] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-links[data-astro-cid-j2z2koqe] {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.spacer[data-astro-cid-j2z2koqe] {
  height: 60px;
}
@media (max-width: 1024px) {
  .nav-links[data-astro-cid-j2z2koqe],
  .navbar-button[data-astro-cid-j2z2koqe] {
    display: none !important;
  }
}
