@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: 1;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: italic;
}

body {
  font-family: agenda, sans-serif;
}

h1 {
  margin-block: 12rem 4rem;
  max-width: 90rem;
  padding-inline: 2rem;
  margin-inline: auto;
  font-family: linotype-sabon, serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  h1 {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    margin-top: 7rem;
  }
}
h1 span {
  position: relative;
}
h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.1em;
  height: 2px;
  background: black;
  width: 100vw;
}

h1, .textcontent h2, .contents h2 {
  font-family: linotype-sabon, serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 768px) {
  h1, .textcontent h2, .contents h2 {
    font-size: 3.6rem;
  }
}

.textcontent h2 span {
  font-size: 0.52em;
  font-family: agenda, sans-serif;
  margin-left: 0.8em;
  font-weight: 300;
}

.textcontent h2 {
  line-height: 1.2;
  position: relative;
  margin-block: 2rem 6rem;
}
.textcontent h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  height: 2px;
  background: black;
  width: 100vw;
}

.content-warning h2 {
  font-size: 2.8rem;
  font-family: linotype-sabon, serif;
  font-weight: 400;
  border-bottom: 2px solid black;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
}

p {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 1.45rem;
}
p.standfirst {
  font-weight: 700;
  margin-bottom: 2.9rem;
}

.textcontent ul, .textcontent ol {
  padding-left: 4rem;
  margin-bottom: 1.45rem;
  font-weight: 300;
}
.textcontent ul li, .textcontent ol li {
  font-size: 2.1rem;
  line-height: 1.45;
}

hr.linebreak {
  width: 100vw;
  height: 2px;
  background: black;
  position: relative;
  left: calc(-100vw + 28%);
  margin-block: 7rem;
}

h3 {
  font-weight: 700;
  margin-block: 5.4rem 2.1rem;
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h4 {
  font-weight: 700;
  margin-block: 3rem 1.45rem;
  font-size: 2.1rem;
}

h5 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-block: 3rem 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

ol {
  list-style: none;
}
ol li {
  counter-increment: item;
  text-indent: -4px;
}
ol li:before {
  content: "." counter(item);
  font-family: linotype-sabon, serif;
  font-size: 12px;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.8em;
  text-align: right;
  direction: rtl;
  font-style: italic;
}

.signatures ol {
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 768px) {
  .signatures ol {
    column-count: 1;
  }
}

.textcontent.faq h2 {
  font-family: agenda, sans-serif;
  font-weight: 700;
  margin-block: 5rem 3rem;
  font-size: 3.4rem;
}
.textcontent.faq h2::after {
  display: none;
}
.textcontent.faq h3 {
  font-size: 2.1rem;
}

.textcontent a, .content-detail a, footer a {
  text-decoration: underline;
  text-decoration-color: #F3A635;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
}
.textcontent a:hover, .textcontent a:focus, .content-detail a:hover, .content-detail a:focus, footer a:hover, footer a:focus {
  color: #F3A635;
}
.textcontent strong, .content-detail strong, footer strong {
  font-weight: 700;
}

em {
  line-height: inherit;
}

body {
  overflow-x: hidden;
}

section.textcontentcontainer {
  max-width: 90rem;
  margin-inline: auto;
  padding: 2rem;
}
section.textcontentcontainer .textcontent {
  border: 2px solid black;
  padding: 40px 11% 60px;
}
section.textcontentcontainer .textcontent img {
  margin-block: 3rem 4.45rem;
  max-width: 100%;
}

.content-warning {
  max-width: 90rem;
  margin-inline: auto;
  padding: 2rem;
}
.content-warning .content-detail {
  column-count: 2;
  column-gap: 30px;
}
.content-warning .content-detail p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .content-warning .content-detail {
    column-count: 1;
  }
}

section.textcontentcontainer.testimonial {
  display: none;
}

.navcontainer {
  background: black;
  width: 100%;
  color: white;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .navcontainer {
    position: static;
  }
}

