/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}
.text-style-mobile-navigation-item-regular {
  font-size: 1.7rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
.text-style-desktop-navigation-item-regular {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.cookie-modal {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  pointer-events: none;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.cookie-modal--hidden {
  display: none;
}
.cookie-modal__content {
  max-width: 600px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin: 15vh auto 0;
  pointer-events: auto;
}
@media (min-width: 400px) {
  .cookie-modal__content {
    margin: 22vh auto 0;
    padding: 40px;
  }
}
.cookie-modal__title {
  font-size: 2.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #141b4d;
}
.cookie-modal__text {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #141b4d;
}
.cookie-modal__text a {
  font-size: 1.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ff6900;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 2;
}
.cookie-modal__options {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cookie-modal__options > * {
  width: calc(50% - 30px);
}
@media (min-width: 400px) {
  .cookie-modal__options > * {
    width: calc(33.3333% - 30px);
  }
}
.cookie-modal__option {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 10px;
}
.cookie-modal__option.disabled {
  opacity: 0.7;
}
.cookie-modal__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 2px solid #000;
  margin-right: 6px;
  flex-shrink: 0;
}
.cookie-modal__checkbox:checked {
  background-color: #000;
}
.cookie-modal__checkbox:checked:focus {
  outline: none;
  background-color: #81a2be;
}
.cookie-modal__checkbox:focus {
  outline: none;
  border-color: #81a2be;
}
.cookie-modal__check {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.cookie-modal__check svg {
  stroke: #ffffff;
}
.cookie-modal__label {
  line-height: 22px;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #141b4d;
}
.cookie-modal__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.cookie-modal__button {
  display: block;
  margin-right: 8px;
  padding: 6px 20px;
  white-space: nowrap;
  border: 2px solid #000;
  text-decoration: none;
  color: #000;
}
@media (min-width: 400px) {
  .cookie-modal__button {
    margin-right: 10px;
    padding: 10px 24px;
  }
}
.cookie-modal__button.primary {
  background-color: #000;
  color: #ffffff;
}
.cookie-modal__button.primary:focus,
.cookie-modal__button.primary:hover {
  background-color: #81a2be;
}
.cookie-modal__button:focus,
.cookie-modal__button:hover {
  outline: none;
  border-color: #81a2be;
}
.cookie-modal__button.hide {
  display: none;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ArchivoNarrow-Bold.ttf");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Work_Sans/static/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Work_Sans/static/WorkSans-Italic.ttf");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Work_Sans/static/WorkSans-Bold.ttf");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf");
}
.flex-container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  margin: 0 3rem;
}
.flex-item {
  order: 0;
  flex: 1 0 calc(50% - 6rem);
  align-self: auto;
  margin: 0;
}
.flex-item + .flex-item {
  margin-top: 3.8rem;
}
.theblock {
  max-width: 71rem;
  margin: 0 auto;
}
.theblock .flex-item {
  flex: 1 1 auto;
}
/* For screens that are 834 or more */
@media screen and (min-width: 820px) {
  .flex-container {
    flex-direction: row;
  }
  .flex-container--fullsize {
    flex-direction: column;
  }
  .flex-item {
    margin: 0 3rem;
  }
  .flex-item + .flex-item {
    margin-top: 0;
  }
}
.topnavigation {
  margin-top: 14rem;
  margin-bottom: 37rem;
  position: relative;
}
.topnavigation .flex-item:not(:first-child) {
  margin-top: 0.2rem;
}
.topnavigation__link {
  font-size: 2.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ff6900;
  text-decoration: none;
  text-transform: uppercase;
}
.topnavigation__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-thickness: 5px;
}
.navigation {
  margin: 0;
  padding: 0;
}
.navigation__item {
  margin: 0;
  padding: 0;
}
.topnavigation__container {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 6rem;
}
@media screen and (min-width: 820px) {
  .topnavigation__container {
    display: flex;
    justify-content: flex-end;
    position: unset;
  }
}
@media screen and (min-width: 1200px) {
  .topnavigation__link {
    color: #ff6900;
    font-size: 3.6rem;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
}
.footer {
  display: flex;
  display: none;
  max-width: 1320px;
  margin: 5rem auto 0;
  padding: 3rem 0;
}
.footer__item {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  padding: 0 3rem;
}
.footer__link {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  color: #141b4d;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-thickness: 5px;
}
@media screen and (min-width: 820px) {
  .footer {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    margin-top: 10rem;
  }
  .decorator--bottom {
    width: 70rem;
    height: 18rem;
  }
  .decorator--bottom::before {
    width: 114rem;
    height: 114rem;
  }
}
.navopen .hamburger__navigation {
  display: flex;
}
.hamburger {
  display: flex;
  z-index: 10;
  position: relative;
}
.hamburger__container {
  display: flex;
  align-items: center;
  position: fixed;
  background-color: green;
  top: 2rem;
  right: 2rem;
}
.hamburger__navigation {
  display: none;
  flex-direction: column;
  position: absolute;
  top: -2rem;
  right: -2rem;
  padding: 2rem 8rem 2rem 2rem;
  box-shadow: -8px 10px 26px 0px rgba(20, 27, 77, 0.4);
  background-color: #ffffff;
  min-width: 30rem;
}
.hamburger__item {
  display: flex;
  align-items: center;
}
.hamburger__link {
  font-size: 1.7rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  line-height: 1.7;
  color: #141b4d;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.hamburger__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-thickness: 5px;
  text-decoration-color: #ff6900;
}
.hamburger__item--back {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #141b4d;
}
.hamburger__label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 3rem;
  height: 2rem;
  margin-right: 0.5rem;
  border-top: 0.4rem solid #141b4d;
  border-bottom: 0.4rem solid #141b4d;
}
.hamburger__label:before,
.hamburger__label:after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  border-top: 0.4rem solid #141b4d;
}
.hamburger__label:hover:before,
.hamburger__label:hover:after {
  border-top-color: #ff6900;
}
.hamburger__checkbox:checked ~ .hamburger__label {
  border-color: transparent;
}
.hamburger__checkbox:checked ~ .hamburger__label:before {
  border-top-color: #ff6900;
  transform-origin: center center;
  transform: rotate(-43deg) translate(-0.3rem, -0.3rem);
  width: 125%;
}
.hamburger__checkbox:checked ~ .hamburger__label:after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  border-top: 0.4rem solid #ff6900;
  transform-origin: center center;
  transform: rotate(43deg) translate(-0.3rem, 0.2rem);
  width: 125%;
}
.hamburger__checkbox:checked ~ .hamburger__navigation {
  display: block;
}
.hamburger__checkbox:checked + .hamburger__label:before {
  background-color: #5dff02;
}
.hamburger__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
@media screen and (min-width: 756px) {
  .hamburger__item {
    white-space: nowrap;
  }
  .hamburger__link {
    font-size: 2rem;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1320px) {
  .hamburger__container {
    right: calc((100vw / 2) - (1320px / 2) - 2rem * -1);
  }
}
.contact {
  display: flex;
  width: 46rem;
  height: 14rem;
  max-width: 1320px;
  margin: 0;
  padding: 0;
  position: sticky;
  bottom: -6rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
}
.contact .mail-icon {
  height: 2.6rem;
  margin-left: 0.6rem;
}
.contact .mail-icon path {
  fill: #141b4d;
}
.contact .mail-text {
  font-weight: 700;
}
.contact .mail-text:hover ~ .decorator--bottom::before,
.contact .mail-icon:hover ~ .decorator--bottom::before {
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 30%, #ffe0cc 50%, #ff9047 72%, #ff7011 100%);
}
.contact .decorator--bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: 0.2s;
}
.contact .decorator--bottom::before {
  top: 0;
  left: -14rem;
  width: 57rem;
  height: 57rem;
  transition: 0.2s;
}
.contact .decorator--bottom:hover::before {
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 30%, #ffe0cc 50%, #ff9047 72%, #ff7011 100%);
}
.contact .contact__link,
.contact .back__link {
  font-size: 1.7rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  line-height: 1.7;
  color: #141b4d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 3.2rem 6rem;
  text-decoration: none;
  text-transform: uppercase;
}
.contact .contact__link:hover,
.contact .back__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-thickness: 5px;
  text-decoration-color: #141b4d;
}
@media screen and (min-width: 756px) {
  .contact__link {
    font-size: 2rem;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
  }
}
@media screen and (min-width: 820px) {
  .contact {
    width: 50rem;
    height: 16rem;
  }
  .contact .contact__link,
  .contact .back__link {
    padding: 0 0 2.8rem 6rem;
  }
  .contact .decorator--bottom::before {
    left: -14rem;
    width: 66rem;
    height: 66rem;
  }
}
/*
.blockoffer::before {
  content: "";
  position: fixed;
  top: 100vh - 30rem;
  height: 30rem;
  width: 100%;
  background-color: #5d800d;
}

 */
