ul {
  list-style-type: none;
  padding-left: 0;
}

input {
  font-size: 16px;
}

address {
  font-style: normal;
}

blockquote {
  margin-top: 0;
  margin-right: 0;
}

hr {
  border: none;
}

#main {
  margin: 0 30px;
}

@media only screen and (min-width: 300px) {
  #main {
    margin: 0 40px;
  }
}

@media only screen and (min-width: 1100px) {
  #main {
    margin: 0 80px;
  }
}

.hero,
.section,
.listing,
.projects__item {
  margin-bottom: 100px;
}

@media only screen and (min-width: 600px) {
  .hero,
  .section,
  .listing,
  .projects__item {
    margin-bottom: 160px;
  }
}

@media only screen and (min-width: 990px) {
  .hero,
  .section,
  .listing,
  .projects__item {
    margin-bottom: 260px;
  }
}

.hero,
.section,
.controls {
  max-width: 990px;
}

@media only screen and (min-width: 990px) {
  .hero,
  .section,
  .controls {
    margin-left: 130px;
    margin-right: 130px;
  }
}

@media only screen and (min-width: 1100px) {
  .hero,
  .section,
  .controls {
    margin-left: 200px;
  }
}

@media only screen and (min-width: 1380px) {
  .hero,
  .section,
  .controls {
    margin-left: 240px;
  }
}

body,
.caption__title,
.hero__subtitle,
textarea {
  font-family: Moderat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.title,
.navigation,
.card__title,
.section__content h2,
.section__content h3,
.section__content h4 {
  font-family: Moderat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #1e1e1e;
  color: #bebec3;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header {
  box-sizing: border-box;
  padding-top: 45px;
  margin-bottom: 105px;
}

@media only screen and (min-width: 600px) {
  .header {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 990px) {
  .header {
    margin-bottom: 180px;
  }
}

@media only screen and (min-width: 1100px) {
  .header {
    padding-top: 60px;
    margin-bottom: 225px;
  }
}

.header--masthead {
  position: relative;
  z-index: 10;
  height: 50vh;
}

@media only screen and (min-width: 600px) {
  .header--masthead {
    height: 70vh;
  }
}

@media only screen and (min-width: 990px) {
  .header--masthead {
    height: 85vh;
  }
}

.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (min-width: 1100px) {
  .header .navbar {
    margin-left: 120px;
    margin-right: 120px;
  }
}

.header .navbar__brand {
  height: 63px;
}

@media only screen and (min-width: 300px) {
  .header .navbar__brand {
    height: 84px;
  }
}

@media only screen and (min-width: 600px) {
  .header .navbar__brand {
    height: 105px;
  }
}

@media only screen and (min-width: 1100px) {
  .header .navbar__brand {
    height: 126px;
  }
}

.header .navbar__brand__logo {
  display: block;
  height: 100%;
  width: auto;
}

.header .menu-toggle .switch {
  width: 27px;
  border: 0;
  padding: 0;
  display: block;
  background: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.header .menu-toggle .switch__label {
  position: absolute;
  bottom: -9em;
  right: -9em;
}

.header .menu-toggle .switch--open {
  height: 19px;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
}

.header .menu-toggle .switch--open:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fafafa;
}

.header .menu-toggle .switch--close {
  height: 27px;
  position: relative;
  transform: rotate(45deg);
}

.header .menu-toggle .switch--close:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1e1e1e;
}

.header .menu-toggle .switch--close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 3px;
  height: 100%;
  background-color: #1e1e1e;
}

@media only screen and (min-width: 600px) {
  .header .menu-toggle {
    display: none;
  }
}

.header .navigation {
  position: fixed;
  background-color: #bebec3;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  transition: right 0.5s ease;
}

.header .navigation--hidden {
  right: -100%;
}

.header .navigation--revealed {
  right: 0;
}

@media only screen and (min-width: 600px) {
  .header .navigation {
    width: auto;
    height: auto;
    position: static;
    background-color: transparent;
  }
}

.header .navigation .menu-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media only screen and (min-width: 300px) {
  .header .navigation .menu-toggle {
    top: 40px;
    right: 40px;
  }
}

.header .navigation .menu {
  margin-top: 90px;
  margin-bottom: 0;
  line-height: 2.3;
  font-size: 2.125em;
}

