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

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body.stop-transitions * {
  transition: none !important;
}

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

a,
a:link,
a:visited {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-cta {
  outline: none;
  border: none;
  width: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  gap: 1.6rem;
  padding: 2rem 3.2rem;
  border-radius: 0.8rem;
  background-color: #373cd7;
  transition: ease-out 0.1s;
}
.button-cta span.mobile {
  display: inline;
}
.button-cta p {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.8rem;
  width: max-content;
}
.button-cta img {
  height: 2.4rem;
}
@media (hover: hover) {
  .button-cta:hover {
    cursor: pointer;
    background-color: #3eb7bb;
  }
}
.button-cta:active {
  background-color: #159498;
}
@media screen and (max-width: 27.5em) {
  .button-cta {
    width: auto;
    padding: 2rem 3.15rem;
    justify-content: center;
  }
  .button-cta span.mobile {
    display: none;
  }
}

.our-values__content {
  display: grid;
  grid: inherit;
  gap: inherit;
}

.move-left {
  transform: translateX(5rem);
  transition: all 0.5s ease-out;
  width: 100%;
}

.move-left--target {
  transform: translateX(0rem);
}

.move-right {
  transform: translateX(-5rem);
  transition: all 0.5s ease-out;
  width: 100%;
}

.move-right--target {
  transform: translateX(0rem);
}

.move-top {
  transform: translateY(5rem);
  transition: all 0.5s ease-out;
}

.move-top--target {
  transform: translateY(0);
}

.move-left-self {
  transform: translateX(5rem);
  transition: all 0.5s ease-out;
}

.move-left-self--target {
  transform: translateX(0);
}

.image-scale {
  transform: scale(0.9);
  transition: all 0.5s ease-out;
}
.image-scale--target {
  transform: scale(1);
}

@media screen and (max-width: 46.876em) {
  .move-left {
    transform: translateX(0rem);
    transition: all 0.5s ease-out;
    width: 100%;
  }
  .move-left--target {
    transform: translateX(0rem);
  }
  .move-right {
    transform: translateX(0rem);
    transition: all 0.5s ease-out;
    width: 100%;
  }
  .move-right--target {
    transform: translateX(0rem);
  }
  .move-top {
    transform: translateY(0rem);
    transition: all 0.5s ease-out;
  }
  .move-top--target {
    transform: translateY(0);
  }
  .move-left-self {
    transform: translateX(0rem);
    transition: all 0.5s ease-out;
  }
  .move-left-self--target {
    transform: translateX(0);
  }
  .image-scale {
    transform: scale(1);
    transition: all 0.5s ease-out;
  }
  .image-scale--target {
    transform: scale(1);
  }
}
#canvas-4 {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 46.876em) {
  #canvas-4 {
    width: 3.2rem;
    height: 3.2rem;
  }
}

#icon-1 {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 46.876em) {
  #icon-1 {
    width: 3.2rem;
    height: 3.2rem;
  }
}

#icon-2 {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 46.876em) {
  #icon-2 {
    width: 3.2rem;
    height: 3.2rem;
  }
}

#icon-3 {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 46.876em) {
  #icon-3 {
    width: 3.2rem;
    height: 3.2rem;
  }
}

#icon-4 {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 46.876em) {
  #icon-4 {
    width: 3.2rem;
    height: 3.2rem;
  }
}

#icon-5 {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 46.876em) {
  #icon-5 {
    width: 3.2rem;
    height: 3.2rem;
  }
}

h1 {
  color: #05132e;
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 600;
}
@media screen and (max-width: 75em) {
  h1 {
    font-size: 6.4rem;
    line-height: 7.2rem;
  }
}
@media screen and (max-width: 62.5em) {
  h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 6.4rem;
  line-height: 7.2rem;
  color: #05132e;
}

h3 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #5d6f92;
}

h4 {
  color: #05132e;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 6.4rem;
}
@media screen and (max-width: 62.5em) {
  h4 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

h6 {
  font-weight: 700;
  font-size: 18rem;
  line-height: 18rem;
  color: #deeaff;
}
@media screen and (max-width: 62.5em) {
  h6 {
    font-size: 8.5rem;
    line-height: 8.5rem;
  }
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #5d6f92;
}

p.p2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #05132e;
}

p.p3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
}

p.p4 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
}

span.pattern-inline {
  display: inline-block;
  margin: 0 2.4rem 0 2.4rem;
}
span.pattern-inline img {
  height: 4.8rem;
}
@media screen and (max-width: 62.5em) {
  span.pattern-inline {
    margin: 0 1.6rem;
    display: inline-flex;
  }
  span.pattern-inline img {
    display: inline-block;
    height: 3.2rem;
  }
}

