@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);
  }
}
.landing-page.article-page {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(167, 117, 83, 0.2);
  display: flex;
  flex-direction: row;
  gap: 35px;
}
@media only screen and (max-width: 860px) {
  .landing-page.article-page {
    flex-direction: column;
  }
}
.landing-page.article-page .article-content {
  flex: 1;
}
.landing-page.article-page .article-content .title {
  color: #201E1F;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 10px;
}
.landing-page.article-page .article-content .intro-text {
  font-size: 18px;
  line-height: 1.5;
  color: #4A4245;
}
.landing-page.article-page .article-content .addon-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 20px 0;
  flex-wrap: wrap;
  gap: 25px;
}
.landing-page.article-page .article-content .addon-info ul.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.landing-page.article-page .article-content .addon-info ul.tags li.list-inline-item {
  margin: 0;
}
.landing-page.article-page .article-content .addon-info ul.tags li.list-inline-item a.btn {
  font-size: 13px;
  line-height: 1.5;
  color: #201E1F;
  padding: 5px 13px;
  border-radius: 20px;
  background-color: #DEDCDC;
  border: none;
}
.landing-page.article-page .article-content .addon-info .details {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #615859;
  flex-wrap: wrap;
}
.landing-page.article-page .article-content .full-text {
  font-size: 16px;
  line-height: 25px;
  color: #201E1F;
  padding: 20px 0;
  border-top: 1px solid #837977;
  border-bottom: 1px solid #837977;
}
.landing-page.article-page .article-content .full-text p {
  margin: 0;
}
.landing-page.article-page .article-content .more-info {
  padding: 20px 0;
  font-size: 16px;
  line-height: 2;
  color: #4A4245;
}
.landing-page.article-page .article-content .more-info p {
  margin: 0;
}
.landing-page.article-page .article-content .more-info a {
  text-decoration: none;
  color: #537362;
}

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