@media only screen and (min-width: 600px) {
  .header .navigation .menu {
    margin-top: 0;
    font-size: 1.25em;
    font-weight: 300;
    line-height: normal;
  }
}

@media only screen and (min-width: 600px) {
  .header .navigation .menu .menu-item {
    display: inline-block;
    margin: 0 20px;
  }
  .header .navigation .menu .menu-item:first-child {
    margin-left: 0;
  }
  .header .navigation .menu .menu-item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 990px) {
  .header .navigation .menu .menu-item {
    margin: 0 30px;
  }
}

.header .navigation .menu .menu-item a {
  color: #1e1e1e;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  .header .navigation .menu .menu-item a {
    color: #bebec3;
    display: block;
    position: relative;
    transition: color 0.3s ease-in-out;
  }
  .header .navigation .menu .menu-item a:after {
    content: "";
    background-color: #fafafa;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  .header .navigation .menu .menu-item a:hover {
    color: #fafafa;
  }
  .header .navigation .menu .menu-item a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.controls {
  overflow: auto;
  clear: both;
  margin-bottom: 60px;
}

.controls .menu__item {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.controls .menu__item:last-child {
  margin: 0;
}

.masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 50vh;
}

@media only screen and (min-width: 600px) {
  .masthead {
    height: 70vh;
  }
}

@media only screen and (min-width: 990px) {
  .masthead {
    height: 85vh;
  }
}

.masthead__image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.masthead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 0.5;
  z-index: 2;
}

.hero__title {
  color: #fafafa;
  font-size: 3em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 45px;
}

@media only screen and (min-width: 600px) {
  .hero__title {
    font-size: 3.75em;
  }
}

.hero--home .hero__title {
  margin-bottom: 75px;
}

@media only screen and (min-width: 600px) {
  .hero--home .hero__title {
    font-size: 5em;
  }
}

@media only screen and (min-width: 990px) {
  .hero--home .hero__title {
    font-size: 6.25em;
  }
}

.hero--single .hero__title {
  margin-bottom: 7.5px;
}

@media only screen and (min-width: 600px) {
  .hero--single .hero__title {
    margin-bottom: 15px;
  }
}

.hero--flush {
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .hero--flush {
    margin-bottom: 90px;
  }
}

.hero__subtitle {
  font-size: 2.125em;
  margin-bottom: 45px;
  margin-top: 0;
}

@media only screen and (min-width: 600px) {
  .hero__subtitle {
    font-size: 3em;
    margin-bottom: 60px;
  }
}

.hero__intro {
  font-size: 1.625em;
  line-height: 1.4;
}

@media only screen and (min-width: 600px) {
  .hero__intro {
    font-size: 2.125em;
  }
}

.hero__intro a {
  color: #bebec3;
  text-decoration: none;
  border-bottom: 2px solid #bebec3;
  transition: border-color 0.5s ease;
}

.hero__intro a:hover {
  border-color: transparent;
}

.hero--single .hero__intro {
  font-size: 1.25em;
}

@media only screen and (min-width: 600px) {
  .hero--single .hero__intro {
    font-size: 1.625em;
  }
}

.section--flush {
  margin-bottom: 60px;
}

@media only screen and (min-width: 990px) {
  .section--flush {
    margin-bottom: 90px;
  }
}

.section__title {
  font-size: 2.125em;
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 45px;
}

@media only screen and (min-width: 600px) {
  .section__title {
    font-size: 3em;
  }
}

@media only screen and (min-width: 990px) {
  .section__title {
    font-size: 3.75em;
  }
}

.section__content p, .section__content ul, .section__content ol {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 45px;
}

@media only screen and (min-width: 600px) {
  .section__content p, .section__content ul, .section__content ol {
    font-size: 1.625em;
  }
}

.section__content h2, .section__content h3, .section__content h4 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.section__content h2 {
  font-size: 2.125em;
}

@media only screen and (min-width: 600px) {
  .section__content h2 {
    font-size: 3em;
  }
}

.section__content h3 {
  font-size: 1.625em;
}

@media only screen and (min-width: 600px) {
  .section__content h3 {
    font-size: 2.125em;
  }
}

.section__content h4 {
  font-size: 1.25em;
}

@media only screen and (min-width: 600px) {
  .section__content h4 {
    font-size: 1.625em;
  }
}

