/*
Theme Name: hoch3
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: thyme.studio
Author URI: https://thyme.studio/
Description:
Tags:
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: hoch3
*/
@import "includes/scss/swiper-bundle.min.css";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.hide-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("includes/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("includes/fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("includes/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("includes/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

body {
  height: 100%;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#main {
  position: relative;
  display: block;
  padding-top: 6rem;
  flex: 1;
}

.--maxwrap {
  max-width: 76rem;
  padding: 2rem 1.3333333333rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .--maxwrap {
    padding: 2.6666666667rem 2.6666666667rem;
  }
}

.--extendPadding {
  padding-top: clamp(30px, 4vw, 60px);
  padding-bottom: clamp(30px, 4vw, 60px);
}

p:not(:last-of-type) {
  margin-bottom: 0.6666666667rem;
}

#header {
  background: white;
  position: absolute;
  display: flex;
  width: 100%;
  padding: 1.3333333333rem 1.3333333333rem;
  top: 0;
  left: 0;
  justify-content: space-between;
  box-shadow: 0 0 0.6666666667rem 0 rgba(87, 96, 102, 0.25);
  z-index: 11;
}
#header .custom-logo-link {
  position: relative;
  display: inline-block;
}
#header .custom-logo-link img {
  position: relative;
  display: block;
  width: auto;
  height: 3.3333333333rem;
}
#header.--fixed {
  background: white;
  position: fixed;
  transform: translateY(-6rem);
}
#header.--visible {
  margin-top: 6rem;
}
#header.--transition {
  transition: 0.3s ease-in-out;
}
#header .navigation {
  background: #36c504;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#header .navigation > div {
  position: relative;
  display: block;
  padding: 6.6666666667rem 1.3333333333rem 1.3333333333rem;
}
@media only screen and (min-width: 1080px) {
  #header .navigation {
    background: none;
    position: relative;
    display: flex !important;
    align-items: center;
  }
  #header .navigation > div {
    position: relative;
    display: block;
    padding: 0;
  }
}
#header .navigation ul {
  font-size: clamp(24px, 3vw, 36px);
}
@media only screen and (min-width: 1080px) {
  #header .navigation ul {
    position: relative;
    display: flex;
    column-gap: clamp(20px, 3vw, 40px);
    font-size: 1rem;
  }
}
#header .navigation li {
  position: relative;
  display: block;
  margin-bottom: 0.6666666667rem;
}
@media only screen and (min-width: 1080px) {
  #header .navigation li {
    margin-bottom: -0.3333333333rem;
  }
}
#header .navigation li.current-page-ancestor a, #header .navigation li.current-menu-item a {
  color: white;
}
@media only screen and (min-width: 1080px) {
  #header .navigation li.current-page-ancestor a, #header .navigation li.current-menu-item a {
    color: #36c504;
  }
}
#header .navigation li.current-page-ancestor a::before, #header .navigation li.current-menu-item a::before {
  content: "";
  background: none;
  position: absolute;
  display: block;
  top: -0.3333333333rem;
  right: -1rem;
  bottom: -0.3333333333rem;
  left: -1rem;
  border: solid 0.0666666667rem #36c504;
  border-radius: 100em;
  z-index: -1;
}
#header .navigation li a {
  position: relative;
  padding: 0.6666666667rem 0;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 1080px) {
  #header .navigation li a {
    padding: 0;
    color: black;
  }
}

#navigation-toggle {
  position: relative;
  display: block;
  width: 2.9333333333rem;
  height: 2.9333333333rem;
  padding: 0.3333333333rem;
  margin-top: 0.3333333333rem;
  z-index: 12;
}
#navigation-toggle .close,
#navigation-toggle .open {
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 0;
  padding: 0;
}
#navigation-toggle .close svg path, #navigation-toggle .close svg rect,
#navigation-toggle .open svg path,
#navigation-toggle .open svg rect {
  fill: #36c504;
}
#navigation-toggle .close {
  display: none;
}
#navigation-toggle .close svg path, #navigation-toggle .close svg rect {
  fill: white;
}
@media only screen and (min-width: 768px) {
  #navigation-toggle {
    display: none;
  }
}

.--menu-open #navigation-toggle .close {
  display: block;
}
.--menu-open #navigation-toggle .open {
  display: none;
}
.--menu-open #header .navigation {
  display: block;
}