@media screen and (min-width: 1200px) {
  .contact {
    width: 70rem;
    height: 18rem;
  }
  .contact .contact__link,
  .contact .back__link {
    padding: 0 0 3.2rem 6rem;
  }
  .contact .decorator--bottom::before {
    left: -29rem;
    width: 114rem;
    height: 114rem;
  }
}
/* https://www.colorzilla.com/gradient-editor/#ff6900+0,ff6900+92&0+30,0+30,0.2+50,0.7+72,1+92 */
.decorator {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  width: 100vw;
}
.decorator::before {
  content: "";
  background: linear-gradient(45deg, rgba(255, 105, 0, 0) 0%, rgba(255, 105, 0, 0) 30%, rgba(255, 105, 0, 0.2) 50%, rgba(255, 105, 0, 0.7) 72%, #ff6900 92%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}
.decorator--image {
  position: absolute;
  width: 24vw;
  height: 24vw;
  max-width: 16rem;
  max-height: 16rem;
  top: 0;
  right: 0;
}
.decorator--right {
  position: absolute;
  top: 26rem;
  right: 0;
  width: 60vw;
  height: 60vw;
  max-width: 80rem;
  max-height: 80rem;
}
.decorator--right::before {
  right: -30%;
}
.decorator--bottom {
  position: absolute;
  left: calc(50% - (60rem/2));
  bottom: 0;
  width: 60rem;
  height: 14rem;
  overflow: hidden;
  z-index: -1;
}
.decorator--bottom::before {
  top: 0;
  left: 0;
  width: 60rem;
  height: 60rem;
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 30%, #ffede2 50%, #ffa066 72%, #ff7926 100%);
}
.decorator--bottom ~ .main {
  padding-bottom: 32rem;
}
@media screen and (min-width: 820px) {
  .decorator--bottom {
    left: calc(50% - (80rem/2));
    width: 80rem;
    height: 16rem;
  }
  .decorator--bottom::before {
    width: 80rem;
    height: 80rem;
  }
}
@media screen and (min-width: 1200px) {
  .decorator--bottom {
    left: calc(50% - (114rem/2));
    width: 114rem;
    height: 18rem;
  }
  .decorator--bottom::before {
    width: 114rem;
    height: 114rem;
  }
}
.teaser {
  flex: 1 0 auto;
  display: flex;
  position: relative;
}
.teaser--mind {
  margin-bottom: 34rem;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}
.teaser__text {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.teaser__text .bodytext {
  margin-bottom: 0;
}
.teaser__title {
  font-size: 2.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
.teaser__title--name {
  color: #ff6900;
  margin-bottom: 6rem;
}
.teaser__link {
  font-size: 1.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
}
.teaser__link:hover {
  text-decoration-color: #ff6900;
}
.teaser__image {
  width: 100%;
  height: 100%;
  min-width: 20rem;
  max-width: 36rem;
  position: relative;
}
.teaser__image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  background-color: #e2eaee;
}
.teaser--mind:nth-child(odd) .teaser__image .decorator--image {
  right: auto;
  left: 0;
}
.teaser--mind:nth-child(odd) .teaser__image img {
  float: left;
}
@media screen and (min-width: 1200px) {
  .title--super {
    font-size: 9.6rem;
  }
  .title--large {
    font-size: 7.2rem;
  }
  .teaser__link {
    font-size: 2.4rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .teaser__title {
    font-size: 3.6rem;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .topnavigation__link {
    /*.text-style-desktop-title-one();*/
  }
  .logo {
    font-size: 3.6rem;
  }
  .bodytext {
    font-size: 2.4rem;
  }
  .bodytext + p {
    font-size: 2.4rem;
  }
}
/* For screens that are 834 or more */
@media screen and (min-width: 756px) {
  .teaser--mind {
    flex-direction: row;
  }
  .teaser__image,
  .teaser__text {
    margin: 0 3rem;
  }
  .teaser__image {
    max-width: unset;
  }
  .teaser__image img {
    width: 94%;
    float: right;
  }
  .teaser--mind:nth-child(odd) .teaser__image {
    order: 1;
  }
  .teaser--mind:nth-child(odd) .teaser__image .decorator--image {
    right: auto;
    left: 0;
  }
  .teaser--mind:nth-child(odd) .teaser__image img {
    float: left;
  }
}
.blockoffer {
  max-width: 72rem;
  margin: 0 auto;
  pointer-events: auto;
}
.blockoffer em {
  font-style: italic;
}
.blockoffer ul > li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 2.4rem;
  z-index: -1;
}
.blockoffer ul > li:before {
  content: "–";
  position: absolute;
  left: 0;
}
.blockoffer a {
  color: #141b4d;
  text-underline-position: under;
}
.blockoffer a:hover {
  text-decoration-color: #ff6900;
}
.blockoffer .title--subtitle {
  font-size: 2.2rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1rem;
}
.blockoffer .title--heading {
  font-size: 2.2rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.blockoffer .bodytext {
  margin-bottom: 4rem;
}
.blockoffer__item {
  margin: 0 3rem;
}
@media screen and (min-width: 1200px) {
  .blockoffer .title--subtitle {
    font-size: 3.6rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .blockoffer .title--heading {
    font-size: 3.6rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
}
.minds {
  position: relative;
}
.minds .main {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 80vh;
  padding-bottom: 3rem;
  z-index: 1;
  pointer-events: none;
}
.minds .topnavigation {
  margin-bottom: 2rem;
}
.minds .teaser__text {
  order: 1;
  margin-top: 10rem;
}
/* For screens that are 834 or more */
@media screen and (min-width: 756px) {
  .teaser--mind {
    flex-direction: row;
  }
  .teaser__image,
  .teaser__text {
    margin: 0 3rem;
  }
  .teaser__image {
    max-width: unset;
  }
  .teaser__image img {
    width: 94%;
    float: right;
  }
  .minds .teaser {
    flex-direction: row;
    margin: 0;
  }
  .minds .teaser__text {
    order: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 820px) {
  .minds .teaser {
    margin: 0 3rem;
  }
  .minds .footer {
    margin-top: 8rem;
  }
  .minds .decorator--bottom {
    width: 50rem;
    height: 16rem;
  }
  .minds .decorator--bottom::before {
    left: -14rem;
    width: 66rem;
    height: 66rem;
  }
}
@media screen and (min-width: 1200px) {
  .minds .footer {
    margin-top: 10rem;
  }
  .minds .decorator--bottom {
    width: 70rem;
    height: 18rem;
  }
  .minds .decorator--bottom::before {
    left: -29rem;
    width: 114rem;
    height: 114rem;
  }
}
.development {
  background-color: yellow;
}
.development .flex-container {
  background-color: #48b975;
}
.development .flex-item {
  background-color: #9c48b9;
}
/* For screens that are 834 or more */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
  margin: 0;
  padding: 0;
  vertical-align: initial;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #141b4d;
}
body b,
body strong {
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}
.homepage {
  color: #ffffff;
  background-color: #141b4d;
}
.main {
  max-width: 1320px;
  min-height: 100vh;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.logo {
  font-size: 2.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
.title--super {
  max-width: 82rem;
  margin-bottom: 9.8rem;
  font-size: 5.9rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.title--super strong {
  font-size: 5.9rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.title--large {
  font-size: 4.7rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  max-width: 57rem;
  text-transform: uppercase;
}
.title--large strong {
  font-size: 4.7rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.title--offer {
  font-size: 2.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-top: 8.3rem;
  margin-bottom: 4.5rem;
}
.leadtext {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.bodytext {
  max-width: 57rem;
  margin-bottom: 20rem;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.bodytext p {
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.teaser--text {
  flex: 1 0 100%;
  display: flex;
}
.link {
  font-size: 1.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ff6900;
  text-transform: uppercase;
  text-underline-offset: 5px;
  text-underline-thickness: 5px;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 2.4rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
  }
  body b,
  body strong {
    font-size: 2.4rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
  }
  .bodytext,
  .bodytext p {
    font-size: 2.4rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
  }
  .title--super {
    font-size: 9.6rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .title--super strong {
    font-size: 9.6rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .title--large {
    font-size: 7.2rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .title--large strong {
    font-size: 7.2rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .title--offer {
    font-size: 4.6rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .leadtext {
    font-size: 2.8rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
  }
  .logo {
    font-size: 3.6rem;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
  .link {
    font-size: 2.4rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/*# sourceMappingURL=index.css.map */