.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
}
.atropos-rotate-touch, .atropos-rotate-scroll-x, .atropos-rotate-scroll-y {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.atropos-rotate-touch-scroll-y {
  touch-action: pan-y;
}
.atropos-rotate-touch-scroll-x {
  touch-action: pan-x;
}
.atropos-rotate-touch {
  touch-action: none;
}

.atropos-scale,
.atropos-rotate {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}

.atropos-shadow,
.atropos-highlight {
  position: absolute;
  pointer-events: none;
  transition-property: transform, opacity;
  display: block;
  opacity: 0;
}

.atropos-shadow {
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}

.atropos-highlight {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
  z-index: 0;
}

.atropos-rotate {
  position: relative;
}

.atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
}

.atropos-active {
  z-index: 1;
}
.atropos-active .atropos-shadow {
  opacity: 1 !important;
}

[data-atropos-offset] {
  transition-property: transform;
}

[data-atropos-opacity] {
  transition-property: opacity;
}

[data-atropos-offset][data-atropos-opacity] {
  transition-property: transform, opacity;
}

/* latin-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/nunito_sans_300-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/nunito_sans_300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito_sans_400-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito_sans_400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/nunito_sans_600-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/nunito_sans_600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/nunito_sans_900-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/nunito_sans_900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --scrollProgress: 0;
  --heroScrolled: 0;
}

html {
  font-family: Nunito Sans, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana, Verdana Ref, sans-serif;
  line-height: 1.45;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #000;
  background-color: #fff;
  font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
}

::-moz-selection {
  color: #fff;
  background: #1b92f1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #1b92f1;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: #1b92f1;
}
a:hover {
  text-decoration: underline;
  color: #bada55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

ul,
ol,
figure,
figcaption,
input,
select,
textarea,
button {
  margin-top: 0;
  margin-bottom: 0.5em;
}

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

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sup,
sub {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

h1 {
  font-size: clamp(1.8rem, 0.7333333333rem + 2.2222222222vw, 2.4rem);
}

h2 {
  font-size: clamp(1.6rem, 0.8888888889rem + 1.4814814815vw, 2rem);
}

h3 {
  font-size: clamp(1.4rem, 0.6888888889rem + 1.4814814815vw, 1.8rem);
}

h4 {
  font-size: clamp(1.2rem, 0.4888888889rem + 1.4814814815vw, 1.6rem);
}

h5 {
  font-size: clamp(1.1rem, 0.5666666667rem + 1.1111111111vw, 1.4rem);
}

h6 {
  font-size: clamp(1rem, 0.6444444444rem + 0.7407407407vw, 1.2rem);
}

hr {
  position: relative;
  width: 30%;
  margin: 2em auto;
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding: 1rem;
}

input,
select,
textarea {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

button {
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: #4c74b7;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.wrap[data-wrap=body] {
  max-width: 1620px;
}
.wrap[data-wrap=large] {
  max-width: 1600px;
}
.wrap[data-wrap=medium] {
  max-width: 1200px;
}
.wrap[data-wrap=small] {
  max-width: 900px;
}

.px {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  background: #000;
  transition: box-shadow 200ms;
  z-index: 9;
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2em;
  width: var(--scrollProgress, 15%);
  background: #1b92f1;
  pointer-events: none;
  content: "";
}
.header > div {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.header.always-scrolled, .header.is-scrolled {
  box-shadow: 0 0.2em 2.5em -1.25em rgba(0, 0, 0, 0.75);
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em 3.5em 1.5em 1em;
  transform: translateY(-1em);
}
@media (min-width: 993px) {
  .header-logo {
    padding-right: 5em;
  }
}
.header-logo:before, .header-logo:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  content: "";
}
.header-logo:before {
  bottom: 0;
  background: #bf0a30;
}
.header-logo:after {
  bottom: 10%;
  background: #fff;
}

.header-logo-inner:before, .header-logo-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.header-logo-inner:before {
  background: #bf0a30;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.header-logo-inner:after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 95% 0, 77% 90%, 0% 90%);
          clip-path: polygon(0 0, 95% 0, 77% 90%, 0% 90%);
}
.header-logo-inner img {
  position: relative;
  z-index: 1;
  width: 123px;
  height: 60px;
}
@media (min-width: 993px) {
  .header-logo-inner img {
    width: 164px;
    height: 80px;
  }
}
@media (min-width: 1201px) {
  .header-logo-inner img {
    width: 185px;
    height: 90px;
  }
}

.header-logo-lang {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1q;
  text-transform: uppercase;
  padding: 4px 8px;
  position: absolute;
  top: 100%;
  left: 1em;
  display: inline-block;
  color: #fecb00;
  background: #002995;
  border-radius: 0 0 0.75em 0.75em;
  overflow: hidden;
}

.header-logo-holder {
  width: clamp(14rem, 12.8888888889rem + 2.3148148148vw, 14.625rem);
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  flex-flow: row nowrap;
  z-index: 1;
}
@media (min-width: 993px) {
  .header-menu {
    display: flex !important;
  }
}
.header-menu li {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1q;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
}
.header-menu li:not(:last-child) {
  margin-right: 0.25em;
}
@media (min-width: 1201px) {
  .header-menu li:not(:last-child) {
    margin-right: 1em;
  }
}
.header-menu li.active a {
  color: #1b92f1;
}
.header-menu a {
  color: #fff;
  padding: 0.75em;
  display: block;
  transition: color 0.2s;
}
.header-menu a:hover {
  text-decoration: none;
  color: #1b92f1;
}

.header-meta {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 992px) {
  .header-meta {
    transform: translateX(0.5em);
  }
}

.header-link {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 1q;
  text-transform: uppercase;
  white-space: nowrap;
  display: none;
  color: #fff;
  background: #1b92f1;
  border-radius: 0.5em;
  padding: 1em 1.5em;
  cursor: pointer;
  transition: color 200ms, background 200ms, transform 200ms;
}
.header-link:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
}
@media (min-width: 577px) {
  .header-link {
    display: block;
  }
}
@media (max-width: 992px) {
  .header-link {
    margin-right: 1em;
  }
}

.header-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: transform 200ms;
  cursor: pointer;
}
@media (min-width: 993px) {
  .header-trigger {
    display: none;
  }
}
.header-trigger span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: transform 200ms, opacity 200ms;
}
.header-trigger span:nth-child(1) {
  top: 12px;
}
.header-trigger span:nth-child(2) {
  top: 19px;
}
.header-trigger span:nth-child(3) {
  top: 26px;
}
.header-trigger.is-clicked {
  transform: rotate(90deg);
}
.header-trigger.is-clicked span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header-trigger.is-clicked span:nth-child(2) {
  opacity: 0;
}
.header-trigger.is-clicked span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.header-languages {
  position: absolute;
  top: calc(100% + 1em);
  right: 0;
  margin: 0;
  padding: 0.25em 0.75em;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0.75em;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
}
@media (min-width: 993px) {
  .header-languages {
    right: 1.5em;
    border-radius: 0 0 0.75em 0.75em;
  }
}
.header-languages li {
  font-size: 0.8em;
}
.header-languages a {
  font-weight: 600;
  color: #000;
  padding: 0.25em 0.5em;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 8;
}
@media (min-width: 993px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.mobile-menu li {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1q;
  display: block;
}
.mobile-menu li:not(:last-child) {
  margin-bottom: 0.25em;
}
.mobile-menu a {
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 16px;
  display: block;
}
.mobile-menu a:hover {
  text-decoration: none;
  color: #fff;
}

.section {
  padding-top: clamp(6rem, 0.6666666667rem + 11.1111111111vw, 9rem);
  padding-bottom: clamp(6rem, 0.6666666667rem + 11.1111111111vw, 9rem);
}
.section[data-style=dark] {
  color: #fff;
  background: #000;
}

.section-header h2 {
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin: 0;
  display: block;
  font-size: clamp(3rem, -2.3333333333rem + 11.1111111111vw, 6rem);
}
.section-header h3 {
  color: #aaa;
  font-weight: 400;
  text-align: center;
  margin: 0.5em 0 0;
  display: block;
  font-size: clamp(1.25rem, 0.3611111111rem + 1.8518518519vw, 1.75rem);
}

.modal {
  position: fixed;
  top: 71px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--darkblue);
  overscroll-behavior: contain;
  overflow-y: auto;
  z-index: 7;
  display: none;
}
.modal:before {
  position: fixed;
  top: 71px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.95;
  content: "";
}
.modal > div {
  position: relative;
  height: 100%;
}

.form {
  background: #1b92f1;
  border-radius: 0.5em;
}

.form-error,
.form-success {
  font-size: 1.25em;
  line-height: 1.25;
  display: block;
  margin-bottom: 2em;
  padding: 2em;
}

.form-error {
  background: #ef6377;
}

.form-success {
  background: #1d8f1d;
}

.form-row.double {
  display: grid;
}
@media (min-width: 769px) {
  .form-row.double {
    gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }
}
.form-row:not(:last-child) .form-field {
  margin-bottom: 1.5em;
}

.form-field * {
  font-size: 1em;
}
.form-field label {
  position: relative;
  display: block;
  background: #fff;
  border-bottom: 2px solid #1a1a1a;
}
.form-field input:not(.inputfile),
.form-field textarea {
  width: 100%;
  margin: 0;
  padding: 1.5em 0.75em 0.25em;
  display: block;
  background: transparent;
  border: 0;
}
.form-field input:not(.inputfile):not(:-moz-placeholder-shown) + span, .form-field textarea:not(:-moz-placeholder-shown) + span {
  top: -12px;
  left: -7px;
  transform: scale(0.75);
}
.form-field input:not(.inputfile):focus + span, .form-field input:not(.inputfile):not(:placeholder-shown) + span,
.form-field textarea:focus + span,
.form-field textarea:not(:placeholder-shown) + span {
  top: -12px;
  left: -7px;
  transform: scale(0.75);
}
.form-field textarea {
  height: 9em;
}
.form-field span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.8em 0.75em 1em;
  display: block;
  color: #aaa;
  pointer-events: none;
  transition: 300ms;
}

button[type=submit] {
  font-weight: 600;
  letter-spacing: 1q;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0.75em 3em 0.75em 1.5em;
  color: #000;
  background: #fff;
  border-radius: 0;
  box-shadow: 0.5em 0.5em 0 #084d84;
  transition: padding 300ms, background 300ms;
}
button[type=submit] svg {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: transform 300ms;
}
button[type=submit]:hover {
  background: rgba(255, 255, 255, 0.75);
}
button[type=submit]:hover svg {
  transform: translateY(-50%) rotate(10deg);
}
button[type=submit].is-sent {
  padding: 0.75em 1.5em;
  cursor: default;
}
button[type=submit].is-sent svg {
  animation: flyaway 1200ms linear;
  top: -5em;
  right: -150em;
}

@keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
.footer {
  font-size: 0.9em;
  text-align: center;
  padding: 32px 0;
  color: #666;
  background: #000;
}
.footer > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer span {
    opacity: 0;
    width: 100%;
    height: 0;
    display: block;
  }
}

.blink {
  animation: color-change 800ms infinite;
}

.header-link,
.about-quote,
.apply-button {
  animation: bg-change 1600ms infinite;
}

@keyframes color-change {
  0% {
    color: #55b4ff;
  }
  20% {
    color: #f48e5d;
  }
  70% {
    color: #ef6377;
  }
  100% {
    color: #55b4ff;
  }
}
@keyframes bg-change {
  0% {
    background: #55b4ff;
  }
  20% {
    background: #f48e5d;
  }
  70% {
    background: #ef6377;
  }
  100% {
    background: #55b4ff;
  }
}
.hero {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.hero > div:first-child {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding-top: clamp(6rem, 4.6019417476rem + 3.8834951456vw, 8rem);
  padding-bottom: clamp(6rem, 4.6019417476rem + 3.8834951456vw, 8rem);
}

.hero-title {
  text-transform: uppercase;
  line-height: 0.85;
  text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.75);
  font-size: clamp(3rem, 1.9514563107rem + 2.9126213592vw, 4.5rem);
}
@media (min-width: 769px) {
  .hero-title {
    padding-right: clamp(8rem, -5.9805825243rem + 38.8349514563vw, 28rem);
  }
}
@media (max-width: 576px) {
  .hero-title br {
    display: none;
  }
}

.hero-subtitle {
  text-transform: uppercase;
  line-height: 1.25;
  text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.75);
  min-height: 2.5em;
  font-size: clamp(1.875rem, 0.5643203883rem + 3.640776699vw, 3.75rem);
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(0deg, #000, transparent);
  content: "";
  height: clamp(16rem, 10.4077669903rem + 15.5339805825vw, 24rem);
}

.hero-bg-holder {
  height: 100%;
  transform: scale(1.05, 1.05) translate3d(calc(var(--parallaxX, 0) * -1%), calc(var(--parallaxY, 0) * -1%), 0);
  transition: 0.4s;
}
.hero-bg-holder picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(var(--introScrolled, 0));
}

#intro {
  text-align: center;
  padding: 1.5em 0 1em;
  transform: translateY(-1px);
  font-size: clamp(2rem, 0.2222222222rem + 3.7037037037vw, 3rem);
}
#intro span {
  font-weight: 700;
  color: #1b92f1;
}
#intro hr {
  margin: 0.5em auto;
  border-color: #666;
}
#intro + div {
  background: #f6f6f6;
  transform: translateY(-1px);
}

#about-us {
  background: #f6f6f6;
  transform: translateY(-1px);
  padding-top: clamp(3rem, 0.3333333333rem + 5.5555555556vw, 4.5rem);
}

.about-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em;
}
@media (min-width: 769px) {
  .about-list {
    grid-template-columns: 1fr 1fr;
  }
}
.about-list li {
  font-size: 1.15em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 1em;
  color: #fff;
  background: #eee;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 100ms;
}
@media (min-width: 769px) {
  .about-list li {
    padding: 2em;
  }
}
.about-list li:nth-child(1n) {
  background: #55b4ff;
}
.about-list li:nth-child(2n) {
  background: #f48e5d;
}
.about-list li:nth-child(3n) {
  background: #ef6377;
}
.about-list li:nth-child(4n) {
  background: #55b4ff;
}
.about-list li:nth-child(1n):hover {
  background: #79c4ff;
}
.about-list li:nth-child(2n):hover {
  background: #f6a57e;
}
.about-list li:nth-child(3n):hover {
  background: #f28393;
}
.about-list li:nth-child(4n):hover {
  background: #79c4ff;
}

.about-quote {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  background: #9a2828;
}
@media (min-width: 769px) {
  .about-quote {
    padding: 2em;
  }
}

.about-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-benefits li {
  font-size: 1.15em;
  text-align: center;
  display: block;
}
.about-benefits li:not(:last-child) {
  margin-bottom: 0.35em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #ddd;
}

.apply-button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-button {
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(-135deg, #a90329 0%, #8f0222 44%, #6d0019 100%);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 0.8055555556rem + 0.9259259259vw, 1.5rem);
  padding: clamp(1.25rem, -0.9722222222rem + 4.6296296296vw, 2.5rem);
}
.apply-button img {
  width: 3em;
}
.apply-button span {
  display: block;
  margin: 0.25em 0 0 1em;
}
.apply-button:hover {
  text-decoration: none;
  color: #fff;
}

#truck {
  padding-top: 0;
  overflow: hidden;
}
#truck img {
  transform: translateX(var(--micikamion, 0));
}

#contact {
  text-align: center;
  color: #fff;
  background: #1b92f1;
  overflow: hidden;
  padding-top: clamp(3rem, 0.3333333333rem + 5.5555555556vw, 4.5rem);
}
#contact .section-header h3 {
  color: rgba(255, 255, 255, 0.5);
}

.contact-info {
  font-size: 1.15em;
  line-height: 1.75;
}
.contact-info a {
  text-decoration: underline;
  color: currentColor;
  text-underline-offset: 3px;
}
.contact-info a:hover {
  text-decoration: none;
}

.form-inputfield {
  margin-bottom: 1.5em;
}

.inputfile {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.inputfile + label {
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #1a1a1a;
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
  margin: -0.25em 0.25em 0 0;
}
.inputfile + label span {
  text-align: left;
  color: #000;
  padding: 0.875rem 1.25rem;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}
.inputfile + label strong {
  padding: 0.875rem 1.25rem;
  color: #fff;
  background: rgba(27, 146, 241, 0.75);
}