.prefooter {
  background: #ecf6e4;
}
.prefooter__wrap {
  position: relative;
  display: block;
}
.prefooter__widget {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prefooter__widget .image {
  position: relative;
  display: block;
  width: auto !important;
  height: 6.6666666667rem !important;
  max-height: 5rem;
}
.prefooter__widget .image:not(:last-of-type) {
  margin-right: 1.3333333333rem;
}
.prefooter__widget .textwidget {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1.3333333333rem;
  color: black;
}
@media only screen and (min-width: 768px) {
  .prefooter__widget .textwidget {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-left: 2rem;
    flex: 1;
  }
  .prefooter__widget .textwidget > * {
    position: relative;
    display: block;
    max-width: 33.3333333333rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.footer {
  background: white;
  position: relative;
  display: block;
}
.footer__wrap {
  position: relative;
}
.footer__widgets {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.3333333333rem;
  row-gap: 2rem;
}
.footer__widget {
  position: relative;
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .footer__widget {
    width: calc(25% - 20px);
  }
}
.footer__logo {
  position: relative;
  display: block;
  margin-bottom: 1.3333333333rem;
  height: 1.6666666667rem;
}
.footer__logo img {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
}
.footer__copyright {
  position: relative;
  display: block;
  width: 100%;
  margin: 4rem 0 0;
  padding: 0.6666666667rem 0 0;
  border-top: solid 0.1333333333rem #36c504;
  color: #576066;
}
.footer .menu li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.footer .menu li a {
  display: inline-block;
  padding: 0.2rem 0;
  color: inherit;
  text-decoration: none;
}

.readmore__toggle .more {
  display: block;
}
.readmore__toggle .less {
  display: none;
}
.readmore__btns {
  margin-top: clamp(5px, 2vw, 15px);
}
.readmore__btns > * {
  margin-right: 0.3333333333rem;
}
.readmore__text {
  display: none;
}
.readmore.--active .readmore__toggle .more {
  display: none;
}
.readmore.--active .readmore__toggle .less {
  display: block;
}
.readmore.--active .readmore__text {
  display: block;
  margin-bottom: 0.6666666667rem;
}

.btn {
  background: black;
  position: relative;
  display: inline-flex;
  padding: 0.4em 1.75em;
  border: solid 0.1333333333rem black;
  border-radius: 100em;
  color: white;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  vertical-align: top;
}
.btn--square {
  padding: 0.5em;
}
.btn--square span {
  position: relative;
  display: block;
  width: 1.2666666667rem;
  height: 1.2666666667rem;
}
.btn.btn--border {
  background: none;
  color: #36c504;
}
.btn--white {
  background: white;
  border-color: white;
  color: black;
}
.btn--white.btn--border {
  background: none;
  color: white;
}
.btn--black {
  background: black;
  border-color: black;
  color: white;
}
.btn--black.btn--border {
  background: none;
  color: black;
}
.single-meta__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .single-meta__wrap {
    flex-direction: row;
    align-items: end;
  }
}
.single-meta .author {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667rem;
}
@media only screen and (min-width: 768px) {
  .single-meta .author {
    width: 50%;
    margin-bottom: 0;
  }
}
.single-meta .author__thumb {
  position: relative;
  display: block;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 100%;
}
.single-meta .author__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.single-meta .author__info {
  display: block;
  font-weight: 600;
  padding-left: 0.6666666667rem;
}
.single-meta .author__info span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}
.single-meta .published {
  position: relative;
  display: flex;
  color: #576066;
  font-weight: 600;
  justify-content: end;
}
@media only screen and (min-width: 768px) {
  .single-meta .published {
    width: 50%;
  }
}
.single-meta .published-icon {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5333333333rem;
}
.single-meta .published-icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.single-meta .published-icon svg path {
  fill: #576066;
}

.keyvisual {
  background: #ccc;
  position: relative;
  display: block;
  width: 100%;
  overflow: clip;
}
.keyvisual.--full {
  height: calc(100vh - 65px);
}
.keyvisual.--threequarter {
  height: calc(75vh - 65px);
}
.keyvisual.--half {
  height: calc(50vh - 65px);
}
.keyvisual__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: end;
  text-align: center;
}
.keyvisual__content {
  position: relative;
  max-width: 60rem;
  margin: 0 auto 1.3333333333rem;
  z-index: 1;
}
.keyvisual__thumb {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.keyvisual__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.keyvisual__title {
  position: relative;
  display: block;
  margin-bottom: 0.6666666667rem;
  color: white;
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 0 0.6666666667rem rgba(0, 0, 0, 0.25), 0 0 0.3333333333rem rgba(0, 0, 0, 0.5);
}
.keyvisual__title h1 {
  font-size: 1.4em;
}
.keyvisual__btns {
  position: relative;
  z-index: 1;
}

.social-banner {
  background: #36c504;
  position: relative;
  display: block;
  color: white;
}
.social-banner__wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .social-banner__wrap {
    padding-right: clamp(40px, 8vw, 120px);
    padding-left: clamp(40px, 8vw, 120px);
  }
}
.social-banner__title {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 600;
}
.social-banner__desc {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  font-size: clamp(18px, 2vw, 21px);
}
.social-banner__list ul {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.social-banner__list li.icon-facebook a {
  background-image: url("assets/media/icon/icons_facebook.svg");
}
.social-banner__list li.icon-instagram a {
  background-image: url("assets/media/icon/icons_instagram.svg");
}
.social-banner__list li a {
  position: relative;
  display: block;
  width: 2.3333333333rem;
  height: 2.3333333333rem;
  border-radius: 100%;
  text-indent: -999em;
}

.related {
  background: white;
  position: relative;
  display: block;
  overflow: clip;
}
.related__title {
  position: relative;
  display: block;
  margin-bottom: clamp(20px, 4vw, 40px);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
}
@media only screen and (min-width: 1080px) {
  .related-topics {
    overflow: clip;
  }
}
.related-topic {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .related-topic {
    display: flex;
    gap: 1.3333333333rem;
    align-items: start;
  }
}
@media only screen and (min-width: 1080px) {
  .related-topic {
    width: 50%;
  }
}
.related-topic__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.6666666667rem;
  padding-bottom: 56.25%;
  border-radius: 0.6666666667rem;
  overflow: clip;
}
.related-topic__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 0.6666666667rem;
  overflow: clip;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.related-topic__thumb:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .related-topic__thumb {
    width: 40%;
    margin-bottom: 0;
    padding-bottom: 26.6666666667%;
  }
}
@media only screen and (min-width: 1080px) {
  .related-topic__thumb {
    width: 33.3333333333%;
    padding-bottom: 22.2222222222%;
  }
}
@media only screen and (min-width: 768px) {
  .related-topic__content {
    width: 60%;
  }
}
@media only screen and (min-width: 1080px) {
  .related-topic__content {
    width: 66.6666666667%;
  }
}
.related-topic__title {
  position: relative;
  display: block;
  margin-bottom: 0.3333333333rem;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
}
@media only screen and (min-width: 1080px) {
  .related-topic__title {
    padding-right: 1.3333333333rem;
  }
}
.related-topic__desc {
  position: relative;
  display: block;
  margin-bottom: 0.6666666667rem;
}
@media only screen and (min-width: 1080px) {
  .related-topic__desc {
    padding-right: 1.3333333333rem;
  }
}
.related-topic__btn {
  color: inherit;
  text-decoration: none;
}