nav {
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

nav {
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  overflow: hidden;
}
nav a {
  position: relative;
  padding: 2rem;
}
nav a:hover {
  color: #F3A635;
}

.otherlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.otherlinks a.active {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.5em;
}

a.homelink {
  margin-right: auto;
  color: black;
  background: white;
  font-size: 1.2rem;
  padding: 2rem 2.2rem 1.2rem;
  transform: translateY(-0.2rem);
  transition: color 500ms cubic-bezier(0.491, 0.003, 0.515, 0.98), transform 500ms cubic-bezier(0.491, 0.003, 0.515, 0.98);
}
a.homelink:hover {
  transform: translateY(0);
  transition: color 150ms cubic-bezier(0.491, 0.003, 0.515, 0.98), transform 150ms cubic-bezier(0.491, 0.003, 0.515, 0.98);
}

@media screen and (max-width: 900px) {
  nav .otherlinks {
    max-width: 340px;
    padding-block: 1rem;
  }
  nav .otherlinks a {
    padding: 0.5rem 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  nav {
    flex-direction: column;
    align-content: center;
  }
  nav a.homelink, nav .otherlinks {
    margin-inline: auto;
  }
  nav .otherlinks {
    justify-content: center;
    margin-top: 1rem;
  }
  nav .otherlinks a {
    margin: 0.3rem 0.5rem;
    padding: 0.5rem;
  }
}

footer {
  width: 100%;
  min-height: 40rem;
  background: black;
  color: white;
}
footer .contact {
  max-width: 40rem;
  margin-inline: auto;
  margin-top: 7rem;
  padding-block: 9rem 4rem;
  padding-inline: 2rem;
}
footer .contact h2 {
  text-transform: uppercase;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #fff;
  margin-bottom: 3.5rem;
  padding-bottom: 2.1rem;
}
footer .contact p {
  font-family: linotype-sabon, serif;
  font-size: 1.9rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

form.contactform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  font-size: 1.4rem;
  margin-block: 5rem 3rem;
}

.contactfield.largefield {
  grid-column: 1/3;
}
.contactfield.largefield textarea {
  min-height: 12em;
  resize: vertical;
  line-height: 1.4;
}
.contactfield input, .contactfield textarea {
  width: 100%;
  padding: 1rem 1rem;
}

.g-recaptcha {
  grid-column: 1/3;
}

input[type=submit] {
  justify-self: start;
  padding: 1rem 1.2rem;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.formend {
  display: flex;
  grid-column: 1/3;
  align-items: center;
}

.formdisclaimer {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.formdisclaimer a {
  text-underline-offset: 0.3em;
}

footer .alert {
  background: rgb(223, 24, 24);
  color: white;
  margin-block: 5rem 3rem;
}
footer .alert.success {
  background: white;
  color: black;
}
footer .alert p {
  font-family: agenda, sans-serif;
  padding: 1rem 2rem;
}

.contentscontainer {
  max-width: 90rem;
  padding-inline: 2rem;
  margin-inline: auto;
  margin-block: 7rem;
}
.contentscontainer .contents {
  background: #423f43;
  color: white;
  padding-block: 30px 55px;
  margin-top: 30px;
}

.contents {
  position: relative;
}
.contents h2 {
  margin-inline: 11%;
  margin-block: 20px 35px;
}
.contents h2:after {
  content: "";
  height: 2px;
  width: 89%;
  position: absolute;
  left: 11%;
  top: 100px;
  background: white;
  z-index: 2;
}
.contents h2:before {
  content: "";
  height: 2px;
  width: 100vw;
  position: absolute;
  left: 11%;
  top: 100px;
  background: black;
  z-index: 1;
}

.contents.testimonialcontents .contentslist {
  column-count: 4;
  column-gap: 35px;
}
@media screen and (max-width: 767px) and (min-width: 616px) {
  .contents.testimonialcontents .contentslist {
    column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .contents.testimonialcontents .contentslist {
    column-count: 2;
  }
}
@media screen and (max-width: 479px) {
  .contents.testimonialcontents .contentslist {
    column-count: 1;
  }
}

.contentslist {
  margin-left: calc(11% - 35px);
  margin-right: 11%;
}
.contentslist .contentsitem {
  break-inside: avoid-column;
  page-break-inside: avoid;
  margin-bottom: 0.4rem;
}
.contentslist .contentsitem .contentsitemlink {
  display: flex;
  align-content: flex-start;
  padding-top: 5px;
  padding-bottom: 15px;
}

.contentsname {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.contentsnumber, .contentsdates {
  font-family: linotype-sabon, serif;
  font-size: 1.2rem;
  line-height: 1;
}

.contentsnumber {
  min-width: 35px;
  color: #F3A635;
  font-style: italic;
  margin-top: 0.75em;
  padding-right: 16px;
  text-align: right;
}
.contentsnumber::after {
  content: ".";
}

.contentsdetails {
  width: 100%;
  position: relative;
}

.contentsdetails::before {
  content: "";
  width: 0;
  transition: width 150ms cubic-bezier(0.111, 0.418, 0.117, 0.974);
  height: 1px;
  background-color: #F3A635;
  bottom: -8px;
  left: 0;
  position: absolute;
}

a.contentsitemlink:hover .contentsdetails::before {
  width: 100%;
  transition: width 450ms cubic-bezier(0.111, 0.418, 0.117, 0.974);
}

.contentsbottomlink {
  margin-inline: 11%;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contentsbottomlink a {
  text-decoration: underline;
  text-decoration-color: #F3A635;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.5em;
}
.contentsbottomlink a:hover {
  color: #F3A635;
}

.contentsstandarditem {
  margin-block: 2.1rem;
  position: relative;
  padding-left: calc(11% - 35px);
  padding-right: 11%;
}

a.contentsstandardlink {
  display: flex;
  align-content: flex-start;
}

.contentsstandardnumber {
  font-family: linotype-sabon, serif;
  font-size: 1.2rem;
  line-height: 24px;
  min-width: 35px;
  color: #F3A635;
  font-style: italic;
  padding-right: 16px;
  text-align: right;
  margin-top: 0.25rem;
}
.contentsstandardnumber::after {
  content: ".";
}

.contentsstandarddot {
  font-family: linotype-sabon, serif;
  font-size: 1.2rem;
  line-height: 24px;
  min-width: 35px;
  color: #F3A635;
  font-style: italic;
  padding-right: 16px;
  text-align: right;
  margin-top: 0.35rem;
}
.contentsstandarddot::after {
  content: "·";
}

.contentsstandarddetail {
  line-height: 24px;
  font-size: 2.1rem;
}

.contentsstandarddot::before, .contentsstandardnumber::before {
  content: "";
  height: 1px;
  background: #F3A635;
  width: 0;
  position: absolute;
  left: 0;
  top: 1.42rem;
  transition: width 150ms cubic-bezier(0.111, 0.418, 0.117, 0.974);
}

a.contentsstandardlink:hover .contentsstandarddot::before, a.contentsstandardlink:hover .contentsstandardnumber::before {
  width: calc(11% - 3.8rem);
  transition: width 450ms cubic-bezier(0.111, 0.418, 0.117, 0.974);
}

@media (max-width: 768px) {
  .contentsstandarditem {
    margin-left: 11%;
    padding-left: 0;
  }
  .contentsstandardnumber {
    text-align: left;
  }
  a.contentsstandardlink:hover, .contentsstandardlink:focus {
    color: #F3A635;
  }
  a.contentsstandardlink:hover .contentsstandarddot::before, a.contentsstandardlink:hover .contentsstandardnumber::before, .contentsstandardlink:focus .contentsstandarddot::before, .contentsstandardlink:focus .contentsstandardnumber::before {
    width: 0;
  }
}
.uniform__potty {
  position: absolute;
  left: -9999px;
}

.arrowscontainer {
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 2rem;
  position: absolute;
  z-index: 100;
  height: 10px;
  width: 100%;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  font-size: 1.4rem;
  display: flex;
}
@media (max-width: 768px) {
  .arrowscontainer {
    position: fixed;
    top: 10px;
  }
}
.arrowscontainer a:hover {
  color: #F3A635;
}
.arrowscontainer.hidden {
  display: none;
}

.leftrightarrows {
  display: flex;
  margin-right: 10px;
  gap: 10px;
}

.uparrow {
  margin-inline: 10px auto;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #423f43;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.arrow.faded {
  opacity: 20%;
  filter: blur(1px);
}
.arrow.faded:hover {
  color: white;
}

#top, h2 {
  scroll-margin-top: 60px;
}
@media (max-width: 900px) {
  #top, h2 {
    scroll-margin-top: 70px;
  }
}
@media (max-width: 768px) {
  #top, h2 {
    scroll-margin-top: 15px;
  }
}
