/**
 * Reset
 */
*,
*::before,
*::after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
}

html {
  color: #ffffff;
  font-family: "New Order", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

body {
  background-color: #071113;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Header
*/
.header {
  background-color: rgba(7, 17, 19, 0.6);
  min-width: 320px;
  position: fixed;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 9999;
}
.header > .wrapper {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  font-size: 20px;
  padding: 30px 100px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 45px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .logo img {
  cursor: pointer;
  display: block;
  height: 45px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  user-select: none;
  width: auto;
}
.header > .wrapper .navigation {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: end;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5em;
  margin-right: 2em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li {
  color: inherit;
  flex: 0 0 auto;
  font: normal 500 20px/1em "New Order", sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li a {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li a::after {
  background-color: transparent;
  border-radius: 1px;
  bottom: -0.5em;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 99%;
}
.header > .wrapper .navigation .sitemenu-open {
  align-items: center;
  color: inherit;
  display: none;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation .sitemenu-open .label {
  color: inherit;
  font: normal 400 0.8333333333em/1em "New Order", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 1em;
  text-transform: uppercase;
}
.header > .wrapper .navigation .sitemenu-open .burger {
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(1) {
  margin-top: -10px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(2) {
  margin-top: 0;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(3) {
  margin-top: 10px;
}
.header > .wrapper .button {
  align-items: center;
  background-color: #005356;
  border-radius: 8px;
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 600 20px/1em "New Order", sans-serif;
  letter-spacing: 0.08em;
  padding: 0.8em 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .button:hover {
  background-color: #013233;
}
.header.header--collapsed {
  transform: translateY(-150%);
}

html:not(.mobile):not(.tablet) .header > .wrapper .navigation ul li a:hover::after {
  background-color: #E6007E;
  bottom: -0.4em;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(1) {
  margin-top: -12px;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(2) {
  margin-top: 0;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(3) {
  margin-top: 12px;
}

.sitemenu--active .header > .wrapper .navigation .sitemenu-open .burger span {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .header > .wrapper {
    font-size: 18px;
    padding: 30px 80px;
  }
  .header > .wrapper .logo {
    height: 40px;
  }
  .header > .wrapper .logo img {
    height: 40px;
  }
  .header > .wrapper .navigation ul {
    display: none;
  }
  .header > .wrapper .navigation .sitemenu-open {
    display: flex;
  }
  .header > .wrapper .navigation .button {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header > .wrapper {
    padding: 25px 60px;
  }
  .header > .wrapper .logo {
    height: 35px;
  }
  .header > .wrapper .logo img {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .header > .wrapper {
    font-size: 16px;
    padding: 20px 25px;
  }
  .header > .wrapper .logo {
    height: 30px;
  }
  .header > .wrapper .logo img {
    height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .header > .wrapper .navigation .sitemenu-open {
    margin-left: 1.5em;
  }
  .header > .wrapper .navigation .sitemenu-open .label {
    display: none;
  }
}
/**
 * Intro
 */
.intro {
  background-color: #071113;
  height: 100%;
  font-size: 24px;
  min-height: 30em;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro > .video {
  background-color: #071113;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 20%;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.intro > .video .video-wrapper {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.intro > .video .video-wrapper .video-container {
  background-color: #071113;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.intro > .video .video-wrapper .video-container .video-iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro > .wrapper {
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  margin-top: 1em;
  max-width: 1600px;
  padding: 100px 100px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 200;
}
.intro > .wrapper .text {
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 105px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .text .title {
  font: normal 600 1em/1em "New Order", sans-serif;
  margin-bottom: 0.4em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .text .title span {
  color: #E6007E;
}
.intro > .wrapper .text .tagline {
  color: #cbcbcb;
  font: normal 500 0.5em/1em "New Order", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .text .cta {
  margin-top: 2em;
}

@media screen and (max-width: 1500px) {
  .intro > .wrapper .text {
    font-size: 7vw;
  }
}
@media screen and (max-width: 1199px) {
  .intro {
    font-size: 20px;
  }
  .intro > .wrapper {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .intro > .wrapper {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    font-size: 16px;
  }
  .intro > .wrapper {
    padding: 45px 25px;
  }
  .intro > .wrapper .text {
    font-size: 9vw;
  }
  .intro > .wrapper .cta {
    margin-top: 4em;
  }
}
/**
 * Headline
 */
.headline {
  background-color: #071113;
  font-size: 24px;
  padding-top: 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.headline > .wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.headline > .wrapper h1 {
  color: #ffffff;
  font: normal 600 60px/1.1em "New Order", sans-serif;
}

@media screen and (max-width: 1500px) {
  .headline > .wrapper h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .headline {
    font-size: 20px;
    padding-top: 80px;
  }
  .headline > .wrapper {
    padding: 80px 80px;
  }
  .headline > .wrapper h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .headline {
    padding-top: 60px;
  }
  .headline > .wrapper {
    padding: 60px 60px;
  }
  .headline > .wrapper h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 16px;
    padding-top: 45px;
  }
  .headline > .wrapper {
    padding: 45px 25px;
  }
  .headline > .wrapper h1 {
    font-size: 35px;
    hyphens: auto;
  }
}
@media screen and (max-width: 479px) {
  .headline > .wrapper h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  .headline > .wrapper h1 {
    font-size: 25px;
  }
}
/**
 * CTA
 */
.cta {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  justify-content: flex-start;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  margin-top: 2.5em;
}

.cta-button {
  background-color: #E6007E;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  flex: 0 0 auto;
  font: normal 600 20px/1em "New Order", sans-serif;
  letter-spacing: 0.08em;
  padding: 1em 1.4em 0.9em 1.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  user-select: none;
}
.cta-button.cta-button--green {
  background-color: #005356;
}
.cta-button.cta-button--gray {
  background-color: #707070;
}
.cta-button.cta-button--secondary {
  background-color: transparent;
  color: #ffffff;
  font: normal 500 20px/1em "New Order", sans-serif;
  letter-spacing: 0.1em;
  padding: 1em;
  position: relative;
}
.cta-button.cta-button--secondary::after {
  content: "";
  background: url("../images/button-arrow.svg") no-repeat center/contain;
  display: inline-block;
  height: 1em;
  margin-left: 0.4em;
  position: absolute;
  width: 1em;
}
.cta-button.cta-button--full {
  width: 100%;
}
.cta-button.cta-button.icon {
  padding: 1em 1.2em;
}

html:not(.mobile):not(.tablet) .cta-button:hover {
  background-color: #89014B;
  transform: scale(102%);
}
html:not(.mobile):not(.tablet) .cta-button.cta-button--secondary:hover {
  background-color: transparent;
  color: #cbcbcb;
  margin-left: 6px;
  transform: inherit;
}
html:not(.mobile):not(.tablet) .cta-button.cta-button--green:hover {
  background-color: #013233;
}
html:not(.mobile):not(.tablet) .cta-button.cta-button--gray:hover {
  background-color: #4a4a4a;
}

@media screen and (max-width: 1199px) {
  .cta-button {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    flex-flow: column nowrap;
    gap: 0.5em;
  }
  .cta .cta-button {
    font-size: 18px;
    width: 100%;
  }
}
/**
 * Main
 */
.main {
  display: flex;
  flex-flow: column nowrap;
  background-color: #ffffff;
  width: 100%;
}

/**
 * Block
 */
.block {
  background-color: #0e191b;
  font-size: 24px;
  overflow-x: hidden;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper {
  color: #ffffff;
  flex: 1 1 auto;
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 600 60px/1em "New Order", sans-serif;
  padding-bottom: 0.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title span {
  color: #E6007E;
}
.block > .wrapper .text {
  color: #ffffff;
  font: normal 400 1em/1.5em "New Order", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .content {
  color: #ffffff;
  font: normal 400 1em/1.5em "New Order", sans-serif;
  margin-bottom: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .content h2,
.block > .wrapper .content h3,
.block > .wrapper .content h4,
.block > .wrapper .content h5,
.block > .wrapper .content h6 {
  margin-bottom: 1em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content h2 {
  color: #ffffff;
  font: normal 400 1.5em/1.1em "New Order", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h3 {
  color: #ffffff;
  font: normal 400 1.25em/1.1em "New Order", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h4 {
  color: #ffffff;
  font: normal 400 1em/1.1em "New Order", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h5 {
  color: #ffffff;
  font: normal 400 1em/1.1em "New Order", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h6 {
  color: #ffffff;
  font: normal 400 1em/1.1em "New Order", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p + h2,
.block > .wrapper .content ul + h2,
.block > .wrapper .content ol + h2,
.block > .wrapper .content div + h2,
.block > .wrapper .content form + h2,
.block > .wrapper .content p + h3,
.block > .wrapper .content ul + h3,
.block > .wrapper .content ol + h3,
.block > .wrapper .content div + h3,
.block > .wrapper .content form + h3,
.block > .wrapper .content p + h4,
.block > .wrapper .content ul + h4,
.block > .wrapper .content ol + h4,
.block > .wrapper .content div + h4,
.block > .wrapper .content form + h4,
.block > .wrapper .content p + h5,
.block > .wrapper .content ul + h5,
.block > .wrapper .content ol + h5,
.block > .wrapper .content div + h5,
.block > .wrapper .content form + h5,
.block > .wrapper .content p + h6,
.block > .wrapper .content ul + h6,
.block > .wrapper .content ol + h6,
.block > .wrapper .content div + h6,
.block > .wrapper .content form + h6 {
  margin-top: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p {
  color: inherit;
  font: normal 400 1em/1.5em "New Order", sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul,
.block > .wrapper .content ol {
  color: inherit;
  font: normal 400 1em/1.5em "New Order", sans-serif;
  margin: 0 0 1.5em 1em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul li,
.block > .wrapper .content ol li {
  margin: 0 0 0.5em 0;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul li ul,
.block > .wrapper .content ul li ol,
.block > .wrapper .content ol li ul,
.block > .wrapper .content ol li ol {
  margin: 0.5em 0 0.5em 1.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul {
  list-style-type: disc;
}
.block > .wrapper .content ul.none {
  list-style-type: none;
  margin-left: 0;
}
.block > .wrapper .content ol {
  list-style-type: decimal;
}
.block > .wrapper .content a {
  border-bottom: 2px solid #005356;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content strong,
.block > .wrapper .content b {
  font-weight: 600;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content em,
.block > .wrapper .content i {
  font-style: italic;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content > *:last-child {
  margin-bottom: 0 !important;
}
.block > .wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.block > *:last-child {
  margin-bottom: 0 !important;
}
.block.block--chapter > .wrapper > .title span {
  display: block;
}
.block.block--usps {
  background-color: #071113;
}
.block.block--form {
  background-color: #071113;
}
.block.block--pt-0 > .wrapper {
  padding-top: 0;
}
.block.block--pr-0 > .wrapper {
  padding-right: 0;
}
.block.block--pb-0 > .wrapper {
  padding-bottom: 0;
}
.block.block--pl-0 > .wrapper {
  padding-left: 0;
}

html:not(.mobile):not(.tablet) .block > .wrapper .content a:hover {
  border-bottom-color: #0e191b;
}

@media screen and (max-width: 1199px) {
  .block {
    font-size: 20px;
  }
  .block > .wrapper {
    padding: 80px 80px;
  }
  .block > .wrapper .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .block > .wrapper {
    padding: 60px 60px;
  }
  .block > .wrapper .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    font-size: 16px;
  }
  .block > .wrapper {
    padding: 45px 25px;
  }
  .block > .wrapper .title {
    font-size: 35px;
    hyphens: auto;
  }
  .block.block--chapter > .wrapper > .title span {
    display: inline;
    hyphens: auto;
  }
}
@media screen and (max-width: 479px) {
  .block > .wrapper .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  .block > .wrapper .title {
    font-size: 25px;
  }
}
/**
 * About
 */
.about-grid {
  align-items: stretch;
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.about-grid .image img {
  border-radius: 0.5em;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .about-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .about-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .about-grid {
    gap: 45px;
  }
}
/**
 * Automation
 */
.automation-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.automation-grid .image img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .automation-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .automation-grid {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .automation-grid {
    gap: 45px;
  }
}
/**
 * Services
 */
.services-grid {
  align-items: stretch;
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.services-grid .image img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .services-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .services-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .services-grid {
    gap: 45px;
  }
}
/**
 * USP
 */
.usp-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.usp-grid .pink .title,
.usp-grid .green .title {
  align-items: center;
  display: flex;
  gap: 0.4em;
}
.usp-grid .pink .title .icon,
.usp-grid .green .title .icon {
  height: 1em;
  width: 1em;
}
.usp-grid .pink .list,
.usp-grid .green .list {
  display: flex;
  flex-flow: column nowrap;
  font: normal 400 1em/1.5em "New Order", sans-serif;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.usp-grid .pink .list li,
.usp-grid .green .list li {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.usp-grid .pink .list li::before,
.usp-grid .green .list li::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.3333333333em 1.3333333333em;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 1.3333333333em;
  width: 1.3333333333em;
}
.usp-grid .pink .list li::before {
  background-image: url("../images/icon-check-pink.svg");
}
.usp-grid .green .list li::before {
  background-image: url("../images/icon-check-green.svg");
}

@media screen and (max-width: 1199px) {
  .usp-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .usp-grid {
    gap: 80px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .usp-grid {
    gap: 45px;
  }
}
/**
 * Form
 */
.form {
  display: grid;
  gap: 1em 1.5em;
  grid-template-columns: 1fr 1fr;
  margin-top: 2em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-progress {
  display: flex;
  flex-flow: row nowrap;
  grid-column: 1/-1;
  justify-content: center;
  margin-right: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  align-items: center;
}
.form .form-progress .item {
  flex: 1 1 auto;
  height: 50px;
  position: relative;
}
.form .form-progress .item > .count {
  align-items: center;
  background-color: #404D4D;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font: normal 500 1.333em/1em "New Order", sans-serif;
  height: 50px;
  justify-content: center;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 50px;
  z-index: 300;
}
.form .form-progress .item::before {
  background-color: #404D4D;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 200;
}
.form .form-progress .item.active > .count {
  background-color: #E6007E;
}
.form .form-progress .item.active::before {
  background: #404D4D;
  background: linear-gradient(90deg, #404D4D 0%, #E6007E 50%, #404D4D 100%);
}
.form .form-progress .item.done > .count {
  background-color: #005356;
}
.form .form-progress .item.done > .count span {
  display: none;
}
.form .form-progress .item.done > .count::before {
  background: url("../images/form-progress-done.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
.form .form-progress .item.done::before {
  background: #404D4D;
  background: linear-gradient(90deg, #404D4D 0%, #005356 50%, #404D4D 100%);
}
.form .form-progress .item.success > .count {
  background-color: #005356;
}
.form .form-progress .item.success::before {
  background: #404D4D;
  background: linear-gradient(90deg, #404D4D 0%, #005356 50%, #404D4D 100%);
}
.form .form-progress .item:first-child::before {
  background: linear-gradient(90deg, rgba(64, 77, 77, 0) 0%, #404D4D 50%, #404D4D 100%);
}
.form .form-progress .item.active:first-child::before {
  background: linear-gradient(90deg, rgba(64, 77, 77, 0) 0%, #E6007E 50%, #404D4D 100%);
}
.form .form-progress .item.done:first-child::before {
  background: linear-gradient(90deg, rgba(0, 83, 86, 0) 0%, #005356 50%, #404D4D 100%);
}
.form .form-progress .item:last-child::before {
  background: linear-gradient(90deg, #404D4D 0%, #404D4D 50%, rgba(64, 77, 77, 0) 100%);
}
.form .form-progress .item.active:last-child::before {
  background: linear-gradient(90deg, #404D4D 0%, #E6007E 50%, rgba(64, 77, 77, 0) 100%);
}
.form .form-progress .item.done:last-child::before {
  background: linear-gradient(90deg, #404D4D 0%, #005356 50%, rgba(0, 83, 86, 0) 100%);
}
.form .form-step {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  gap: 2em;
}
.form .form-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.333em;
  row-gap: 1.25em;
}
.form .form-row {
  display: grid;
  gap: 3.333em;
  grid-column: inherit;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-title {
  color: #ffffff;
  font: normal 500 1.8em/1.5em "New Order", sans-serif;
  grid-column: 1/-1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-text {
  font: normal 500 1em/1.5em "New Order", sans-serif;
  grid-column: 1/-1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-field {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
}
.form .form-field.form-field--full {
  grid-column: 1/-1;
}
.form .form-field.form-field--inline {
  align-items: center;
  flex-flow: row nowrap;
}
.form .form-field.form-field--card {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-field.form-field--card label {
  background-color: #404D4D;
  border-radius: 10px;
  cursor: pointer;
  height: 8.333em;
  padding: 1.8em;
  position: relative;
  text-align: center;
  width: 100%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-field.form-field--card label input {
  position: absolute;
  top: 0.555em;
  right: 0.555em;
}
.form .form-field.form-field--card label .container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
  margin: auto;
}
.form .form-field.form-field--card label .container .icon {
  height: 1.75em;
  user-select: none;
  width: auto;
}
.form .form-field.form-field--card label .container span {
  font: normal 500 1.66em/1em "New Order", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  user-select: none;
}
.form .form-field.form-field--card label input[type=checkbox]:not(:checked) {
  display: none;
}
.form .form-field.form-field--card label.pink {
  background-color: #291C23;
}
.form .form-field.form-field--card label.pink input[type=checkbox] {
  background-color: #E6007E;
  border-radius: 8px;
}
.form .form-field.form-field--card label.green {
  background-color: #082B2C;
}
.form .form-field.form-field--card label.green input[type=checkbox] {
  background-color: #7FB0B5;
  border-radius: 8px;
}
.form .form-field.form-field--card label.pink:has(input:checked) {
  outline: solid 2px #E6007E;
  background: radial-gradient(ellipse 80% 80% at 50% 120%, #e6007e 0%, rgba(230, 0, 126, 0.2) 40%, transparent 70%), #291C23;
}
.form .form-field.form-field--card label.green:has(input:checked) {
  outline: solid 2px #7FB0B5;
  background: radial-gradient(ellipse 80% 80% at 50% 120%, #7fb0b5 0%, rgba(127, 176, 181, 0.2) 40%, transparent 70%), #082B2C;
}
.form .form-field.form-field--card label.pink:has(input:not(:checked)) > *,
.form .form-field.form-field--card label.green:has(input:not(:checked)) > * {
  opacity: 80%;
}
.form .form-field.form-field--card:hover {
  transform: scale(102%);
}
.form .form-field:has(input:required) label::after, .form .form-field:has(select:required) label::after, .form .form-field:has(textarea:required) label::after {
  content: " *";
  color: #E6007E;
}
.form .form-field a {
  color: #7FB0B5;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-field a:hover {
  border-bottom: 2px solid #7FB0B5;
}
.form .form-buttons {
  display: flex;
  flex-flow: row nowrap;
  grid-column: 1/-1;
  justify-content: space-between;
  margin-top: 1em;
}
.form label {
  color: inherit;
  flex: 1 1 auto;
  font: normal 500 0.91666em/1.2em "New Order", sans-serif;
}
.form label a {
  color: inherit;
}
.form label.label-grid {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 0.75em;
}
.form label.label-grid .price {
  flex: 0 0 auto;
  white-space: nowrap;
}
.form label.label-grid::after {
  display: none;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=tel],
.form input[type=file],
.form input[type=number],
.form input[type=date],
.form select,
.form textarea {
  background-color: #404D4D;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font: normal 500 1em/1.2em "New Order", sans-serif;
  padding: 0.625em 1em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=date]:focus,
.form select:focus,
.form textarea:focus {
  outline: solid 2px #7FB0B5;
}
.form input[type=text].large,
.form input[type=password].large,
.form input[type=email].large,
.form input[type=tel].large,
.form input[type=file].large,
.form input[type=number].large,
.form input[type=date].large,
.form select.large,
.form textarea.large {
  font-size: 1.5em;
}
.form input[type=date] {
  height: 3em;
}
.form input[type=checkbox],
.form input[type=radio] {
  background-color: #404D4D;
  border-radius: 6px;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: inherit;
  height: 1.2em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 1.2em;
}
.form input[type=checkbox]:hover, .form input[type=checkbox]:checked,
.form input[type=radio]:hover,
.form input[type=radio]:checked {
  border-color: #0e191b;
}
.form input[type=checkbox].large,
.form input[type=radio].large {
  font-size: 1.5em;
}
.form input[type=checkbox]::after {
  background-image: url("../images/form-checkbox.svg");
  background-size: 0.7em;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form input[type=checkbox]:checked::after {
  display: block;
}
.form input[type=radio] {
  border-radius: 50%;
}
.form input[type=radio]::after {
  border-radius: 50%;
}
.form input[type=radio]::after {
  background-color: #E6007E;
  border: 0.125em solid #ffffff;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form input[type=radio]:checked::after {
  display: block;
}
.form select {
  appearance: none;
  background-image: url("../images/form-select.svg");
  background-position: right center;
  background-size: 1.75em auto;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 2em;
}
.form .form-back,
.form .form-next,
.form .form-submit {
  background-color: #E6007E;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  font: normal 600 20px/1em "New Order", sans-serif;
  letter-spacing: 0.08em;
  padding: 1em 1.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-back:disabled,
.form .form-next:disabled,
.form .form-submit:disabled {
  cursor: wait;
}
.form .form-back {
  background-color: #404D4D;
}
.form .form-next,
.form .form-submit {
  margin-left: auto;
}
.form textarea {
  resize: none;
}

form.was-validated input[type=text]:invalid,
form.was-validated input[type=password]:invalid,
form.was-validated input[type=email]:invalid,
form.was-validated input[type=date]:invalid,
form.was-validated input[type=tel]:invalid,
form.was-validated input[type=number]:invalid,
form.was-validated input[type=file]:invalid,
form.was-validated input[type=checkbox]:invalid,
form.was-validated select:invalid,
form.was-validated textarea:invalid {
  border-color: #dc0000;
  outline-color: #dc0000;
}
form.was-validated input[type=checkbox]:invalid ~ label {
  color: #dc0000;
}
form.was-validated label:has(+ input:invalid),
form.was-validated label:has(+ select:invalid),
form.was-validated label:has(+ textarea:invalid) {
  color: #dc0000;
}

html:not(.mobile):not(.tablet) .form .form-next:hover, html:not(.mobile):not(.tablet) .form .form-next:focus,
html:not(.mobile):not(.tablet) .form .form-submit:hover,
html:not(.mobile):not(.tablet) .form .form-submit:focus {
  background-color: #89014B;
}
html:not(.mobile):not(.tablet) .form .form-back:hover, html:not(.mobile):not(.tablet) .form .form-back:focus {
  background-color: #262E2E;
}

@media screen and (max-width: 1023px) {
  .form {
    grid-template-columns: 1fr;
    font-size: 20px;
  }
  .form .form-table {
    grid-template-columns: 1fr;
  }
  .form .form-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .form {
    font-size: 16px;
  }
}
/**
 * Footer
 */
.footer {
  background-color: #071113;
  font-size: 24px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.footer > .wrapper {
  align-items: top;
  color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  font: normal 500 1em/1.2em "New Order", sans-serif;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 100px;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 45px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .logo img {
  display: block;
  height: 45px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .links {
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  gap: 0.75em;
}
.footer > .wrapper .links li {
  color: inherit;
  text-align: right;
}
.footer > .wrapper .links li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}

html:not(.mobile):not(.tablet) .footer > .wrapper .links li a:hover {
  color: #E6007E;
}

@media screen and (max-width: 1199px) {
  .footer {
    font-size: 20px;
  }
  .footer > .wrapper {
    padding: 40px 80px;
  }
  .footer > .wrapper .logo {
    height: 40px;
  }
  .footer > .wrapper .logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .footer > .wrapper {
    padding: 30px 60px;
  }
  .footer > .wrapper .logo {
    height: 35px;
  }
  .footer > .wrapper .logo img {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 18px;
  }
  .footer > .wrapper {
    flex-direction: column;
    justify-content: start;
    padding: 25px 25px;
    gap: 2em;
  }
  .footer > .wrapper .logo {
    height: 30px;
  }
  .footer > .wrapper .logo img {
    height: 30px;
  }
  .footer > .wrapper .links li {
    text-align: left;
  }
}
/**
 * Sitemenu
 */
.sitemenu {
  background-color: #071113;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  font-size: 24px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  z-index: 10000;
}
.sitemenu > .bar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  padding: 30px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.sitemenu > .bar .logo {
  display: block;
  flex: 0 0 auto;
  height: 45px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu > .bar .logo img {
  display: block;
  height: 45px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu > .bar .close {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu > .bar .close::before, .sitemenu > .bar .close::after {
  background-color: #ffffff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu > .bar .close.active::before {
  transform: rotate(-135deg);
}
.sitemenu > .bar .close.active:after {
  transform: rotate(-45deg);
}
.sitemenu > .wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1600px;
  padding: 30px 100px;
  width: 100%;
}
.sitemenu > .wrapper .navigation {
  flex: 0 0 auto;
}
.sitemenu > .wrapper .navigation ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5em;
}
.sitemenu > .wrapper .navigation ul li {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 400 2em/1em "New Order", sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
.sitemenu > .wrapper .navigation ul li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}

html:not(.mobile):not(.tablet) .sitemenu > .wrapper .navigation ul li a:hover {
  color: #E6007E;
}

.sitemenu--active .sitemenu {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sitemenu {
    font-size: 20px;
  }
  .sitemenu > .bar {
    padding: 30px 80px;
  }
  .sitemenu > .bar .logo {
    height: 40px;
  }
  .sitemenu > .bar .logo img {
    height: 40px;
  }
  .sitemenu > .wrapper {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemenu > .bar {
    padding: 25px 60px;
  }
  .sitemenu > .bar .logo {
    height: 35px;
  }
  .sitemenu > .bar .logo img {
    height: 35px;
  }
  .sitemenu > .wrapper {
    padding: 25px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitemenu {
    font-size: 16px;
  }
  .sitemenu > .bar {
    padding: 20px 25px;
  }
  .sitemenu > .bar .logo {
    height: 30px;
  }
  .sitemenu > .bar .logo img {
    height: 30px;
  }
  .sitemenu > .wrapper {
    padding: 20px 25px;
  }
}
/**
 * Animation
 */
.animation--fadein {
  opacity: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadein.animation--run {
  opacity: 1;
}

.animation--fadeout {
  opacity: 1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadeout.animation--run {
  opacity: 0;
}

.animation--popinup {
  opacity: 0;
  transform: scale(90%) translateY(10%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease, transform 1s ease !important;
}

.animation--popinup.animation--run {
  opacity: 1;
  transform: scale(100%) translateY(0%);
}

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