.tag {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  border: solid 0.0666666667rem #36c504;
  border-radius: 100em;
}

.chapters {
  background: #ecf6e4;
  position: relative;
  display: block;
}
.chapters__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .chapters__items {
    column-gap: 2rem;
    row-gap: 3.3333333333rem;
  }
}

.chapters-person {
  background: white;
  position: relative;
  display: block;
  margin-top: 2rem;
  padding: 2rem 2rem 3.3333333333rem;
  border-radius: 0.6666666667rem;
}
@media only screen and (min-width: 768px) {
  .chapters-person {
    display: flex;
    width: 50%;
    align-items: start;
  }
}
@media only screen and (min-width: 1080px) {
  .chapters-person {
    background: none;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.6666666667rem;
    padding: 0;
    border-radius: 0;
  }
}
.chapters-person__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.3333333333rem;
  padding-bottom: 100%;
  border-radius: 0.6666666667rem;
  color: inherit;
  text-decoration: none;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .chapters-person__thumb {
    width: 30%;
    padding-bottom: 30%;
  }
}
@media only screen and (min-width: 1080px) {
  .chapters-person__thumb {
    width: 40%;
    padding-bottom: 40%;
    margin-bottom: 0.6666666667rem;
  }
}
.chapters-person__thumb:hover img {
  transform: scale(1.1);
}
.chapters-person__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 0.6666666667rem;
  overflow: clip;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.chapters-person__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .chapters-person__content {
    width: 50%;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1080px) {
  .chapters-person__content {
    width: 100%;
    padding-left: 0;
  }
}
.chapters-person__name {
  position: relative;
  display: block;
  margin-bottom: 0.3333333333rem;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .chapters-person__name {
    font-size: clamp(18px, 2vw, 21px);
  }
}
@media only screen and (min-width: 1080px) {
  .chapters-person__name {
    font-size: 1.2em;
  }
}
.chapters-person__pronouns {
  font-size: 0.8rem;
  font-style: italic;
  color: #576066;
}
.chapters-person__position {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .chapters-person__position {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1080px) {
  .chapters-person__position {
    font-size: 0.9em;
  }
}
.chapters-person__desc {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media only screen and (min-width: 1080px) {
  .chapters-person__desc {
    font-size: 0.8rem;
  }
}
.chapters-person__contact > div span {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1080px) {
  .chapters-person__contact > div {
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 600;
  }
  .chapters-person__contact > div .icon {
    margin-right: 0.3333333333rem;
  }
}
.chapters-person__contact > a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  color: #36c504;
}
@media only screen and (min-width: 1080px) {
  .chapters-person__contact > a {
    font-size: 0.9em;
  }
}
.chapters-person__contact .icon {
  position: relative;
  display: inline-block;
  width: 0.9333333333rem;
  height: 0.9333333333rem;
  margin-right: 0.4666666667rem;
}
.chapters-person__contact .icon svg {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.chapters-person__contact .icon svg path {
  fill: #36c504;
}

.chapter {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .chapter {
    width: calc(50% - 15px);
  }
}
.chapter__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: clamp(5px, 2vw, 15px);
  padding-bottom: 56.25%;
  border-radius: 0.6666666667rem;
  color: inherit;
  text-decoration: none;
  overflow: clip;
}
.chapter__thumb:hover > img {
  transform: scale(1.1);
}
.chapter__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 0.6666666667rem;
  overflow: clip;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.chapter__title {
  position: relative;
  display: block;
  margin-bottom: clamp(5px, 2vw, 10px);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
}
.chapter__title a {
  color: inherit;
  text-decoration: none;
}
.chapter__desc {
  position: relative;
  display: block;
  margin-bottom: clamp(5px, 2vw, 10px);
}
.chapter__desc a {
  margin-top: 0;
}

.images {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.images img {
  border-radius: 0;
}
.images .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 2.6666666667rem;
  height: 0.3333333333rem;
  border-radius: 100em;
  opacity: 1;
}
.images .swiper-pagination-bullet-active {
  background: white;
}

.introduction {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .introduction {
    min-height: 44.6666666667rem;
  }
}
.introduction__title {
  position: relative;
  display: block;
  margin-bottom: clamp(15px, 4vw, 30px);
  color: black;
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 600;
}
.introduction__desc {
  position: relative;
  display: block;
  margin-bottom: clamp(15px, 4vw, 30px);
  font-size: 1rem;
}
.introduction.--center .introduction__wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .introduction.--center .introduction__wrap {
    padding-right: clamp(40px, 8vw, 120px);
    padding-left: clamp(40px, 8vw, 120px);
  }
}

