@charset "UTF-8";
@font-face {
  font-family: "IBMPlexSans-Light";
  src: url("../fonts/IBMPlexSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Medium";
  src: url("../fonts/IBMPlexSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("../fonts/IBMPlexSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-SemiBold";
  src: url("../fonts/IBMPlexSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay-Medium";
  src: url("../fonts/NeueHaasDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay-Light";
  src: url("../fonts/NeueHaasDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
.home-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.home-hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.home-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.home-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 100px 0;
}
.home-hero-text {
  color: white;
}
.home-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.home-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 0;
}

.home-social {
  padding: 0;
  background: #EBEBEB;
  position: relative;
  z-index: 5;
}
.home-social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.home-social-card {
  background: #FFFFFF;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
  max-width: 300px;
  min-height: 80px;
  margin-top: -50px;
}
.home-social-card i {
  font-size: 32px;
  color: #202A40;
}
.home-social-card span {
  font-family: "IBMPlexSans-Medium";
  font-size: 22px;
}
.home-social-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.home-products {
  padding: 80px 0;
  background: #EBEBEB;
  overflow: hidden;
}
.home-products-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 60px;
}
.home-products-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  color: #202A40;
  text-align: left;
}
.home-products-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 0;
  text-align: left;
}
.home-products-carousel {
  position: relative;
}
.home-products-carousel-wrapper {
  position: relative;
}
.home-products-carousel-container {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  max-width: none;
  padding-left: calc((100vw - 1420px) / 2);
  padding-right: 0;
}
.home-products-carousel-swiper {
  overflow: visible;
  width: 100%;
}
.home-products-carousel-swiper .swiper-wrapper {
  display: flex;
}
.home-products-carousel-swiper .swiper-slide {
  width: 300px;
  height: auto;
  flex-shrink: 0;
}
.home-products-carousel-controls {
  margin-top: 60px;
}
.home-products-carousel-controls-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-products-carousel-pagination {
  position: relative !important;
  top: -10px !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 6px !important;
  background: rgba(160, 160, 160, 0.3) !important;
  border-radius: 6px !important;
  margin: 0 !important;
  margin-right: 20px !important;
}
.home-products-carousel-pagination .swiper-pagination-progressbar-fill {
  background: #202A40 !important;
  border-radius: 6px !important;
}
.home-products-carousel-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home-products-carousel-navigation button {
  width: 40px;
  height: 40px;
  border: none;
  background: #A676A6;
  color: #FFFFFF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.home-products-carousel-navigation button:hover {
  background: #202A40;
}
.home-products-carousel-navigation button.swiper-button-disabled {
  background: #C0C0C0;
  cursor: not-allowed;
}
.home-products-carousel-navigation button:after {
  display: none;
}
.home-products-carousel-navigation button i {
  font-size: 30px;
}
.home-products-card {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.home-products-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.home-products-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  flex-shrink: 0;
  padding: 30px;
}
.home-products-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.home-products-card-name {
  font-family: "IBMPlexSans-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  padding: 30px 25px;
  margin: 0;
  text-align: left;
  min-height: 120px;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}

.home-about {
  background: #A676A6;
  padding: 80px 0;
}
.home-about-content {
  padding-right: 40px;
}
.home-about-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.home-about-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.home-about-features {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.home-about-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.home-about-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.home-about-feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-about-feature-title {
  max-width: 160px;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.3;
}
.home-about-image {
  padding: 0;
}
.home-about-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-about-second {
  background: #EBEBEB;
  padding: 80px 0;
}
.home-about-second-content {
  padding-left: 40px;
}
.home-about-second-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.home-about-second-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 40px;
}
.home-about-second-features {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.home-about-second-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.home-about-second-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.home-about-second-feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-about-second-feature-title {
  max-width: 160px;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  color: #202A40;
  margin: 0;
  line-height: 1.3;
}
.home-about-second-video {
  padding: 0;
}
.home-about-second-video video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home-news {
  background: #EBEBEB;
  padding: 40px 0 60px;
  overflow: hidden;
}
.home-news-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 30px;
}
.home-news-header .row {
  align-items: end;
}
.home-news-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 42px;
  line-height: 1.2;
  color: #202A40;
  margin: 0;
}
.home-news-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.home-news-navigation button {
  width: 40px;
  height: 40px;
  border: none;
  background: #A676A6;
  color: #FFFFFF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.home-news-navigation button:hover {
  background: #202A40;
}
.home-news-navigation button.swiper-button-disabled {
  background: #C0C0C0;
  cursor: not-allowed;
}
.home-news-navigation button:after {
  display: none;
}
.home-news-navigation button i {
  font-size: 30px;
}
.home-news-carousel-wrapper {
  position: relative;
  padding: 0;
  margin: 0 -15px;
}
.home-news-carousel-swiper {
  padding: 25px 15px;
}
.home-news-carousel-swiper .swiper-wrapper {
  display: flex;
}
.home-news-carousel-swiper .swiper-slide {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  padding: 10px;
}
.home-news-carousel-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.home-news-card {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.home-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.home-news-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  flex-shrink: 0;
}
.home-news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.home-news-card-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.home-news-card-category {
  font-family: "IBMPlexSans-Medium";
  font-size: 12px;
  color: #A676A6;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.home-news-card-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 25px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}

.home-info {
  background: #A676A6;
  padding: 80px 0;
}
.home-info-title {
  max-width: 600px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
}
.home-info-content {
  padding-left: 40px;
}
.home-info-description {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.home-request {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.home-request-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home-request-content {
  position: relative;
  z-index: 2;
}
.home-request-title {
  max-width: 600px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.home-request-action {
  margin-top: 0;
}
.home-request-cards {
  position: relative;
  z-index: 2;
}
.home-request-card {
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
}
.home-request-card:hover {
  transform: translateY(-3px);
}
.home-request-card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-request-card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-request-card-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 16px;
  line-height: 1.3;
  color: #202A40;
  margin: 0;
}

@media (max-width: 1200px) {
  .home-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .home-hero-content {
    padding: 100px 0 80px;
  }
  .home-hero-title {
    font-size: 48px;
  }
  .home-hero-subtitle {
    font-size: 32px;
  }
  .home-social-card span {
    font-size: 16px;
  }
  .home-products-title {
    font-size: 36px;
  }
  .home-products-description {
    font-size: 17px;
  }
  .home-products-carousel-container {
    padding-left: 20px;
  }
  .home-about-content {
    margin-bottom: 60px;
    padding-right: 0;
  }
  .home-about-title {
    font-size: 32px;
  }
  .home-about-description {
    font-size: 17px;
  }
  .home-about-features {
    margin-bottom: 40px;
  }
  .home-about-second-content {
    padding-left: 0;
  }
  .home-about-second-title {
    font-size: 32px;
  }
  .home-about-second-description {
    font-size: 17px;
  }
  .home-about-second-features {
    margin-bottom: 40px;
  }
  .home-about-second-video {
    margin-bottom: 60px;
  }
  .home-news-header {
    margin-bottom: 10px;
  }
  .home-news-title {
    font-size: 36px;
  }
  .home-news-navigation {
    margin-top: -20px;
    margin-right: -10px;
  }
  .home-news-carousel-swiper .swiper-slide {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 0 15px;
  }
  .home-info {
    padding: 60px 0;
  }
  .home-info-title {
    font-size: 36px;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .home-info-content {
    padding-left: 0;
  }
  .home-info-description {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .home-request {
    padding: 80px 0;
  }
  .home-request-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .home-request-cards {
    margin-top: 40px;
  }
  .home-request-card {
    height: auto;
    padding: 25px;
    margin-bottom: 15px;
  }
  .home-request-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .home-request-card-title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .home-about {
    padding: 60px 0;
  }
  .home-about-second {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .home-hero-title {
    font-size: 32px;
  }
  .home-hero-subtitle {
    font-size: 24px;
  }
  .home-social-wrapper {
    flex-direction: column;
    gap: 15px;
    padding-top: 60px;
  }
  .home-social-card {
    padding: 30px 25px;
    width: 100%;
    min-height: 75px;
    margin-top: 0;
  }
  .home-products {
    padding: 70px 0 50px;
  }
  .home-products-header {
    margin-bottom: 20px;
  }
  .home-products-header .row {
    flex-direction: column;
  }
  .home-products-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home-products-description {
    font-size: 16px;
  }
  .home-products-carousel-swiper .swiper-slide {
    width: 280px;
  }
  .home-about-content {
    margin-bottom: 40px;
  }
  .home-about-title {
    font-size: 28px;
  }
  .home-about-description {
    font-size: 14px;
  }
  .home-about-features {
    margin-bottom: 30px;
  }
  .home-about-feature {
    margin-bottom: 20px;
  }
  .home-about-feature-icon {
    width: 45px;
    height: 45px;
  }
  .home-about-feature-icon i {
    font-size: 20px;
  }
  .home-about-feature-title {
    font-size: 15px;
  }
  .home-about-second-title {
    font-size: 28px;
  }
  .home-about-second-description {
    font-size: 14px;
  }
  .home-about-second-features {
    margin-bottom: 30px;
  }
  .home-about-second-feature {
    margin-bottom: 20px;
  }
  .home-about-second-feature-icon {
    width: 45px;
    height: 45px;
  }
  .home-about-second-feature-icon i {
    font-size: 20px;
  }
  .home-about-second-feature-title {
    font-size: 15px;
  }
  .home-about-second-video {
    margin-bottom: 40px;
  }
  .home-news {
    padding: 0 0 20px;
  }
  .home-news-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .home-news-navigation {
    margin-top: -37px;
  }
  .home-news-carousel-swiper .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .home-request {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .home-hero {
    min-height: 50vh;
  }
  .home-hero-artwork {
    display: none;
  }
  .home-social {
    margin-top: -20px;
  }
  .home-social-card {
    padding: 25px 20px;
    max-width: none;
    min-height: 70px;
  }
  .home-social-card i {
    font-size: 24px;
  }
  .home-social-card span {
    font-size: 14px;
  }
  .home-products {
    padding: 60px 0;
  }
  .home-products-header {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .home-products-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .home-products-description {
    font-size: 15px;
  }
  .home-products-carousel-container {
    padding-left: 15px;
  }
  .home-products-carousel-swiper .swiper-slide {
    width: 250px;
  }
  .home-products-card-name {
    font-size: 20px;
    padding: 25px 20px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about-features {
    margin-bottom: 10px;
  }
  .home-about-feature-title {
    font-size: 12px;
  }
  .home-about-second {
    padding: 40px 0;
  }
  .home-about-second-features {
    margin-bottom: 10px;
  }
  .home-about-second-feature-title {
    font-size: 12px;
  }
  .home-news-header {
    margin-bottom: 0;
  }
  .home-news-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .home-news-navigation {
    margin-top: -30px;
  }
  .home-news-card-title {
    font-size: 18px;
  }
  .home-news-card-content {
    padding: 25px 20px;
  }
  .home-request .row {
    flex-direction: column;
  }
  .home-request-content {
    margin-bottom: 40px;
  }
  .home-request-cards {
    margin-top: 0;
  }
  .home-request-cards .row {
    flex-direction: column;
  }
  .home-request-card {
    padding: 20px;
    margin-bottom: 15px;
  }
  .home-request-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .home-request-card-title {
    font-size: 15px;
  }
}
.overview-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.overview-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.overview-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.overview-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.overview-hero-text {
  color: white;
}
.overview-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
  text-transform: uppercase;
}

.overview-navigation {
  background: #202A40;
  padding: 30px 0;
}
.overview-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.overview-navigation-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}
.overview-navigation-item::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A40;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.overview-navigation-item span {
  transition: all 0.3s ease;
}
.overview-navigation-item:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.overview-navigation-item:hover::before {
  background: #A676A6;
  color: #FFFFFF;
  transform: scale(1.1);
}
.overview-navigation-item.active {
  opacity: 1;
}
.overview-navigation-item.active::before {
  background: #A676A6;
  color: #FFFFFF;
}

.overview-content {
  background: #EBEBEB;
  padding: 80px 0;
}
.overview-content-separator {
  border-top: 2px solid #202A40;
  margin-bottom: 40px;
}
.overview-content-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 24px;
  line-height: 1.2;
  color: #202A40;
  margin: 0;
}
.overview-content-text p {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.overview-content-text p:last-child {
  margin-bottom: 0;
}

.overview-section {
  padding: 80px 0;
}
.overview-section-header {
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  margin-bottom: 40px;
}
.overview-section-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-section-content {
  padding-left: 60px;
  padding-bottom: 60px;
}
.overview-section-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
}
.overview-section-text {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.overview-section-historic {
  background: #A676A6;
}
.overview-section-mission {
  background: #9DACCE;
}
.overview-section-factory {
  background: #202A40;
}
.overview-section-sustainability {
  background: #C0C0C0;
}

.overview-request {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.overview-request-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.overview-request-content {
  position: relative;
  z-index: 2;
}
.overview-request-title {
  max-width: 600px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.overview-request-action {
  margin-top: 0;
}
.overview-request-text {
  position: relative;
  z-index: 2;
}
.overview-request-text p {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 1200px) {
  .overview-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .overview-hero-content {
    padding: 50px 0;
  }
  .overview-hero-title {
    font-size: 48px;
  }
  .overview-navigation-wrapper {
    gap: 40px;
  }
  .overview-navigation-item {
    font-size: 13px;
    gap: 8px;
  }
  .overview-navigation-item::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .overview-content {
    padding: 60px 0;
  }
  .overview-content-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .overview-content-text p {
    font-size: 15px;
  }
  .overview-section {
    padding: 60px 0;
  }
  .overview-section-header {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .overview-section-content {
    padding-left: 0;
    padding-bottom: 0;
  }
  .overview-section-title {
    font-size: 20px;
  }
  .overview-section-text {
    font-size: 15px;
  }
  .overview-request {
    padding: 80px 0;
  }
  .overview-request-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .overview-request-text p {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .overview-section-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .overview-hero {
    min-height: auto;
  }
  .overview-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .overview-hero-title {
    font-size: 36px;
  }
  .overview-navigation {
    padding: 25px 0;
  }
  .overview-navigation-wrapper {
    gap: 30px;
  }
  .overview-navigation-item {
    font-size: 12px;
    gap: 8px;
  }
  .overview-navigation-item::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .overview-content {
    padding: 50px 0;
  }
  .overview-content .row {
    flex-direction: column;
  }
  .overview-content-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .overview-content-text p {
    font-size: 14px;
  }
  .overview-section {
    padding: 50px 0;
  }
  .overview-section .row {
    flex-direction: column;
  }
  .overview-section-header {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .overview-section-content {
    padding-left: 0;
  }
  .overview-section-title {
    font-size: 18px;
  }
  .overview-section-text {
    font-size: 14px;
  }
  .overview-request {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .overview-hero-artwork {
    display: none;
  }
  .overview-hero-title {
    font-size: 28px;
  }
  .overview-navigation {
    padding: 20px 0;
  }
  .overview-navigation-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .overview-navigation-item {
    font-size: 11px;
  }
  .overview-navigation-item::before {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
  .overview-content {
    padding: 40px 0;
  }
  .overview-content-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .overview-content-text p {
    font-size: 13px;
  }
  .overview-section {
    padding: 40px 0;
  }
  .overview-section-header {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .overview-section-title {
    font-size: 16px;
  }
  .overview-section-text {
    font-size: 13px;
  }
  .overview-request .row {
    flex-direction: column;
  }
  .overview-request-content {
    margin-bottom: 40px;
  }
  .overview-request-text p {
    font-size: 24px;
  }
}
.history-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.history-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.history-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.history-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.history-hero-text {
  color: white;
}
.history-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.history-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.history-timeline {
  background: #EBEBEB;
  padding: 120px 0;
}
.history-timeline-header {
  text-align: center;
  margin-bottom: 80px;
}
.history-timeline-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin: 0;
  max-width: 970px;
  margin: 0 auto;
}
.history-timeline-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.history-timeline-line {
  position: absolute;
  left: 50%;
  top: -30px;
  bottom: -30px;
  width: 2px;
  background: #A676A6;
  transform: translateX(-50%);
  z-index: 1;
}
.history-timeline-line::before, .history-timeline-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #202A40;
}
.history-timeline-line::before {
  top: 0;
}
.history-timeline-line::after {
  bottom: 0;
}
.history-timeline-item {
  position: relative;
  margin: 240px 0;
  width: 100%;
}
.history-timeline-item.left .history-timeline-card {
  float: left;
  width: calc(50% - 60px);
  margin-right: 60px;
}
.history-timeline-item.left .history-timeline-card::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.history-timeline-item.left .history-timeline-image {
  float: right;
  width: calc(50% - 60px);
  margin-left: 60px;
}
.history-timeline-item.right .history-timeline-card {
  float: right;
  width: calc(50% - 60px);
  margin-left: 60px;
  text-align: left;
}
.history-timeline-item.right .history-timeline-card::after {
  content: "";
  position: absolute;
  top: 25px;
  left: -20px;
  width: 0;
  height: 0;
  border-right: 20px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.history-timeline-item.right .history-timeline-image {
  float: left;
  width: calc(50% - 60px);
  margin-right: 60px;
}
.history-timeline-item::after {
  content: "";
  display: table;
  clear: both;
}
.history-timeline-card {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.history-timeline-year {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 24px;
  color: #A676A6;
  margin-bottom: 10px;
  font-weight: 600;
}
.history-timeline-card-title h3 {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 15px;
  font-weight: 600;
}
.history-timeline-text p {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  line-height: 1.5;
  color: #202A40;
  margin: 0;
}
.history-timeline-dot {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #A676A6;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  z-index: 3;
}
.history-timeline-image {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.history-timeline-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.history-request {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.history-request-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.history-request-content {
  position: relative;
  z-index: 2;
}
.history-request-title {
  max-width: 600px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.history-request-action {
  margin-top: 0;
}
.history-request-text {
  position: relative;
  z-index: 2;
}
.history-request-text p {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 1200px) {
  .history-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .history-hero-content {
    padding: 50px 0;
  }
  .history-hero-title {
    font-size: 48px;
  }
  .history-timeline {
    padding: 80px 0;
  }
  .history-timeline-title {
    font-size: 36px;
  }
  .history-timeline-item {
    display: flex;
  }
  .history-timeline-card {
    padding: 30px;
    max-width: 350px;
  }
  .history-request {
    padding: 80px 0;
  }
  .history-request-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .history-request-text p {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .history-timeline {
    padding: 60px 0;
  }
  .history-timeline-header {
    margin-bottom: 60px;
  }
  .history-timeline-title {
    font-size: 32px;
  }
  .history-timeline-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .history-timeline-line {
    left: 30px;
    transform: none;
  }
  .history-timeline-item {
    margin: 40px 0;
    display: block;
  }
  .history-timeline-item.left .history-timeline-card, .history-timeline-item.right .history-timeline-card {
    float: none;
    width: calc(100% - 60px);
    margin: 0 0 20px 60px;
    text-align: left;
  }
  .history-timeline-item.left .history-timeline-card::after, .history-timeline-item.right .history-timeline-card::after {
    left: -20px;
    right: auto;
    border-right: 20px solid #FFFFFF;
    border-left: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .history-timeline-item.left .history-timeline-image, .history-timeline-item.right .history-timeline-image {
    float: none;
    width: calc(100% - 60px);
    margin: 0 0 20px 60px;
    display: block;
  }
  .history-timeline-dot {
    left: 11px;
    transform: translateX(-50%);
  }
  .history-timeline-card {
    padding: 25px;
    max-width: 100%;
  }
  .history-timeline-year {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .history-hero {
    min-height: auto;
  }
  .history-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .history-hero-title {
    font-size: 36px;
  }
  .history-timeline {
    padding: 50px 0;
  }
  .history-timeline-header {
    margin-bottom: 50px;
  }
  .history-timeline-title {
    font-size: 28px;
    padding: 0 20px;
  }
  .history-timeline-content {
    padding: 20px 15px;
  }
  .history-timeline-item {
    margin: 30px 0;
    display: block;
  }
  .history-timeline-item.left .history-timeline-card, .history-timeline-item.right .history-timeline-card {
    width: calc(100% - 40px);
    margin: 0 0 15px 40px;
  }
  .history-timeline-item.left .history-timeline-card::after, .history-timeline-item.right .history-timeline-card::after {
    left: -20px;
    border-right: 20px solid #FFFFFF;
    border-left: none;
  }
  .history-timeline-item.left .history-timeline-image, .history-timeline-item.right .history-timeline-image {
    margin: 0 0 15px 40px;
    width: calc(100% - 40px);
    display: block;
    clear: both;
  }
  .history-timeline-dot {
    left: 16px;
  }
  .history-timeline-card {
    padding: 20px;
  }
  .history-timeline-year {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .history-timeline-text p {
    font-size: 15px;
  }
  .history-timeline-image {
    margin-top: 50px;
  }
  .history-request {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .history-hero-artwork {
    display: none;
  }
  .history-hero-title {
    font-size: 28px;
  }
  .history-timeline {
    padding: 40px 0;
  }
  .history-timeline-title {
    font-size: 24px;
  }
  .history-timeline-line {
    left: 20px;
  }
  .history-timeline-item {
    display: block;
  }
  .history-timeline-item.left .history-timeline-card, .history-timeline-item.right .history-timeline-card {
    width: calc(100% - 40px);
    margin: 0 0 15px 40px;
  }
  .history-timeline-item.left .history-timeline-card::after, .history-timeline-item.right .history-timeline-card::after {
    left: -15px;
    border-right: 15px solid #FFFFFF;
    border-left: none;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .history-timeline-item.left .history-timeline-image, .history-timeline-item.right .history-timeline-image {
    margin: 0 0 15px 40px;
    width: calc(100% - 40px);
    display: block;
    clear: both;
  }
  .history-timeline-dot {
    left: 6px;
  }
  .history-timeline-card {
    padding: 15px;
  }
  .history-timeline-year {
    font-size: 20px;
  }
  .history-timeline-text p {
    font-size: 14px;
  }
  .history-timeline-dot {
    width: 16px;
    height: 16px;
    border: 3px solid #FFFFFF;
  }
  .history-request .row {
    flex-direction: column;
  }
  .history-request-content {
    margin-bottom: 40px;
  }
  .history-request-text p {
    font-size: 24px;
  }
}
.mission-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.mission-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.mission-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.mission-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.mission-hero-text {
  color: white;
}
.mission-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.mission-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
}

.mission-about {
  background: #A676A6;
  padding: 80px 0;
}
.mission-about-content {
  padding-right: 40px;
}
.mission-about-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.mission-about-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.mission-about-image {
  padding: 0;
}
.mission-about-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission-about-second {
  background: #EBEBEB;
  padding: 80px 0;
}
.mission-about-second-content {
  padding-left: 40px;
}
.mission-about-second-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.mission-about-second-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.mission-about-second-image {
  padding: 0;
}
.mission-about-second-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission-values {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.mission-values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  align-items: start;
}
.mission-values-card {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.mission-values-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.mission-values-card:nth-child(1) {
  grid-column: 1/3;
}
.mission-values-card:nth-child(2) {
  grid-column: 3/5;
}
.mission-values-card:nth-child(3) {
  grid-column: 5/7;
}
.mission-values-card:nth-child(4) {
  grid-column: 2/4;
}
.mission-values-card:nth-child(5) {
  grid-column: 4/6;
}
.mission-values-number {
  font-family: "NeueHaasDisplay-Light";
  font-size: 22px;
  color: #A676A6;
  margin-bottom: 10px;
  line-height: 1;
}
.mission-values-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 15px;
}
.mission-values-text {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin: 0;
}

.mission-request {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.mission-request-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.mission-request-content {
  position: relative;
  z-index: 2;
}
.mission-request-title {
  max-width: 600px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.mission-request-action {
  margin-top: 0;
}
.mission-request-text {
  position: relative;
  z-index: 2;
}
.mission-request-text p {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 1200px) {
  .mission-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .mission-hero-content {
    padding: 50px 0;
  }
  .mission-hero-title {
    font-size: 48px;
  }
  .mission-about-content {
    margin-bottom: 60px;
    padding-right: 0;
  }
  .mission-about-title {
    font-size: 32px;
  }
  .mission-about-description {
    font-size: 17px;
  }
  .mission-about-second-content {
    padding-left: 0;
  }
  .mission-about-second-title {
    font-size: 32px;
  }
  .mission-about-second-description {
    font-size: 17px;
  }
  .mission-about-second-image {
    margin-bottom: 40px;
  }
  .mission-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .mission-values-card {
    padding: 30px;
  }
  .mission-values-card:nth-child(1), .mission-values-card:nth-child(2), .mission-values-card:nth-child(3), .mission-values-card:nth-child(4), .mission-values-card:nth-child(5) {
    grid-column: span 1;
  }
  .mission-values-card:nth-child(5) {
    grid-column: 1/3;
    max-width: 50%;
    justify-self: center;
  }
  .mission-values-title {
    font-size: 20px;
  }
  .mission-request {
    padding: 80px 0;
  }
  .mission-request-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .mission-request-text p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .mission-hero {
    min-height: auto;
  }
  .mission-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .mission-hero-title {
    font-size: 36px;
  }
  .mission-about-content {
    margin-bottom: 40px;
  }
  .mission-about-title {
    font-size: 28px;
  }
  .mission-about-description {
    font-size: 14px;
  }
  .mission-about-second-title {
    font-size: 28px;
  }
  .mission-about-second-description {
    font-size: 14px;
  }
  .mission-values-card {
    padding: 25px;
  }
  .mission-values-title {
    font-size: 18px;
  }
  .mission-values-text {
    font-size: 15px;
  }
  .mission-request {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .mission-hero-artwork {
    display: none;
  }
  .mission-hero-title {
    font-size: 28px;
  }
  .mission-about {
    padding: 40px 0;
  }
  .mission-about-second {
    padding: 40px 0;
  }
  .mission-values {
    padding: 0 0 40px;
  }
  .mission-values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mission-values-card {
    padding: 20px;
  }
  .mission-values-card:nth-child(1), .mission-values-card:nth-child(2), .mission-values-card:nth-child(3), .mission-values-card:nth-child(4), .mission-values-card:nth-child(5) {
    grid-column: span 1;
    max-width: 100%;
    justify-self: stretch;
  }
  .mission-values-title {
    font-size: 16px;
  }
  .mission-values-text {
    font-size: 14px;
  }
  .mission-request .row {
    flex-direction: column;
  }
  .mission-request-content {
    margin-bottom: 40px;
  }
  .mission-request-text p {
    font-size: 24px;
  }
}
.factory-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.factory-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.factory-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.factory-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.factory-hero-text {
  color: white;
}
.factory-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.factory-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.factory-stats {
  background: #EBEBEB;
  padding: 80px 0;
}
.factory-stats-header {
  margin-bottom: 80px;
}
.factory-stats-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.4;
  color: #202A40;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
.factory-stats-grid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}
.factory-stats-card {
  background: #FFFFFF;
  padding: 35px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  height: 100%;
}
.factory-stats-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.factory-stats-icon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.factory-stats-icon img {
  width: 64px;
  height: 64px;
}
.factory-stats-text {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 26px;
  line-height: 1.4;
  color: #202A40;
  margin: 0;
}

.factory-caracteristics {
  padding: 0 0 80px;
  background: #EBEBEB;
  overflow: hidden;
}
.factory-caracteristics-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 60px;
}
.factory-caracteristics-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  color: #202A40;
  text-align: left;
}
.factory-caracteristics-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 0;
  text-align: left;
}
.factory-caracteristics-carousel {
  position: relative;
}
.factory-caracteristics-carousel-wrapper {
  position: relative;
}
.factory-caracteristics-carousel-container {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  max-width: none;
  padding-left: calc((100vw - 1420px) / 2);
  padding-right: 0;
}
.factory-caracteristics-carousel-swiper {
  overflow: visible;
  width: 100%;
}
.factory-caracteristics-carousel-swiper .swiper-wrapper {
  display: flex;
}
.factory-caracteristics-carousel-swiper .swiper-slide {
  width: 300px;
  height: auto;
  flex-shrink: 0;
}
.factory-caracteristics-carousel-controls {
  margin-top: 60px;
}
.factory-caracteristics-carousel-controls-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.factory-caracteristics-carousel-pagination {
  position: relative !important;
  top: -10px !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 6px !important;
  background: rgba(160, 160, 160, 0.3) !important;
  border-radius: 6px !important;
  margin: 0 !important;
  margin-right: 20px !important;
}
.factory-caracteristics-carousel-pagination .swiper-pagination-progressbar-fill {
  background: #202A40 !important;
  border-radius: 6px !important;
}
.factory-caracteristics-carousel-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
.factory-caracteristics-carousel-navigation button {
  width: 40px;
  height: 40px;
  border: none;
  background: #A676A6;
  color: #FFFFFF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.factory-caracteristics-carousel-navigation button:hover {
  background: #202A40;
}
.factory-caracteristics-carousel-navigation button.swiper-button-disabled {
  background: #C0C0C0;
  cursor: not-allowed;
}
.factory-caracteristics-carousel-navigation button:after {
  display: none;
}
.factory-caracteristics-carousel-navigation button i {
  font-size: 30px;
}
.factory-caracteristics-card {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.factory-caracteristics-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.factory-caracteristics-number {
  font-family: "NeueHaasDisplay-Light";
  font-size: 22px;
  color: #A676A6;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 100;
}
.factory-caracteristics-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 15px;
}
.factory-caracteristics-text {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin: 0;
}

.factory-about {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.factory-about-content {
  padding-left: 40px;
}
.factory-about-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.factory-about-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.factory-about-image {
  padding: 0;
}
.factory-about-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.factory-about-second {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.factory-about-second-content {
  padding-right: 40px;
}
.factory-about-second-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.factory-about-second-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.factory-about-second-image {
  padding: 0;
}
.factory-about-second-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.factory-request {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.factory-request-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.factory-request-content {
  position: relative;
  z-index: 2;
}
.factory-request-title {
  max-width: 600px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.factory-request-action {
  margin-top: 0;
}
.factory-request-text {
  position: relative;
  z-index: 2;
}
.factory-request-text p {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 1200px) {
  .factory-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .factory-hero-content {
    padding: 50px 0;
  }
  .factory-hero-title {
    font-size: 48px;
  }
  .factory-stats {
    padding: 80px 0;
  }
  .factory-stats-header {
    margin-bottom: 60px;
  }
  .factory-stats-title {
    font-size: 32px;
  }
  .factory-stats-grid {
    gap: 30px;
  }
  .factory-stats-card {
    padding: 40px 30px;
  }
  .factory-stats-text {
    font-size: 18px;
  }
  .factory-caracteristics-header {
    margin-bottom: 40px;
  }
  .factory-caracteristics-title {
    font-size: 36px;
  }
  .factory-caracteristics-description {
    font-size: 17px;
  }
  .factory-caracteristics-carousel-container {
    padding-left: 20px;
  }
  .factory-caracteristics-card {
    padding: 30px;
  }
  .factory-caracteristics-number {
    font-size: 20px;
  }
  .factory-about-content {
    padding-left: 0;
  }
  .factory-about-title {
    font-size: 32px;
  }
  .factory-about-description {
    font-size: 17px;
  }
  .factory-about-image {
    margin-bottom: 40px;
  }
  .factory-about-second-content {
    padding-right: 0;
  }
  .factory-about-second-title {
    font-size: 32px;
  }
  .factory-about-second-description {
    font-size: 17px;
  }
  .factory-about-second-image {
    margin-bottom: 40px;
  }
  .factory-request {
    padding: 80px 0;
  }
  .factory-request-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .factory-request-text p {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .factory-stats {
    padding: 60px 0;
  }
  .factory-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  .factory-stats-card {
    padding: 35px 25px;
  }
}
@media (max-width: 768px) {
  .factory-hero {
    min-height: auto;
  }
  .factory-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .factory-hero-title {
    font-size: 36px;
  }
  .factory-stats-header {
    margin-bottom: 40px;
  }
  .factory-stats-title {
    font-size: 26px;
    padding: 0 20px;
  }
  .factory-stats-card {
    padding: 30px 20px;
  }
  .factory-stats-icon {
    margin-bottom: 20px;
  }
  .factory-stats-icon img {
    width: 48px;
    height: 48px;
  }
  .factory-caracteristics {
    padding: 0 0 60px;
  }
  .factory-caracteristics-header {
    margin-bottom: 20px;
  }
  .factory-caracteristics-header .row {
    flex-direction: column;
  }
  .factory-caracteristics-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .factory-caracteristics-description {
    font-size: 16px;
  }
  .factory-caracteristics-carousel-swiper .swiper-slide {
    width: 280px;
  }
  .factory-about {
    padding: 0 0 60px;
  }
  .factory-about-title {
    font-size: 28px;
  }
  .factory-about-description {
    font-size: 14px;
  }
  .factory-about-second {
    padding: 0 0 60px;
  }
  .factory-about-second-title {
    font-size: 28px;
  }
  .factory-about-second-description {
    font-size: 14px;
  }
  .factory-request {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .factory-hero-artwork {
    display: none;
  }
  .factory-hero-title {
    font-size: 28px;
  }
  .factory-stats {
    padding: 40px 0;
  }
  .factory-stats-title {
    font-size: 22px;
  }
  .factory-stats-card {
    padding: 25px 15px;
  }
  .factory-stats-icon img {
    width: 40px;
    height: 40px;
  }
  .factory-caracteristics {
    padding: 0 0 40px;
  }
  .factory-caracteristics-header {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .factory-caracteristics-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .factory-caracteristics-description {
    font-size: 15px;
  }
  .factory-caracteristics-carousel-container {
    padding-left: 15px;
  }
  .factory-caracteristics-carousel-swiper .swiper-slide {
    width: 250px;
  }
  .factory-caracteristics-card {
    padding: 25px;
  }
  .factory-caracteristics-number {
    font-size: 18px;
  }
  .factory-caracteristics-text {
    font-size: 15px;
  }
  .factory-about {
    padding: 0 0 40px;
  }
  .factory-about-second {
    padding: 0 0 40px;
  }
  .factory-request .row {
    flex-direction: column;
  }
  .factory-request-content {
    margin-bottom: 40px;
  }
  .factory-request-text p {
    font-size: 24px;
  }
}
.sustainability-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sustainability-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.sustainability-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.sustainability-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.sustainability-hero-text {
  color: white;
}
.sustainability-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
  text-transform: uppercase;
}

.sustainability-about {
  background: #EBEBEB;
  padding: 60px 0;
}
.sustainability-about-content {
  padding-right: 40px;
}
.sustainability-about-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.sustainability-about-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.sustainability-about-image {
  padding: 0;
}
.sustainability-about-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.sustainability-about-second {
  background: #EBEBEB;
  padding: 0 0 60px;
}
.sustainability-about-second-content {
  padding-left: 40px;
}
.sustainability-about-second-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.sustainability-about-second-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 40px;
}
.sustainability-about-second-features {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.sustainability-about-second-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.sustainability-about-second-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.sustainability-about-second-feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainability-about-second-feature-title {
  max-width: 160px;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  color: #202A40;
  margin: 0;
  line-height: 1.3;
}
.sustainability-about-second-image {
  padding: 0;
}
.sustainability-about-second-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .sustainability-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .sustainability-hero-content {
    padding: 50px 0;
  }
  .sustainability-hero-title {
    font-size: 48px;
  }
  .sustainability-about {
    padding: 80px 0;
  }
  .sustainability-about-content {
    padding-right: 0;
  }
  .sustainability-about-title {
    font-size: 32px;
  }
  .sustainability-about-second-content {
    padding-left: 0;
  }
  .sustainability-about-second-title {
    font-size: 32px;
  }
  .sustainability-about-second-description {
    font-size: 17px;
  }
  .sustainability-about-second-features {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .sustainability-about-second-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sustainability-hero {
    min-height: auto;
  }
  .sustainability-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .sustainability-hero-title {
    font-size: 36px;
  }
  .sustainability-about-content {
    margin-bottom: 40px;
  }
  .sustainability-about-title {
    font-size: 28px;
  }
  .sustainability-about-description {
    font-size: 14px;
  }
  .sustainability-about-second-title {
    font-size: 28px;
  }
  .sustainability-about-second-description {
    font-size: 14px;
  }
  .sustainability-about-second-features {
    margin-bottom: 30px;
  }
  .sustainability-about-second-feature {
    margin-bottom: 20px;
  }
  .sustainability-about-second-feature-icon {
    width: 45px;
    height: 45px;
  }
  .sustainability-about-second-feature-icon i {
    font-size: 20px;
  }
  .sustainability-about-second-feature-title {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .sustainability-hero-artwork {
    display: none;
  }
  .sustainability-hero-title {
    font-size: 28px;
  }
  .sustainability-about {
    padding: 40px 0;
  }
  .sustainability-about-second {
    padding: 0 0 40px;
  }
  .sustainability-about-second-features {
    margin-bottom: 10px;
  }
  .sustainability-about-second-feature-title {
    font-size: 12px;
  }
}
.contact-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.contact-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.contact-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.contact-hero-text {
  color: white;
}
.contact-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
  max-width: 780px;
}

.contact-navigation {
  background: #EBEBEB;
  padding: 80px 0;
}
.contact-navigation-card {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  min-height: 350px;
}
.contact-navigation-card:hover {
  background: #A676A6;
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.contact-navigation-card:hover .contact-navigation-card-number {
  color: #FFFFFF;
}
.contact-navigation-card:hover .contact-navigation-card-title {
  color: #FFFFFF;
}
.contact-navigation-card:hover .contact-navigation-card-text {
  color: #FFFFFF;
}
.contact-navigation-card:hover .contact-navigation-card-arrow {
  transform: rotate(-45deg);
}
.contact-navigation-card-active {
  background: #A676A6;
}
.contact-navigation-card-active .contact-navigation-card-number {
  color: #FFFFFF;
}
.contact-navigation-card-active .contact-navigation-card-title {
  color: #FFFFFF;
}
.contact-navigation-card-active .contact-navigation-card-text {
  color: #FFFFFF;
}
.contact-navigation-card-active .contact-navigation-card-arrow {
  transform: rotate(-45deg);
}
.contact-navigation-card-number {
  font-family: "NeueHaasDisplay-Light";
  font-size: 22px;
  color: #A676A6;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 100;
  transition: all 0.3s ease;
}
.contact-navigation-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.contact-navigation-card-text {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin: 0 0 auto 0;
  flex-grow: 1;
  transition: all 0.3s ease;
}
.contact-navigation-card-arrow {
  width: 25px;
  height: 25px;
  background: #202A40;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.3s ease;
  font-size: 23px;
  align-self: flex-start;
}

.contact-form {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.contact-form-card {
  background: #FFFFFF;
  padding: 60px;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.contact-form-title {
  max-width: 1100px;
  margin: 0 auto 40px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 26px;
  line-height: 1.3;
  color: #202A40;
}
.contact-form-container {
  max-width: 1100px;
  margin: 0 auto;
}
.contact-form-container .row {
  margin-bottom: 25px;
}
.contact-form-container .row:last-child {
  margin-bottom: 0;
}
.contact-form-container .form-group {
  margin-bottom: 0;
}
.contact-form-container .form-label {
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  color: #202A40;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}
.contact-form-container .form-control,
.contact-form-container .form-select {
  background: #FFFFFF;
  border: 1px solid rgba(32, 42, 64, 0.2);
  border-radius: 0;
  padding: 12px 16px;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #202A40;
  transition: all 0.3s ease;
  height: auto;
}
.contact-form-container .form-control::-moz-placeholder, .contact-form-container .form-select::-moz-placeholder {
  color: rgba(32, 42, 64, 0.5);
}
.contact-form-container .form-control::placeholder,
.contact-form-container .form-select::placeholder {
  color: rgba(32, 42, 64, 0.5);
}
.contact-form-container .form-control:focus,
.contact-form-container .form-select:focus {
  border-color: #A676A6;
  box-shadow: 0 0 0 0.2rem rgba(166, 118, 166, 0.15);
  background: #FFFFFF;
}
.contact-form-container .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23202A40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}
.contact-form-container textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contact-form-container .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
}
.contact-form-container .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(32, 42, 64, 0.3);
  border-radius: 0;
  background: #FFFFFF;
  margin: 0;
  flex-shrink: 0;
}
.contact-form-container .form-check .form-check-input:checked {
  background-color: #A676A6;
  border-color: #A676A6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.contact-form-container .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 118, 166, 0.15);
}
.contact-form-container .form-check .form-check-label {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #202A40;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
}

.file-upload-area {
  border: 2px dashed rgba(32, 42, 64, 0.2);
  border-radius: 0;
  padding: 40px;
  text-align: center;
  background: #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
.file-upload-area:hover {
  border-color: #A676A6;
  background: rgba(166, 118, 166, 0.05);
}
.file-upload-area.dragover {
  border-color: #A676A6;
  background: rgba(166, 118, 166, 0.1);
}

.file-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.file-upload-icon {
  width: 48px;
  height: 48px;
  color: #A676A6;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-text {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  color: #202A40;
  margin: 0;
}

.file-upload-info {
  font-family: "IBMPlexSans-Regular";
  font-size: 12px;
  color: rgba(32, 42, 64, 0.6);
  margin-top: 8px;
  display: block;
}

.file-upload-area.file-upload-success {
  border-color: #28a745 !important;
  background: rgba(40, 167, 69, 0.1) !important;
}
.file-upload-area.file-upload-success .file-upload-icon {
  color: #28a745;
}
.file-upload-area.file-upload-success .file-upload-text {
  color: #28a745;
}

.calculator-section-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 20px;
  color: #202A40;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #202A40;
  text-transform: uppercase;
}

.input-with-unit {
  position: relative;
}
.input-with-unit .form-control {
  padding-right: 50px;
}
.input-with-unit .input-unit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #C0C0C0;
  pointer-events: none;
}

.calculator-results {
  max-width: 1100px;
  padding: 30px;
  background: #f8f9fa;
  border-left: 4px solid #A676A6;
  margin: 60px auto 0;
  transition: opacity 0.3s ease-in-out;
}
.calculator-results-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 20px;
  color: #202A40;
  margin-bottom: 25px;
}
.calculator-results-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calculator-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(192, 192, 192, 0.15);
}
.calculator-result-item:last-child {
  border-bottom: none;
}

.calculator-result-label {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #202A40;
  flex: 1;
}

.calculator-result-value {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 14px;
  font-weight: 600;
  color: #202A40;
}

.calculator-result-final {
  border-top: 2px solid #202A40;
  padding-top: 15px;
  margin-top: 15px;
  background: rgba(32, 42, 64, 0.05);
  padding: 15px;
  border-radius: 8px;
}
.calculator-result-final .calculator-result-label,
.calculator-result-final .calculator-result-value {
  font-weight: 600;
  color: #202A40;
}

.form-error {
  color: #dc3545;
  font-size: 12px;
  font-family: "IBMPlexSans-Regular";
  margin-top: 5px;
  padding: 0;
  animation: fadeInError 0.3s ease-in-out;
}

@keyframes fadeInError {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-control.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.contact-form-container .col-lg-6:first-child {
  padding-right: 30px;
  border-right: 1px solid rgba(192, 192, 192, 0.2);
}
.contact-form-container .col-lg-6:last-child {
  padding-left: 30px;
}
.contact-form-container .col-lg-6 .form-group {
  margin-bottom: 25px;
}

.contact-section {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.contact-section-container {
  max-width: 1100px;
  margin: 0 auto;
}
.contact-section-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 32px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 40px;
  text-align: left;
}
.contact-section-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
.contact-section-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-section-icon {
  width: 24px;
  height: 24px;
  color: #A676A6;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-section-text {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  color: #202A40;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .contact-hero-title {
    font-size: 56px;
  }
  .contact-navigation-card {
    padding: 30px;
    min-height: 320px;
  }
  .contact-navigation-card-title {
    font-size: 22px;
  }
  .contact-navigation-card-text {
    font-size: 15px;
  }
  .contact-form-card {
    padding: 40px;
  }
  .contact-form-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .contact-section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .contact-section-items {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .contact-hero-artwork {
    width: 60%;
  }
  .contact-hero-title {
    font-size: 48px;
  }
  .contact-navigation {
    padding: 60px 0;
  }
  .contact-navigation-card {
    min-height: 300px;
  }
  .contact-navigation-card-number {
    font-size: 20px;
  }
  .contact-navigation-card-title {
    font-size: 20px;
  }
  .contact-form {
    padding: 0 0 60px;
  }
  .contact-form-card {
    padding: 35px;
  }
  .contact-section {
    padding: 0 0 60px;
  }
  .contact-section-items {
    gap: 50px;
  }
  .contact-form-container .col-lg-6:first-child {
    padding-right: 15px;
    border-right: none;
    margin-bottom: 40px;
  }
  .contact-form-container .col-lg-6:last-child {
    padding-left: 15px;
  }
  .contact-form-container .col-lg-6 .form-group {
    margin-bottom: 25px;
  }
  .calculator-section-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .calculator-results {
    margin-top: 30px;
    padding: 25px;
  }
  .calculator-results-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-hero {
    min-height: 40vh;
  }
  .contact-hero-artwork {
    display: none;
  }
  .contact-hero-content {
    padding: 40px 0;
  }
  .contact-hero-title {
    font-size: 36px;
  }
  .contact-navigation-card {
    padding: 25px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .contact-navigation-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin-top: 20px;
  }
  .contact-form-card {
    padding: 25px;
  }
  .contact-form-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .contact-form-container .row {
    margin-bottom: 20px;
  }
  .contact-form .file-upload-area {
    padding: 30px 20px;
  }
  .contact-section-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
  .contact-section-items {
    gap: 30px;
    flex-direction: column;
  }
  .contact-section-item {
    justify-content: center;
  }
  .contact-form-container .col-lg-6:first-child {
    margin-bottom: 30px;
  }
  .contact-form-container .col-lg-6 .form-group {
    margin-bottom: 25px;
  }
  .calculator-section-title {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .calculator-results {
    margin-top: 25px;
    padding: 20px;
  }
  .calculator-results-title {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .calculator-result-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 0;
  }
  .calculator-result-label,
  .calculator-result-value {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .contact-hero-artwork {
    display: none;
  }
  .contact-hero-title {
    font-size: 28px;
  }
  .contact-navigation {
    padding: 40px 0;
  }
  .contact-form {
    padding: 0 0 40px;
  }
  .contact-section {
    padding: 0 0 40px;
  }
  .contact-form-container .col-lg-6:first-child {
    margin-bottom: 25px;
  }
  .contact-form-container .col-lg-6 .form-group {
    margin-bottom: 25px;
  }
  .calculator-section-title {
    font-size: 15px;
  }
  .calculator-results {
    padding: 15px;
  }
  .calculator-results-title {
    font-size: 15px;
  }
}
.careers-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.careers-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.careers-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.careers-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.careers-hero-text {
  color: white;
}
.careers-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
}

.careers-navigation {
  background: #202A40;
  padding: 30px 0;
}
.careers-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.careers-navigation-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}
.careers-navigation-item::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A40;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.careers-navigation-item span {
  transition: all 0.3s ease;
}
.careers-navigation-item:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.careers-navigation-item:hover::before {
  background: #A676A6;
  color: #FFFFFF;
  transform: scale(1.1);
}
.careers-navigation-item.active {
  opacity: 1;
}
.careers-navigation-item.active::before {
  background: #A676A6;
  color: #FFFFFF;
}

.careers-content {
  background: #EBEBEB;
  padding: 80px 0 0;
}
.careers-content-title {
  max-width: 560px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.2;
  color: #202A40;
  margin: 0;
}
.careers-content-text p {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.careers-content-text p:last-child {
  margin-bottom: 0;
}

.careers-cards {
  background: #EBEBEB;
  padding: 80px 0 60px;
}
.careers-cards .careers-card {
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.careers-cards .careers-card:hover {
  transform: translateY(-10px);
}
.careers-cards .careers-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.careers-cards .careers-card-image:hover {
  transform: scale(1.05);
}
.careers-cards .careers-card-content {
  padding: 20px 0;
  flex-grow: 1;
}
.careers-cards .careers-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.careers-cards .careers-card .btn-primary {
  align-self: flex-start;
}

@media (max-width: 1200px) {
  .careers-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .careers-hero-content {
    padding: 50px 0;
  }
  .careers-hero-title {
    font-size: 48px;
  }
  .careers-navigation-wrapper {
    gap: 40px;
  }
  .careers-navigation-item {
    font-size: 13px;
    gap: 8px;
  }
  .careers-navigation-item::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .careers-content-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .careers-content-text p {
    font-size: 15px;
  }
  .careers-cards .careers-card-image {
    aspect-ratio: 3/2;
  }
  .careers-cards .careers-card-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .careers-content {
    padding: 60px 0 0;
  }
  .careers-cards {
    padding: 60px 0 40px;
  }
  .careers-cards .careers-card {
    margin-bottom: 30px;
  }
  .careers-cards .careers-card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .careers-hero {
    min-height: auto;
  }
  .careers-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .careers-hero-title {
    font-size: 36px;
  }
  .careers-navigation {
    padding: 25px 0;
  }
  .careers-navigation-wrapper {
    gap: 30px;
  }
  .careers-navigation-item {
    font-size: 12px;
    gap: 8px;
  }
  .careers-navigation-item::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .careers-content .row {
    flex-direction: column;
  }
  .careers-content-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .careers-content-text p {
    font-size: 14px;
  }
  .careers-cards .careers-card {
    margin-bottom: 25px;
  }
  .careers-cards .careers-card-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .careers-hero-artwork {
    display: none;
  }
  .careers-hero-title {
    font-size: 28px;
  }
  .careers-navigation {
    padding: 20px 0;
  }
  .careers-navigation-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .careers-navigation-item {
    font-size: 11px;
  }
  .careers-navigation-item::before {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
  .careers-content {
    padding: 40px 0 0;
  }
  .careers-content-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .careers-content-text p {
    font-size: 13px;
  }
  .careers-cards {
    padding: 40px 0 20px;
  }
  .careers-cards .careers-card {
    margin-bottom: 20px;
  }
  .careers-cards .careers-card-content {
    padding: 20px 0 0;
  }
  .careers-cards .careers-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.careers-why-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.careers-why-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.careers-why-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.careers-why-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.careers-why-hero-text {
  color: white;
}
.careers-why-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.careers-why-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.careers-why-stats {
  background: #EBEBEB;
  padding: 80px 0;
}
.careers-why-stats-header {
  margin-bottom: 80px;
}
.careers-why-stats-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.4;
  color: #202A40;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
.careers-why-stats-grid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}
.careers-why-stats-card {
  background: #FFFFFF;
  padding: 35px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  height: 100%;
}
.careers-why-stats-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.careers-why-stats-icon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.careers-why-stats-icon img {
  width: 64px;
  height: 64px;
}
.careers-why-stats-text {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 26px;
  line-height: 1.4;
  color: #202A40;
  margin: 0;
}

.careers-why-caracteristics {
  padding: 0 0 80px;
  background: #EBEBEB;
  overflow: hidden;
}
.careers-why-caracteristics-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 40px;
}
.careers-why-caracteristics-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #202A40;
  text-align: left;
  margin: 0;
}
.careers-why-caracteristics-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 0;
  text-align: left;
}
.careers-why-caracteristics-carousel {
  position: relative;
}
.careers-why-caracteristics-carousel-wrapper {
  position: relative;
}
.careers-why-caracteristics-carousel-container {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  max-width: none;
  padding-left: calc((100vw - 1420px) / 2);
  padding-right: 0;
}
.careers-why-caracteristics-carousel-swiper {
  overflow: visible;
  width: 100%;
}
.careers-why-caracteristics-carousel-swiper .swiper-wrapper {
  display: flex;
}
.careers-why-caracteristics-carousel-swiper .swiper-slide {
  width: 300px;
  height: auto;
  flex-shrink: 0;
}
.careers-why-caracteristics-carousel-controls {
  margin-top: 60px;
}
.careers-why-caracteristics-carousel-controls-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careers-why-caracteristics-carousel-pagination {
  position: relative !important;
  top: -10px !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 6px !important;
  background: rgba(160, 160, 160, 0.3) !important;
  border-radius: 6px !important;
  margin: 0 !important;
  margin-right: 20px !important;
}
.careers-why-caracteristics-carousel-pagination .swiper-pagination-progressbar-fill {
  background: #202A40 !important;
  border-radius: 6px !important;
}
.careers-why-caracteristics-carousel-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
.careers-why-caracteristics-carousel-navigation button {
  width: 40px;
  height: 40px;
  border: none;
  background: #A676A6;
  color: #FFFFFF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.careers-why-caracteristics-carousel-navigation button:hover {
  background: #202A40;
}
.careers-why-caracteristics-carousel-navigation button.swiper-button-disabled {
  background: #C0C0C0;
  cursor: not-allowed;
}
.careers-why-caracteristics-carousel-navigation button:after {
  display: none;
}
.careers-why-caracteristics-carousel-navigation button i {
  font-size: 30px;
}
.careers-why-caracteristics-card {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.careers-why-caracteristics-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.careers-why-caracteristics-number {
  font-family: "NeueHaasDisplay-Light";
  font-size: 22px;
  color: #A676A6;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 100;
}
.careers-why-caracteristics-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
}
.careers-why-caracteristics-text {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin: 0;
}

.careers-why-about {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.careers-why-about-content {
  padding-left: 40px;
}
.careers-why-about-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.careers-why-about-description {
  display: inline-block;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.careers-why-about-features {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.careers-why-about-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.careers-why-about-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.careers-why-about-feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.careers-why-about-feature-title {
  max-width: 160px;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  color: #202A40;
  margin: 0;
  line-height: 1.3;
}
.careers-why-about-video {
  padding: 0;
}
.careers-why-about-video video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.careers-why-about-image {
  padding: 0;
}
.careers-why-about-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers-why-about .btn-primary-white {
  margin-top: 40px;
}

.careers-why-cards {
  background: #EBEBEB;
  padding: 0 0 60px;
}
.careers-why-cards-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 40px;
}
.careers-why-cards-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #202A40;
  text-align: left;
  margin: 0;
}
.careers-why-cards .careers-why-card {
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.careers-why-cards .careers-why-card:hover {
  transform: translateY(-10px);
}
.careers-why-cards .careers-why-card-image {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.careers-why-cards .careers-why-card-image:hover {
  transform: scale(1.05);
}
.careers-why-cards .careers-why-card-content {
  padding: 20px 0;
  flex-grow: 1;
}
.careers-why-cards .careers-why-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.careers-why-cards .careers-why-card .btn-primary {
  align-self: flex-start;
}

@media (max-width: 1200px) {
  .careers-why-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .careers-why-hero-content {
    padding: 50px 0;
  }
  .careers-why-hero-title {
    font-size: 48px;
  }
  .careers-why-stats {
    padding: 80px 0;
  }
  .careers-why-stats-header {
    margin-bottom: 60px;
  }
  .careers-why-stats-title {
    font-size: 32px;
  }
  .careers-why-stats-grid {
    gap: 30px;
  }
  .careers-why-stats-card {
    padding: 40px 30px;
  }
  .careers-why-stats-text {
    font-size: 18px;
  }
  .careers-why-caracteristics-header {
    margin-bottom: 40px;
  }
  .careers-why-caracteristics-title {
    font-size: 36px;
  }
  .careers-why-caracteristics-description {
    font-size: 17px;
  }
  .careers-why-caracteristics-carousel-container {
    padding-left: 20px;
  }
  .careers-why-caracteristics-card {
    padding: 30px;
  }
  .careers-why-caracteristics-number {
    font-size: 20px;
  }
  .careers-why-about-content {
    padding-left: 0;
  }
  .careers-why-about-title {
    font-size: 32px;
  }
  .careers-why-about-description {
    font-size: 17px;
  }
  .careers-why-about-features {
    margin-bottom: 40px;
  }
  .careers-why-about-video {
    margin-bottom: 60px;
  }
  .careers-why-cards-header {
    margin-bottom: 40px;
  }
  .careers-why-cards-title {
    font-size: 36px;
  }
  .careers-why-cards .careers-why-card-image {
    aspect-ratio: 3/2;
  }
  .careers-why-cards .careers-why-card-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .careers-why-stats {
    padding: 60px 0;
  }
  .careers-why-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  .careers-why-stats-card {
    padding: 35px 25px;
  }
  .careers-why-about {
    padding: 0 0 60px;
  }
  .careers-why-about-image {
    margin-bottom: 20px;
  }
  .careers-why-cards {
    padding: 0 0 40px;
  }
  .careers-why-cards .careers-why-card {
    margin-bottom: 30px;
  }
  .careers-why-cards .careers-why-card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .careers-why-hero {
    min-height: auto;
  }
  .careers-why-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .careers-why-hero-title {
    font-size: 36px;
  }
  .careers-why-stats-header {
    margin-bottom: 40px;
  }
  .careers-why-stats-title {
    font-size: 26px;
    padding: 0 20px;
  }
  .careers-why-stats-card {
    padding: 30px 20px;
  }
  .careers-why-stats-icon {
    margin-bottom: 20px;
  }
  .careers-why-stats-icon img {
    width: 48px;
    height: 48px;
  }
  .careers-why-caracteristics {
    padding: 0 0 60px;
  }
  .careers-why-caracteristics-header {
    margin-bottom: 20px;
  }
  .careers-why-caracteristics-header .row {
    flex-direction: column;
  }
  .careers-why-caracteristics-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .careers-why-caracteristics-description {
    font-size: 16px;
  }
  .careers-why-caracteristics-carousel-swiper .swiper-slide {
    width: 280px;
  }
  .careers-why-about-title {
    font-size: 28px;
  }
  .careers-why-about-description {
    font-size: 14px;
  }
  .careers-why-about-features {
    margin-bottom: 30px;
  }
  .careers-why-about-feature {
    margin-bottom: 20px;
  }
  .careers-why-about-feature-icon {
    width: 45px;
    height: 45px;
  }
  .careers-why-about-feature-icon i {
    font-size: 20px;
  }
  .careers-why-about-feature-title {
    font-size: 15px;
  }
  .careers-why-about-video {
    margin-bottom: 40px;
  }
  .careers-why-cards-header {
    margin-bottom: 20px;
  }
  .careers-why-cards-header .row {
    flex-direction: column;
  }
  .careers-why-cards-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .careers-why-cards .careers-why-card {
    margin-bottom: 25px;
  }
  .careers-why-cards .careers-why-card-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .careers-why-hero-artwork {
    display: none;
  }
  .careers-why-hero-title {
    font-size: 28px;
  }
  .careers-why-stats {
    padding: 40px 0;
  }
  .careers-why-stats-title {
    font-size: 22px;
  }
  .careers-why-stats-card {
    padding: 25px 15px;
  }
  .careers-why-stats-icon img {
    width: 40px;
    height: 40px;
  }
  .careers-why-caracteristics {
    padding: 0 0 40px;
  }
  .careers-why-caracteristics-header {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .careers-why-caracteristics-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .careers-why-caracteristics-description {
    font-size: 15px;
  }
  .careers-why-caracteristics-carousel-container {
    padding-left: 15px;
  }
  .careers-why-caracteristics-carousel-swiper .swiper-slide {
    width: 250px;
  }
  .careers-why-caracteristics-card {
    padding: 25px;
  }
  .careers-why-caracteristics-number {
    font-size: 18px;
  }
  .careers-why-caracteristics-text {
    font-size: 15px;
  }
  .careers-why-about {
    padding: 0 0 40px;
  }
  .careers-why-about-features {
    margin-bottom: 10px;
  }
  .careers-why-about-feature-title {
    font-size: 12px;
  }
  .careers-why-cards {
    padding: 0 0 20px;
  }
  .careers-why-cards-header {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .careers-why-cards-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .careers-why-cards .careers-why-card {
    margin-bottom: 20px;
  }
  .careers-why-cards .careers-why-card-content {
    padding: 20px 0 0;
  }
  .careers-why-cards .careers-why-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.careers-apply-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.careers-apply-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.careers-apply-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.careers-apply-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.careers-apply-hero-text {
  color: white;
}
.careers-apply-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.careers-apply-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.careers-apply-stats {
  background: #EBEBEB;
  padding: 80px 0;
}
.careers-apply-stats-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.4;
  color: #202A40;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}

.careers-apply-jobs {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.careers-apply-jobs-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 40px;
}
.careers-apply-jobs-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #202A40;
  text-align: left;
  margin: 0;
}
.careers-apply-jobs-footer {
  margin-top: 60px;
  text-align: center;
}
.careers-apply-jobs .job-card {
  background: #FFFFFF;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(32, 42, 64, 0.1);
}
.careers-apply-jobs .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.careers-apply-jobs .job-card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A676A6;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  margin-bottom: 15px;
}
.careers-apply-jobs .job-card-date i {
  font-size: 16px;
}
.careers-apply-jobs .job-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 20px 0;
}
.careers-apply-jobs .job-card-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
  flex-grow: 1;
}
.careers-apply-jobs .job-card-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #202A40;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
}
.careers-apply-jobs .job-card-detail i {
  font-size: 16px;
  color: #A676A6;
  width: 16px;
}
.careers-apply-jobs .job-card .btn-primary-white {
  width: 100%;
  margin-top: auto;
}

.careers-apply-gallery {
  background: #EBEBEB;
  padding: 0 0 60px;
  overflow: hidden;
}
.careers-apply-gallery-header {
  padding-top: 20px;
}
.careers-apply-gallery-header .row {
  align-items: end;
}
.careers-apply-gallery-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.careers-apply-gallery-navigation button {
  width: 40px;
  height: 40px;
  border: none;
  background: #A676A6;
  color: #FFFFFF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.careers-apply-gallery-navigation button:hover {
  background: #202A40;
}
.careers-apply-gallery-navigation button.swiper-button-disabled {
  background: #C0C0C0;
  cursor: not-allowed;
}
.careers-apply-gallery-navigation button:after {
  display: none;
}
.careers-apply-gallery-navigation button i {
  font-size: 30px;
}
.careers-apply-gallery-carousel-wrapper {
  position: relative;
  padding: 0;
  margin: 0 -15px;
}
.careers-apply-gallery-carousel-swiper {
  padding: 25px 15px;
}
.careers-apply-gallery-carousel-swiper .swiper-wrapper {
  display: flex;
}
.careers-apply-gallery-carousel-swiper .swiper-slide {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  padding: 10px;
}
.careers-apply-gallery-carousel-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.careers-apply-gallery-card {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.careers-apply-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.careers-apply-gallery-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  flex-shrink: 0;
}
.careers-apply-gallery-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.careers-apply-cards {
  background: #EBEBEB;
  padding: 0 0 60px;
}
.careers-apply-cards-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 40px;
}
.careers-apply-cards-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #202A40;
  text-align: left;
  margin: 0;
}
.careers-apply-cards .careers-apply-card {
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.careers-apply-cards .careers-apply-card:hover {
  transform: translateY(-10px);
}
.careers-apply-cards .careers-apply-card-image {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.careers-apply-cards .careers-apply-card-image:hover {
  transform: scale(1.05);
}
.careers-apply-cards .careers-apply-card-content {
  padding: 20px 0;
  flex-grow: 1;
}
.careers-apply-cards .careers-apply-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.careers-apply-cards .careers-apply-card .btn-primary {
  align-self: flex-start;
}

@media (max-width: 1200px) {
  .careers-apply-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .careers-apply-hero-content {
    padding: 50px 0;
  }
  .careers-apply-hero-title {
    font-size: 48px;
  }
  .careers-apply-stats {
    padding: 80px 0;
  }
  .careers-apply-stats-title {
    font-size: 32px;
  }
  .careers-apply-jobs-title {
    font-size: 36px;
  }
  .careers-apply-jobs .job-card {
    padding: 25px;
  }
  .careers-apply-jobs .job-card-title {
    font-size: 20px;
  }
  .careers-apply-gallery-navigation {
    margin-right: -10px;
  }
  .careers-apply-gallery-carousel-swiper .swiper-slide {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 0 15px;
  }
  .careers-apply-cards-header {
    margin-bottom: 40px;
  }
  .careers-apply-cards-title {
    font-size: 36px;
  }
  .careers-apply-cards .careers-apply-card-image {
    aspect-ratio: 3/2;
  }
  .careers-apply-cards .careers-apply-card-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .careers-apply-stats {
    padding: 60px 0;
  }
  .careers-apply-jobs {
    padding: 0 0 60px;
  }
  .careers-apply-jobs-title {
    font-size: 32px;
  }
  .careers-apply-jobs .job-card {
    padding: 20px;
    margin-bottom: 30px;
  }
  .careers-apply-jobs .job-card-title {
    font-size: 18px;
  }
  .careers-apply-cards {
    padding: 0 0 40px;
  }
  .careers-apply-cards .careers-apply-card {
    margin-bottom: 30px;
  }
  .careers-apply-cards .careers-apply-card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .careers-apply-hero {
    min-height: auto;
  }
  .careers-apply-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .careers-apply-hero-title {
    font-size: 36px;
  }
  .careers-apply-stats-title {
    font-size: 26px;
    padding: 0 20px;
  }
  .careers-apply-jobs-title {
    font-size: 28px;
  }
  .careers-apply-jobs .job-card {
    padding: 20px;
    margin-bottom: 25px;
  }
  .careers-apply-jobs .job-card-title {
    font-size: 17px;
  }
  .careers-apply-gallery {
    padding: 0 0 20px;
  }
  .careers-apply-gallery-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .careers-apply-gallery-carousel-swiper .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .careers-apply-cards-header {
    margin-bottom: 20px;
  }
  .careers-apply-cards-header .row {
    flex-direction: column;
  }
  .careers-apply-cards-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .careers-apply-cards .careers-apply-card {
    margin-bottom: 25px;
  }
  .careers-apply-cards .careers-apply-card-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .careers-apply-hero-artwork {
    display: none;
  }
  .careers-apply-hero-title {
    font-size: 28px;
  }
  .careers-apply-stats {
    padding: 40px 0;
  }
  .careers-apply-stats-title {
    font-size: 22px;
  }
  .careers-apply-jobs {
    padding: 0 0 40px;
  }
  .careers-apply-jobs-title {
    font-size: 24px;
  }
  .careers-apply-jobs-footer {
    margin-top: 30px;
  }
  .careers-apply-jobs .job-card {
    padding: 15px;
    margin-bottom: 20px;
  }
  .careers-apply-jobs .job-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .careers-apply-jobs .job-card-details {
    margin-bottom: 20px;
  }
  .careers-apply-gallery-card-title {
    font-size: 18px;
  }
  .careers-apply-gallery-card-content {
    padding: 25px 20px;
  }
  .careers-apply-cards {
    padding: 0 0 20px;
  }
  .careers-apply-cards-header {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .careers-apply-cards-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .careers-apply-cards .careers-apply-card {
    margin-bottom: 20px;
  }
  .careers-apply-cards .careers-apply-card-content {
    padding: 20px 0 0;
  }
  .careers-apply-cards .careers-apply-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.careers-training-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.careers-training-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.careers-training-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.careers-training-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 60px 0;
}
.careers-training-hero-text {
  color: white;
}
.careers-training-hero-subtitle {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.careers-training-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.careers-training-stats {
  background: #EBEBEB;
  padding: 80px 0;
}
.careers-training-stats-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.4;
  color: #202A40;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}

.careers-training-about {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.careers-training-about-content {
  padding-left: 40px;
}
.careers-training-about-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.careers-training-about-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.careers-training-about-image {
  padding: 0;
}
.careers-training-about-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.careers-training-about-second {
  background: #EBEBEB;
  padding: 0 0 80px;
}
.careers-training-about-second-content {
  padding-right: 40px;
}
.careers-training-about-second-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.3;
  color: #202A40;
  margin-bottom: 25px;
}
.careers-training-about-second-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 20px;
}
.careers-training-about-second-image {
  padding: 0;
}
.careers-training-about-second-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.careers-training-cards {
  background: #EBEBEB;
  padding: 0 0 60px;
}
.careers-training-cards-header {
  border-top: 1px solid #202A40;
  padding-top: 20px;
  margin-bottom: 40px;
}
.careers-training-cards-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #202A40;
  text-align: left;
  margin: 0;
}
.careers-training-cards .careers-training-card {
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.careers-training-cards .careers-training-card:hover {
  transform: translateY(-10px);
}
.careers-training-cards .careers-training-card-image {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.careers-training-cards .careers-training-card-image:hover {
  transform: scale(1.05);
}
.careers-training-cards .careers-training-card-content {
  padding: 20px 0;
  flex-grow: 1;
}
.careers-training-cards .careers-training-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.careers-training-cards .careers-training-card .btn-primary {
  align-self: flex-start;
}

@media (max-width: 1200px) {
  .careers-training-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .careers-training-hero-content {
    padding: 50px 0;
  }
  .careers-training-hero-title {
    font-size: 48px;
  }
  .careers-training-stats-title {
    font-size: 32px;
  }
  .careers-training-about-content {
    padding-left: 0;
  }
  .careers-training-about-title {
    font-size: 32px;
  }
  .careers-training-about-description {
    font-size: 17px;
  }
  .careers-training-about-image {
    margin-bottom: 40px;
  }
  .careers-training-about-second-content {
    padding-right: 0;
  }
  .careers-training-about-second-title {
    font-size: 32px;
  }
  .careers-training-about-second-description {
    font-size: 17px;
  }
  .careers-training-cards-header {
    margin-bottom: 40px;
  }
  .careers-training-cards-title {
    font-size: 36px;
  }
  .careers-training-cards .careers-training-card-image {
    aspect-ratio: 3/2;
  }
  .careers-training-cards .careers-training-card-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .careers-training-stats {
    padding: 60px 0;
  }
  .careers-training-cards {
    padding: 0 0 40px;
  }
  .careers-training-cards .careers-training-card {
    margin-bottom: 30px;
  }
  .careers-training-cards .careers-training-card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .careers-training-hero {
    min-height: auto;
  }
  .careers-training-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .careers-training-hero-title {
    font-size: 36px;
  }
  .careers-training-stats-title {
    font-size: 26px;
    padding: 0 20px;
  }
  .careers-training-about {
    padding: 0 0 60px;
  }
  .careers-training-about-title {
    font-size: 28px;
  }
  .careers-training-about-description {
    font-size: 14px;
  }
  .careers-training-about-second {
    padding: 0 0 60px;
  }
  .careers-training-about-second-title {
    font-size: 28px;
  }
  .careers-training-about-second-description {
    font-size: 14px;
  }
  .careers-training-cards-header {
    margin-bottom: 20px;
  }
  .careers-training-cards-header .row {
    flex-direction: column;
  }
  .careers-training-cards-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .careers-training-cards .careers-training-card {
    margin-bottom: 25px;
  }
  .careers-training-cards .careers-training-card-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .careers-training-hero-artwork {
    display: none;
  }
  .careers-training-hero-title {
    font-size: 28px;
  }
  .careers-training-stats {
    padding: 40px 0;
  }
  .careers-training-stats-title {
    font-size: 22px;
  }
  .careers-training-about {
    padding: 0 0 40px;
  }
  .careers-training-about-second {
    padding: 0 0 40px;
  }
  .careers-training-cards {
    padding: 0 0 20px;
  }
  .careers-training-cards-header {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .careers-training-cards-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .careers-training-cards .careers-training-card {
    margin-bottom: 20px;
  }
  .careers-training-cards .careers-training-card-content {
    padding: 20px 0 0;
  }
  .careers-training-cards .careers-training-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.jobs-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.jobs-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.jobs-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.jobs-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.jobs-jobs {
  background: #EBEBEB;
  padding: 80px 0;
}
.jobs-jobs .job-card {
  background: #FFFFFF;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(32, 42, 64, 0.1);
}
.jobs-jobs .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.jobs-jobs .job-card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A676A6;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  margin-bottom: 15px;
}
.jobs-jobs .job-card-date i {
  font-size: 16px;
}
.jobs-jobs .job-card-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 22px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 20px 0;
}
.jobs-jobs .job-card-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
  flex-grow: 1;
}
.jobs-jobs .job-card-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #202A40;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
}
.jobs-jobs .job-card-detail i {
  font-size: 16px;
  color: #A676A6;
  width: 16px;
}
.jobs-jobs .job-card .btn-primary-white {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .jobs-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .jobs-hero-title {
    font-size: 48px;
  }
  .jobs-jobs .job-card {
    padding: 25px;
  }
  .jobs-jobs .job-card-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .jobs-jobs {
    padding: 60px 0;
  }
  .jobs-jobs .job-card {
    padding: 20px;
    margin-bottom: 30px;
  }
  .jobs-jobs .job-card-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .jobs-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .jobs-hero-content {
    padding: 60px 0;
  }
  .jobs-hero-title {
    font-size: 36px;
  }
  .jobs-jobs .job-card {
    padding: 20px;
    margin-bottom: 25px;
  }
  .jobs-jobs .job-card-title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .jobs-hero-artwork {
    display: none;
  }
  .jobs-hero-content {
    padding: 40px 0;
  }
  .jobs-hero-title {
    font-size: 28px;
  }
  .jobs-jobs {
    padding: 40px 0;
  }
  .jobs-jobs .job-card {
    padding: 15px;
    margin-bottom: 20px;
  }
  .jobs-jobs .job-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .jobs-jobs .job-card-details {
    margin-bottom: 20px;
  }
}
.jobs-single-hero {
  position: relative;
  background-color: #202A40;
  overflow: hidden;
  padding: 80px 0;
}
.jobs-single-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.jobs-single-hero-content {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.jobs-single-hero-back {
  margin-bottom: 40px;
}
.jobs-single-hero-details {
  max-width: 600px;
}
.jobs-single-hero-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A676A6;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  margin-bottom: 20px;
}
.jobs-single-hero-date i {
  font-size: 16px;
  color: #FFFFFF;
}
.jobs-single-hero-date span {
  color: #FFFFFF;
}
.jobs-single-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 48px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.jobs-single-hero-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.jobs-single-hero-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
}
.jobs-single-hero-info-item i {
  font-size: 18px;
  color: #FFFFFF;
  width: 18px;
}
.jobs-single-hero .jobs-single-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.jobs-single-hero .jobs-single-back-btn:hover {
  color: #A676A6;
  text-decoration: none;
}
.jobs-single-hero .jobs-single-back-btn i {
  font-size: 16px;
}

.jobs-single-info {
  background: #EBEBEB;
  padding: 80px 0;
}
.jobs-single-info-content {
  max-width: 1080px;
  margin: 0 auto;
}
.jobs-single-info-description {
  margin-bottom: 60px;
}
.jobs-single-info-description p {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin: 0;
}
.jobs-single-info-sections {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.jobs-single-info-section-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 25px 0;
}
.jobs-single-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jobs-single-info-list li {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.jobs-single-info-list li:before {
  content: "•";
  color: #A676A6;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.jobs-single-info-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .jobs-single-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .jobs-single-hero-title {
    font-size: 42px;
  }
  .jobs-single-info-sections {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .jobs-single-hero {
    padding: 60px 0;
  }
  .jobs-single-hero-title {
    font-size: 36px;
  }
  .jobs-single-hero-info-item {
    font-size: 15px;
  }
  .jobs-single-info {
    padding: 60px 0;
  }
  .jobs-single-info-description {
    margin-bottom: 50px;
  }
  .jobs-single-info-sections {
    gap: 35px;
  }
  .jobs-single-info-section-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .jobs-single-hero {
    padding: 50px 0;
  }
  .jobs-single-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .jobs-single-hero-back {
    margin-bottom: 30px;
  }
  .jobs-single-hero-title {
    font-size: 32px;
  }
  .jobs-single-hero-info {
    margin-bottom: 30px;
  }
  .jobs-single-hero-info-item {
    font-size: 14px;
  }
  .jobs-single-info-description {
    margin-bottom: 40px;
  }
  .jobs-single-info-description p {
    font-size: 15px;
  }
  .jobs-single-info-sections {
    gap: 30px;
  }
  .jobs-single-info-section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .jobs-single-info-list li {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .jobs-single-hero {
    padding: 40px 0;
  }
  .jobs-single-hero-artwork {
    display: none;
  }
  .jobs-single-hero-back {
    margin-bottom: 25px;
  }
  .jobs-single-hero-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .jobs-single-hero-info {
    margin-bottom: 25px;
    gap: 12px;
  }
  .jobs-single-hero-info-item {
    font-size: 13px;
  }
  .jobs-single-hero .jobs-single-back-btn {
    font-size: 13px;
    gap: 8px;
  }
  .jobs-single-info {
    padding: 40px 0;
  }
  .jobs-single-info-description {
    margin-bottom: 30px;
  }
  .jobs-single-info-description p {
    font-size: 14px;
  }
  .jobs-single-info-sections {
    gap: 25px;
  }
  .jobs-single-info-section-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .jobs-single-info-list li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .jobs-single-info-list li:before {
    font-size: 16px;
  }
}
.blog-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.blog-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.blog-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.blog-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.blog-navigation {
  background: #FFFFFF;
  padding: 30px 0;
}
.blog-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.blog-navigation-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}
.blog-navigation-item::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A40;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.blog-navigation-item span {
  transition: all 0.3s ease;
}
.blog-navigation-item:hover {
  color: #A676A6;
  text-decoration: none;
}
.blog-navigation-item:hover::before {
  background: #A676A6;
  color: #FFFFFF;
  transform: scale(1.1);
}
.blog-navigation-item.active {
  color: #A676A6;
}
.blog-navigation-item.active::before {
  background: #A676A6;
  color: #FFFFFF;
}

.blog-news {
  background: #EBEBEB;
  padding: 80px 0;
  overflow: hidden;
}
.blog-news-card {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.blog-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.blog-news-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  flex-shrink: 0;
}
.blog-news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-news-card-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-news-card-category {
  font-family: "IBMPlexSans-Medium";
  font-size: 12px;
  color: #A676A6;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-news-card-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  margin: 0 0 25px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
.blog-news-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.blog-news-pagination .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-news-pagination .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.blog-news-pagination .pagination .page-item .page-link:hover {
  background: #A676A6;
  color: #FFFFFF;
  border-color: #A676A6;
}
.blog-news-pagination .pagination .page-item .page-link i {
  font-size: 16px;
}
.blog-news-pagination .pagination .page-item.active .page-link {
  background: #202A40;
  color: #FFFFFF;
  border-color: #202A40;
}
.blog-news-pagination .pagination .page-item.disabled .page-link {
  background: #EBEBEB;
  color: #C0C0C0;
  border-color: #C0C0C0;
  cursor: not-allowed;
}
.blog-news-pagination .pagination .page-item.disabled .page-link:hover {
  background: #EBEBEB;
  color: #C0C0C0;
  border-color: #C0C0C0;
}

@media (max-width: 1200px) {
  .blog-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .blog-hero-title {
    font-size: 48px;
  }
  .blog-navigation-wrapper {
    gap: 40px;
  }
  .blog-navigation-item {
    font-size: 13px;
    gap: 8px;
  }
  .blog-navigation-item::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .blog-news-pagination {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .blog-hero-content {
    min-height: auto;
  }
  .blog-news {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .blog-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .blog-hero-content {
    padding: 60px 0;
  }
  .blog-hero-title {
    font-size: 36px;
  }
  .blog-navigation {
    padding: 25px 0;
  }
  .blog-navigation-wrapper {
    gap: 30px;
  }
  .blog-navigation-item {
    font-size: 12px;
    gap: 8px;
  }
  .blog-navigation-item::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .blog-news-pagination {
    margin-top: 40px;
  }
  .blog-news-pagination .pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .blog-hero-artwork {
    display: none;
  }
  .blog-hero-content {
    padding: 40px 0;
  }
  .blog-hero-title {
    font-size: 28px;
  }
  .blog-navigation {
    padding: 20px 0;
  }
  .blog-navigation-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .blog-navigation-item {
    font-size: 11px;
  }
  .blog-navigation-item::before {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
  .blog-news {
    padding: 40px 0;
  }
  .blog-news-pagination {
    margin-top: 30px;
  }
  .blog-news-pagination .pagination .page-item .page-link {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .blog-news-card-title {
    font-size: 18px;
  }
  .blog-news-card-content {
    padding: 25px 20px;
  }
}
.blog-single-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.blog-single-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.blog-single-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.blog-single-hero-back {
  margin-bottom: 20px;
}
.blog-single-hero-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-single-hero-back-btn:hover {
  color: #A676A6;
  text-decoration: none;
}
.blog-single-hero-back-btn i {
  font-size: 16px;
}
.blog-single-hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-single-hero-category {
  background-color: #A676A6;
  color: #FFFFFF;
  padding: 6px 12px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-single-hero-date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
}
.blog-single-hero-date i {
  font-size: 16px;
}
.blog-single-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 48px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.blog-single-content {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.blog-single-content-article {
  margin-bottom: 40px;
}
.blog-single-content-featured-image {
  margin-bottom: 40px;
}
.blog-single-content-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.blog-single-content-text {
  color: #202A40;
}
.blog-single-content-intro {
  font-family: "IBMPlexSans-Regular";
  font-size: 20px;
  line-height: 1.6;
  color: #202A40;
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-single-content-text p {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.7;
  color: #202A40;
  margin-bottom: 24px;
}
.blog-single-content-text h3 {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  margin: 40px 0 20px 0;
  font-weight: 600;
}
.blog-single-content-list {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}
.blog-single-content-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: #202A40;
}
.blog-single-content-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #A676A6;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .blog-single-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .blog-single-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .blog-single-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .blog-single-hero-content {
    padding: 60px 0;
  }
  .blog-single-hero-title {
    font-size: 32px;
  }
  .blog-single-hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .blog-single-content {
    padding: 60px 0;
  }
  .blog-single-content-featured-image {
    margin-bottom: 30px;
  }
  .blog-single-content-text h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
  }
  .blog-single-content-intro {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .blog-single-hero-artwork {
    display: none;
  }
  .blog-single-hero-content {
    padding: 40px 0;
  }
  .blog-single-hero-title {
    font-size: 28px;
  }
  .blog-single-content {
    padding: 40px 0;
  }
  .blog-single-content-text h3 {
    font-size: 20px;
  }
  .blog-single-content-intro {
    font-size: 16px;
  }
}
.documentation-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.documentation-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.documentation-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.documentation-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.documentation-content {
  padding: 80px 0;
  background-color: #EBEBEB;
}
.documentation-content-accordion {
  background-color: transparent;
  border-radius: 0;
}
.documentation-content-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: transparent;
}
.documentation-content-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.documentation-content-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.documentation-content-header {
  border: none;
}
.documentation-content-button {
  background-color: transparent;
  border: none;
  color: #202A40;
  font-family: "IBMPlexSans-Medium";
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}
.documentation-content-button:not(.collapsed) {
  background-color: transparent;
  color: #202A40;
  box-shadow: none;
}
.documentation-content-button:focus {
  border: none;
  box-shadow: none;
}
.documentation-content-button::after {
  display: none;
}
.documentation-content-title {
  flex: 1;
  text-align: left;
}
.documentation-content-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #202A40;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.documentation-content-collapse {
  border: none;
}
.documentation-content-body {
  padding: 0 0 30px 0;
  background-color: transparent;
}
.documentation-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.documentation-content-list-item {
  margin-bottom: 15px;
}
.documentation-content-list-item:last-child {
  margin-bottom: 0;
}
.documentation-content-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  transition: all 0.3s ease;
}
.documentation-content-link:hover {
  color: #A676A6;
  text-decoration: none;
}
.documentation-content-link i {
  color: #A676A6;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .documentation-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .documentation-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .documentation-hero-content {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .documentation-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .documentation-hero-content {
    padding: 60px 0;
  }
  .documentation-hero-title {
    font-size: 36px;
  }
  .documentation-content {
    padding: 60px 0;
  }
  .documentation-content-button {
    font-size: 16px;
    padding: 25px 0;
  }
  .documentation-content-body {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 576px) {
  .documentation-hero-artwork {
    display: none;
  }
  .documentation-hero-content {
    padding: 40px 0;
  }
  .documentation-hero-title {
    font-size: 28px;
  }
  .documentation-content {
    padding: 40px 0;
  }
  .documentation-content-button {
    font-size: 14px;
    padding: 20px 0;
  }
  .documentation-content-body {
    padding: 0 0 20px 0;
  }
  .documentation-content-link {
    font-size: 14px;
  }
}
.locations-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.locations-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.locations-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.locations-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.locations-content {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.locations-content-info {
  padding-right: 40px;
}
.locations-content-distributor {
  border-left: 3px solid #A676A6;
  padding: 0 0 0 25px;
  margin-bottom: 30px;
}
.locations-content-distributor:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.locations-content-distributor-name {
  font-family: "IBMPlexSans-Medium";
  font-size: 18px;
  color: #A676A6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.locations-content-distributor-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.locations-content-distributor-address, .locations-content-distributor-phone {
  display: flex;
  align-items: center;
  gap: 0;
}
.locations-content-distributor-address i, .locations-content-distributor-phone i {
  color: #202A40;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 5px;
}
.locations-content-distributor-address span, .locations-content-distributor-phone span {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
.locations-content-map {
  padding-left: 40px;
}
.locations-content-map-container {
  width: 100%;
  height: 100%;
}
.locations-content-map-container svg {
  width: 100%;
  height: 100%;
}
.locations-content-map-container svg path {
  fill: #EBEBEB;
  stroke: #FFFFFF;
  stroke-width: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.locations-content-map-container svg path.active {
  fill: #202A40;
}
.locations-content-map-container svg path:hover {
  fill: rgb(209.5, 209.5, 209.5);
}
.locations-content-map-container svg path.active:hover {
  fill: rgb(15, 19.6875, 30);
}

@media (max-width: 1200px) {
  .locations-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .locations-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .locations-hero-content {
    min-height: auto;
  }
  .locations-content {
    padding: 60px 0;
  }
  .locations-content-info {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .locations-content-distributor {
    margin-bottom: 15px;
  }
  .locations-content-distributor-name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .locations-content-map {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .locations-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .locations-hero-content {
    padding: 60px 0;
  }
  .locations-hero-title {
    font-size: 36px;
  }
  .locations-content-distributor {
    margin-bottom: 15px;
  }
  .locations-content-distributor-name {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .locations-hero-artwork {
    display: none;
  }
  .locations-hero-content {
    padding: 40px 0;
  }
  .locations-hero-title {
    font-size: 28px;
  }
  .locations-content {
    padding: 40px 0;
  }
}
.products-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.products-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.products-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.products-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 80px 0;
}
.products-hero-text {
  color: white;
}
.products-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
  text-transform: uppercase;
}

.products-main {
  padding: 80px 0;
  background-color: #EBEBEB;
}

.products-sidebar {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .products-sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.products-filters-mobile-header {
  margin-bottom: 30px;
}
.products-filters-mobile-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background-color: #A676A6;
  color: #FFFFFF;
  border: none;
  border-radius: 0 !important;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease;
}
.products-filters-mobile-btn:hover {
  background-color: rgb(141.2433628319, 91.7566371681, 141.2433628319);
}
.products-filters-mobile-btn i {
  font-size: 18px;
}
.products-filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.products-filters-overlay.active {
  opacity: 1;
  visibility: visible;
}
.products-filters-mobile-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background-color: #202A40;
  color: #FFFFFF;
  margin-bottom: 0;
}
.products-filters-mobile-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 18px;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.products-filters-close-btn {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.products-filters-close-btn:hover {
  color: #EBEBEB;
}
.products-filters-mobile-apply {
  padding: 20px 25px;
  background-color: #EBEBEB;
  margin-top: 20px;
}
.products-filters-apply-btn {
  width: 100%;
  padding: 15px 20px;
  background-color: #202A40;
  color: #FFFFFF;
  border: none;
  border-radius: 0 !important;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.products-filters-apply-btn:hover {
  background-color: rgb(15, 19.6875, 30);
}

.products-filter-section {
  margin-bottom: 20px;
}
.products-filter-section:last-child {
  margin-bottom: 40px;
}
.products-filter-item {
  border: none;
  border-radius: 0 !important;
  background-color: #FFFFFF;
}
.products-filter-item:first-child {
  border-radius: 0 !important;
}
.products-filter-item:last-child {
  border-radius: 0 !important;
}
.products-filter-header {
  border-bottom: none;
}
.products-filter-button {
  background-color: #A676A6;
  color: #FFFFFF;
  border: none;
  border-radius: 0 !important;
  padding: 20px 25px;
  font-family: "NeueHaasDisplay-Medium";
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: none;
}
.products-filter-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.products-filter-button:not(.collapsed) {
  background-color: #A676A6;
  color: #FFFFFF;
  box-shadow: none;
}
.products-filter-button.collapsed {
  background-color: #A676A6;
  color: #FFFFFF;
}
.products-filter-button::after {
  display: none !important;
}
.products-filter-title {
  flex-grow: 1;
  text-align: left;
}
.products-filter-icon {
  margin-left: 15px;
}
.products-filter-icon i {
  font-size: 18px;
  transition: all 0.3s ease;
}
.products-filter-collapse {
  border-top: none;
}
.products-filter-body {
  padding: 0;
  background-color: #FFFFFF;
}
.products-filter-options {
  padding: 0;
}
.products-filter-option {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  margin: 0;
}
.products-filter-option:last-child {
  border-bottom: none;
}
.products-filter-option:hover {
  background-color: rgba(166, 118, 166, 0.05);
}
.products-filter-option input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  flex-shrink: 0;
  accent-color: #A676A6;
  border-radius: 0;
}
.products-filter-label {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #202A40;
  line-height: 1.4;
  flex-grow: 1;
}

.products-category-links {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.products-category-link {
  display: block;
  padding: 12px 20px;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  transition: all 0.3s ease;
}
.products-category-link:last-child {
  border-bottom: none;
}
.products-category-link:hover {
  background-color: rgba(32, 42, 64, 0.05);
  color: #202A40;
  text-decoration: none;
}
.products-category-link.active {
  background-color: rgba(32, 42, 64, 0.18);
  color: #202A40;
  font-family: "IBMPlexSans-Medium";
}

.products-categories-button {
  background-color: #202A40 !important;
  color: #FFFFFF;
}
.products-categories-button:focus {
  background-color: #202A40 !important;
  color: #FFFFFF;
  box-shadow: none;
  border-color: transparent;
}
.products-categories-button:not(.collapsed) {
  background-color: #202A40 !important;
  color: #FFFFFF;
  box-shadow: none;
}
.products-categories-button.collapsed {
  background-color: #202A40 !important;
  color: #FFFFFF;
}
.products-categories-button:hover {
  background-color: rgb(18.4, 24.15, 36.8) !important;
}
.products-categories-section .products-filter-option:hover {
  background-color: rgba(32, 42, 64, 0.05);
}
.products-categories-section .products-filter-option input[type=checkbox] {
  accent-color: #202A40;
}

.products-reset-filters {
  margin: 20px 0;
  text-align: center;
}
.products-reset-filters button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.products-reset-filters button i {
  font-size: 16px;
}

.products-calculator-card {
  background-color: #FFFFFF;
  padding: 30px 25px;
  border-radius: 0 !important;
  margin-top: 20px;
  text-align: center;
}
.products-calculator-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 18px;
  color: #202A40;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.products-calculator-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  line-height: 1.6;
  color: #202A40;
  margin: 0 0 25px 0;
}

.products-grid .col-lg-4, .products-grid .col-md-6, .products-grid .col-sm-12 {
  margin-bottom: 40px;
}
.products-grid-card {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-grid-card:hover {
  transform: translateY(-8px);
}
.products-grid-card-link {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: inherit;
}
.products-grid-card-link:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.products-grid-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  flex-shrink: 0;
  padding: 30px;
}
.products-grid-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.products-grid-card-name {
  font-family: "IBMPlexSans-Medium";
  font-size: 24px;
  line-height: 1.3;
  color: #202A40;
  padding: 30px 25px;
  margin: 0;
  text-align: left;
  min-height: 120px;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
.products-grid-card-button {
  margin-top: 20px;
}
.products-grid-card-button .btn-primary-white {
  width: 100%;
}
.products-grid-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.products-grid-pagination .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-grid-pagination .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.products-grid-pagination .pagination .page-item .page-link:hover {
  background: #A676A6;
  color: #FFFFFF;
  border-color: #A676A6;
}
.products-grid-pagination .pagination .page-item .page-link i {
  font-size: 16px;
}
.products-grid-pagination .pagination .page-item.active .page-link {
  background: #A676A6;
  color: #FFFFFF;
  border-color: #A676A6;
}
.products-grid-pagination .pagination .page-item.disabled .page-link {
  color: #C0C0C0;
  pointer-events: none;
}
.products-grid-pagination .pagination .page-item.disabled .page-link:hover {
  background: #FFFFFF;
  color: #C0C0C0;
  border-color: #C0C0C0;
}

@media (max-width: 1200px) {
  .products-hero-title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .products-hero-title {
    font-size: 48px;
  }
  .products-sidebar {
    order: 2;
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(0);
    transition: transform 0.3s ease;
    pointer-events: none;
    padding: 0;
    margin: 0;
  }
  .products-sidebar.active {
    left: 0;
    transform: translateX(0);
    pointer-events: auto;
  }
  .products-sidebar.opening {
    left: 0;
    transform: translateX(-100%);
    pointer-events: auto;
  }
  .products-sidebar * {
    pointer-events: auto;
  }
  .products-grid {
    order: 1;
  }
  .products-filter-section {
    margin-bottom: 0;
  }
  .products-filter-section:last-child {
    margin-bottom: 0;
  }
  .products-calculator-card {
    display: none;
  }
}
@media (max-width: 768px) {
  .products-hero {
    min-height: 40vh;
  }
  .products-hero-content {
    padding: 60px 0;
  }
  .products-hero-title {
    font-size: 36px;
  }
  .products-hero-artwork {
    width: 70%;
    background-size: 90%;
  }
  .products-main {
    padding: 60px 0;
  }
  .products-grid-card-name {
    font-size: 20px;
    min-height: 100px;
    padding: 20px;
  }
}
.products-single-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.products-single-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
}
.products-single-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.products-single-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 80px 0;
}
.products-single-hero-text {
  color: white;
}
.products-single-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
  max-width: 600px;
  text-transform: uppercase;
}

.products-single-main {
  background-color: #EBEBEB;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .products-single-main .products-sidebar {
    position: sticky;
    top: 30px;
    align-self: flex-start;
  }
}
.products-single-sidebar {
  padding-right: 40px;
}
.products-single-menu {
  background-color: #E3E3E3;
  padding: 30px 25px;
  border-radius: 0;
  margin-bottom: 40px;
}
.products-single-menu-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 18px;
  color: #202A40;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.products-single-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-single-menu-item {
  margin-bottom: 5px;
}
.products-single-menu-item:last-child {
  margin-bottom: 0;
}
.products-single-menu-link {
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  line-height: 1.4;
  background-color: #FFFFFF;
  display: block;
  padding: 15px;
  transition: all 0.3s ease;
}
.products-single-menu-link:hover {
  color: #A676A6;
  text-decoration: none;
}
.products-single-menu-link.active {
  color: #FFFFFF;
  background-color: #A676A6;
  font-family: "IBMPlexSans-Medium";
}
.products-single-info {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 30px 25px;
  border-radius: 0;
}
.products-single-info-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 18px;
  color: #202A40;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.products-single-info-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  line-height: 1.6;
  color: #202A40;
  margin: 0 0 20px 0;
}
.products-single-content {
  padding-left: 0;
}
.products-single-section {
  margin-bottom: 80px;
}
.products-single-section:last-child {
  margin-bottom: 0;
}
.products-single-section-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 30px;
  line-height: 1.2;
  color: #202A40;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.products-single-product-info {
  padding-right: 40px;
}
.products-single-product-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 36px;
  line-height: 1.2;
  color: #202A40;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.products-single-product-description {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 1.8;
  color: #202A40;
  margin: 0 0 20px 0;
}
.products-single-product-image img {
  width: 100%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 8/7;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #FFFFFF;
  padding: 30px;
}
.products-single-advantage-card {
  background-color: #FFFFFF;
  padding: 30px 25px;
  border: 1px solid rgba(32, 42, 64, 0.1);
  border-radius: 0;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.products-single-advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(32, 42, 64, 0.15);
}
.products-single-advantage-icon {
  margin-bottom: 20px;
}
.products-single-advantage-icon img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-single-advantage-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 18px;
  color: #202A40;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
.products-single-advantage-description {
  font-family: "IBMPlexSans-Light";
  font-size: 14px;
  line-height: 1.6;
  color: #202A40;
  margin: 0;
}
.products-single-benefits-image {
  height: 100%;
}
.products-single-benefits-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.products-single-benefits-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
}
.products-single-benefit-card {
  background-color: #FFFFFF;
  padding: 25px;
  border: 1px solid rgba(32, 42, 64, 0.1);
  border-radius: 0;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(32, 42, 64, 0.1);
}
.products-single-benefit-card:last-child {
  margin-bottom: 0;
}
.products-single-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(32, 42, 64, 0.15);
}
.products-single-benefit-number {
  font-family: "NeueHaasDisplay-Light";
  font-size: 18px;
  color: #A676A6;
  margin: 0 0 15px 0;
  font-weight: 600;
}
.products-single-benefit-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 18px;
  text-decoration: underline;
  color: #202A40;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.products-single-benefit-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  line-height: 1.6;
  color: #202A40;
  margin: 0;
}
.products-single-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.products-single-gallery-nav {
  display: flex;
  gap: 10px;
}
.products-single-gallery-prev, .products-single-gallery-next {
  width: 40px;
  height: 40px;
  border: none;
  background: #A676A6;
  color: #FFFFFF;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.products-single-gallery-prev:hover, .products-single-gallery-next:hover {
  background: #202A40;
}
.products-single-gallery-prev.swiper-button-disabled, .products-single-gallery-next.swiper-button-disabled {
  background: #C0C0C0;
  cursor: not-allowed;
}
.products-single-gallery-prev:after, .products-single-gallery-next:after {
  display: none;
}
.products-single-gallery-prev i, .products-single-gallery-next i {
  font-size: 30px;
}
.products-single-gallery-swiper {
  width: 100%;
  height: auto;
}
.products-single-gallery-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.products-single-gallery-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.products-single-gallery-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-single-docs {
  background-color: transparent;
  border-radius: 0;
}
.products-single-docs-item {
  border: none;
  border-bottom: 1px solid rgba(32, 42, 64, 0.2);
  border-radius: 0;
  background-color: transparent;
}
.products-single-docs-item:first-child {
  border-top: 1px solid rgba(32, 42, 64, 0.2);
}
.products-single-docs-item:last-child {
  border-bottom: 1px solid rgba(32, 42, 64, 0.2);
}
.products-single-docs-header {
  border: none;
}
.products-single-docs-button {
  background-color: transparent;
  border: none;
  color: #202A40;
  font-family: "IBMPlexSans-Medium";
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}
.products-single-docs-button:not(.collapsed) {
  background-color: transparent;
  color: #202A40;
  box-shadow: none;
}
.products-single-docs-button:focus {
  border: none;
  box-shadow: none;
}
.products-single-docs-button::after {
  display: none;
}
.products-single-docs-title {
  flex: 1;
  text-align: left;
}
.products-single-docs-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #202A40;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.products-single-docs-collapse {
  border: none;
}
.products-single-docs-body {
  padding: 0 0 30px 0;
  background-color: transparent;
}
.products-single-docs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-single-docs-list-item {
  margin-bottom: 15px;
}
.products-single-docs-list-item:last-child {
  margin-bottom: 0;
}
.products-single-docs-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  transition: all 0.3s ease;
}
.products-single-docs-link:hover {
  color: #A676A6;
  text-decoration: none;
}
.products-single-docs-link i {
  color: #A676A6;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .products-single-hero {
    min-height: auto;
  }
  .products-single-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .products-single-hero-title {
    font-size: 48px;
  }
  .products-single-content {
    padding-left: 0;
  }
  .products-single-product-info {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .products-single-benefits-cards {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .products-single-hero-content {
    padding: 60px 0;
  }
  .products-single-main {
    padding: 60px 0;
  }
  .products-single-section {
    margin-bottom: 60px;
  }
  .products-single-section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .products-single-benefits-image {
    height: auto;
    margin-bottom: 20px;
  }
  .products-single-product-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .products-single-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .products-single-hero-title {
    font-size: 36px;
  }
  .products-single-main {
    padding: 40px 0;
  }
  .products-single-section {
    margin-bottom: 50px;
  }
  .products-single-section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .products-single-product-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .products-single-advantage-card {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  .products-single-gallery-swiper {
    height: 300px;
  }
  .products-single-docs-button {
    font-size: 16px;
    padding: 25px 0;
  }
  .products-single-docs-body {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 576px) {
  .products-single-hero-content {
    padding: 40px 0;
  }
  .products-single-hero-artwork {
    display: none;
  }
  .products-single-hero-title {
    font-size: 28px;
  }
  .products-single-main {
    padding: 40px 0;
  }
  .products-single-section {
    margin-bottom: 40px;
  }
  .products-single-section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .products-single-product-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .products-single-table thead th {
    padding: 15px 10px;
    font-size: 12px;
  }
  .products-single-table tbody td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .products-single-advantage-card {
    margin-bottom: 15px;
    padding: 20px 15px;
  }
  .products-single-advantage-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .products-single-advantage-description {
    font-size: 13px;
  }
  .products-single-benefit-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .products-single-benefit-description {
    font-size: 13px;
  }
  .products-single-gallery-swiper {
    height: 250px;
  }
  .products-single-gallery-nav {
    gap: 5px;
  }
  .products-single-gallery-prev, .products-single-gallery-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .products-single-docs-button {
    font-size: 14px;
    padding: 20px 0;
  }
  .products-single-docs-body {
    padding: 0 0 20px 0;
  }
  .products-single-docs-link {
    font-size: 14px;
  }
}
.error-404 {
  background: #EBEBEB;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.error-404-content {
  padding: 40px 0;
  text-align: center;
}
.error-404-number {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 120px;
  line-height: 1;
  color: #A676A6;
  margin-bottom: 20px;
  font-weight: 700;
}
.error-404-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 48px;
  line-height: 1.2;
  color: #202A40;
  margin-bottom: 20px;
}
.error-404-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: #8A8A8A;
  margin: 0 auto 40px;
  max-width: 500px;
}
.error-404-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .error-404-number {
    font-size: 100px;
  }
  .error-404-title {
    font-size: 36px;
  }
  .error-404-description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .error-404-content {
    padding: 20px 0;
  }
  .error-404-number {
    font-size: 80px;
  }
  .error-404-title {
    font-size: 28px;
  }
  .error-404-description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .error-404-actions {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .error-404-actions a {
    width: 250px;
    justify-content: center;
  }
}
.search-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.search-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.search-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.search-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.search {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.search-form {
  margin-bottom: 40px;
}
.search-form-wrapper {
  margin: 0 auto;
}
.search-form-container {
  display: flex;
  width: 100%;
}
.search-form-group {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.search-form-input {
  width: 100%;
  padding: 20px 70px 20px 25px;
  border: none;
  border-radius: 50px;
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  background: #FFFFFF;
  color: #202A40;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.search-form-input:focus {
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.search-form-input::-moz-placeholder {
  color: #C0C0C0;
}
.search-form-input::placeholder {
  color: #C0C0C0;
}
.search-form-button {
  position: absolute;
  right: 8px;
  background: #A676A6;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-form-button:hover {
  background-color: rgb(141.2433628319, 91.7566371681, 141.2433628319);
  transform: scale(1.1);
}
.search-form-button i {
  font-size: 20px;
}
.search-results {
  margin-bottom: 80px;
}
.search-results-header {
  margin-bottom: 40px;
}
.search-results-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 28px;
  color: #202A40;
  margin: 0;
  text-transform: uppercase;
}
.search-results-count {
  font-family: "IBMPlexSans-Light";
  font-size: 18px;
  color: rgba(32, 42, 64, 0.7);
  font-weight: normal;
  text-transform: none;
}
.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.search-result {
  background-color: #FFFFFF;
  border: 1px solid rgba(32, 42, 64, 0.1);
  padding: 30px;
  transition: all 0.3s ease;
}
.search-result:hover {
  box-shadow: 0 5px 20px rgba(32, 42, 64, 0.1);
  transform: translateY(-2px);
}
.search-result-category {
  display: inline-block;
  background-color: #A676A6;
  color: #FFFFFF;
  font-family: "IBMPlexSans-Medium";
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.search-result-title {
  font-family: "IBMPlexSans-Medium";
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
.search-result-title a {
  color: #202A40;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-result-title a:hover {
  color: #A676A6;
}
.search-result-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.6;
  color: rgba(32, 42, 64, 0.8);
  margin: 0 0 15px 0;
}
.search-result-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.search-result-url {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #A676A6;
}
.search-result-date {
  font-family: "IBMPlexSans-Light";
  font-size: 14px;
  color: rgba(32, 42, 64, 0.6);
}
.search-no-results {
  padding: 80px 0;
}
.search-no-results-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 32px;
  color: #202A40;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.search-no-results-description {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.6;
  color: rgba(32, 42, 64, 0.7);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.search-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.search-pagination .pagination .page-item .page-link {
  border: 2px solid rgba(32, 42, 64, 0.2);
  color: #202A40;
  background-color: #FFFFFF;
  padding: 12px 20px;
  margin: 0 5px;
  border-radius: 0;
  font-family: "IBMPlexSans-Medium";
  transition: all 0.3s ease;
}
.search-pagination .pagination .page-item .page-link:hover {
  background-color: #A676A6;
  border-color: #A676A6;
  color: #FFFFFF;
}
.search-pagination .pagination .page-item.active .page-link {
  background-color: #A676A6;
  border-color: #A676A6;
  color: #FFFFFF;
}
.search-pagination .pagination .page-item.disabled .page-link {
  background-color: rgba(32, 42, 64, 0.1);
  border-color: rgba(32, 42, 64, 0.1);
  color: rgba(32, 42, 64, 0.5);
}

@media (max-width: 1200px) {
  .search-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .search-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .search-hero-content {
    min-height: auto;
  }
  .search {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .search-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .search-hero-content {
    padding: 60px 0;
  }
  .search-hero-title {
    font-size: 36px;
  }
  .search-form-input {
    font-size: 16px;
    padding: 18px 70px 18px 20px;
  }
  .search-form-button {
    padding: 10px 14px;
    font-size: 18px;
  }
  .search-result {
    padding: 25px;
  }
  .search-result-title {
    font-size: 20px;
  }
  .search-result-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .search-hero-artwork {
    display: none;
  }
  .search-hero-content {
    padding: 40px 0;
  }
  .search-hero-title {
    font-size: 28px;
  }
  .search {
    padding: 40px 0;
  }
  .search-form-input {
    font-size: 16px;
    padding: 18px 70px 18px 20px;
  }
  .search-form-button {
    padding: 10px 14px;
    font-size: 18px;
  }
  .search-result {
    padding: 20px;
  }
  .search-result-title {
    font-size: 18px;
  }
  .search-result-description {
    font-size: 15px;
  }
}
.pages-hero {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202A40;
  overflow: hidden;
}
.pages-hero-artwork {
  position: absolute;
  top: 2px;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: 60%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.8;
}
.pages-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 400px;
  padding: 80px 0;
}
.pages-hero-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  max-width: 800px;
}

.pages {
  padding: 80px 0;
  background: #EBEBEB;
}
.pages-content {
  background: #FFFFFF;
  padding: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}
.pages-meta {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C0C0C0;
}
.pages-meta-info {
  font-family: "IBMPlexSans-Regular";
  color: #8A8A8A;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pages-meta-info i {
  font-size: 16px;
  color: #A676A6;
}
.pages-body {
  margin-bottom: 60px;
}
.pages-introduction {
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(166, 118, 166, 0.05);
  border-left: 4px solid #A676A6;
}
.pages-introduction p {
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  line-height: 1.7;
  color: #202A40;
  margin-bottom: 0;
}
.pages-introduction p:not(:last-child) {
  margin-bottom: 20px;
}
.pages-section {
  margin-bottom: 50px;
}
.pages-section:last-child {
  margin-bottom: 0;
}
.pages-section-title {
  font-family: "NeueHaasDisplay-Medium";
  font-size: 28px;
  font-weight: 500;
  color: #202A40;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #A676A6;
  position: relative;
}
.pages-section-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #A676A6 0%, #9DACCE 100%);
}
.pages-section-content {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.8;
  color: #202A40;
}
.pages-section-content p {
  margin-bottom: 20px;
}
.pages-section-content p:last-child {
  margin-bottom: 0;
}
.pages-section-content strong {
  font-family: "IBMPlexSans-SemiBold";
  color: #202A40;
  font-weight: 600;
}
.pages-subsection {
  margin-top: 35px;
  margin-left: 30px;
  padding-left: 25px;
  border-left: 2px solid #EBEBEB;
  position: relative;
}
.pages-subsection-title {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 22px;
  font-weight: 600;
  color: #202A40;
  margin-bottom: 20px;
}
.pages-subsection-content {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.7;
  color: #8A8A8A;
}
.pages-subsection-content p {
  margin-bottom: 15px;
}
.pages-subsection-content p:last-child {
  margin-bottom: 0;
}
.pages-list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
.pages-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.7;
  font-family: "IBMPlexSans-Regular";
  color: #202A40;
}
.pages-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #A676A6;
  border-radius: 50%;
}
.pages-list li strong {
  font-family: "IBMPlexSans-SemiBold";
  color: #202A40;
  font-weight: 600;
}
.pages-list li:last-child {
  margin-bottom: 0;
}
.pages-contact-info {
  margin-top: 25px;
  padding: 25px;
  background: #EBEBEB;
  border: 1px solid #C0C0C0;
}
.pages-contact-item {
  padding: 10px 0;
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  color: #202A40;
}
.pages-contact-item:not(:last-child) {
  border-bottom: 1px solid #C0C0C0;
}
.pages-contact-item strong {
  font-family: "IBMPlexSans-SemiBold";
  color: #202A40;
  font-weight: 600;
  margin-right: 10px;
  min-width: 80px;
  display: inline-block;
}
.pages-footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #C0C0C0;
  text-align: center;
}
.pages-footer-content {
  max-width: 600px;
  margin: 0 auto;
}
.pages-footer-text {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.7;
  color: #202A40;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .pages-hero-artwork {
    width: 60%;
    opacity: 0.6;
  }
  .pages-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .pages-hero-content {
    min-height: auto;
  }
  .pages {
    padding: 60px 0;
  }
  .pages-content {
    padding: 40px;
  }
  .pages-section-title {
    font-size: 24px;
  }
  .pages-subsection {
    margin-left: 20px;
    padding-left: 20px;
  }
  .pages-subsection-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .pages-hero-artwork {
    width: 70%;
    opacity: 0.4;
  }
  .pages-hero-content {
    padding: 60px 0;
  }
  .pages-hero-title {
    font-size: 36px;
  }
  .pages-content {
    padding: 30px 20px;
  }
  .pages-introduction {
    padding: 20px;
  }
  .pages-introduction p {
    font-size: 16px;
  }
  .pages-section-title {
    font-size: 22px;
  }
  .pages-subsection {
    margin-left: 15px;
    padding-left: 15px;
  }
  .pages-subsection-title {
    font-size: 18px;
  }
  .pages-contact-info {
    padding: 20px;
  }
  .pages-footer {
    margin-top: 40px;
    padding-top: 30px;
  }
  .pages-footer-text {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .pages-hero-artwork {
    display: none;
  }
  .pages-hero-content {
    padding: 40px 0;
  }
  .pages-hero-title {
    font-size: 28px;
  }
  .pages {
    padding: 40px 0;
  }
  .pages-content {
    padding: 20px 15px;
  }
  .pages-hero {
    padding: 60px 0 40px;
  }
  .pages-hero-title {
    font-size: 28px;
  }
  .pages-hero-subtitle {
    font-size: 14px;
  }
  .pages-section-title {
    font-size: 20px;
  }
  .pages-subsection-title {
    font-size: 16px;
  }
}
header {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.top-bar {
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 0;
  font-size: 14px;
}
.top-bar .top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  gap: 60px;
}
.top-bar .top-bar-right .dropdown-menu {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 8px 0;
  min-width: 120px;
}
.top-bar .top-bar-right .dropdown-menu .dropdown-item {
  padding: 6px 15px;
  color: #202A40;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
}
.top-bar .top-bar-right .dropdown-menu .dropdown-item:hover {
  background: rgba(166, 118, 166, 0.1);
  color: #A676A6;
}
.top-bar .top-bar-right .dropdown-menu .dropdown-item:focus {
  background: rgba(166, 118, 166, 0.1);
  color: #A676A6;
}
.top-bar .top-bar-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-bar .top-bar-links .top-bar-link {
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Regular";
  transition: color 0.3s ease;
}
.top-bar .top-bar-links .top-bar-link.active {
  color: #A676A6;
}
.top-bar .top-bar-links .top-bar-link:hover {
  color: #A676A6;
}
.top-bar .top-bar-links .separator {
  color: #C0C0C0;
  font-weight: 300;
}
.top-bar .language-selector {
  background: none;
  border: none;
  color: #202A40;
  font-family: "IBMPlexSans-Medium";
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.top-bar .language-selector:hover {
  color: #A676A6;
}
.top-bar .language-selector:focus {
  box-shadow: none;
}
.top-bar .language-selector::after {
  display: none;
}
.top-bar .language-selector i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.top-bar .language-selector[aria-expanded=true] i {
  transform: rotate(180deg);
}

.main-header {
  padding: 0;
  background: #FFFFFF;
}
.main-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo .logo-img {
  height: 45px;
  width: auto;
}

.main-nav {
  width: 100%;
}
.main-nav .nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.main-nav .nav-item {
  position: relative;
}
.main-nav .nav-item.dropdown .nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}
.main-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
  display: none;
}
.main-nav .nav-item.dropdown .nav-link.dropdown-toggle i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.main-nav .nav-item.dropdown .nav-link.dropdown-toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
.main-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 15px 0;
  margin-top: -4px;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 12px 35px;
  color: #202A40;
  font-family: "IBMPlexSans-Regular";
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: rgba(166, 118, 166, 0.2);
  color: #A676A6;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active::before {
  background: #A676A6;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 0;
  height: 1px;
  width: 10px;
  background: transparent;
  transition: background 0.3s ease;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(166, 118, 166, 0.1);
  color: #A676A6;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::before {
  background: #A676A6;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: rgba(166, 118, 166, 0.1);
  color: #A676A6;
}
.main-nav .nav-link {
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
  padding: 40px 0;
  position: relative;
}
.main-nav .nav-link.active {
  color: #A676A6;
}
.main-nav .nav-link.active::before {
  background: #A676A6;
}
.main-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background 0.3s ease;
}
.main-nav .nav-link:hover, .main-nav .nav-link:focus {
  color: #A676A6;
}
.main-nav .nav-link:hover::before, .main-nav .nav-link:focus::before {
  background: #A676A6;
}
.main-nav .nav-link.dropdown-toggle[aria-expanded=true] {
  color: #A676A6;
}
.main-nav .nav-link.dropdown-toggle[aria-expanded=true]::after {
  background: #A676A6;
}
.main-nav .nav-item.dropdown .nav-link:hover,
.main-nav .nav-item.dropdown .nav-link[aria-expanded=true] {
  color: #A676A6;
}
.main-nav .nav-item.dropdown .nav-link:hover::after,
.main-nav .nav-item.dropdown .nav-link[aria-expanded=true]::after {
  background: #A676A6;
}
.main-nav .nav-item.dropdown.show .nav-link {
  color: #A676A6;
}
.main-nav .nav-item.dropdown.show .nav-link::after {
  background: #A676A6;
}

.header-separator {
  width: 1px;
  background: #EBEBEB;
  margin: 0 15px 0 35px;
  align-self: stretch;
  position: relative;
}
.header-separator::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #EBEBEB;
}

.header-search .search-btn {
  background: none;
  border: none;
  color: #202A40;
  font-size: 24px;
  cursor: pointer;
  padding: 12px 0 12px 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.header-search .search-btn:hover {
  transform: scale(1.1);
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(32, 42, 64, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .search-overlay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.search-overlay .search-overlay-input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.search-overlay .search-overlay-input {
  width: 100%;
  padding: 20px 70px 20px 25px;
  border: none;
  border-radius: 50px;
  font-family: "IBMPlexSans-Regular";
  font-size: 18px;
  background: #FFFFFF;
  color: #202A40;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.search-overlay .search-overlay-input:focus {
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.search-overlay .search-overlay-input::-moz-placeholder {
  color: #C0C0C0;
}
.search-overlay .search-overlay-input::placeholder {
  color: #C0C0C0;
}
.search-overlay .search-overlay-submit {
  position: absolute;
  right: 8px;
  background: #A676A6;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-overlay .search-overlay-submit:hover {
  background-color: rgb(154.8159292035, 100.7840707965, 154.8159292035);
  transform: scale(1.1);
}
.search-overlay .search-overlay-close {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 24px;
  padding: 15px 21px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.search-overlay .search-overlay-close:hover {
  background: #FFFFFF;
  color: #202A40;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .search-overlay .search-overlay-content {
    flex-direction: column;
  }
  .search-overlay .search-overlay-input-wrapper {
    width: 100%;
  }
  .search-overlay .search-overlay-input {
    font-size: 16px;
    padding: 18px 70px 18px 20px;
  }
  .search-overlay .search-overlay-submit {
    padding: 10px 14px;
    font-size: 18px;
  }
  .search-overlay .search-overlay-close {
    padding: 10px 16px;
  }
}

@media (max-width: 1200px) {
  .top-bar {
    display: none;
  }
  .main-header .header-content {
    flex-wrap: wrap;
    gap: 5px;
  }
  .main-nav {
    display: none;
  }
  .logo .logo-img {
    height: 35px;
  }
}
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .mobile-menu-toggle {
    display: flex !important;
  }
}

.mobile-menu-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
}
.mobile-menu-btn .hamburger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #202A40;
  transition: all 0.3s ease;
}
.mobile-menu-btn .hamburger-line:nth-child(1) {
  top: 0;
}
.mobile-menu-btn .hamburger-line:nth-child(2) {
  top: 9px;
}
.mobile-menu-btn .hamburger-line:nth-child(3) {
  top: 18px;
}
.mobile-menu-btn[aria-expanded=true] .hamburger-line:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.mobile-menu-btn[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-btn[aria-expanded=true] .hamburger-line:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

.mobile-nav-content {
  background: white;
  padding: 25px 0;
  border-top: 1px solid rgba(32, 42, 64, 0.1);
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-list .mobile-nav-item {
  margin-bottom: 5px;
}
.mobile-nav-list .mobile-nav-item:last-child .mobile-nav-link {
  border-bottom: none;
}
.mobile-nav-list .mobile-nav-item .mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #202A40;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 16px;
  border-bottom: 1px solid rgba(32, 42, 64, 0.1);
  transition: color 0.3s ease;
}
.mobile-nav-list .mobile-nav-item .mobile-nav-link.active {
  color: #A676A6;
}
.mobile-nav-list .mobile-nav-item .mobile-nav-link:hover {
  color: #A676A6;
}
.mobile-nav-list .mobile-nav-item .mobile-nav-link.dropdown-toggle::after {
  display: none;
}
.mobile-nav-list .mobile-nav-item .mobile-nav-link .bi-chevron-down {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.mobile-nav-list .mobile-nav-item .mobile-nav-link[aria-expanded=true] .bi-chevron-down {
  transform: rotate(180deg);
}
.mobile-nav-list .mobile-nav-item .dropdown-menu {
  position: static !important;
  transform: none !important;
  border: none;
  box-shadow: none;
  background: #FFFFFF;
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.mobile-nav-list .mobile-nav-item .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  color: #202A40;
  font-family: "IBMPlexSans-Regular";
  font-size: 15px;
  border-bottom: 1px solid rgba(32, 42, 64, 0.05);
}
.mobile-nav-list .mobile-nav-item .dropdown-menu .dropdown-item.active {
  background: rgba(166, 118, 166, 0.2);
  color: #A676A6;
}
.mobile-nav-list .mobile-nav-item .dropdown-menu .dropdown-item:hover {
  background: rgba(166, 118, 166, 0.1);
  color: #A676A6;
}

.mobile-top-links {
  padding-top: 25px;
  border-top: 1px solid rgba(32, 42, 64, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-top-links .mobile-top-link {
  color: #8A8A8A;
  text-decoration: none;
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  transition: color 0.3s ease;
  padding: 8px 0;
  border-bottom: 1px solid rgba(32, 42, 64, 0.05);
}
.mobile-top-links .mobile-top-link.active {
  color: #A676A6;
}
.mobile-top-links .mobile-top-link:hover {
  color: #A676A6;
}
.mobile-top-links .mobile-top-link:last-of-type {
  border-bottom: none;
}
.mobile-top-links .mobile-language-selector {
  background: none;
  border: 1px solid rgba(32, 42, 64, 0.2);
  color: #202A40;
  padding: 8px 12px;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-top-links .mobile-language-selector:hover {
  border-color: #A676A6;
  color: #A676A6;
}
.mobile-top-links .mobile-language-selector.dropdown-toggle::after {
  display: none;
}
.mobile-top-links .mobile-language-selector i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.mobile-top-links .mobile-language-selector[aria-expanded=true] i {
  transform: rotate(180deg);
}

.main-footer {
  background: #202A40;
  color: #FFFFFF;
  padding: 60px 0 0;
}
.main-footer .col-lg-3:first-of-type .footer-section {
  padding-left: 0;
}

.footer-section {
  margin-bottom: 40px;
  padding-left: 100px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo-img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-newsletter-text {
  font-family: "IBMPlexSans-Regular";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.footer-newsletter {
  margin-bottom: 30px;
}

.newsletter-form {
  width: 100%;
}

.newsletter-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #FFFFFF;
  padding: 14px 50px 14px 16px;
  font-family: "IBMPlexSans-Regular";
  font-size: 15px;
  transition: all 0.3s ease;
}
.newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
}
.newsletter-input::-moz-placeholder {
  color: #C0C0C0;
}
.newsletter-input::placeholder {
  color: #C0C0C0;
}

.newsletter-submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #FFFFFF;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsletter-submit:hover {
  background: rgb(174.9, 131.7, 174.9);
  transform: translateY(-50%);
}
.newsletter-submit i {
  font-size: 14px;
}

.footer-title {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #FFFFFF;
}

.contact-info {
  margin-bottom: 30px;
}
.contact-info p {
  font-family: "IBMPlexSans-Regular";
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 3px;
  color: #FFFFFF;
}
.contact-info p a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info p a:hover {
  color: #A676A6;
  text-decoration: underline;
}

.social-media {
  display: flex;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-link:hover {
  background: #A676A6;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.social-link i {
  font-size: 20px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-link {
  font-family: "IBMPlexSans-Regular";
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-nav-link.active {
  color: #A676A6;
}
.footer-nav-link:hover {
  color: #A676A6;
  text-decoration: none;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-legal-link {
  font-family: "IBMPlexSans-Regular";
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-legal-link.active {
  color: #A676A6;
}
.footer-legal-link:hover {
  color: #A676A6;
  text-decoration: none;
}

.footer-bottom {
  background: #202A40;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
  margin-top: 40px;
}

.copyright {
  font-family: "IBMPlexSans-Regular";
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
}
.copyright a {
  transition: color 0.3s ease;
  color: #FFFFFF;
  text-decoration: none;
}
.copyright a:hover {
  color: #A676A6;
}

@media (max-width: 1024px) {
  .main-footer {
    padding: 50px 0 0;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-section {
    margin-bottom: 35px;
    padding-left: 0;
  }
  .copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-footer {
    padding: 40px 0 0;
  }
  .footer-section {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-nav {
    align-items: center;
  }
  .footer-legal {
    align-items: center;
  }
  .social-media {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer-newsletter-text {
    font-size: 15px;
  }
  .newsletter-input {
    font-size: 14px;
    padding: 12px 45px 12px 14px;
  }
  .newsletter-submit {
    padding: 10px 12px;
  }
  .newsletter-submit i {
    font-size: 14px;
  }
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #202A40;
  color: #FFFFFF;
  padding: 18px 28px;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #202A40;
  cursor: pointer;
}
.btn-primary::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A40;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.btn-primary:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #202A40;
}
.btn-primary:hover::before {
  background: #202A40;
  color: #FFFFFF;
}

.btn-primary-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #202A40;
  padding: 18px 28px;
  text-decoration: none;
  text-align: center;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #202A40;
  cursor: pointer;
}
.btn-primary-white::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 20px;
  height: 20px;
  background: #202A40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.btn-primary-white:hover {
  background: #202A40;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-primary-white:hover::before {
  background: #FFFFFF;
  color: #202A40;
}

.btn-primary-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #FFFFFF;
  padding: 18px 28px;
  text-decoration: none;
  text-align: center;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.btn-primary-dark::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A40;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.btn-primary-dark:hover {
  background: #FFFFFF;
  color: #202A40;
  text-decoration: none;
}
.btn-primary-dark:hover::before {
  background: #202A40;
  color: #FFFFFF;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #A676A6;
  color: #FFFFFF;
  padding: 18px 28px;
  text-decoration: none;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #A676A6;
  cursor: pointer;
}
.btn-secondary::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A676A6;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.btn-secondary:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #A676A6;
}
.btn-secondary:hover::before {
  background: #A676A6;
  color: #FFFFFF;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #202A40;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.btn-link::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 20px;
  height: 20px;
  background: #202A40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.btn-link:hover {
  color: #202A40;
  text-decoration: none;
}
.btn-link:hover::before {
  background: #FFFFFF;
  color: #202A40;
}

.btn-link-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #FFFFFF;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.btn-link-white::before {
  content: "\f135";
  font-family: "bootstrap-icons";
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A40;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  order: -1;
}
.btn-link-white:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-link-white:hover::before {
  background: #202A40;
  color: #FFFFFF;
}

.btn-reset {
  display: block;
  width: 100%;
  background: transparent;
  color: #202A40;
  padding: 15px 25px;
  text-decoration: none;
  text-align: center;
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid #202A40;
  cursor: pointer;
}
.btn-reset:hover {
  background: #202A40;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-reset:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 42, 64, 0.25);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #202A40;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  box-shadow: 0 4px 15px rgba(32, 42, 64, 0.3);
}
.back-to-top:hover {
  background-color: rgb(18.4, 24.15, 36.8);
  transform: translateY(18px);
  box-shadow: 0 6px 20px rgba(32, 42, 64, 0.4);
}
.back-to-top:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 42, 64, 0.25);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top i {
  transition: all 0.3s ease;
}
.back-to-top:hover i {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
}
table thead {
  background-color: #F5F5F5;
}
table thead th {
  padding: 16px 12px;
  font-family: "IBMPlexSans-Medium";
  font-size: 13px;
  color: #202A40;
  text-align: center;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  text-transform: uppercase;
  font-weight: 600;
}
table thead th:last-child {
  border-right: none;
}
table tbody tr {
  border-bottom: 1px solid #E0E0E0;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
table tbody td {
  padding: 14px 12px;
  font-family: "IBMPlexSans-Regular";
  font-size: 13px;
  color: #202A40;
  border-right: 1px solid #E0E0E0;
  text-align: center;
}
table tbody td:first-child {
  text-align: left;
  font-family: "IBMPlexSans-Medium";
}
table tbody td:last-child {
  border-right: none;
}
