/*
*** Colors ***
*/
@font-face {
  font-family: "FFDin";
  font-weight: 400;
  src: url("../fonts/FFDINforPUMA-Regular.eot");
  src: url("../fonts/FFDINforPUMA-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINforPUMA-Regular.woff") format("woff"), url("../fonts/FFDINforPUMA-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FFDin";
  font-weight: 700;
  src: url("../fonts/FFDINforPUMA-Bold.eot");
  src: url("../fonts/FFDINforPUMA-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINforPUMA-Bold.woff") format("woff"), url("../fonts/FFDINforPUMA-Bold.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
figure,
blockquote,
dl,
dd {
  padding: 0;
  margin: 0;
}

body.is-locked {
  overscroll-behavior: none;
}

html {
  scroll-behavior: smooth;
}
html.background--blue {
  background: #4E91B7;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.color-dark {
  color: #000000;
}

.color-grey {
  color: #999999;
}

.color-light {
  color: #ffffff;
}

.color-primary {
  color: #0047FF;
}

body,
input,
button,
select,
textarea {
  font-family: FFDin, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
}

p {
  margin-bottom: 1em;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/*
	main headline styles
*/
/*
	sub headline styles
*/
/*
	title styles
*/
/*
	copy styles
*/
/*
	label styles
*/
.h1 {
  font-weight: 700;
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
}
@media (min-width: 47.5em) {
  .h1 {
    font-size: 45px;
  }
}
@media (min-width: 73.75em) {
  .h1 {
    font-size: 55px;
    line-height: 1.04;
  }
}

.h2 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}
@media (min-width: 47.5em) {
  .h2 {
    font-size: 22px;
  }
}
@media (min-width: 73.75em) {
  .h2 {
    font-size: 26px;
    line-height: 1.11;
  }
}

.h3 {
  font-weight: 700;
  margin: 0;
  font-size: 44px;
  line-height: 1.18;
}
@media (min-width: 47.5em) {
  .h3 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (min-width: 73.75em) {
  .h3 {
    font-size: 52px;
    line-height: 1.2;
  }
}

.h4 {
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 47.5em) {
  .h4 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 73.75em) {
  .h4 {
    font-size: 40px;
    line-height: 1.3;
  }
}

.h5 {
  font-weight: 700;
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}
@media (min-width: 47.5em) {
  .h5 {
    font-size: 26px;
    line-height: 1.38;
  }
}
@media (min-width: 73.75em) {
  .h5 {
    font-size: 28px;
    line-height: 1.35;
  }
}

.h6 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 47.5em) {
  .h6 {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media (min-width: 73.75em) {
  .h6 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.sub-1 {
  font-weight: 400;
  margin: 0;
  font-size: 48px;
  line-height: 1.17;
}
@media (min-width: 47.5em) {
  .sub-1 {
    font-size: 56px;
    line-height: 1.15;
  }
}
@media (min-width: 73.75em) {
  .sub-1 {
    font-size: 64px;
  }
}

.sub-2 {
  font-weight: 400;
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 47.5em) {
  .sub-2 {
    font-size: 44px;
  }
}
@media (min-width: 73.75em) {
  .sub-2 {
    font-size: 48px;
  }
}

.sub-3 {
  font-weight: 400;
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}
@media (min-width: 47.5em) {
  .sub-3 {
    font-size: 30px;
  }
}
@media (min-width: 73.75em) {
  .sub-3 {
    font-size: 32px;
  }
}

.sub-4 {
  font-weight: 400;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 47.5em) {
  .sub-4 {
    font-size: 22px;
  }
}
@media (min-width: 73.75em) {
  .sub-4 {
    font-size: 24px;
  }
}

.title-1 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.title-2 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}
@media (min-width: 47.5em) {
  .title-2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 73.75em) {
  .title-2 {
    font-size: 22px;
    line-height: 1.45;
  }
}

.title-3 {
  font-weight: 700;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 47.5em) {
  .title-3 {
    font-size: 18px;
    line-height: 1.45;
  }
}
@media (min-width: 73.75em) {
  .title-3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.copy {
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 47.5em) {
  .copy {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.copy a {
  text-decoration: underline;
}

.copy-bold {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}
@media (min-width: 47.5em) {
  .copy-bold {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.copy-bold a {
  text-decoration: underline;
}

.copy-xl {
  font-size: 18px;
  line-height: 1.45;
}
@media (min-width: 47.5em) {
  .copy-xl {
    font-size: 20px;
    line-height: 1.4;
  }
}

.copy-xl-bold {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}
@media (min-width: 47.5em) {
  .copy-xl-bold {
    font-size: 20px;
    line-height: 1.4;
  }
}

.copy-l {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 47.5em) {
  .copy-l {
    font-size: 18px;
    line-height: 1.45;
  }
}

.copy-l-bold {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 47.5em) {
  .copy-l-bold {
    font-size: 18px;
    line-height: 1.45;
  }
}

.copy-s {
  font-size: 12px;
  line-height: 1.66;
}
@media (min-width: 47.5em) {
  .copy-s {
    font-size: 14px;
    line-height: 1.42;
  }
}

.copy-s-bold {
  font-size: 12px;
  line-height: 1.66;
  font-weight: 500;
}
@media (min-width: 47.5em) {
  .copy-s-bold {
    font-size: 14px;
    line-height: 1.42;
  }
}

.copy-xs {
  font-size: 12px;
  line-height: 1.3;
}

.copy-xs-bold {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.label-l {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 47.5em) {
  .label-l {
    font-size: 18px;
    line-height: 1.35;
  }
}

.label {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 47.5em) {
  .label {
    font-size: 16px;
    line-height: 1.5;
  }
}

.label-s {
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 47.5em) {
  .label-s {
    font-size: 14px;
    line-height: 1.7;
  }
}

.accordion__item {
  border-bottom: 1px solid #E6E6E6;
}
.accordion__item:not(.is-open) .accordion__body {
  height: 0 !important;
}
.accordion__head {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
}
.accordion__head > * {
  order: 1;
}
.accordion__head__arrow {
  font-size: 24px;
  line-height: 0;
  color: #222222;
  margin-left: 0.5rem;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion__head__arrow--left {
  margin-left: 0;
  margin-right: 0.5rem;
  order: 0;
}
.is-open .accordion__head__arrow {
  transform: rotate(-180deg);
}
.accordion__head__right {
  margin-left: auto;
  padding-left: 0.5rem;
}
.accordion__body {
  overflow: hidden;
  transition: height 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion__body__inner {
  padding-bottom: 1.5rem;
}

.article-text h1 {
  font-weight: 700;
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
}
@media (min-width: 47.5em) {
  .article-text h1 {
    font-size: 45px;
  }
}
@media (min-width: 73.75em) {
  .article-text h1 {
    font-size: 55px;
    line-height: 1.04;
  }
}
.article-text h2 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}
@media (min-width: 47.5em) {
  .article-text h2 {
    font-size: 22px;
  }
}
@media (min-width: 73.75em) {
  .article-text h2 {
    font-size: 26px;
    line-height: 1.11;
  }
}
.article-text h3 {
  font-weight: 700;
  margin: 0;
  font-size: 44px;
  line-height: 1.18;
}
@media (min-width: 47.5em) {
  .article-text h3 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (min-width: 73.75em) {
  .article-text h3 {
    font-size: 52px;
    line-height: 1.2;
  }
}
.article-text h4 {
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 47.5em) {
  .article-text h4 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 73.75em) {
  .article-text h4 {
    font-size: 40px;
    line-height: 1.3;
  }
}
.article-text h5 {
  font-weight: 700;
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}
@media (min-width: 47.5em) {
  .article-text h5 {
    font-size: 26px;
    line-height: 1.38;
  }
}
@media (min-width: 73.75em) {
  .article-text h5 {
    font-size: 28px;
    line-height: 1.35;
  }
}
.article-text .d1,
.article-text .h1, .article-text h1,
.article-text .h2, .article-text h2,
.article-text .h3, .article-text h3,
.article-text .h4, .article-text h4,
.article-text .h5, .article-text h5 {
  margin-bottom: 0.3em;
}

.button {
  display: inline-block;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: none;
  position: relative;
  transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  font-weight: 700;
}
.button > .preloader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  right: 20px;
}
.button--style--primary {
  background-color: #222222;
  border: 1px solid transparent;
  color: #ffffff;
}
.no-touch .button--style--primary:hover {
  background-color: #090909;
}
.no-touch .button--style--primary:active {
  background-color: black;
}
.button--style--primary.disabled, .button--style--primary[disabled] {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  color: #E6E6E6;
  pointer-events: none;
}
.button--size--default {
  font-size: 15px;
  line-height: 1.3;
  padding: 12px 1.5rem;
  min-width: 188px;
}
.button--size--default.has-preloader {
  padding-right: 48px;
}
.button--size--default.button--icon-only {
  padding: 12px;
}
.button--size--default.button--icon-only .button__icon {
  font-size: 24px;
}
.button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__icon {
  margin-right: 0.5rem;
  font-size: 16px;
}
.button__icon:only-child {
  margin: 0 !important;
}
.button__icon--right {
  order: 2;
  margin-right: 0;
  margin-left: 0.5rem;
}
.button__icon--secondary {
  margin-right: 1rem;
  margin-left: calc(-1.5rem / 2);
}
.button__icon--secondary--right {
  order: 3;
  margin-right: calc(-1.5rem / 2);
  margin-left: 1rem;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 47.5em) {
  .container {
    padding: 0 76px;
    max-width: 1592px;
  }
  .container--small {
    max-width: 836px;
  }
  .container--medium {
    max-width: 1176px;
  }
  .container--default {
    max-width: 1516px;
  }
  .container--width {
    max-width: 1876px;
  }
  .container--hd {
    max-width: 1996px;
  }
  .container--full {
    max-width: none;
  }
}
@media (max-width: 47.49em) {
  .container--no-padding-until-tablet {
    padding: 0;
  }
}
.container__indent {
  margin: 0 auto;
}
@media (min-width: 47.5em) {
  .container__indent {
    width: 75%;
  }
}
@media (min-width: 61.25em) {
  .container__indent {
    width: 83.3333333333%;
  }
}
@media (min-width: 90em) {
  .container__indent {
    width: 66.6666666667%;
  }
}
@media (min-width: 90em) {
  .container__indent--no-indent-notebook {
    width: 100%;
  }
}

.cookie-info {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none;
}
.cookie-info.is-visible {
  display: block;
  animation: showCookieInfo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cookie-info.is-hidden {
  animation: hideCookieInfo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  pointer-events: none;
}
@media (min-width: 73.75em) {
  .cookie-info {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.cookie-info__inner {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  max-width: 544px;
  background-color: white;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
@media (min-width: 47.5em) {
  .cookie-info__inner {
    padding: 1.5rem;
  }
}
@media (min-width: 73.75em) {
  .cookie-info__inner {
    padding: 2rem;
    max-width: 472px;
  }
}
.cookie-info__texts {
  margin-bottom: 15px;
}
@media (min-width: 61.25em) {
  .cookie-info__texts {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media (min-width: 73.75em) {
  .cookie-info__texts {
    padding-right: 76px;
  }
}
.cookie-info__texts__title {
  margin-bottom: 0.5rem;
}
.cookie-info__buttons {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 47.5em) {
  .cookie-info__buttons {
    margin-top: 2.5rem;
  }
}
.cookie-info__button {
  width: 100%;
}
.cookie-info__button:not(:last-child) {
  margin-bottom: 0.5rem;
}

@keyframes showCookieInfo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hideCookieInfo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cookie-overlay {
  padding: 1rem;
}
@media (min-width: 47.5em) {
  .cookie-overlay {
    padding: 1.5rem;
  }
}
@media (min-width: 73.75em) {
  .cookie-overlay {
    padding: 2rem;
  }
}
.cookie-overlay__header {
  margin-bottom: 0.5rem;
}
.cookie-overlay__main {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 29.99em) {
  .cookie-overlay__main .accordion__item:first-child .accordion__head {
    flex-wrap: wrap;
  }
}
@media (max-width: 29.99em) {
  .cookie-overlay__main .accordion__item:first-child .accordion__head__right {
    padding: 0;
    margin: 0.5rem 0 0 0;
    width: 100%;
  }
}
.cookie-overlay__small-text {
  font-size: 14px;
  color: #555555;
  white-space: nowrap;
}
.cookie-overlay__footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 47.5em) {
  .cookie-overlay__footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookie-overlay__footer__right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 47.5em) {
  .cookie-overlay__footer__right {
    flex-direction: row;
  }
}

.icon {
  display: inline-block;
}
.icon svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}
.icon path {
  fill: currentColor;
}
.icon img {
  height: 1em;
  width: auto;
  display: block;
}

.overlay {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 120;
}
@media (min-width: 47.5em) {
  .overlay {
    padding: 76px;
  }
}
.overlay > .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
}
.overlay__content {
  animation: showOverlayContent 0.4s forwards;
  background-color: white;
  width: 100%;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
}
.overlay__content--default {
  max-width: 900px;
}
.overlay__content--full-hd {
  max-width: 1920px;
}
.overlay__content--transparent {
  box-shadow: none;
  background-color: transparent;
}
.overlay__content--cookie-settings {
  max-width: 640px;
}
.is-removed .overlay__content {
  animation: hideOverlayContent 0.4s forwards;
}
.overlay__content:focus {
  outline: none;
}
.overlay__close {
  transition: color 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
}
.no-touch .overlay__close:hover {
  color: #222222;
}
.overlay__close svg {
  pointer-events: none;
}

@keyframes showOverlayContent {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes hideOverlayContent {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateY(5px);
  }
}
.page::after {
  content: "";
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity, visibility, z-index;
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.01s;
  pointer-events: none;
}
.is-dimmed .page::after {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.is-locked .page {
  position: fixed;
  left: 0;
  width: 100%;
}

.preloader {
  color: #222222;
  font-size: 14px;
}
.preloader--white {
  color: #fff;
}
.preloader--black {
  color: #222222;
}
.preloader--big {
  font-size: 24px;
}
.preloader__box {
  width: 1em;
  height: 1em;
  animation: clockwise 500ms linear infinite;
}
.preloader__cut {
  position: relative;
  width: 0.5em;
  height: 1em;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader__donut {
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.switch {
  position: relative;
}
.switch__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch__checkbox:focus + .switch__label .switch__label__toggle::before, .switch__checkbox:active + .switch__label .switch__label__toggle::before {
  border-width: 6px;
}
.switch__checkbox:checked + .switch__label .switch__label__toggle {
  background-color: #222222;
}
.switch__checkbox:checked + .switch__label .switch__label__toggle::before {
  transform: translateX(24px);
}
.switch__checkbox:checked + .switch__label .switch__label__text__unchecked {
  display: none;
}
.switch__checkbox:checked + .switch__label .switch__label__text__checked {
  display: block;
}
.switch__label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.switch__label__toggle {
  position: relative;
  transition: 0.4s;
  width: 48px;
  height: 24px;
  border-radius: 100px;
  background-color: #888888;
}
.no-touch .switch__label__toggle:hover {
  background-color: #555555;
}
.switch__label__toggle::before {
  content: "";
  display: block;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 2px;
  left: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: white;
}
.switch__label__text {
  font-size: 14px;
  line-height: 1.55;
  color: #000000;
  margin-right: 0.5rem;
}
@media (min-width: 47.5em) {
  .switch__label__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.switch__label__text a {
  text-decoration: underline;
}
.switch__label__text__checked {
  display: none;
}

.raffle {
  background: linear-gradient(180deg, #A7C9A5 0%, #4E91B7 100%);
  color: white;
  padding: 5rem 0;
}
.raffle__headline, .raffle__text {
  text-align: center;
}
.raffle__headline {
  text-transform: uppercase;
}
.raffle__text {
  margin-top: 18px;
  margin-bottom: 42px;
}
.raffle__form {
  max-width: 604px;
  margin: 0 auto;
}
.is-form-success .raffle__form__main {
  display: none;
}
.raffle__form__success {
  display: none;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.is-form-success .raffle__form__success {
  display: flex;
}
.raffle__form .form__error-submessage {
  font-size: 12px;
  color: #AB312E;
  margin-top: 2px;
}
.raffle__form__row {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 47.5em) {
  .raffle__form__row {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 36px;
  }
}
.raffle__form__row:last-child {
  margin-bottom: 0;
}
.raffle__form__row--center {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.raffle__form__row--error {
  color: #AB312E;
  margin-bottom: -30px;
  display: none;
}
.is-form-error .raffle__form__row--error {
  display: block;
}
.raffle__form__field {
  position: relative;
}
.raffle__form__field--radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.raffle__form__field--checkbox {
  grid-column: 1/span 2;
}
.raffle__form__text.is-filled label {
  font-size: 10px;
  top: 8px;
  font-weight: 700;
}
.raffle__form__text input[type=text],
.raffle__form__text input[type=email] {
  height: 50px;
  padding: 0 15px;
  outline: none;
  border: 1px solid #DADADA;
  width: 100%;
  padding-top: 10px;
}
.raffle__form__text input[type=text].is-field-error,
.raffle__form__text input[type=email].is-field-error {
  border-color: #AB312E;
}
.raffle__form__text label {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #6E757C;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.raffle__form__radio-wrapper {
  display: flex;
  align-items: center;
  gap: 17px;
}
.raffle__form__radio {
  position: relative;
}
.raffle__form__radio:first-child .form__error-submessage {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  display: block;
  width: 300%;
}
.raffle__form__radio .form__error-submessage {
  display: none;
}
.raffle__form__radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.raffle__form__radio input:checked ~ label:before {
  background: #222222;
  outline-color: #222222;
}
.raffle__form__radio input.is-field-error ~ label:before {
  outline-color: #AB312E;
}
.raffle__form__radio label {
  display: flex;
  align-items: center;
  gap: 17px;
}
.raffle__form__radio label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid white;
  outline: 1px solid #CCCCCC;
  background: white;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.raffle__form__checkbox {
  position: relative;
  display: flex;
  flex-direction: column;
}
.raffle__form__checkbox .form__error-submessage {
  order: 3;
  margin-top: 6px;
  padding-left: 40px;
}
.raffle__form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.raffle__form__checkbox input:checked + label:before {
  background: #222222;
}
.raffle__form__checkbox input:checked + label .icon {
  opacity: 1;
}
.raffle__form__checkbox input.is-field-error ~ label:before {
  border-color: #AB312E;
}
.raffle__form__checkbox label {
  display: flex;
  gap: 20px;
}
.raffle__form__checkbox label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  background: white;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
.raffle__form__checkbox label .icon {
  font-size: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.text {
  padding: 5rem 0;
}
.text__title {
  margin-bottom: 1em !important;
}
.text__intro {
  margin-bottom: 2em;
}
.text__section {
  margin-bottom: 1.5em;
}
.text__section a {
  color: currentColor;
  text-decoration: none;
}