.faqs {
  background: #ecf6e4;
  position: relative;
  display: block;
}
.faq {
  position: relative;
  display: block;
}
.faq:not(:last-of-type) {
  border-bottom: solid 0.1333333333rem #36c504;
  padding-bottom: 1.3333333333rem;
}
.faq:not(:first-of-type) {
  margin-top: 1.3333333333rem;
}
.faq__question {
  position: relative;
  display: block;
  margin-right: 3.3333333333rem;
  font-size: clamp(18px, 2vw, 21px);
}
@media only screen and (min-width: 768px) {
  .faq__question {
    width: 80%;
    padding-top: 0.3333333333rem;
  }
}
.faq__answer {
  position: relative;
  padding: 1.3333333333rem 0;
}
.faq__toggle {
  position: absolute;
  top: 0;
  right: 0;
}
.faq__toggle .open,
.faq__toggle .close {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.faq__toggle .open svg,
.faq__toggle .close svg {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.faq__toggle .close {
  display: none;
}
.faq.--active .faq__toggle .open {
  display: none;
}
.faq.--active .faq__toggle .close {
  display: block;
}

.gallery {
  position: relative;
  display: block;
  overflow: clip;
}
.gallery-item {
  position: relative;
  display: block;
  width: auto;
  margin-bottom: clamp(5px, 2vw, 15px);
  border-radius: 0.6666666667rem;
  color: inherit;
  text-decoration: none;
  overflow: clip;
}
.gallery-item:not(:last-of-type) {
  margin-right: 1.3333333333rem;
}
.gallery-item img {
  position: relative;
  display: block;
  width: auto;
  height: 40vh;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 0.6666666667rem;
  overflow: clip;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-top: clamp(10px, 4vw, 20px);
  margin-bottom: clamp(5px, 2vw, 10px);
  font-weight: 600;
}
.text h1, .text h2, .text h3 {
  color: #36c504;
}
.text h1 {
  font-size: clamp(30px, 4vw, 45px);
}
.text h2 {
  font-size: clamp(24px, 3vw, 36px);
}
.text h3 {
  font-size: clamp(18px, 2vw, 21px);
}
.text h4 {
  font-size: 1rem;
}
.text h5 {
  font-size: 1rem;
}
.text h6 {
  font-size: 1rem;
}
.text b, .text strong {
  font-weight: 600;
}
.text a {
  color: #36c504;
  text-decoration: none;
}
.text ul {
  list-style: disc;
  color: black;
  padding: 0.6666666667rem 0 1.3333333333rem 1.6666666667rem;
}
.text ul li:not(:last-of-type) {
  margin-bottom: 0.3333333333rem;
}

p {
  position: relative;
  display: block;
}
p:not(:last-of-type) {
  margin-bottom: 0.6666666667rem;
}

.jobs {
  position: relative;
  display: block;
  padding-bottom: 4vw;
}
.jobs__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333rem;
}

.job {
  background: white;
  position: relative;
  display: flex;
  padding: 0.6666666667rem;
  flex-direction: column;
  border: solid 0.0666666667rem rgba(87, 96, 102, 0.25);
  border-radius: 0.6666666667rem;
  box-shadow: 0 0.3333333333rem 0.6666666667rem 0 rgba(87, 96, 102, 0.125);
}
@media only screen and (min-width: 768px) {
  .job {
    flex-direction: row;
    padding: 1.3333333333rem;
  }
}
.job__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.6666666667rem;
  padding-bottom: 50%;
  border-radius: 0.6666666667rem;
  color: inherit;
  text-decoration: none;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .job__thumb {
    width: 33.3333333333%;
    margin-bottom: 0;
    padding-bottom: 22.2222222222%;
  }
}
@media only screen and (min-width: 1080px) {
  .job__thumb {
    width: 25%;
    padding-bottom: 16.6666666667%;
  }
}
.job__thumb:hover img {
  transform: scale(1.1);
}
.job__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 0.6666666667rem;
  overflow: clip;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .job__content {
    display: flex;
    width: 66.6666666667%;
    padding-left: 1.3333333333rem;
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 1080px) {
  .job__content {
    width: 75%;
  }
}
.job__title {
  position: relative;
  display: block;
  margin-bottom: 0.3333333333rem;
  color: #36c504;
  font-size: clamp(18px, 2vw, 21px);
}
.job__desc {
  position: relative;
  display: block;
  margin-bottom: 0.6666666667rem;
}
@media only screen and (min-width: 768px) {
  .job__desc {
    flex: 1;
  }
}
.downloads__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .downloads__wrap {
    gap: 0.6666666667rem;
  }
}