.section__content p a {
  color: #bebec3;
  text-decoration: none;
  border-bottom: 2px solid #bebec3;
  transition: border-color 0.5s ease;
}

.section__content p a:hover {
  border-color: transparent;
}

.section__content ul {
  list-style-type: disc;
  padding-left: 1em;
}

.section__content li {
  margin-bottom: 0.75em;
}

.section__content li:last-child {
  margin-bottom: 0;
}

.section__content__image,
.section__content img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 52.5px;
}

.section__content__figure,
.section__content figure {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 45px;
  margin-left: 0;
}

.section__content__figure .section__content__image, .section__content__figure img,
.section__content figure .section__content__image,
.section__content figure img {
  margin-bottom: 0;
}

.section__content__caption, .section__content figcaption {
  font-size: 1em;
  padding: 15px 0;
}

@media only screen and (min-width: 600px) {
  .section__content__caption, .section__content figcaption {
    font-size: 1.25em;
  }
}

.section__content__testimonials {
  position: relative;
}

.section__content__testimonials--4 .section__content__blockquote {
  animation-name: fade;
  animation-duration: 32s;
  animation-iteration-count: infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  6.25% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section__content__testimonials--4 .section__content__blockquote:nth-child(1) {
  animation-delay: 0s;
}

.section__content__testimonials--4 .section__content__blockquote:nth-child(2) {
  animation-delay: 8s;
}

.section__content__testimonials--4 .section__content__blockquote:nth-child(3) {
  animation-delay: 16s;
}

.section__content__testimonials--4 .section__content__blockquote:nth-child(4) {
  animation-delay: 24s;
}

.section__content__blockquote {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fafafa;
  margin-bottom: 45px;
  margin-left: 46px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section__content__blockquote::before {
  display: block;
  content: open-quote;
  font-size: 6.25em;
  position: absolute;
  top: 18px;
  left: -46px;
}

.section__content__blockquote p {
  font-size: 1.625em;
  margin-bottom: 0;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  .section__content__blockquote p {
    font-size: 2.125em;
  }
}

@media only screen and (min-width: 990px) {
  .section__content__blockquote p {
    font-size: 3em;
  }
}

.section__content__blockquote p::after {
  display: inline-block;
  content: close-quote;
  margin-left: 5px;
}

.section__content__blockquote:first-child {
  position: relative;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 17px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  overflow: hidden;
  z-index: 8;
}

@media only screen and (min-width: 600px) {
  .button {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.button--right {
  float: right;
}

.button--center {
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
}

.button__label {
  white-space: nowrap;
  display: block;
  font-size: 1em;
  position: relative;
  z-index: 10;
  transition: color 0.9s ease;
}

@media only screen and (min-width: 600px) {
  .button__label {
    font-size: 1.25em;
  }
}

.button::before {
  position: absolute;
  height: 100%;
  z-index: 9;
}

.button--encase .button__label {
  color: #fafafa;
}

.button--encase::before {
  content: "";
  background-color: #fafafa;
  right: 1.5em;
  left: 1.5em;
  bottom: calc(-100% + 1px);
  transition: right 0.2s ease 0.7s, left 0.2s ease 0.7s, bottom 0.7s ease-in-out;
}

@media only screen and (min-width: 600px) {
  .button--encase::before {
    right: 2em;
    left: 2em;
  }
}

.button--encase:hover .button__label {
  color: #1e1e1e;
}

.button--encase:hover::before {
  bottom: 0;
  right: 0;
  left: 0;
  transition: right 0.2s ease, left 0.2s ease, bottom 0.7s ease-in-out 0.2s;
}

.button--hemmed {
  box-sizing: border-box;
  border: 3px solid #1e1e1e;
}

.button--hemmed .button__label {
  color: #1e1e1e;
}

.button--hemmed::before {
  content: "";
  background-color: #1e1e1e;
  top: 0;
  left: -100%;
  width: 100%;
  transition: left 0.5s ease-in-out;
}

.button--hemmed:hover .button__label {
  color: #fafafa;
}

.button--hemmed:hover::before {
  left: 0;
}

.button--solid {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding-top: 18px;
  background-color: #fafafa;
}

.button--solid .button__label {
  color: #1e1e1e;
}

.button--filter {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  color: #1e1e1e;
  font-size: 1em;
  padding-left: 0.875em;
  padding-right: 0.875em;
}

@media only screen and (min-width: 600px) {
  .button--filter {
    font-size: 1.25em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.listing {
  overflow: auto;
}

#filter .teasers__item {
  display: none;
}

#filter.all .teasers__item {
  display: block;
}

.teasers {
  margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
  .teasers {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 990px) {
  .teasers {
    grid-gap: 40px;
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 1600px) {
  .teasers {
    grid-template-columns: repeat(3, 1fr);
  }
}

.teasers .teasers__item {
  margin-bottom: 40px;
}

.teasers .teasers__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .teasers .teasers__item {
    margin-bottom: 0;
  }
}

.teasers--featured .teasers__item:nth-child(5), .teasers--featured .teasers__item:nth-child(6) {
  display: none;
}

.teasers--featured .teasers__item:nth-child(4) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1600px) {
  .teasers--featured .teasers__item:nth-child(5), .teasers--featured .teasers__item:nth-child(6) {
    display: block;
  }
}

.teaser {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.teaser__image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.teaser__text {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  padding-left: 30px;
  background-color: rgba(30, 30, 30, 0.8);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

@media only screen and (min-width: 990px) {
  .teaser__text {
    padding-top: 45px;
    padding-left: 40px;
  }
}

.teaser__title, .teaser__categories {
  font-size: 1em;
  margin: 0;
  line-height: 1.4;
}

@media only screen and (min-width: 990px) {
  .teaser__title, .teaser__categories {
    font-size: 1.25em;
  }
}

.teaser__title {
  color: #fafafa;
  font-weight: 300;
}

.teaser__categories {
  color: #bebec3;
}

.teaser:hover .teaser__text {
  opacity: 1;
  padding-top: 22.5px;
}

@media only screen and (min-width: 990px) {
  .teaser:hover .teaser__text {
    padding-top: 36px;
  }
}

.teaser:hover .teaser__image {
  transform: scale(1.02);
}

@media only screen and (min-width: 600px) {
  .cards {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1100px) {
  .cards {
    grid-gap: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .cards__item:nth-child(4n) {
    display: block;
  }
}

.cards__item:first-child .card__header {
  background: linear-gradient(to right, #0082DC, #508CF0, #96A0F0);
}

.cards__item:nth-child(2) .card__header {
  background: linear-gradient(to right, #96A0F0, #DC96E6, #FFDCF0);
}

.cards__item:nth-child(3) .card__header {
  background: linear-gradient(to right, #FFDCF0, #D2E6BE, #96C88C);
}

.cards__item:nth-child(4) .card__header {
  background: linear-gradient(to right, #96C88C, #64D2BE, #46BEBE);
}

.card {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
}

@media only screen and (min-width: 600px) {
  .card {
    margin-bottom: 0;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 105px;
  }
}

@media only screen and (min-width: 990px) {
  .card {
    padding-bottom: 120px;
  }
}

.card__title {
  color: #1e1e1e;
  margin-top: 0;
  opacity: 0.9;
}

.card__title--header {
  font-size: 1.625em;
  margin-bottom: 0;
}

.card__title--large {
  font-size: 3em;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin-bottom: 33px;
}

@media only screen and (min-width: 990px) {
  .card__title--large {
    font-size: 3.75em;
  }
}

@media only screen and (min-width: 1380px) {
  .card__title br {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .card__title br {
    display: block;
  }
}

.card__header, .card__body, .card__footer {
  padding-right: 28px;
  padding-left: 28px;
}

.card__header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-top: 24px;
  padding-bottom: 29px;
}

.card__body {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card__body__rule {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 9px;
  opacity: 0.2;
  background-image: url("../images/bg_wavy.svg");
  margin-bottom: 22.5px;
}

.card__body__content p {
  margin: 0;
  color: rgba(30, 30, 30, 0.8);
  font-size: 1.0625em;
  line-height: 1.3;
}

@media only screen and (min-width: 990px) {
  .card__body__content p {
    font-size: 1.25em;
  }
}

.card__footer {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
}

@media only screen and (min-width: 600px) {
  .card__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.projects {
  margin: 0;
}

.projects__item:last-child {
  margin: 0;
}

.projects__item__link {
  display: block;
}

.projects__item__image {
  width: 100%;
  height: auto;
}

.project {
  margin: 0;
}

.project__item {
  margin-bottom: 30px;
}

@media only screen and (min-width: 300px) {
  .project__item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1100px) {
  .project__item {
    margin-bottom: 80px;
  }
}

.project__item:last-child {
  margin: 0;
}

.project__item__image {
  width: 100%;
  height: auto;
}

.caption {
  padding-top: 15px;
  line-height: 1.4;
}

@media only screen and (min-width: 600px) {
  .caption {
    padding-top: 30px;
  }
}

.caption__title, .caption__categories {
  font-size: 1em;
}

@media only screen and (min-width: 600px) {
  .caption__title, .caption__categories {
    font-size: 1.25em;
  }
}

.caption__title {
  color: #fafafa;
  margin: 0;
}

.caption__title__link {
  color: #fafafa;
  text-decoration: none;
  border-width: 2px;
  border-bottom-style: solid;
  border-color: transparent;
  transition: border-color 0.4s ease;
}

.caption__title__link:hover {
  border-color: #fafafa;
}

.caption__categories {
  color: #bebec3;
}

.caption__categories__item {
  display: inline-block;
}

@media only screen and (min-width: 990px) {
  #main .form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #main .form__row .form__group {
    width: 48%;
  }
}

#main .form__group {
  padding-bottom: 75px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  #main .form__group {
    padding-bottom: 90px;
  }
}

#main .form__group--submit {
  padding-bottom: 0;
}

#main .form__group--submit .button {
  vertical-align: middle;
}

#main .form__group--submit .ajax-loader {
  width: 32px;
  height: 32px;
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  margin-left: 12px;
}

#main .form__label {
  color: #bebec3;
  font-size: 1.25em;
}

#main .form__label--required:after {
  content: "*";
}

#main .form__input {
  width: 100%;
  font-size: 1.625em;
  color: #bebec3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #bebec3;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}

#main .form__input:focus {
  outline: 0;
  border-bottom-color: #fafafa;
}

#main .wpcf7 .wpcf7-form-control-wrap {
  position: static;
}

#main .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 0.25em;
}

#main .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 45px 0 0 0;
  padding: 1em 1.5em 1.3em 1.5em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.7;
  font-size: 1.25em;
}

#main .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
  margin-bottom: 45px;
  border-color: #bebec3;
}

#main .wpcf7 .wpcf7-form.invalid .wpcf7-validation-errors {
  border-color: #bebec3;
}

