/* COLORS */
/* FONTS */
/* LAYOUT */
/* SHADOW */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  all: unset;
  all: revert;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

input {
  border-radius: none;
}

fieldset {
  border: none;
}

html {
  scroll-behavior: smooth;
}

.max-char {
  max-width: 60ch;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

.no-scrollbar {
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-arrows {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.no-arrows input::-webkit-outer-spin-button,
.no-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-arrows input[type=number] {
  -moz-appearance: textfield;
}

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

button[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.hyphens {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.cover {
  overflow: hidden;
}
.cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.is-number {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

body {
  font-family: "Suisse BP Int'l", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: hsl(209, 10%, 40%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Suisse BP Int'l", sans-serif;
  font-weight: 500;
  color: hsl(210, 14%, 27%);
}

@keyframes message {
  0% {
    transform: translateY(-100%);
  }
  20% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.main-header {
  background: hsl(209, 10%, 40%);
}
@media screen and (min-width: 768px) {
  .main-header {
    padding-bottom: 20rem;
  }
}

.container {
  padding: 1rem 0rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 1.5rem 0rem;
    height: 5rem;
    display: flex;
  }
}

.main-logo svg {
  height: 4rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .main-logo svg {
    height: 100%;
    padding-left: 0rem;
  }
}

.main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu__list {
  position: relative;
  display: none;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: hsl(210, 14%, 27%);
  padding: 2rem 0rem;
}
.menu__list.is-active {
  display: flex;
  transition: display 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .menu__list {
    display: flex;
    flex-direction: row;
    background: none;
    justify-content: flex-end;
    height: auto;
  }
}

.menu__item {
  padding: 1rem 1.25rem;
  font-size: 1rem;
}
.menu__item.is-active a {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .menu__item:last-child {
    margin-left: 2rem;
    background: hsl(209, 10%, 45%);
    font-size: 0.85rem;
  }
}

.menu__link {
  color: lightgrey;
  font-weight: 200;
  margin-bottom: -6px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1rem;
}
.menu__link:hover {
  color: white;
}

.main-footer {
  background: hsl(209, 10%, 40%);
  padding: 4rem 0rem;
}

.main-footer__list {
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .main-footer__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}

.main-footer__item {
  font-weight: 200;
}
.main-footer__item h3 {
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.sub-footer {
  background: hsl(210, 14%, 27%);
  color: white;
  padding: 0.5rem 0rem;
}

.sub-footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub-footer__list li {
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.wrapper {
  margin: auto;
  width: 100%;
  padding: 0rem 1rem;
  box-sizing: border-box;
}
.wrapper--small {
  max-width: 64rem;
}
.wrapper--medium {
  max-width: 75rem;
}
.wrapper--large {
  max-width: 90rem;
}
.wrapper.no-padding {
  padding: 0rem;
}
.wrapper.has-background {
  background: hsl(209, 10%, 40%);
}
@media screen and (min-width: 768px) {
  .wrapper.has-background {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.no-m-p {
    padding: 0;
  }
}

.site-section {
  margin-top: 4rem;
  scroll-margin-top: 2rem;
}
.site-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .site-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.site-section h3 {
  text-align: center;
  margin: auto;
  max-width: 20em;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .site-section h3 {
    font-size: 2rem;
  }
}
.site-section ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 2rem;
  max-width: 60rem;
  margin: 2rem auto;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .site-section ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 4rem auto;
  }
}
.site-section li {
  max-width: 33em;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .site-section li {
    max-width: 20em;
  }
}

.site-section.site-section--nosub h2 {
  margin-bottom: 4rem;
}
.site-section.site-section--nosub h4 {
  color: hsl(210, 14%, 27%);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.content {
  background: white;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .content {
    margin-top: -20rem;
    padding: 4rem;
    padding-top: 4rem;
  }
}
.content h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 4rem;
  }
}
.content p {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  max-width: 33em;
}
@media screen and (min-width: 768px) {
  .content p {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    max-width: 33em;
  }
}

.reference__container {
  background-color: hsl(209, 10%, 40%);
}
@media screen and (min-width: 768px) {
  .reference__container {
    margin-top: -20rem;
  }
}

.reference__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .reference__grid {
    grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
  }
}

.reference__item {
  position: relative;
  overflow: clip;
  border-radius: 0.25rem;
}
.reference__item:hover > figcaption {
  transform: translateY(0);
  opacity: 1;
}
.reference__item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reference__item figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  background-color: hsla(209, 10%, 40%, 0.75);
  color: #fff;
  padding: 1rem;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out;
}
.reference__item figcaption h2 {
  color: hsl(209, 10%, 95%);
  font-size: 1.25rem;
  margin-bottom: 0.25em;
}
.reference__item figcaption ul {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.5rem;
}
.reference__item figcaption h3 {
  color: hsl(209, 10%, 95%);
}
.reference__item figcaption p {
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}
.reference__item figcaption a {
  text-decoration: underline;
  font-size: 1.125rem;
}
.reference__item figcaption a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.reference__item--1 {
  grid-column: 1/1;
}
@media screen and (min-width: 768px) {
  .reference__item--1 {
    grid-column: 1/3;
  }
}

.reference__item--2 {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .reference__item--2 {
    grid-column: 3/5;
  }
}

.reference__item--3 {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .reference__item--3 {
    grid-column: 1/2;
  }
}

.reference__item--4 {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .reference__item--4 {
    grid-column: 2/4;
  }
}

.reference__item--5 {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .reference__item--5 {
    grid-column: 4/5;
  }
}

.reference__item--6 {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .reference__item--6 {
    grid-column: 1/5;
  }
}

.reference__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 48rem) {
  .reference__content {
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
  }
}
.reference__content .content__sidebar {
  background-color: hsl(209, 10%, 95%);
  color: hsl(210, 14%, 27%);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 2rem;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
.reference__content .content__sidebar li {
  padding-bottom: 1rem;
}
.reference__content .content__sidebar li p {
  color: hsl(209, 10%, 40%);
}
.reference__content .content__body {
  padding-top: 0rem;
}
@media screen and (min-width: 768px) {
  .reference__content .content__body {
    padding-top: 4rem;
  }
}
.reference__content .content__body h2 {
  margin-bottom: 2rem;
}

.reference__image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 48rem) {
  .reference__image-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .hero-header {
    margin-top: -20rem;
  }
}

.hero-container {
  position: relative;
}

.hero__figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(2rem);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hero__figure {
    transform: none;
  }
  .hero__figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3b454e, rgba(59, 69, 78, 0));
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  }
}

.hero__image {
  max-width: 100%;
  width: 100%;
}

.hero__content {
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 10;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .hero__content {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    padding: 2rem;
  }
}
.hero__content h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
  max-width: 14em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hero__content h1 {
    font-size: 2.5rem;
  }
}
.hero__content p {
  font-size: 1.25rem;
  max-width: 24em;
  -webkit-hyphens: none;
          hyphens: none;
}
@media screen and (min-width: 768px) {
  .hero__content p {
    font-size: 1.5rem;
  }
}
.hero__content p:first-of-type {
  margin-bottom: 3rem;
}
.hero__content p > a {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  background: white;
  color: hsl(210, 14%, 27%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero__content p > a {
    display: inline-block;
  }
}

.w-hero__heading {
  font-size: 1.5rem;
  font-weight: 400;
  color: hsl(210, 14%, 27%);
  margin-top: 1rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .w-hero__heading {
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
  }
}

.w-hero-container {
  position: relative;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .w-hero-container {
    overflow: clip;
    aspect-ratio: 2.4/1;
  }
}

.w-hero__figure {
  height: 100%;
}

.w-hero__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-section {
  position: relative;
  z-index: 10;
}

.value-container {
  background: hsl(210, 14%, 27%);
  color: white;
  padding: 4rem 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .value-container {
    padding: 4rem 4rem;
  }
}
.value-container .value__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  max-width: none;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .value-container .value__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .value-container .value__list {
    grid-gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.value-container .value__list .value__item p:first-of-type {
  font-size: 1rem;
}
.value-container .value__list .value__item img {
  height: 1.5rem;
}
.value-container .value__list .value__item h4 {
  color: white;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.value-container .value__list .value__item p {
  color: rgba(255, 255, 255, 0.75);
}

.btn-send {
  background: white;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  height: auto;
  color: hsl(210, 14%, 27%);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1rem;
}
.btn-send:hover {
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out;
}

.btn-toggle {
  position: absolute;
  height: 1rem;
  width: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .btn-toggle {
    display: none;
  }
}
.btn-toggle[aria-expanded=true] .icon-menu__top {
  transform: rotate(45deg) translateY(10px);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.btn-toggle[aria-expanded=true] .icon-menu__bottom {
  transform: rotate(-45deg) translateY(-10px);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.btn-toggle[aria-expanded=false] .icon-menu__top {
  transform: rotate(0deg) translateY(0px);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.btn-toggle[aria-expanded=false] .icon-menu__bottom {
  transform: rotate(0deg) translateY(0px);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.btn-toggle .icon-menu__top,
.btn-toggle .icon-menu__bottom {
  height: 0.125rem;
  background: white;
  width: 100%;
}
.link-back {
  position: absolute;
  right: 1rem;
  top: calc(50% - 12px);
  color: white;
}
@media screen and (min-width: 768px) {
  .link-back {
    position: relative;
    flex-grow: 1;
    align-self: flex-end;
    text-align: right;
  }
}

.offer-section {
  padding-bottom: 4rem;
  background: hsl(209, 10%, 95%);
  padding-top: 4rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .offer-section {
    padding-top: 20rem;
    margin-top: -12rem;
    padding-bottom: 10rem;
  }
}
.offer-section .offer__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  margin-bottom: 3rem;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .offer-section .offer__list {
    grid-gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.offer-section .offer__list .offer__item img {
  height: 2rem;
}
.offer-section .offer__list .offer__item p {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .offer-section .offer__list .offer__item p {
    max-width: 20em;
  }
}

#angebot {
  scroll-margin-top: 2rem;
}

#kontakt {
  scroll-margin-top: 0rem;
}

.form-section {
  background: hsl(209, 10%, 40%);
  padding-top: 4rem;
  margin-top: 0rem;
}

.form__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  border-bottom: 1px solid white;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .form__container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    padding: 4rem 0rem;
    padding-bottom: 8rem;
  }
}

.field__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

label {
  color: white;
  margin-bottom: 0.125rem;
}

input {
  height: 2.5rem;
  border-radius: 0px;
  border: 1px solid transparent;
  padding-left: 0.5rem;
}

textarea {
  height: 10rem;
  padding: 0.5rem;
  box-sizing: border-box;
}

.contact__content {
  color: white;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.contact__address a {
  display: block;
  font-weight: 200;
}
.contact__address a:hover {
  opacity: 0.75;
}

.contact__details {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 200;
}
.contact__details a {
  display: block;
}
.contact__details a:hover {
  opacity: 0.75;
}

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

.alert.success {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(82, 191, 35, 0.85);
  color: white;
  width: 100%;
  z-index: 20;
  padding: 1rem;
  text-align: center;
  animation-name: message;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.alert.error {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(220, 0, 4, 0.85);
  color: white;
  width: 100%;
  z-index: 20;
  padding: 1rem;
  text-align: center;
  animation-name: message;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.team__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .team__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.team__item {
  background-color: hsl(209, 10%, 95%);
  display: flex;
  border-radius: 0.25rem;
}

.lead__text {
  padding: 6rem 0rem;
}
.lead__text h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.lead__text p {
  max-width: 65ch;
}

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