p.quote {
  font-family: "Switzer-Italic";
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  font-style: italic;
  color: #05132e;
}
@media screen and (max-width: 62.5em) {
  p.quote {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 62.5em) {
  p.mobile {
    display: block;
  }
}

.footer {
  background-color: #ffffff;
  font-weight: 500;
  margin: 0 4.8rem;
  border-radius: 2.4rem 2.4rem 0 0;
  display: flex;
  justify-content: center;
  background-image: url("../assets/img/footer/pattern-footer.svg");
  background-size: 95.2rem;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 14.2rem;
  margin: 12.8rem 0 17.4rem 0;
  max-width: 118.7rem;
}
.footer__content .test {
  height: 20rem;
  width: 100%;
}
.footer__content__description {
  display: flex;
  gap: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5d6f92;
}
.footer__content__description__left {
  display: flex;
  align-items: flex-end;
  gap: 3.2rem;
}
.footer__content__description__left p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.footer__content__description__left a {
  display: flex;
  align-items: center;
}
.footer__content__description__left a img {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__content__description__right {
  display: flex;
  align-items: flex-end;
}
.footer__content__description__right p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.footer__content__description__right p a {
  margin-left: 0.8rem;
  font-weight: 600;
  color: #373cd7;
  text-decoration: underline;
  transition: all 0.1s ease-out;
}
@media (hover: hover) {
  .footer__content__description__right p a:hover {
    color: #3eb7bb;
  }
}
.footer__content__tabs {
  display: grid;
  grid-template-columns: repeat(12, 7.7rem);
  gap: 2.4rem;
}
.footer__content__tabs ul li:first-child {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #05132e;
  font-weight: 500;
  margin: 0 0 2.4rem 0;
}
.footer__content__tabs ul li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #5d6f92;
  margin: 0 0 1.6rem 0;
}
@media screen and (hover: hover) {
  .footer__content__tabs ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}
.footer__content__tabs ul li:last-child {
  margin: 0 0 0 0;
}
.footer__content__tabs__information {
  grid-column: 1/4;
}
.footer__content__tabs__information__logo {
  display: block;
  margin-bottom: 6.4rem;
}
.footer__content__tabs__information__logo img {
  width: 14.7rem;
}
.footer__content__tabs__industries {
  grid-column: 4/7;
}
.footer__content__tabs__services {
  grid-column: 7/10;
}
.footer__content__tabs__fast-links {
  grid-column: 10/13;
}
@media screen and (max-width: 75em) {
  .footer {
    margin: 0;
    border-radius: 0;
    background-size: 80rem;
  }
  .footer__content__tabs {
    grid-template-columns: repeat(12, 7rem);
  }
}
@media screen and (max-width: 62.5em) {
  .footer {
    flex-direction: column;
    padding: 0 2.4rem;
    background-size: auto 14.4rem;
  }
  .footer__content {
    margin: 6.4rem 0 14.4rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
  .footer__content__tabs {
    grid-column: 1/5;
    display: grid;
    grid: inherit;
    gap: inherit;
  }
  .footer__content__tabs__information {
    grid-column: 1/5;
  }
  .footer__content__tabs__industries {
    margin: 8rem 0 0 0;
    grid-column: 1/3;
  }
  .footer__content__tabs__services {
    margin: 8rem 0 0 0;
    grid-column: 3/5;
  }
  .footer__content__tabs__fast-links {
    margin: 4.8rem 0 0 0;
    grid-column: 1/5;
  }
  .footer__content__description {
    margin: 8rem 0 0 0;
    grid-column: 1/5;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .footer__content__description__left {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
  .footer__content__description__right {
    align-items: center;
    justify-content: center;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 7.7rem);
  grid-template-areas: "col-1 col-2 col-3 col-4 col-5 col-6 col-7 col-8 col-9 col-10 col-11 col-12";
  column-gap: 2.4rem;
  justify-content: center;
}
.grid .col {
  z-index: 3;
  background-color: rgba(255, 0, 0, 0.15) !important;
  outline: 0;
}
.grid .col-1 {
  grid-area: "col-1";
}
.grid .col-2 {
  grid-area: "col-2";
}
.grid .col-3 {
  grid-area: "col-3";
}
.grid .col-4 {
  grid-area: "col-4";
}
.grid .col-5 {
  grid-area: "col-5";
}
.grid .col-6 {
  grid-area: "col-6";
}
.grid .col-7 {
  grid-area: "col-7";
}
.grid .col-8 {
  grid-area: "col-8";
}
.grid .col-9 {
  grid-area: "col-9";
}
.grid .col-10 {
  grid-area: "col-10";
}
.grid .col-11 {
  grid-area: "col-11";
}
.grid .col-12 {
  grid-area: "col-12";
}
@media screen and (max-width: 62.5em) {
  .grid {
    flex-direction: column;
    display: flex;
  }
}

.hero {
  position: relative;
  background-image: url("../assets/img/hero/hero-background.svg");
  background-repeat: no-repeat;
  background-position: 46% 0%;
  background-size: 100rem;
  padding: 16.8rem 0 8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.8rem;
}
.hero .hero__image__img--mobile {
  display: none;
}
.hero::before {
  opacity: 1;
  content: "";
  top: 0;
  background-color: #edf6ff;
  position: absolute;
  height: calc(100% + 20rem);
  left: -2000px;
  width: 8000px;
  z-index: -2;
}
.hero__content {
  display: flex;
  flex-direction: column;
  width: 64rem;
  gap: 8rem;
  justify-content: flex-start;
}
.hero__content__text {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.hero__image {
  width: 73.6rem;
  height: 69rem;
}
@media screen and (max-width: 62.5em) {
  .hero__image {
    height: auto !important;
  }
}
@media screen and (max-width: 75em) {
  .hero {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__content {
    width: 50rem;
  }
  .hero__image {
    width: 50rem;
    display: flex;
    justify-content: flex-start;
  }
  .hero__image img {
    width: 56rem;
  }
}
@media screen and (max-width: 62.5em) {
  .hero {
    background-image: url("../assets/img/hero/hero-background.svg");
    background-position: 75% 0%;
    width: 100%;
    display: flex;
    padding: 17.6rem 2.4rem 6rem 2.4rem;
    flex-direction: column;
    gap: 6.4rem;
  }
  .hero__content {
    width: 100%;
    gap: 6.4rem;
  }
  .hero__image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero__image img {
    display: none;
  }
  .hero__image img.hero__image__img--mobile {
    display: block;
    width: 70%;
  }
}
@media screen and (max-width: 27.5em) {
  .hero__image img.hero__image__img--mobile {
    display: block;
    width: 100%;
  }
}

.navigation {
  width: 100%;
  position: absolute;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding: 4.8rem 12.8rem 0 12.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation__logo {
  align-self: stretch;
  align-items: center;
  display: flex;
  gap: 8rem;
}
.navigation__logo__tabs {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}
.navigation__logo__tabs a,
.navigation__logo__tabs a:link,
.navigation__logo__tabs a:visited {
  text-decoration: none;
  color: #05132e;
  transition: all 0.1s ease-out;
}
@media (hover: hover) {
  .navigation__logo__tabs a:hover {
    text-decoration: underline;
  }
}
.navigation__logo__a {
  display: flex;
  padding-right: 0.8rem;
  height: 100%;
  align-items: center;
}
.navigation__logo__a img {
  width: 14.7rem;
}
.navigation__content {
  display: flex;
  gap: 4.8rem;
}
.navigation__content__cta {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  display: flex;
  gap: 1.6rem;
}
.navigation__content__cta__contact-us {
  border-radius: 0.8rem;
  padding: 1.5rem 2.4rem;
  background-color: #373cd7;
  transition: all ease-out 0.1s;
  align-self: center;
}
@media (hover: hover) {
  .navigation__content__cta__contact-us:hover {
    background-color: #3eb7bb;
  }
}
.navigation__content__cta__contact-us:active {
  background-color: #159498;
}
.navigation__content__cta__contact-us:link, .navigation__content__cta__contact-us:visited {
  color: #ffffff;
}
.navigation__content__cta__linkedin {
  border-radius: 0.8rem;
  padding: 1.6rem;
  background-color: #ffffff;
  display: flex;
  transition: background-color 0.1s ease-out;
  outline: solid transparent 0.15rem;
}
.navigation__content__cta__linkedin img {
  width: 1.6rem;
  height: 1.6rem;
}
@media (hover: hover) {
  .navigation__content__cta__linkedin:hover {
    background-color: rgba(55, 60, 215, 0.1);
  }
}
.navigation__content__cta__linkedin:active {
  background-color: rgba(55, 60, 215, 0.2);
}
@media screen and (max-width: 75em) {
  .navigation {
    padding: 4.8rem 8rem 0 8rem;
  }
}
@media screen and (max-width: 62.5em) {
  .navigation {
    padding: 4.8rem 2.4rem 1.6rem 2.4rem;
  }
  .navigation__logo {
    gap: 0;
  }
  .navigation__logo a {
    padding-right: 0;
  }
  .navigation__logo a img {
    width: 10.5rem;
    height: 2rem;
  }
  .navigation__logo__tabs {
    display: none;
  }
}

@keyframes topSlide {
  from {
    top: -10rem;
  }
  to {
    top: 0;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 192rem;
  background-color: #ffffff;
  padding: 2.4rem 12.8rem 2.4rem 12.8rem;
  animation-name: topSlide;
  animation-duration: 0.5s;
}
.sticky .navigation__content__cta__linkedin {
  box-shadow: 0 0 0 0.15rem #deeaff;
}
@media screen and (max-width: 62.5em) {
  .sticky {
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  }
}
.sticky::before {
  animation-name: topSlide;
  animation-duration: 0.5s;
  content: "";
  background-color: #ffffff;
  position: fixed;
  border-bottom: solid #deeaff 0.15rem;
  top: 0;
  height: 9.6rem;
  left: -2000px;
  width: 8000px;
  z-index: -2;
}
@media screen and (max-width: 62.5em) {
  .sticky::before {
    height: 8rem;
  }
}

.steps {
  background-color: #ffffff;
  padding: 0 0 0 0;
  margin: 0 4.8rem 0 4.8rem;
  border-radius: 2.4rem;
  position: relative;
}
.steps .process__line--mobile {
  display: none;
}
@media screen and (max-width: 62.5em) {
  .steps .process__line--mobile {
    display: block;
    padding: 0.8rem 0 0 0;
    height: 9rem;
  }
  .steps .steps__separator__line {
    display: none;
  }
}
.steps__trusted-by {
  margin-top: 9.6rem;
  grid-column-start: col-1;
  grid-column-end: col-12;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8rem;
}
.steps__trusted-by h3 {
  color: #adb5c7;
  align-self: center;
}
.steps__trusted-by__logos {
  touch-action: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.steps__trusted-by__logos ::-webkit-scrollbar {
  display: none;
}
.steps__trusted-by__logos .logo-container {
  touch-action: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  will-change: transform;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 200%;
}
.steps__trusted-by__logos .logo-container ::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 62.5em) {
  .steps__trusted-by__logos .logo-container--animation {
    width: auto;
  }
}
.steps__trusted-by__logos .logo-set {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62.5em) {
  .steps__trusted-by__logos .logo-set {
    margin-left: 3.2rem;
    width: auto;
    gap: 3.2rem;
  }
}
.steps__trusted-by__logos .logo-set img {
  width: 13rem;
  height: 3.2rem;
}
.steps__trusted-by__logos .logo-set-2 {
  display: none;
}
@media screen and (max-width: 62.5em) {
  .steps__trusted-by__logos .logo-set-2 {
    display: flex;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__trusted-by__logos {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 27.5em) {
  .steps__trusted-by__logos {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__trusted-by {
    margin-top: 4.8rem;
  }
}
@keyframes scrolling {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.steps__whoweare {
  grid-column: col-1/col-12;
  display: grid;
  grid: inherit;
  gap: inherit;
  margin: 12.8rem 0 0 0;
  align-items: center;
}
.steps__whoweare__text {
  grid-column: col-1/col-5;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 62.5em) {
  .steps__whoweare__text {
    gap: 3.2rem;
  }
  .steps__whoweare__text h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.steps__whoweare__image {
  grid-column: col-7/col-12;
  display: flex;
  justify-content: flex-end;
}
.steps__whoweare__image img.mobile {
  display: none;
}
.steps__whoweare__image img {
  width: 52rem;
}
@media screen and (max-width: 62.5em) {
  .steps__whoweare__image {
    width: 100%;
    margin-top: 4.8rem;
    display: flex;
    justify-content: center;
  }
  .steps__whoweare__image img.mobile {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 62.5em) and (max-width: 62.5em) {
  .steps__whoweare__image img.mobile {
    width: 70%;
    display: block;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__whoweare__image img {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 27.5em) {
  .steps__whoweare__image {
    width: 100%;
    margin-top: 4.8rem;
  }
  .steps__whoweare__image img.mobile {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 27.5em) and (max-width: 62.5em) {
  .steps__whoweare__image img.mobile {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 27.5em) {
  .steps__whoweare__image img {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__whoweare {
    margin: 8rem 0 0 0;
    display: flex;
    flex-direction: column;
  }
}
.steps__our-values {
  position: relative;
  grid-column: col-1/col-12;
  display: grid;
  grid: inherit;
  gap: inherit;
  margin: 12.8rem 0 0 0;
  padding: 8rem 0 0 0;
}
@media screen and (max-width: 46.876em) {
  .steps__our-values {
    background-image: url("../assets/img/steps/recruitment-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.steps__our-values__left-bg {
  z-index: 0;
  position: absolute;
  left: 20%;
  background-image: url("../assets/img/steps/left-bg.svg");
  background-size: cover;
  height: 40rem;
  width: 40rem;
  transition: all 1s ease-out;
}
.steps__our-values__left-bg--animated {
  left: 0;
}
@media screen and (max-width: 46.876em) {
  .steps__our-values__left-bg {
    display: none;
  }
}
.steps__our-values__right-bg {
  z-index: 0;
  position: absolute;
  right: 20%;
  background-image: url("../assets/img/steps/right-bg.svg");
  background-size: cover;
  height: 40rem;
  width: 40rem;
  transition: all 1s ease-out;
}
.steps__our-values__right-bg--animated {
  right: 0;
}
@media screen and (max-width: 46.876em) {
  .steps__our-values__right-bg {
    display: none;
  }
}
.steps__our-values__content {
  z-index: 1;
  grid-column: col-2/col-11;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
}
.steps__our-values__content img {
  height: 18rem;
}
@media screen and (max-width: 62.5em) {
  .steps__our-values__content img {
    display: none;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__our-values {
    display: flex;
    flex-direction: column;
    margin: 8rem 0 0 0;
    padding: 3.2rem 0 0 0;
  }
}
.steps__separator {
  grid-column: col-1/col-12;
  margin: 4.8rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps__separator img {
  height: 18rem;
}
@media screen and (max-width: 62.5em) {
  .steps__separator {
    margin: 1.6rem 0 0 0;
  }
}
.steps__step-1, .steps__step-3, .steps__step-2 {
  grid-column: col-1/col-12;
  display: grid;
  grid: inherit;
  gap: inherit;
  grid-auto-flow: column;
  align-items: center;
  margin: 6.4rem 0 0 0;
}
.steps__step-1__text, .steps__step-3__text, .steps__step-2__text {
  grid-column: col-1/col-5;
  display: flex;
  flex-direction: column;
}
.steps__step-1__text__indicator, .steps__step-3__text__indicator, .steps__step-2__text__indicator {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 1.6rem 0;
}
.steps__step-1__text__indicator h3, .steps__step-3__text__indicator h3, .steps__step-2__text__indicator h3 {
  color: #373cd7;
}
.steps__step-1__text__indicator img, .steps__step-3__text__indicator img, .steps__step-2__text__indicator img {
  height: 2.4rem;
}
.steps__step-1__text h4, .steps__step-3__text h4, .steps__step-2__text h4 {
  margin: 0 0 4.8rem 0;
}
.steps__step-1__image, .steps__step-3__image, .steps__step-2__image {
  grid-column: col-7/col-12;
  display: flex;
  width: 70.5rem;
}
@media screen and (max-width: 62.5em) {
  .steps__step-1__image, .steps__step-3__image, .steps__step-2__image {
    width: 70%;
  }
}
@media screen and (max-width: 27.5em) {
  .steps__step-1__image, .steps__step-3__image, .steps__step-2__image {
    width: 100%;
  }
}
.steps__step-1__image img.mobile, .steps__step-3__image img.mobile, .steps__step-2__image img.mobile {
  display: none;
}
@media screen and (max-width: 62.5em) {
  .steps__step-1__image img.mobile, .steps__step-3__image img.mobile, .steps__step-2__image img.mobile {
    width: 100%;
    height: auto;
    display: block;
  }
}
.steps__step-1__image img, .steps__step-3__image img, .steps__step-2__image img {
  margin-left: -0.7rem;
  width: 70.5rem;
}
@media screen and (max-width: 62.5em) {
  .steps__step-1__image img, .steps__step-3__image img, .steps__step-2__image img {
    display: none;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__step-1, .steps__step-3, .steps__step-2 {
    display: flex;
    flex-direction: column;
    margin: 3.2rem 0 0 0;
  }
  .steps__step-1__text h4, .steps__step-3__text h4, .steps__step-2__text h4 {
    margin: 0 0 3.2rem 0;
  }
  .steps__step-1__image, .steps__step-3__image, .steps__step-2__image {
    margin: 4.8rem 0 0 0;
  }
  .steps__step-1__image img, .steps__step-3__image img, .steps__step-2__image img {
    margin-left: 0;
    width: 100%;
  }
}
.steps__step-2__text {
  grid-column: col-8/col-12;
}
.steps__step-2__text__indicator h3 {
  color: #3eb7bb;
}
.steps__step-2__text__indicator img {
  height: 2.4rem;
}
.steps__step-2__image {
  width: auto;
  grid-column: col-1/col-6;
  display: flex;
  justify-content: flex-end;
}
.steps__step-2__image img {
  width: 68rem;
}
@media screen and (max-width: 62.5em) {
  .steps__step-2__image img {
    width: 100%;
  }
}
.steps__step-3__text {
  grid-column: col-1/col-5;
}
.steps__step-3__text__indicator h3 {
  color: #79ccaa;
}
.steps__step-3__image {
  width: 57.5rem;
  grid-column: col-7/col-12;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 62.5em) {
  .steps__step-3__image {
    width: 100%;
  }
}
.steps__step-3__image img {
  width: 100%;
}
.steps__success {
  grid-column: col-1/col-12;
  display: grid;
  grid: inherit;
  gap: inherit;
  background-image: url("../assets/img/steps/success-bg.svg");
  background-size: 104rem;
  background-repeat: no-repeat;
  background-position: center 100%;
}
.steps__success__content {
  padding: 0 0 12.8rem 0;
  grid-column: col-3/col-10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steps__success__content .steps__separator {
  margin: 8.5rem 0 0 0;
}
@media screen and (max-width: 62.5em) {
  .steps__success__content .steps__separator {
    margin: 1.6rem 0 0 0;
  }
}
.steps__success__content h6 {
  margin: 2.4rem 0 0 0;
}
.steps__success__content > p {
  margin: 6.4rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 62.5em) {
  .steps__success__content > p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.steps__success__content .hero__content__cta {
  margin: 4.8rem 0 0 0;
}
.steps__success__content .hero__content__cta button {
  height: auto;
}
@media screen and (max-width: 62.5em) {
  .steps__success__content {
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 62.5em) {
  .steps__success {
    display: flex;
    flex-direction: column;
    background-size: 39rem;
    background-position: center -2.2rem;
  }
}
@media screen and (max-width: 75em) {
  .steps {
    margin: 0;
    padding: 0 2.4rem;
    border-radius: 0;
  }
}

.responsibility {
  position: relative;
  grid-column: col-1/col-12;
  padding: 14.6rem 0 14.6rem 0;
}
.responsibility__mosaic {
  grid-column: col-1/col-4;
}
.responsibility__mosaic img {
  height: 26.4rem;
}
.responsibility__content {
  grid-column: col-5/col-12;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.responsibility__content > h1 {
  color: #ffffff;
}
.responsibility__content > p {
  width: 58.2rem;
}
.responsibility::before {
  content: "";
  top: -19.2rem;
  background-color: #373cd7;
  position: absolute;
  height: calc(100% + 19.2rem);
  left: -2000px;
  width: 8000px;
  z-index: -2;
}
@media screen and (max-width: 75em) {
  .responsibility__mosaic img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 62.5em) {
  .responsibility {
    padding: 6.4rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
  }
  .responsibility__mosaic {
    order: 2;
    display: flex;
    justify-content: center;
  }
  .responsibility__mosaic img {
    height: auto;
    width: 70%;
  }
  .responsibility__content {
    order: 1;
    gap: 4.8rem;
  }
  .responsibility__content p.p3 {
    width: auto;
  }
}
@media screen and (max-width: 27.5em) {
  .responsibility {
    padding: 6.4rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
  }
  .responsibility__mosaic {
    order: 2;
  }
  .responsibility__mosaic img {
    height: auto;
    width: 100%;
  }
  .responsibility__content {
    order: 1;
    gap: 4.8rem;
  }
  .responsibility__content p.p3 {
    width: auto;
  }
}

.our-values {
  padding: 8rem 0 9.6rem 0;
  grid-column: col-1/col-12;
  position: relative;
}
.our-values::before {
  content: "";
  background-color: #edf6ff;
  position: absolute;
  top: 0;
  height: calc(100% + 19.2rem);
  left: -2000px;
  width: 8000px;
  z-index: -2;
}
.our-values__content {
  align-items: flex-start;
  grid-column: col-1/col-12;
  background-image: url("../assets/img/our-values/our-values_bg.svg");
  background-repeat: no-repeat;
  background-size: 30rem;
  background-position: top right;
}
.our-values__content__desc {
  grid-column: col-1/col-10;
  margin: 10rem 0 8rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.our-values__content__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem;
  min-height: 82.8rem;
}
.our-values__content__list--column-1 {
  grid-column: col-1/col-6;
}
.our-values__content__list--column-2 {
  grid-column: col-7/col-12;
}
.our-values__content__list__element {
  padding: 6.4rem 4.8rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  transition: all 0.25s ease-in-out;
  transform: translateY(0);
  height: 19.2rem;
  overflow-y: hidden;
}
@media screen and (max-width: 75em) {
  .our-values__content__list__element {
    transition: all 0s ease-in-out;
  }
}
.our-values__content__list__element .our-values__content__list__element__expanded {
  transition: all 0.25s ease-in-out;
  opacity: 0;
  margin: 4.8rem 0 0 0;
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}
@media screen and (max-width: 75em) {
  .our-values__content__list__element .our-values__content__list__element__expanded {
    transition: all 0s ease-in-out;
  }
}
@media screen and (max-width: 62.5em) {
  .our-values__content__list__element .our-values__content__list__element__expanded {
    margin: 2.4rem 0 0 0;
    transition: all 0s ease-in-out;
    width: 100%;
    display: none;
  }
}
.our-values__content__list__element--active {
  background-color: rgba(255, 255, 255, 0.7);
  height: auto;
}
.our-values__content__list__element--active .our-values__content__list__element__expanded {
  display: flex;
  opacity: 1;
}
.our-values__content__list__element--active .our-values__content__list__element__collapsed__icon {
  background-image: url("../assets/img/our-values/minus-icon.svg");
}
@media (hover: hover) {
  .our-values__content__list__element:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.our-values__content__list__element__collapsed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 62.5em) {
  .our-values__content__list__element__collapsed {
    height: auto !important;
  }
}
.our-values__content__list__element__collapsed__info {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.our-values__content__list__element__collapsed__info p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #05132e;
  max-width: 31rem;
}
.our-values__content__list__element__collapsed__info__icon {
  padding: 0.8rem;
  display: flex;
}
.our-values__content__list__element__collapsed__info__icon img {
  height: 4.8rem;
}
.our-values__content__list__element__collapsed__icon {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  background-size: 1.6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../assets/img/our-values/plus-icon.svg");
}
.our-values__content__list__element__collapsed__icon--expanded {
  background-image: url("../assets/img/our-values/minus-icon.svg");
}
.our-values__content__list__element__collapsed__icon background img {
  display: none;
}
@media screen and (max-width: 62.5em) {
  .our-values {
    display: flex;
    flex-direction: column;
    padding: 4.8rem 2.4rem 6.4rem 2.4rem;
  }
  .our-values__content {
    display: flex;
    flex-direction: column;
  }
  .our-values__content__desc {
    margin: 1.6rem 0 4.8rem 0;
  }
  .our-values__content__desc h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .our-values__content__list {
    gap: 1.6rem;
    min-height: 0;
    width: 100%;
  }
  .our-values__content__list--column-2 {
    margin: 1.6rem 0 0 0;
  }
  .our-values__content__list__element {
    height: auto;
    justify-content: center;
    padding: 3.2rem 2.4rem;
  }
}
@media screen and (max-width: 62.5em) and (max-width: 27.5em) {
  .our-values__content__list__element {
    height: auto;
    padding: 2.4rem 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 62.5em) {
  .our-values__content__list__element--expanded {
    justify-content: flex-start;
  }
  .our-values__content__list__element__collapsed {
    display: flex;
    gap: 1.6rem;
    height: 100%;
  }
  .our-values__content__list__element__collapsed__info {
    gap: 1.6rem;
  }
  .our-values__content__list__element__collapsed__info p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .our-values__content__list__element__collapsed__info__icon img {
    height: 3.2rem;
  }
  .our-values__content__list__element__expanded {
    display: none;
  }
}
@media screen and (max-width: 62.5em) and (max-width: 27.5em) {
  .our-values__content__list__element__expanded {
    margin: 2.4rem 0 0 0;
  }
}
@media screen and (max-width: 62.5em) {
  .our-values__content__list__element--active {
    height: auto;
  }
}
@media screen and (max-width: 62.5em) and (max-width: 27.5em) {
  .our-values__content__list__element--active {
    height: auto;
  }
}

.our-values__content__list__element--active-1.our-values__content__list__element--active {
  height: 35.2rem;
}

.our-values__content__list__element--active-2.our-values__content__list__element--active {
  height: 45.6rem;
}

.our-values__content__list__element--active-3.our-values__content__list__element--active {
  height: 38rem;
}

.our-values__content__list__element--active-4.our-values__content__list__element--active {
  height: 38rem;
}

.our-values__content__list__element--active-5.our-values__content__list__element--active {
  height: 35.2rem;
}

.our-values__content__list__element--active-6.our-values__content__list__element--active {
  height: 38rem;
}

@media screen and (max-width: 62.5em) {
  .our-values__content__list__element--active-1.our-values__content__list__element--active {
    height: auto;
  }
  .our-values__content__list__element--active-2.our-values__content__list__element--active {
    height: auto;
  }
  .our-values__content__list__element--active-3.our-values__content__list__element--active {
    height: auto;
  }
  .our-values__content__list__element--active-4.our-values__content__list__element--active {
    height: auto;
  }
  .our-values__content__list__element--active-5.our-values__content__list__element--active {
    height: auto;
  }
  .our-values__content__list__element--active-6.our-values__content__list__element--active {
    height: auto;
  }
}
.testimonials {
  z-index: 50;
  grid-column: col-1/col-12;
  margin: 0 4.8rem;
  background-color: #ffffff;
  border-radius: 2.4rem;
  padding: 16rem 0;
  height: auto;
  transition: height 0.25s ease-in-out;
  /* Content */
}
.testimonials--expanded {
  height: auto;
}
@media screen and (max-width: 62.5em) {
  .testimonials {
    height: auto;
  }
  .testimonials--expanded {
    height: auto;
  }
}
.testimonials__headline {
  grid-column: col-1/col-5;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 7.2rem 0 0 0;
  margin: 0 0 0 0;
  background-image: url("../assets/img/testimonals/testimonals_bg.svg");
  background-position: top 2.4rem center;
  background-size: 30rem;
  background-repeat: no-repeat;
}
.testimonials__content {
  grid-column: col-6/col-12;
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
.testimonials__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 27.5em) {
  .testimonials__top {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.testimonials__photos {
  display: flex;
  align-items: center;
}
.testimonials__avatar {
  margin: 0 0 0 -2.4rem;
  border-radius: 4rem;
  padding: 0.4rem;
  background-color: #ffffff;
  display: flex;
}
.testimonials__avatar:first-child {
  margin: 0 0 0 0;
}
.testimonials__avatar:nth-child(1) {
  z-index: 10;
}
.testimonials__avatar:nth-child(2) {
  z-index: 9;
}
.testimonials__avatar:nth-child(3) {
  z-index: 8;
}
.testimonials__avatar:nth-child(4) {
  z-index: 7;
}
.testimonials__avatar:nth-child(5) {
  z-index: 6;
}
.testimonials__avatar:nth-child(6) {
  z-index: 5;
}
.testimonials__avatar:nth-child(7) {
  z-index: 4;
}
.testimonials__avatar img {
  opacity: 0.3;
  border-radius: 3.2rem;
  height: 6.4rem;
}
.testimonials__avatar--active {
  position: relative;
  z-index: 20 !important;
  box-sizing: border-box;
  border-radius: 4rem;
  border: solid 0.3rem #373cd7;
}
.testimonials__avatar--active::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-image: url("../assets/img/testimonals/quote-sign.svg");
  background-size: cover;
  top: 4.8rem;
  left: 4.8rem;
}
.testimonials__avatar--active img {
  opacity: 1;
}
.testimonials__arrows {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.testimonials__arrow {
  width: 6.4rem;
  height: 6.4rem;
  transition: all 0.1s ease-out;
  border-radius: 0.8rem;
}
.testimonials__arrow-inner {
  width: 100%;
  height: 100%;
  background-color: #5d6f92;
  -webkit-mask-image: url("../assets/img/testimonals/arrow_left.svg");
  -webkit-mask-size: 4rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url("../assets/img/testimonals/arrow_left.svg");
  mask-size: 4rem;
  mask-repeat: no-repeat;
  mask-position: center center;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 62.5em) {
  .testimonials__arrow-inner {
    -webkit-mask-size: 2.4rem;
    mask-size: 2.4rem;
  }
}
.testimonials__arrow-inner--right {
  -webkit-mask-image: url("../assets/img/testimonals/arrow_right.svg");
  mask-image: url("../assets/img/testimonals/arrow_right.svg");
}
@media (hover: hover) {
  .testimonials__arrow {
    cursor: pointer;
  }
  .testimonials__arrow:hover .testimonials__arrow-inner {
    background-color: #3eb7bb;
  }
}
.testimonials__arrow:active {
  background-color: #deeaff;
}
.testimonials__main {
  display: flex;
  flex-direction: column;
  height: 27.4rem;
  height: auto;
  transition: height 0.25s ease-in-out;
  overflow-y: hidden;
}
.testimonials__main--expanded {
  height: 45rem;
  height: auto;
}
@media screen and (max-width: 27.5em) {
  .testimonials__main {
    height: auto;
  }
  .testimonials__main--expanded {
    height: auto;
  }
}
.testimonials__quote {
  background-color: #ffffff;
}
.testimonials__quote--hidden {
  display: none;
}
.testimonials__quote--hidden + .testimonials__quote--expanded {
  display: none;
}
.testimonials__quote--expanded {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #5d6f92;
  display: block;
  transition: opacity 0.25s ease-in-out;
  margin: 3.2rem 0 0 0;
}
.testimonials__quote--expanded--hidden {
  display: none;
}
@media screen and (max-width: 27.5em) {
  .testimonials__quote--expanded--hidden {
    display: none;
  }
}
.testimonials__author {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 0 0 0;
  background-color: #ffffff;
}
.testimonials__author--hidden {
  display: none;
}
@media screen and (max-width: 27.5em) {
  .testimonials__author {
    position: inherit;
    padding: 3.2rem 0 0 0;
  }
}
.testimonials__author__data {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.testimonials__author__data p.author-name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #05132e;
}
.testimonials__author__data p.author-role {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5d6f92;
}
.testimonials__author__read-more {
  padding: 0.4rem 1.6rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  border-radius: 0.8rem;
  transition: all 0.1s ease-out;
  height: min-content;
}
.testimonials__author__read-more .read-more__icon {
  display: flex;
  align-items: center;
  padding: 0.8rem;
}
.testimonials__author__read-more .read-more__icon img {
  height: 1.2rem;
  width: 1.2rem;
}
@media (hover: hover) {
  .testimonials__author__read-more:hover {
    background-color: rgba(55, 60, 215, 0.1);
    cursor: pointer;
  }
}
.testimonials__author__read-more:active {
  background-color: rgba(55, 60, 215, 0.2);
}
.testimonials a.read-more__link {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #373cd7;
}
@media screen and (max-width: 75em) {
  .testimonials {
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 62.5em) {
  .testimonials {
    display: flex;
    flex-direction: column;
    padding: 6.4rem 2.4rem;
    gap: 2.4rem;
    background-image: url("../assets/img/testimonals/testimonals_bg.svg");
    background-position: right 2.4rem top 4.8rem;
    background-size: 30rem;
    background-repeat: no-repeat;
  }
  .testimonials__arrows {
    gap: 0;
  }
  .testimonials__arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .testimonials__headline {
    padding: 1.6rem 0 0 0;
    margin: 0 0 0 0;
    background-image: none;
  }
  .testimonials__headline h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.ready-to-start {
  position: relative;
  align-items: stretch;
}
.ready-to-start .pattern-inline {
  margin: 0 1.6rem;
}
.ready-to-start::before {
  content: "";
  opacity: 1 !important;
  z-index: -10;
  top: 0;
  background-color: #373cd7;
  position: absolute;
  top: -20rem;
  height: calc(100% + 20rem);
  left: -2000px;
  width: 8000px;
  z-index: -2;
}
.ready-to-start__content {
  grid-column: col-1/col-6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.ready-to-start__h3 {
  color: #ffffff;
}
.ready-to-start__h2 {
  margin: 1.6rem 0 0 0;
  color: #ffffff;
}
.ready-to-start__p {
  margin: 2.4rem 0 0 0;
  color: #ffffff;
}
.ready-to-start__button-cta {
  background-color: #3eb7bb;
  margin: 8rem 0 0 0;
}
@media (hover: hover) {
  .ready-to-start__button-cta:hover {
    background-color: #159498;
  }
}
.ready-to-start__button-cta:active {
  background-color: #42b9bd;
}
.ready-to-start__image {
  grid-column: col-8/col-12;
  padding: 4.8rem 0 8rem 0;
  width: 73.8rem;
  height: 82.9rem;
}
@media screen and (max-width: 62.5em) {
  .ready-to-start__image {
    height: auto;
  }
}
.ready-to-start__image img {
  margin-left: -3.2rem;
  height: 78.1rem;
}
@media screen and (max-width: 62.5em) {
  .ready-to-start {
    display: flex;
    flex-direction: column;
    padding: 6.4rem 2.4rem 5.7rem 2.4rem;
  }
  .ready-to-start__h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .ready-to-start__p {
    margin: 4.8rem 0 0 0;
    color: #ffffff;
  }
  .ready-to-start__button-cta {
    margin: 6.4rem 0 0 0;
  }
  .ready-to-start__image {
    width: 100%;
    padding: 2rem 0 0 0;
    display: flex;
    justify-content: center;
  }
  .ready-to-start__image img {
    width: 70%;
    margin: 0;
    height: auto;
  }
}
@media screen and (max-width: 27.5em) {
  .ready-to-start {
    display: flex;
    flex-direction: column;
    padding: 6.4rem 2.4rem 5.7rem 2.4rem;
  }
  .ready-to-start__h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .ready-to-start__p {
    margin: 4.8rem 0 0 0;
    color: #ffffff;
  }
  .ready-to-start__button-cta {
    margin: 6.4rem 0 0 0;
  }
  .ready-to-start__image {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .ready-to-start__image img {
    width: 100%;
    margin: 0;
    height: auto;
  }
}

.contact {
  background-image: url("../assets/img/contact/contact_bg.svg");
  background-repeat: no-repeat;
  background-size: 136.5rem;
  background-position: 80% -23rem;
  padding: 13rem 0;
}
.contact #accept-terms-p:hover,
.contact #send-copy-p:hover,
.contact input[type=checkbox]:hover {
  cursor: pointer;
}
.contact .pattern-inline {
  margin: 0 1.6rem;
}
.contact__text {
  grid-column: col-1/col-6;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.contact__headline {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.contact__info {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.contact__info a {
  color: #5d6f92;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (hover: hover) {
  .contact__info a:hover {
    text-decoration: underline;
  }
}
.contact__orange-dot {
  content: "";
  border-radius: 1.6rem;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #f4a261;
}
.contact__form {
  grid-column: col-8/col-12;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  position: relative;
}
.contact__form__row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.contact p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-width: 44rem;
}
@media screen and (max-width: 75em) {
  .contact p {
    max-width: 38rem;
  }
}
@media screen and (max-width: 62.5em) {
  .contact p {
    max-width: 38rem;
  }
}
@media screen and (max-width: 46.876em) {
  .contact p {
    max-width: 80%;
  }
}
@media screen and (max-width: 27.5em) {
  .contact p {
    max-width: 30rem;
  }
}
.contact fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
}
.contact__input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1.6rem 0 0 0;
}
.contact__input__wrapper--textarea {
  display: block;
}
.contact .contact__rules {
  gap: 1.6rem;
}
.contact .contact__error__wrapper {
  content: "";
}
.contact .contact__error {
  color: #d35590;
  margin: 0.8rem 0 0 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.contact .contact__error a:link {
  color: #d35590;
  text-decoration: underline;
}
.contact__input__label {
  position: absolute;
  left: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #5d6f92;
  pointer-events: none;
}
.contact__input__label--active {
  top: 1.4rem;
  left: 2.4rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  opacity: 1;
}
.contact input[type=text] {
  position: relative;
  width: 100%;
  padding: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  color: #05132e;
  border: 1px solid #deeaff;
  resize: none;
}
.contact input[type=text]:focus {
  outline: none;
  padding: 3.2rem 6.4rem 1.6rem 2.4rem;
  border: 1px solid #373cd7;
}
.contact input[type=text]:focus::placeholder {
  color: transparent;
}
.contact input[type=text]:focus + .contact__input__label {
  top: 1.4rem;
  left: 2.4rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  opacity: 1;
}
.contact input[type=text]:focus-visible {
  outline: none;
  border: 1px solid #373cd7;
}
.contact input[type=text]::placeholder {
  color: #5d6f92;
}
.contact textarea {
  padding: 2.4rem;
  padding-top: 4rem;
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  color: #05132e;
  border: 1px solid #deeaff;
  resize: none;
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #373cd7;
}
.contact input[type=text].contact__input--filled {
  outline: none;
  padding: 3.2rem 6.4rem 1.6rem 2.4rem;
  border: 1px solid #deeaff;
}
.contact input[type=text].contact__input--filled:focus {
  border: 1px solid #373cd7;
}
.contact input[type=checkbox] {
  box-sizing: border-box;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 0;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: 1px solid #deeaff;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.contact input[type=checkbox]:checked {
  border: 1px solid #373cd7;
}
.contact .contact__checkbox__wrapper {
  position: relative;
}
.contact .content__status--success {
  position: absolute;
  bottom: -5.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  width: 100%;
  gap: 0.8rem;
  background-color: rgba(121, 204, 170, 0.2);
  border: solid #79ccaa 0.2rem;
  color: #05132e;
  border-radius: 0.4rem;
  height: 4rem;
}
.contact .content__status--success img {
  width: 1.6rem;
  height: 1.6rem;
}
.contact span.pink {
  color: #d35590;
}
.contact .contact__input__label--textarea {
  border-radius: 0.8rem 0 0 0.8rem;
  width: 45.5rem;
  padding: 1.4rem 2.4rem 0.8rem 2.4rem;
  height: auto;
  background-color: #ffffff;
  color: #5d6f92;
  position: absolute;
  top: 1px;
  left: 1px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  opacity: 1;
}
@media screen and (max-width: 62.5em) {
  .contact .contact__input__label--textarea {
    width: calc(100% - 2.4rem);
  }
}
.contact .content__status--fail {
  position: absolute;
  bottom: -6.8rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  width: 100%;
  gap: 0.8rem;
  background-color: rgba(211, 85, 144, 0.2);
  border: solid #d35590 0.2rem;
  color: #05132e;
  border-radius: 0.4rem;
}
@media screen and (max-width: 62.5em) {
  .contact .content__status--fail {
    bottom: -8.6rem;
  }
}
.contact .content__status--fail img {
  width: 1.6rem;
  height: 1.6rem;
}
.contact .content__status-message {
  color: #05132e;
}
.contact span.checked {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  position: absolute;
  background-image: url("../assets/img/contact/check.svg");
  background-repeat: no-repeat;
  background-size: 0rem;
  background-position: center center;
  pointer-events: none;
}
.contact input[type=checkbox]:checked + .checked {
  pointer-events: none;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  position: absolute;
  background-image: url("../assets/img/contact/check.svg");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: center center;
}
.contact button[type=submit] {
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: #373cd7;
  border-radius: 0.8rem;
  background-color: rgba(55, 60, 215, 0);
  border: 2px solid #373cd7;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
}
.contact button[type=submit] img {
  height: 2.4rem;
}
.contact button[type=submit]:disabled {
  opacity: 0.4;
}
@media (hover: hover) {
  .contact button[type=submit]:hover {
    background-color: rgba(55, 60, 215, 0.1);
    cursor: pointer;
  }
}
.contact button[type=submit]:active {
  background-color: rgba(55, 60, 215, 0.2);
}
.contact *:disabled:hover {
  cursor: not-allowed;
}
@media screen and (max-width: 62.5em) {
  .contact {
    display: flex;
    flex-direction: column;
    padding: 6.4rem 2.4rem;
    background-size: 34.2rem;
    background-position: right 2.4rem top 0;
  }
  .contact__text {
    gap: 3.2rem;
  }
  .contact__h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .contact__info {
    gap: 1.6rem;
  }
  .contact__info a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .contact__form {
    margin: 4.8rem 0 0 0;
  }
}

html {
  overflow-y: hidden;
  font-family: "Switzer";
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  overflow-x: hidden;
}
@media screen and (max-width: 100em) {
  html {
    font-size: 8.8px;
  }
}
@media screen and (max-width: 87.5em) {
  html {
    font-size: 7.6px;
  }
}
@media screen and (max-width: 75em) {
  html {
    font-size: 7.6px;
  }
}
@media screen and (max-width: 62.5em) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 46.876em) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 27.5em) {
  html {
    font-size: 2.56vw;
  }
}

.fade-in {
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 75em) {
  .fade-in {
    opacity: 1;
  }
}
.fade-in--hero {
  transition: opacity 0.5s ease-out;
  transition-delay: 0.25s;
}

.opacity-1 {
  opacity: 1;
}

body {
  background: #fafcff;
  background-size: 110rem 10rem;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

.outline,
input[type=text].outline,
input[type=checkbox].outline,
textarea.outline {
  border-color: rgba(0, 0, 255, 0);
  background-color: rgba(0, 0, 255, 0.05) !important;
  background-image: none;
  transition: none !important;
  outline: 1px solid rgba(0, 0, 255, 0.3);
  color: rgba(0, 0, 255, 0.8) !important;
  border-radius: 0 !important;
}
.outline::placeholder,
input[type=text].outline::placeholder,
input[type=checkbox].outline::placeholder,
textarea.outline::placeholder {
  color: rgba(0, 0, 255, 0.8) !important;
}
.outline::before,
input[type=text].outline::before,
input[type=checkbox].outline::before,
textarea.outline::before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.outline::after,
input[type=text].outline::after,
input[type=checkbox].outline::after,
textarea.outline::after {
  background-color: rgba(0, 0, 255, 0.05) !important;
  outline: 1px solid rgba(0, 0, 255, 0.3);
  background-image: none;
}
.outline > img,
input[type=text].outline > img,
input[type=checkbox].outline > img,
textarea.outline > img {
  outline: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.helper {
  z-index: 699;
  position: absolute;
  outline: 0 !important;
  height: 100%;
  align-self: center;
  width: 118.8rem;
  justify-self: center;
  margin: 0 auto 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 75em) {
  .helper {
    width: 100%;
  }
}
@media screen and (max-width: 62.5em) {
  .helper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "col-1 col-2 col-3 col-4";
    padding: 0 2.4rem;
    gap: 1.6rem;
  }
  .helper .col-5 {
    display: none;
  }
  .helper .col-6 {
    display: none;
  }
  .helper .col-7 {
    display: none;
  }
  .helper .col-8 {
    display: none;
  }
  .helper .col-9 {
    display: none;
  }
  .helper .col-10 {
    display: none;
  }
  .helper .col-11 {
    display: none;
  }
  .helper .col-12 {
    display: none;
  }
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  padding: 0 0;
}
@media screen and (max-width: 27.5em) {
  .container {
    padding: 0 0;
  }
}

br.mobile {
  display: none;
}

@media screen and (max-width: 27.5em) {
  br.mobile {
    display: block;
  }
}
br.desktop {
  display: block;
}
@media screen and (max-width: 27.5em) {
  br.desktop {
    display: none;
  }
}

.accept-cookies {
  z-index: 200;
  width: 98.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #C2D8FF;
  background-color: #ffffff;
  position: fixed;
  bottom: 3rem;
  align-self: center;
  box-shadow: 0px 9px 22px rgba(5, 19, 46, 0.08);
}
@media screen and (max-width: 62.5em) {
  .accept-cookies {
    width: calc(100% - 4.8rem);
    margin: 0 2.4rem 0 2.4rem;
  }
}
.accept-cookies__top {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.accept-cookies__cookie-icon {
  height: 2.4rem;
  width: 2.4rem;
}
.accept-cookies__paragraph {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 62.5em) {
  .accept-cookies__paragraph {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.accept-cookies h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 62.5em) {
  .accept-cookies h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.accept-cookies__buttons {
  display: flex;
  justify-content: stretch;
  gap: 2.4rem;
}
@media screen and (max-width: 62.5em) {
  .accept-cookies__buttons {
    gap: 1.6rem;
    flex-direction: column;
  }
}
.accept-cookies__button {
  box-sizing: border-box;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  width: 100%;
  border-radius: 0.8rem;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  padding: 1.3rem 0;
  transition: all 0.1s ease-out;
}
.accept-cookies__button:hover {
  cursor: pointer;
}
.accept-cookies__button--deny {
  background-color: transparent;
  border: 2px solid #373cd7;
  color: #373cd7;
}
.accept-cookies__button--deny:hover {
  background-color: rgba(55, 60, 215, 0.1);
}
.accept-cookies__button--accept {
  background-color: #373cd7;
  color: #ffffff;
  border: 2px solid #373cd7;
}
.accept-cookies__button--accept:hover {
  background-color: #3eb7bb;
  border: 2px solid #3eb7bb;
}
.accept-cookies__button img {
  height: 2.4rem;
  width: 2.4rem;
}

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