#main .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
#main .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  color: #bebec3;
}

#main .wpcf7 .wpcf7-form.sent .form__row,
#main .wpcf7 .wpcf7-form.sent .form__group {
  display: none;
}

body:not(.page-contact) .grecaptcha-badge {
  visibility: hidden;
}

.footer {
  color: #1e1e1e;
  background-color: #fafafa;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.footer__col {
  margin-bottom: 1.5rem;
}

.footer__col:last-child {
  margin-bottom: 0;
}

.footer__logo {
  width: 90px;
}

@media only screen and (min-width: 300px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 600px) {
  .footer {
    display: grid;
    column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .footer__col {
    margin-bottom: 0;
  }
  .footer__col:first-child {
    grid-column: 1 / -1;
  }
}

@media only screen and (min-width: 990px) {
  .footer {
    column-gap: 40px;
    grid-row-gap: 0;
    grid-template-columns: 90px 1fr 1fr 1fr;
  }
  .footer__col:first-child {
    grid-column: auto;
  }
  .footer__logo {
    width: 100%;
  }
}

@media only screen and (min-width: 1100px) {
  .footer {
    padding-left: 0;
    padding-right: 80px;
    margin-left: 80px;
    height: 270px;
    grid-template-columns: 160px 1fr 1fr 1fr;
  }
  .footer__col:first-child {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1380px) {
  .footer {
    grid-template-columns: 200px 300px 1fr 300px;
  }
  .footer__col:first-child {
    padding-left: 80px;
  }
}

.footer .address, .footer .menu, .footer .footer__text, .footer .form__label, .footer .form__field, .footer #mc_embed_signup label, .footer #mce-EMAIL {
  font-size: 1em;
  line-height: 1.5;
}

@media only screen and (min-width: 300px) {
  .footer .address, .footer .menu, .footer .footer__text, .footer .form__label, .footer .form__field, .footer #mc_embed_signup label, .footer #mce-EMAIL {
    font-size: 1.25em;
  }
}

