.aboutus-hero {
  border-top: 1px solid #D9D9D9;
  background: #E3F0F1;
}
.aboutus-hero .aboutus-hero-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutus-hero .aboutus-hero-inner {
    display: block;
    padding: 50px 20px;
  }
}
.aboutus-hero .aboutus-hero-inner .container {
  margin: 0;
  margin-left: auto;
  max-width: 680px;
}
@media (max-width: 1399px) {
  .aboutus-hero .aboutus-hero-inner .container {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .aboutus-hero .aboutus-hero-inner .container {
    max-width: 100%;
    padding: 0;
  }
}
.aboutus-hero .aboutus-hero-inner .aboutus-hero-left {
  width: 100%;
  max-width: 500px;
}
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1;
  color: #1f2a30;
  font-family: "Geologica", sans-serif;
}
.breadcrumb-link {
  font-size: 14px;
  font-family: 'Geologica';
  color: #242A2E;
  font-weight: 300;
  text-decoration: none;
}
.breadcrumb-link:hover,
.breadcrumb-link:focus {
  text-decoration: underline;
}
.breadcrumb-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #242A2E;
}
.breadcrumb-current {
  font-size: 14px;
  font-family: 'Geologica';
  color: #242A2E;
  font-weight: 500;
  text-decoration: underline;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
.aboutus-hero .aboutus-hero-inner .aboutus-hero-left h2 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: #242A2E;
  font-family: "Geologica", sans-serif;
}
@media (max-width: 1399px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-left h2 {
    font-size: 46px;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-left h2 {
    font-size: 42px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-left h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-left h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.aboutus-hero .aboutus-hero-inner .aboutus-hero-left p {
  font-weight: 300;
  margin: 0;
}
.aboutus-hero .aboutus-hero-inner .aboutus-hero-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-right {
    width: 100%;
    margin-top: 30px;
  }
}
.aboutus-hero .aboutus-hero-inner .aboutus-hero-right img {
  width: 100%;
  height: 568px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-right img {
    width: 100%;
    max-width: 720px;
    height: auto;
    aspect-ratio: 720 / 567.62;
  }
}
@media (max-width: 991px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-right img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .aboutus-hero .aboutus-hero-inner .aboutus-hero-right img {
    width: 100%;
    height: auto;
  }
}

.aboutus-story {
  padding: 60px 0;
  background: #f8f8f8;
}
@media (max-width: 479px) {
  .aboutus-story {
    padding: 40px 0;
  }
}
.aboutus-story .aboutus-story-inner {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
.aboutus-story .aboutus-story-inner h3 {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .aboutus-story .aboutus-story-inner h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 20px 0;
  }
}
@media (max-width: 479px) {
  .aboutus-story .aboutus-story-inner h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.aboutus-story .aboutus-story-inner p {
  max-width: 645px;
  margin: 0 auto;
}

.what-we-do {
  margin-top: 0;
  background: #f8f8f8;
}
.what-we-do .what-we-inner {
  align-items: center;
}

.fixed-blue-box {
  padding: 60px 0 0;
  background: #f8f8f8;
}
.fixed-blue-box .fixed-blue-box-inner {
  border-radius: 20px;
  background: #075D61;
  padding: 60px 50px;
}
@media (max-width: 991px) {
  .fixed-blue-box .fixed-blue-box-inner {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .fixed-blue-box .fixed-blue-box-inner {
    padding: 30px 15px;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row:last-child {
  margin-bottom: 0;
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column {
  width: 50%;
  color: #fff;
}
@media (max-width: 991px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column {
    width: 100%;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column h2 {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column h2 {
    margin-bottom: 10px;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column p {
  color: #E3F0F1;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column p {
    line-height: 22px;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column ul {
  padding: 0;
  margin: 0;
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-weight: 300;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17L4 12" stroke="%23C8E1E3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left top 1px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column ul li {
    margin-bottom: 6px;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column img {
  width: 100%;
  max-width: 624px;
  height: 400px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row .fixed-blue-box-column img {
    width: 100%;
    height: auto;
    aspect-ratio: 624 / 400;
    margin: 0;
  }
}
.fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .fixed-blue-box .fixed-blue-box-inner .fixed-blue-box-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}

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