.about__description h1, .about__description h2, .about__description h3, .about__description h4, .about__description h5 {
  font-size: var(--tdfs-display-2);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B494F;
}
.banner {
  position: relative;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__image-container {
  position: relative;
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  bottom: 1.0416666667vw;
  right: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    top: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    top: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    top: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    top: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    left: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    left: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    left: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    bottom: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    bottom: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    right: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    right: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    right: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    right: 2.6666666667vw;
  }
}
.banner__image-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 73, 79, 0.7);
}
.banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

.intro {
  padding: 7.2916666667vw 0vw;
}
@media screen and (max-width: 1199px) {
  .intro {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 13.037809648vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .intro {
    padding: 20.8333333333vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .intro {
    padding: 23.2558139535vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .intro {
    padding: 26.6666666667vw 0vw;
  }
}
.intro__title {
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 1199px) {
  .intro__title {
    margin-bottom: 4.1701417848vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__title {
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .intro__title {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 430px) {
  .intro__title {
    margin-bottom: 6.976744186vw;
  }
}
@media screen and (max-width: 375px) {
  .intro__title {
    margin-bottom: 8vw;
  }
}

.about__row {
  position: relative;
}
.about__row.odd {
  background-color: #1B494F;
}
.about__row.odd .about__image {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about__row.odd .about__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__row.odd .about__image {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .about__row.odd .about__image {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .about__row.odd .about__image {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .about__row.odd .about__image {
    margin-bottom: 5.3333333333vw;
  }
}
.about__row.odd .about__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .about__row.odd .about__container {
    position: static;
  }
}
.about__row.odd .about__title {
  color: #ffffff;
}
.about__row.odd .about__content {
  color: #ffffff;
  padding: 1.0416666667vw 0vw;
}
@media screen and (max-width: 1199px) {
  .about__row.odd .about__content {
    padding: 1.6680567139vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .about__row.odd .about__content {
    padding: 2.6075619296vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .about__row.odd .about__content {
    padding: 4.1666666667vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .about__row.odd .about__content {
    padding: 4.6511627907vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .about__row.odd .about__content {
    padding: 5.3333333333vw 0vw;
  }
}
.about__row.even {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1199px) {
  .about__row.even {
    padding: 10.0083402836vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .about__row.even {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .about__row.even {
    padding: 12.5vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .about__row.even {
    padding: 13.9534883721vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .about__row.even {
    padding: 16vw 0vw;
  }
}
.about__row.even .about__image {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about__row.even .about__image {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .about__row.even .about__image {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .about__row.even .about__image {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .about__row.even .about__image {
    margin-bottom: 5.3333333333vw;
  }
}
.about__title {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1199px) {
  .about__title {
    margin-bottom: 3.3361134279vw;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .about__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .about__title {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .about__title {
    margin-bottom: 5.3333333333vw;
  }
}
.about__description h1, .about__description h2, .about__description h3, .about__description h4, .about__description h5 {
  color: #ffffff;
}
.about__button {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1199px) {
  .about__button {
    margin-top: 3.3361134279vw;
  }
}
@media screen and (max-width: 767px) {
  .about__button {
    margin-top: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .about__button {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .about__button {
    margin-top: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .about__button {
    margin-top: 5.3333333333vw;
  }
}

/*# sourceMappingURL=about.css.map */
