:root, body {
  --tj-container: 1040px;
  --tj-color--main: #877650;
  --tj-color--main-rgb: 135, 118, 80;
  --tj-color--hover: #706243;
  --tj-color--hover-rgb: 112, 98, 67;
  --tj-color--pressed: #433B28;
  --tj-color--pressed-rgb: 67, 59, 40;
  --tj-color--surface: #E7E4DC;
  --tj-color--surface-rgb: 231, 228, 220;
  --tj-color--border: #C3BAA7;
  --tj-color--border-rgb: 195, 186, 167;
  --tj-color--bg-gradient: linear-gradient(180deg, #171F24 0%, #141414 100%);
  --tj-color--bg-header: transparent;
  --tj-color--bg-body: #050505;
  --tj-color--bg-post: transparent;
  --tj-color--fg: #FFF;
  --tj-color--fg-rgb: 255, 255, 255;
}

main.landing-page .content-wrapper {
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

main.landing-page .content-wrapper .home-title {
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  main.landing-page .content-wrapper .home-title {
    font-size: 25px;
  }
}

main.contact-page {
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 0.025em;
}

@media (max-width: 991.98px) {
  main.contact-page {
    padding-right: calc(36px * 2);
  }
}

main.contact-page .content-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

main.contact-page .content-wrapper .contact-info {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 2.5%;
}

main.contact-page .content-wrapper .contact-name {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  main.contact-page .content-wrapper .tj-container-content > .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  main.contact-page .content-wrapper .contact-photo {
    text-align: center;
    margin-bottom: 72px;
  }
  main.contact-page .content-wrapper .contact-photo img {
    width: 190px;
    height: auto;
    object-fit: contain;
  }
}

body [class*=container]:not(.tj-container-content) {
  margin: 0 0 0 0;
  padding-left: 36px;
}

@media (max-width: 991.98px) {
  body [class*=container]:not(.tj-container-content) {
    padding-right: 36px;
  }
}

main.template-page {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: auto;
  position: relative;
}

main.template-page .list-of-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  z-index: 49;
  padding-top: 215px;
  padding-left: 36px;
  padding-bottom: 36px;
}

main.template-page .list-of-content .label-side-nav {
  text-decoration: underline;
}

@media (min-width: 992px) {
  main.template-page .list-of-content.loc-desktop {
    display: block;
  }
}

@media (max-width: 991.98px) {
  main.template-page .list-of-content.loc-desktop {
    display: none;
  }
}

main.template-page .list-of-content .content-list {
  position: sticky;
  top: 215px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

main.template-page .list-of-content .content-list > li:not(:last-child) {
  margin-bottom: 8px;
}

main.template-page .list-of-content .content-list > li a {
  opacity: 0.33;
  text-decoration: none;
}

main.template-page .list-of-content .content-list > li.active a {
  text-decoration: underline;
  opacity: 1;
}

main.template-page .list-of-content.loc-mobile {
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 135px;
  text-align: center;
  z-index: 1;
}

@media (min-width: 992px) {
  main.template-page .list-of-content.loc-mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  main.template-page .list-of-content.loc-mobile {
    display: block;
  }
}

main.template-page .list-of-content.loc-mobile .content-list {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  top: 0;
  overflow-y: auto;
  max-height: 170px;
}

main.template-page .list-of-content.loc-mobile .content-list > li:not(:last-child) {
  margin-bottom: 18px;
}

main.template-page .go-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 40px;
  z-index: 5;
}

@media (max-width: 991.98px) {
  main.template-page .go-next {
    bottom: calc(46px + 72px);
  }
}

@media (min-width: 992px) {
  main.template-page .go-next.go-next-child {
    display: none;
  }
}

main.template-page .go-next svg {
  width: 100%;
  height: 100%;
}

main.template-page.template-projects section.section-wrapper {
  z-index: 50;
}

main.template-page.template-projects section.section-wrapper.parent-section {
  z-index: 10;
}

@media (min-width: 992px) {
  main.template-page.template-projects section.section-wrapper.parent-section .section-content:not(.child-section) .content-wrapper {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  main.template-page.template-projects section.section-wrapper.parent-section .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    padding-bottom: 200px;
  }
  main.template-page.template-projects section.section-wrapper.parent-section .content-wrapper .page-title {
    font-size: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  main.template-page.template-projects section.section-wrapper .child-section {
    padding-top: 135px;
    overflow-y: auto;
  }
  main.template-page.template-projects section.section-wrapper .child-section .content-wrapper {
    padding-bottom: 0;
    height: calc(100% - 50px);
    text-align: left;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  main.template-page.template-projects section.section-wrapper .child-section .content-wrapper .content-main {
    max-width: 100%;
  }
}

main.template-page:not(.template-projects) section.section-wrapper {
  z-index: 50;
}

main.template-page:not(.template-projects) section.section-wrapper.parent-section, main.template-page:not(.template-projects) section.section-wrapper.child-section {
  z-index: 10;
}

@media (max-width: 991.98px) {
  main.template-page:not(.template-projects) section.section-wrapper.parent-section, main.template-page:not(.template-projects) section.section-wrapper.child-section {
    height: 100vh;
  }
  body.admin-bar main.template-page:not(.template-projects) section.section-wrapper.parent-section, body.admin-bar main.template-page:not(.template-projects) section.section-wrapper.child-section {
    height: calc(100vh - 32px);
  }
}

@media (max-width: 767.98px) {
  body.admin-bar main.template-page:not(.template-projects) section.section-wrapper.parent-section, body.admin-bar main.template-page:not(.template-projects) section.section-wrapper.child-section {
    height: calc(100vh - 46px);
  }
}

main.template-page.page-programs section.section-content .content-wrapper {
  height: calc(100% - 50px);
}

main.template-page section.section-content {
  padding-top: 105px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
}

@media (max-width: 991.98px) {
  main.template-page section.section-content {
    padding-top: 310px;
    padding-bottom: 60px;
    height: 100vh;
  }
}

main.template-page section.section-content .content-wrapper {
  position: relative;
  z-index: 5;
  height: 100%;
  padding-bottom: 70px;
  margin: 0 0 0 0;
  padding-top: 100px;
  margin-left: var(--ml-gap);
  max-width: var(--wp--style--global--wide-size);
  overflow-x: hidden;
  overflow-y: hidden;
}

main.template-page section.section-content .content-wrapper .tj-container-content {
  max-width: calc(100vw - var(--ml-gap) - 36px);
}

@media (max-width: 991.98px) {
  main.template-page section.section-content .content-wrapper {
    margin-left: -36px;
    margin-right: -36px;
    padding-right: 36px;
    padding-left: 36px;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: auto;
  }
  main.template-page section.section-content .content-wrapper .tj-container-content {
    max-width: 100%;
  }
  main.template-page section.section-content .content-wrapper .tj-container-content > .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

main.template-page section.first-section {
  position: relative;
}

@media (max-width: 991.98px) {
  main.template-page section.first-section {
    padding-top: 130px;
  }
}

main.template-page section.first-section .page-title {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  main.template-page section.first-section .page-title {
    font-size: 25px;
  }
}

main.template-page section.first-section .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  main.template-page section.first-section .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

main.template-page section.first-section .page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

main.template-page section.parent-section .content-wrapper .page-title {
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

main.template-page section.child-section .content-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 2.5%;
}

main.template-page section.child-section .content-wrapper .content-main {
  max-width: 474px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 2.5%;
  overflow-y: auto;
  padding: 8px 0;
  max-height: calc(100vh - 330px);
}

@media (min-width: 992px) {
  main.template-page section.child-section .content-wrapper .content-main.content-fullwidth {
    max-width: 100%;
  }
  main.template-page section.child-section .content-wrapper .content-main.content-col-2 {
    column-count: 2;
    column-gap: 24px;
  }
  main.template-page section.child-section .content-wrapper .content-main.content-col-2 > * {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
  }
}

@media (max-width: 991.98px) {
  main.template-page section.child-section .content-wrapper .content-main {
    overflow-y: unset;
  }
}

main.template-page section.child-section .content-wrapper .content-main::-webkit-scrollbar {
  width: 8px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

main.template-page section.child-section .content-wrapper .content-main::-webkit-scrollbar-thumb {
  background: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}

main.template-page section.child-section .content-wrapper .content-main:hover::-webkit-scrollbar {
  background: #101828;
}

main.template-page section.child-section .content-wrapper .content-main:hover::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}

main.template-page section.child-section .content-wrapper .content-main p:first-of-type {
  margin-top: 0;
}

main.template-page section.child-section .content-wrapper .content-image .page-img {
  max-width: 100%;
  height: 349px;
  width: auto;
  object-fit: contain;
  object-position: top;
}

@media (max-width: 991.98px) {
  main.template-page section.child-section .content-wrapper .content-image {
    margin-bottom: 30px;
    text-align: center;
  }
  main.template-page section.child-section .content-wrapper .content-image .page-img {
    height: 280px;
  }
}