.download {
  position: relative;
  width: 100%;
  padding: 0.6666666667rem;
  border: solid 0.1333333333rem #576066;
  border-top-width: 0.0666666667rem;
  border-bottom-width: 0.2rem;
  border-radius: 0.5333333333rem;
}
@media only screen and (min-width: 768px) {
  .download {
    width: calc(50% - 10px);
    padding: 0.6666666667rem 1rem 1rem;
    transition: 0.3s ease-in-out;
  }
  .download:hover {
    background: rgba(54, 197, 4, 0.2);
    border-color: #36c504;
  }
  .download:hover .download__icon svg {
    fill: #36c504;
  }
}
@media only screen and (min-width: 1080px) {
  .download {
    width: calc((100% - 20px) / 3);
  }
}
.download:not(:last-of-type) {
  margin-bottom: 0.6666666667rem;
}
@media only screen and (min-width: 768px) {
  .download:not(:last-of-type) {
    margin: 0;
  }
}
.download__wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  justify-content: end;
}
.download__content {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
  align-items: end;
  flex: 1;
}
.download__title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.3333333333rem;
  color: #36c504;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
}
.download__icon {
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-right: 0.3333333333rem;
}
.download__icon svg {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  fill: #576066;
  transition: 0.3s ease-in-out;
}
.download__type {
  position: relative;
  margin-right: 0.3333333333rem;
  text-transform: uppercase;
}
.download_filesize {
  font-weight: 600;
}
.download__desc {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.3333333333rem;
  color: #576066;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.2;
}
.download__link {
  background: cyan;
}

.anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.password-form {
  position: relative;
  display: block;
  height: 100%;
}
.password-form__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.password-form__wrap > div {
  position: relative;
  display: block;
  max-width: 40rem;
  text-align: center;
}
.password-form__wrap > div p {
  color: #36c504;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
}
.password-form__wrap > div p span {
  display: block;
  margin: 0.6666666667rem 0;
  color: #576066;
  font-size: 1rem;
  font-weight: normal;
}
.password-form form input {
  background: none;
  position: relative;
  display: inline-flex;
  padding: 0.4em 0.75em;
  border: solid 0.1333333333rem #576066;
  border-radius: 100em;
  color: black;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  cursor: pointer;
  vertical-align: top;
}
.password-form form input:focus {
  outline: none;
}
.password-form form input[type=submit] {
  background: #36c504;
  padding: 0.4em 1.75em;
  color: white;
  border: solid 0.1333333333rem #36c504;
  letter-spacing: normal;
}

.job-single {
  position: relative;
}
.job-single__wrapper {
  position: relative;
  display: block;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .job-single__wrapper {
    text-align: center;
  }
}
.job-single__gallery {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 60vh;
}
@media only screen and (min-width: 768px) {
  .job-single__gallery {
    height: 75vh;
  }
}
@media only screen and (min-width: 1080px) {
  .job-single__gallery {
    align-items: center;
    margin-bottom: 5.3333333333rem;
  }
}
.job-single__images {
  background: #ecf6e4;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
}
.job-single__images img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .job-single__images--c3 .images-item {
    width: 50%;
  }
}
.job-single__head {
  background: #36c504;
  position: relative;
  display: block;
  padding: 1.3333333333rem;
  color: white;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .job-single__head {
    display: inline-block;
    margin: auto 0;
    padding: 1.3333333333rem 2.6666666667rem;
  }
}
@media only screen and (min-width: 1080px) {
  .job-single__head {
    margin-bottom: -2.6666666667rem;
  }
}
.job-single__title {
  font-size: clamp(18px, 2vw, 21px);
}
.job-single__subtitle {
  font-size: clamp(24px, 3vw, 36px);
}
.job-single__container {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1080px) {
  .job-single__container {
    display: flex;
    max-width: 66.6666666667rem;
    margin: 2rem auto 4rem;
    gap: 2rem;
  }
}
.job-single__content {
  position: relative;
  display: block;
  padding: 1.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .job-single__content {
    width: 100%;
    max-width: 40rem;
    margin: 2rem auto;
    text-align: left;
  }
}
@media only screen and (min-width: 1080px) {
  .job-single__content {
    max-width: none;
    margin: 0;
    padding-top: 0;
  }
}
.job-single__content p:not(:last-of-type) {
  margin-bottom: 0.6666666667rem;
}
.job-single__content p > a {
  color: #36c504;
}
.job-single__content > a {
  color: #36c504;
}
.job-single__contact {
  background: #ecf6e4;
}
@media only screen and (min-width: 768px) {
  .job-single__contact {
    padding-right: calc(50% - 300px);
    padding-left: calc(50% - 300px);
    text-align: left;
  }
}
@media only screen and (min-width: 1080px) {
  .job-single__contact {
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.job-single__contact .chapters-person {
  background: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .job-single__contact .chapters-person {
    max-width: 30.6666666667rem;
    margin-top: 0;
    padding: 1.3333333333rem 1.3333333333rem 2rem;
  }
}
@media only screen and (min-width: 1080px) {
  .job-single__contact .chapters-person {
    max-width: 21.3333333333rem;
    margin-bottom: 0;
    padding: 0;
    position: sticky;
    margin-top: 0;
    top: 6rem;
  }
}
.job-single__contact .chapters-person__thumb {
  position: relative;
  display: block;
  width: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 768px) {
  .job-single__contact .chapters-person__thumb {
    margin-bottom: 0;
  }
}
.job-single__contact .chapters-person__bubble {
  position: relative;
  margin-bottom: 0.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .job-single__contact .chapters-person__bubble {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .job-single__contact .chapters-person__bubble {
    display: block;
  }
}
.job-single__contact .chapters-person__bubble span {
  background: #36c504;
  position: relative;
  display: inline-block;
  padding: 0.6666666667rem 1rem;
  border-radius: 0.5333333333rem 0.5333333333rem 0.5333333333rem 0;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.job-single__contact .chapters-person__bubble::after {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.0666666667rem;
  border-top: solid 0.3333333333rem #36c504;
  border-right: solid 0.5333333333rem transparent;
  border-bottom: solid 0.3333333333rem transparent;
  border-left: solid 0.5333333333rem #36c504;
}
.job-single__btns {
  margin-top: 2rem;
}

.team {
  background: #ecf6e4;
  position: relative;
  display: block;
}
.team__wrap {
  position: relative;
  display: block;
  max-width: 128rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .team__wrap {
    padding-top: clamp(15px, 4vw, 30px);
    padding-bottom: clamp(15px, 4vw, 30px);
    padding-right: clamp(40px, 8vw, 120px);
    padding-left: clamp(40px, 8vw, 120px);
  }
}
@media only screen and (min-width: 1080px) {
  .team__wrap {
    padding-top: clamp(30px, 8vw, 60px);
    padding-bottom: clamp(30px, 8vw, 60px);
  }
}
.team__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .team__list {
    justify-content: center;
    align-items: stretch;
    gap: 40px;
  }
}
.team__list > div {
  background: none;
  width: 100%;
  margin-top: 0;
}
@media only screen and (min-width: 650px) {
  .team__list > div {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .team__list > div {
    background: white;
    width: 100%;
    max-width: 40rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  .team__list > div .chapters-person__thumb {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .team__list > div {
    max-width: 21.3333333333rem;
    padding: 1.3333333333rem;
    border-radius: 0.6666666667rem;
  }
  .team__list > div .chapters-person__thumb {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 0.6666666667rem;
  }
}

@media only screen and (min-width: 1080px) {
  .modules.--sidebar > div.keyvisual {
    z-index: 2;
  }
  .modules.--sidebar > div:not(.keyvisual) .wrap {
    padding-right: clamp(310px, 20% - 15px, 320px);
    padding-left: 40px;
  }
}

.sidebar {
  background: #ecf6e4;
  position: relative;
  display: block;
  padding: 1.3333333333rem;
  opacity: 1;
}
.sidebar.--hidden {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 650px) {
  .sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.3333333333rem;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar {
    padding: 2.6666666667rem 2.6666666667rem;
  }
}
@media only screen and (min-width: 1080px) {
  .sidebar {
    background: none;
    position: absolute;
    display: block;
    width: 100%;
    max-width: clamp(220px, 22%, 250px);
    top: 0;
    right: clamp(40px, 100%, (100% - 1140px + 80px) / 2);
    bottom: 0;
    padding: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 650px) {
  .sidebar__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1080px) {
  .sidebar__wrap {
    position: sticky;
    display: block;
    top: 8rem;
    margin-top: 8rem;
    padding-bottom: clamp(30px, 4vw, 60px);
  }
}
.sidebar .chapters-person {
  margin-top: 0;
  padding: 1.3333333333rem;
}
.sidebar .chapters-person:not(:last-of-type) {
  margin-bottom: 1.3333333333rem;
}
@media only screen and (min-width: 650px) {
  .sidebar .chapters-person:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .sidebar .chapters-person:not(:last-of-type) {
    margin-bottom: 0.6666666667rem;
  }
}
@media only screen and (min-width: 650px) {
  .sidebar .chapters-person {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1080px) {
  .sidebar .chapters-person {
    background: white;
    width: 100%;
    border-radius: 0.6666666667rem;
  }
  .sidebar .chapters-person:last-of-type {
    margin-bottom: 0;
  }
}

b, strong {
  font-weight: 600;
}

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