.footer .menu a, .footer .menu__link {
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.5s ease;
}

.footer .menu a:hover, .footer .menu__link:hover {
  color: #bebec3;
}

.footer .footer__text {
  margin: 0;
}

.footer .menu {
  margin: 0;
}

.footer .menu--legal {
  margin-bottom: 1.5rem;
}

.footer .form {
  margin-bottom: 2.75rem;
}

.footer .form__label {
  display: block;
  margin-bottom: 1.5rem;
}

.footer .form__field {
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: transparent;
  color: #1e1e1e;
  -webkit-appearance: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #1e1e1e;
}

@media only screen and (min-width: 990px) {
  .footer .form__field {
    max-width: 214px;
  }
}

@media only screen and (min-width: 1380px) {
  .footer .form__field {
    max-width: 250px;
  }
}

.footer .form__field:focus {
  outline: none;
  border-bottom-color: #bebec3;
}

.footer #mc_embed_signup {
  margin-bottom: 2.75rem;
}

.footer #mc_embed_signup label {
  display: block;
  margin-bottom: 1.5rem;
}

.footer #mc_embed_signup #mce-EMAIL {
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: transparent;
  color: #1e1e1e;
  -webkit-appearance: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #1e1e1e;
}

@media only screen and (min-width: 990px) {
  .footer #mc_embed_signup #mce-EMAIL {
    max-width: 214px;
  }
}

