:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  max-width: 90ch;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*[hidden],
*[hidden=true] {
  display: none;
}

html,
body,
div,
header,
nav,
main,
footer,
ul,
li,
article,
section,
form {
  max-width: none;
}

html {
  font-family: "Alegreya Sans", sans-serif;
  font-size: calc(1rem + .1vw);
  font-size: clamp(14px, calc(1rem + .1vw), 1.62rem);
  font-weight: 300;
  line-height: 1.5;
  color: #655349;
}

body {
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 60rem) {
  body {
    background-image: url("../img/bg-1500.png");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 100rem) {
  body {
    background-image: url("../img/bg-2500.png");
  }
}
@media only screen and (min-width: 150rem) {
  body {
    background-image: url("../img/bg-5000.png");
  }
}

a {
  color: currentColor;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Chonburi", cursive;
}

h1 {
  font-size: 1.24rem;
  text-align: center;
}

h2 {
  font-size: 1.18rem;
}

h3 {
  font-size: 1.12rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

.l-constrained {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 90ch;
}

.l-header {
  overflow: hidden;
}
.l-header__inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 50rem) {
  .l-header__inside {
    padding-top: 2rem;
  }
}
.l-header--small .l-header__inside {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-header__inside-narrow {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 50rem) {
  .l-header__inside-narrow {
    max-width: 63ch;
    margin: -2rem auto 0;
  }
}
.l-header__logo {
  width: 20rem;
}
.l-header__title {
  width: 100%;
  margin: 0;
  color: #95c12b;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.41rem;
  text-align: center;
}
.l-header__inside-narrow .l-header__title {
  font-size: 0.94rem;
  font-weight: 400;
  text-align: left;
}
.l-header__bubble {
  position: absolute;
  width: 12rem;
  height: 12rem;
}
.l-header__bubble--small {
  width: 5rem;
  height: 5rem;
}
.l-header__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media only screen and (min-width: 50rem) {
  .l-header__links {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 95rem) {
  .l-header__links {
    display: block;
    position: absolute;
    right: -18rem;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.l-header__links > a {
  display: block;
}
.l-header__links > a > svg {
  width: 3.5rem;
  height: 3.24rem;
}
@media only screen and (min-width: 80rem) {
  .l-header__links > a > svg {
    width: 4rem;
    height: 3.7rem;
  }
}
.l-header__links > a.contact {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1;
}
@media only screen and (min-width: 95rem) {
  .l-header__links > a.contact {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.24rem;
    z-index: 2000;
  }
}
.l-header__links > a.contact > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
@media only screen and (min-width: 95rem) {
  .l-header__links > a.contact > svg {
    width: 7rem;
    height: 6.47rem;
  }
}
.l-header--small .l-header__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
@media only screen and (min-width: 50rem) {
  .l-header--small .l-header__links {
    position: absolute;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.l-main {
  padding-top: 1rem;
  background-color: #fff;
  outline: none;
}

@supports (display: grid) {
  .l-sidebar {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
  }
  @media only screen and (min-width: 50rem) {
    .l-sidebar {
      -ms-grid-columns: 10rem 1rem 1fr;
      grid-template-columns: 10rem 1fr;
    }
  }
  .l-sidebar__side {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  @media only screen and (min-width: 50rem) {
    .l-sidebar__side {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
    }
  }
}

.l-footer {
  margin-top: 1.41rem;
}
.l-footer__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.l-footer__inside svg {
  width: 2.5em;
  height: 2.5em;
}

.boxes {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.boxes__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.boxes__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10rem;
          flex: 1 1 10rem;
  margin-top: 1.24rem;
  margin-right: 1.24rem;
}
@supports (display: grid) {
  .boxes__list {
    display: block;
  }
  @media only screen and (min-width: 30rem) {
    .boxes__list {
      display: -ms-grid;
      display: grid;
      grid-gap: 1.24rem;
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
      -ms-grid-rows: auto 1.24rem auto;
      grid-template-rows: auto auto;
    }
    .boxes__list > li {
      margin-top: 0;
      margin-right: 0;
    }
  }
  .boxes__list > li {
    width: 100%;
  }
}

.button {
  padding: 1em;
  border: 2px solid;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
.button--consent {
  border-color: #95c12b;
}
.button--consent:hover, .button--consent:focus {
  color: #fff;
  background-color: #95c12b;
}
.button--deny:hover, .button--deny:focus {
  color: #fff;
  background-color: #655349;
}

.cookie-bar {
  display: none;
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  border-top: 2px solid #e5097f;
  border-bottom: 2px solid #e5097f;
  background: #fff;
}
@media only screen and (min-height: 40em) {
  .cookie-bar {
    position: fixed;
    bottom: 0;
    z-index: 1001;
  }
}
.cookie-bar--visible {
  display: block;
}
.cookie-bar__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
}
.cookie-bar__heading {
  margin-top: 0;
}
.cookie-bar__text {
  max-width: 55ch;
}
.cookie-bar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editor > * {
  margin-top: 0;
  margin-bottom: 0;
}
.editor > * + * {
  margin-top: 1rem;
}
.editor a {
  color: black;
}
.editor ul li::marker {
  color: #00a0e3;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
}

.skip-link {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 1rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}
.skip-link:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.faq-box > * {
  margin-top: 0;
  margin-bottom: 0;
}
.faq-box > * + * {
  margin-top: 1rem;
}
.faq-box > summary {
  font-size: 1.25rem;
}
.faq-box + .faq-box {
  margin-top: 1rem;
}

.breadcrumbs {
  position: sticky;
  top: 0;
  padding: 0 1rem;
  margin: 0.5em auto 1rem;
  border-top: 1px dotted currentColor;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 1rem 0.5rem -1rem rgba(101, 83, 73, 0.15);
          box-shadow: 0 1rem 0.5rem -1rem rgba(101, 83, 73, 0.15);
}
@media only screen and (min-width: 50rem) {
  .breadcrumbs {
    position: static;
    max-width: 63ch;
    margin: 0.5em auto 2rem;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff)) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(101, 83, 73, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(101, 83, 73, 0.2), rgba(101, 83, 73, 0)) 100% 0;
  background: -o-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0)), -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff 70%) 100% 0, -o-radial-gradient(0 50%, farthest-side, rgba(101, 83, 73, 0.2), rgba(0, 0, 0, 0)), -o-radial-gradient(100% 50%, farthest-side, rgba(101, 83, 73, 0.2), rgba(101, 83, 73, 0)) 100% 0;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(101, 83, 73, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(101, 83, 73, 0.2), rgba(101, 83, 73, 0)) 100% 0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 50px 100%, 50px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
  font-size: 1rem;
  overflow-x: auto;
}
@media only screen and (min-width: 50rem) {
  .breadcrumbs__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0;
    background: none;
    font-size: 0.82rem;
    overflow-x: initial;
  }
}
.breadcrumbs__list > li {
  position: relative;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs__list > li::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}
.breadcrumbs__list > li:last-child::after {
  display: none;
}
.breadcrumbs__link {
  text-decoration: none;
}
.breadcrumbs__link[aria-current=page] {
  font-weight: 700;
}

.siblings-nav {
  margin-top: 0;
  font-size: 0.94rem;
  font-weight: 400;
}
.siblings-nav a {
  text-decoration: none;
}
.siblings-nav a:hover, .siblings-nav a:focus {
  text-decoration: underline;
}
.siblings-nav__bubble {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  color: #00a0e3;
}
.siblings-nav__bubble--pink {
  color: #e5097f;
}
.siblings-nav__bubble--green {
  color: #95c12b;
}
.siblings-nav__bubble--red {
  color: #E31E24;
}
.siblings-nav__bubble--orange {
  color: #f39314;
}

.category-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a0e3;
}
.category-link--pink {
  color: #e5097f;
}
.category-link--green {
  color: #95c12b;
}
.category-link--red {
  color: #E31E24;
}
.category-link--orange {
  color: #f39314;
}
.category-link__img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 27.2%;
  margin-bottom: 1.41rem;
  background-color: rgba(101, 83, 73, 0.1);
}
.category-link--rounded .category-link__img-box {
  padding-bottom: 4em;
  background-color: transparent;
}
.category-link__cover {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-link--rounded .category-link__cover {
  width: 4em;
  height: 4em;
  margin: 0 auto;
  border-radius: 5em;
}
.category-link__bubble {
  width: 3em;
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
      -ms-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
  fill: currentColor;
}
li:nth-child(2n+1) .category-link__bubble {
  -webkit-transform: translate(-50%, 25%) rotateY(180deg);
          transform: translate(-50%, 25%) rotateY(180deg);
}
li:nth-child(4n+4) .category-link__bubble {
  -webkit-transform: translate(-50%, 25%) rotateZ(-15deg);
      -ms-transform: translate(-50%, 25%) rotate(-15deg);
          transform: translate(-50%, 25%) rotateZ(-15deg);
}
.category-link__link {
  display: block;
  width: 100%;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.category-link__link:focus {
  text-decoration: underline;
}
.category-link__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category-link__subtitle {
  font-size: 0.94rem;
  font-weight: 300;
  text-align: center;
}
.category-link__count {
  font-size: 0.82rem;
  font-weight: 300;
  color: #655349;
}

.contact-form__honeypot {
  position: absolute;
  left: -100vw;
}
.contact-form > * + * {
  margin-top: 1rem;
}
.contact-form__field-box > * + * {
  margin-top: 0.25rem;
}
.contact-form__field-box abbr {
  text-decoration: none;
}
.contact-form__field-box label {
  display: block;
  font-weight: 500;
}
.contact-form__field-box input {
  max-width: none;
  border: none;
  border-bottom: 1px solid currentColor;
}
.contact-form__field-box input[type=email] {
  min-width: 50%;
}
.contact-form__field-box textarea {
  width: 100%;
  min-height: 15em;
  padding: 0.94rem;
  border: 1px solid currentColor;
  resize: none;
}
.contact-form__field-box input,
.contact-form__field-box textarea,
.contact-form__field-box select {
  font-family: inherit;
  font-size: 1rem;
  color: #655349;
}
.contact-form__submit {
  padding: 0.94rem;
  border: 2px solid #655349;
  background-color: transparent;
  font-size: 1.24rem;
  font-weight: 300;
  color: #655349;
  cursor: pointer;
}
.contact-form__success {
  padding: 1em;
  background-color: #95c12b;
  color: #000;
}
.contact-form__error {
  padding: 1em;
  background-color: #E31E24;
  color: #fff;
}

.u-list-reset {
  padding-left: 0;
}
.u-list-reset > li {
  list-style: none;
}

.u-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -100vw;
  overflow: hidden;
}