@layer reset, base, page, custom;
:root {
  --l-H-hero: 680px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #201E1F;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #848492;
  --c-primary: #B47860;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1280px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-about .s-wrapper section.about-content {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(167, 117, 83, 0.2);
  border-radius: 20px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 678px) {
  .p-about .s-wrapper section.about-content {
    padding: 25px;
  }
}
.p-about .s-wrapper section.about-content .title {
  font-size: 28px;
  color: #537362;
  font-weight: 500;
  padding: 20px 0 35px 0;
}
.p-about .s-wrapper section.about-content .about-founder {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-about .s-wrapper section.about-content .about-founder {
    flex-direction: column;
  }
}
.p-about .s-wrapper section.about-content .about-founder .avatar {
  width: 300px;
  aspect-ratio: 3/3.15;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 551px) {
  .p-about .s-wrapper section.about-content .about-founder .avatar {
    width: 100%;
  }
}
.p-about .s-wrapper section.about-content .about-founder .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .s-wrapper section.about-content .about-founder .message {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 15px;
  color: #201E1F;
  position: relative;
  padding: 75px 50px;
}
@media only screen and (max-width: 551px) {
  .p-about .s-wrapper section.about-content .about-founder .message {
    padding: 75px 20px;
  }
}
.p-about .s-wrapper section.about-content .about-founder .message p {
  margin: 0;
  position: relative;
  z-index: 5;
}
.p-about .s-wrapper section.about-content .about-founder .message::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  background: url(../images/deco_about_1.png) no-repeat center top/contain;
  top: -35px;
  right: 5%;
  pointer-events: none;
}
.p-about .s-wrapper section.about-content .about-founder .message::after {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  background: url(../images/deco_about_2.png) no-repeat center bottom/contain;
  bottom: -35px;
  left: 10%;
  pointer-events: none;
}
.p-about .s-wrapper section.about-content .about-platform {
  color: #201E1F;
  padding: 30px 0;
}
.p-about .s-wrapper section.about-content .about-platform h2 {
  font-size: 24px;
  padding: 15px 0;
}
.p-about .s-wrapper section.about-content .about-platform p {
  font-size: 16px;
}
.p-about .s-wrapper section.about-content .about-platform p a {
  text-decoration: none;
  color: #537362;
}
.p-about .s-wrapper section.about-content .about-platform .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info {
  border-right: 1px solid #D7CFC2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 551px) {
  .p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info {
    border: none;
  }
}
.p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info:first-of-type {
  padding-right: 20px;
}
.p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info:last-of-type {
  border-right: none;
}
.p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info.phone::before {
  background: url(../images/ic_phone.png) no-repeat center center/contain;
}
.p-about .s-wrapper section.about-content .about-platform .contact-details .contact-info.email::before {
  background: url(../images/ic_message.png) no-repeat center center/contain;
}
.p-about .s-wrapper section.about-content .widget {
  padding: 50px;
  background-color: #FAF6EF;
  border-radius: 20px;
  line-height: 1.75;
  font-size: 17px;
}
@media only screen and (max-width: 551px) {
  .p-about .s-wrapper section.about-content .widget {
    padding: 50px 20px;
  }
}

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