@media only screen and (min-width: 1380px) {
  .footer #mc_embed_signup #mce-EMAIL {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1600px) {
  .footer #mc_embed_signup #mce-EMAIL {
    max-width: 286px;
  }
}

.footer #mc_embed_signup #mce-EMAIL:focus {
  outline: none;
  border-bottom-color: #bebec3;
}

.footer #mc_embed_signup #mc-embedded-subscribe {
  position: absolute;
  left: -5000px;
}

.footer .address {
  margin-bottom: 1.5rem;
}

.breadcrumbs {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .breadcrumbs {
    display: block;
    width: 80px;
    height: 420px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: transparent;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .breadcrumbs.hidden {
    opacity: 0;
    cursor: default;
  }
  .breadcrumbs.hidden a {
    cursor: default;
    pointer-events: none;
  }
  .breadcrumbs__top {
    display: block;
    text-align: center;
    padding-top: 30px;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }
  .breadcrumbs__top__image {
    margin: 0 auto;
    transition: margin 0.3s ease-in-out;
  }
  .breadcrumbs__top__image__arrow {
    fill: #bebec3;
    transition: fill 0.5s ease;
  }
  .breadcrumbs__top__label {
    margin: 0;
    color: #bebec3;
    font-size: 0.875em;
    transition: color 0.5s ease;
  }
  .breadcrumbs__top:hover .breadcrumbs__top__image {
    margin-top: -4px;
    margin-bottom: 4px;
  }
  .breadcrumbs__top:hover .breadcrumbs__top__image__arrow {
    fill: #fafafa;
  }
  .breadcrumbs__top:hover .breadcrumbs__top__label {
    color: #fafafa;
  }
  .breadcrumbs__path {
    color: #fafafa;
    font-size: 0.875em;
    line-height: 1;
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: 50%;
    transform: rotate(-90deg);
    transform-origin: left center;
    margin-left: -1px;
    transition: color 0.5s ease;
    white-space: nowrap;
  }
  .breadcrumbs__path__link {
    color: #bebec3;
    text-decoration: none;
    transition: color 0.5s ease;
    display: inline-block;
  }
  .breadcrumbs__path__link:hover {
    color: #fafafa;
  }
  .breadcrumbs__path__seperator {
    color: #bebec3;
    margin: 0 3px;
    display: inline-block;
  }
  .breadcrumbs.docked .breadcrumbs__top:hover .breadcrumbs__top__image__arrow {
    fill: #1e1e1e;
  }
  .breadcrumbs.docked .breadcrumbs__top:hover .breadcrumbs__top__label {
    color: #1e1e1e;
  }
  .breadcrumbs.docked .breadcrumbs__path {
    color: #1e1e1e;
  }
  .breadcrumbs.docked .breadcrumbs__path__link:hover {
    color: #1e1e1e;
  }
  .breadcrumbs:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: #fafafa;
    transition: left 0.3s ease;
  }
  .breadcrumbs.docked:after {
    left: 0;
  }
}
