@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 40px 0px;
  gap: 32px;
}
.footer .hr {
  width: clamp(719px, calc(203.5714285714px + 67.1130952381vw), 1170px);
  height: 1px !important;
  padding: 0px !important;
}
.footer .categories {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-left: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
}
.footer .categories .newsAndContact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .categories .category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .categories .category .categoryHeader {
  font-family: "Bold" !important;
  font-size: 1rem !important;
  color: #432222;
  text-decoration: none;
}
.footer .categories .category ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0px !important;
}
.footer .categories .category ul li {
  font-family: "Semibold" !important;
  font-size: 1rem !important;
}
.footer .categories .category ul li a {
  text-decoration: none;
  color: #586473;
}
.footer .categories .category .footerMoreButton {
  font-family: "Semibold" !important;
  font-size: 1rem !important;
  color: #049ead !important;
  text-decoration: none;
}
.footer .akm {
  display: flex;
  gap: 32px;
  justify-content: space-evenly;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-left: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
}
.footer .akm .akmImg {
  width: 340px;
  height: 160px;
}
.footer .akm .akmLogoAndText {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer .akm .akmLogoAndText .akmLogo {
  width: 116px;
  height: 40.15px;
}
.footer .akm .akmLogoAndText .hr {
  width: 1px !important;
  height: 64px !important;
}
.footer .akm .akmLogoAndText .akmText {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .akm .akmLogoAndText .akmText :first-child {
  font-family: "ExtraBold" !important;
  font-size: 1rem !important;
  color: #222943;
}
.footer .akm .akmLogoAndText .akmText :last-child {
  font-family: "Regular" !important;
  font-size: 1rem !important;
  color: #666f85;
}
.footer .bottomWhite {
  font-family: "Regular" !important;
  font-size: 1rem !important;
  color: #666f85;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-left: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
}
.footer .bottomGray {
  display: flex;
  flex-direction: column;
}
.footer .bottomGray .bottomLinks {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #f8f9fb;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
  padding-right: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-left: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  border-radius: 8px;
}
.footer .bottomGray .bottomLinks button, .footer .bottomGray .bottomLinks a {
  font-family: "Regular" !important;
  font-size: 1rem !important;
  color: #666f85 !important;
  opacity: 0.75;
  border: none !important;
  background-color: transparent !important;
  text-decoration: none;
}
.footer .bottomGray .bottomend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  padding-left: clamp(16px, calc(-19.3783783784px + 10.7207207207vw), 135px);
  background-color: #f8f9fb;
}
.footer .bottomGray .bottomend span:first-child {
  font-family: "Regular" !important;
  font-size: 1rem !important;
  color: #666f85;
  opacity: 0.75;
}
.footer .bottomGray .bottomend :last-child {
  display: flex;
  gap: 12px;
}

.footerLinks {
  font-family: "Regular" !important;
  font-size: 1rem !important;
  text-decoration: none;
  color: #666f85 !important;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .bottomLinks {
    border-radius: 0px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .bottomLinks a {
    text-align: center !important;
  }
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer .newsAndContact {
    gap: 24px !important;
  }
  .footer .categories {
    flex-direction: column;
    gap: 24px;
  }
  .footer .akm {
    flex-direction: column;
  }
  .footer .akm .akmImg {
    width: 100%;
    height: auto;
  }
  .footer .akm .akmLogoAndText .hr {
    height: 80px !important;
  }
  .footer .hr {
    width: 100% !important;
  }
}/*# sourceMappingURL=footer.css.map */