:root {
  --red-main: #e6362e;
  --black-main: #112126;
  --cyan-midle: #74b2bf;
  --gray-cyan: #e9eef0;
  --gray: #f2f2f2;
  --like-white: #fafcfc;
  --pure-white: #ffffff;
  --red-light: #ff413c;
  --black-text: #14262d;
  --cyan-main: #d3e9f0;
  --black-light: #25353a;
  --additional-black: #0b161a;
  --border-main: #b4d2da;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* Set the sizing of an element to include it's border */
}

.is-hidden {
  opacity: 0;
}

body.modal-open {
  overflow: hidden;
}

main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

* {
  margin: 0;
  /* Set the default margin to 0 */
  padding: 0;
  /* Set the default padding to 0 */
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
  /* Turn off numbered and unordered list decoration */
}

html:focus-within {
  scroll-behavior: smooth;
  /* Make the scrolling inside of any scrollable element smooth */
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  /* Makes link undelines look better */
}

img,
svg,
video,
canvas {
  max-width: 100%;
  /* Makes it responsive */
  height: auto;
  /* Makes it responsive */
  vertical-align: middle;
  /* Makes text next to inline images look better */
  font-style: italic;
  /* If the images don't load it makes the alt decription look better */
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  /* Makes these elements inherit fonts */
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background: var(--background-primary);
}

::selection {
  background: var(--background-primary);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  /* Makes the body element full screen */
  scroll-behavior: smooth;
  /* Makes normal scrolling smooth */
}

body {
  background-color: var(--pure-white);
  color: var(--text-dark);
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
ul,
p {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.h1 {
  color: #112126;
  font-family: "Anton", sans-serif !important;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .h1 {
    font-size: 70px;
  }
}

.h2 {
  color: #112126;
  font-family: "Anton", sans-serif !important;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .h2 {
    font-size: 44px;
  }
}

.h3 {
  color: #112126;
  font-family: "Anton", sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .h3 {
    font-size: 28px;
    line-height: 100%;
  }
}

.h4 {
  color: #112126;
  font-family: "Work Sans";
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
}

.h5 {
  color: #112126;
  font-family: "Work Sans";
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
}

.h6 {
  color: #112126;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.body {
  color: #112126;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1024px) {
  .body {
    font-weight: 500;
  }
}

.subtitle {
  color: #112126;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 124%;
}

.small-title {
  color: #112126;
  font-family: "Anton";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.small-subtitle {
  color: #112126;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.button {
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.cmplz-title {
  font-family: "Work Sans";
}

.cmplz-message {
  font-family: "Work Sans";
}

.cmplz-btn {
  border-radius: 0 !important;
  font-family: "Work Sans";
  text-transform: uppercase;
}

.cmplz-btn.cmplz-accept {
  background-color: #f0231e !important;
}

.cmplz-link {
  font-family: "Work Sans";
}

.cmplz-cookiebanner {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

.hero {
  color: var(--pure-white);
}

.hero__scroll-wrapper {
  position: relative;
  min-height: 300dvh;
  width: 100%;
}

.hero__content {
  position: sticky;
  top: 0;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__logo.is-hidden-logo {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, -50%) scale(0.6) !important;
}

.hero__logo-block {
  position: fixed;
  top: 28%;
  left: 53%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero__logo-block {
    top: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .hero__logo-block {
    top: 39%;
  }
}

.hero__logo {
  position: relative;
  z-index: -1;
  width: 90.895px;
  height: auto;
  aspect-ratio: 212/256;
  will-change: width, transform;
}
@media screen and (min-width: 768px) {
  .hero__logo {
    width: 190.8px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__logo {
    width: 212px;
  }
}
.hero__logo svg {
  z-index: -10;
  width: 100%;
  height: auto;
  shape-rendering: geometricPrecision;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.hero__titles {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  pointer-events: none;
}
.hero__titles .hero__title-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.hero__titles .hero__title-block--right {
  align-items: flex-start;
}

.hero__title {
  color: var(--pure-white);
  font-family: "Anton";
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: 70px;
  }
}

.hero__media {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 103px;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero__media {
    top: 65%;
    left: 50%;
    flex-direction: row;
    margin-top: 124px;
    gap: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__media {
    top: 71%;
    left: 59%;
    margin-top: 7px;
    gap: 320px;
  }
}

.hero__cta-block {
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 343px;
}
@media screen and (min-width: 768px) {
  .hero__cta-block {
    top: 68%;
    left: 68%;
    width: 444px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__cta-block {
    top: 66%;
    left: 75%;
  }
}

.hero__media-img-wrapper {
  position: relative;
  z-index: 11;
}
.hero__media-img-wrapper img {
  max-width: 365px;
  display: block;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .hero__media-img-wrapper img {
    margin-top: 52px;
  }
}
.hero__media-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 33, 38, 0.4);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}

.hero__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px !important;
  height: 60px !important;
  z-index: 12;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .hero__play-btn {
    top: 60%;
  }
}
.hero__play-btn span {
  display: inline-block;
}
.hero__play-btn > span > svg {
  width: 28px !important;
  height: 34px !important;
  fill: var(--red-main);
  animation: pulse 1.9s ease-in-out infinite;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.hero__play-btn:hover > span > svg {
  fill: var(--pure-white);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.hero__subtitle {
  margin-left: 11px;
  color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  width: 282px;
}
@media screen and (min-width: 768px) {
  .hero__subtitle {
    margin-left: 0;
    margin-bottom: 16px;
  }
}

.hero__cta-subtitle,
.hero__logos {
  opacity: 0;
  transform: translateY(20px);
}

.hero__btn {
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hero__btn.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.hero__cta-subtitle {
  color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.hero__logos {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__logos {
    bottom: 5px;
  }
}

.hero__logos-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.hero__logos-content {
  display: flex;
  flex-shrink: 0;
}

.marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: 90px;
  margin-right: 64px;
}
.marquee__item:first-of-type svg {
  max-height: 64px;
}
.marquee__item:nth-of-type(4) svg {
  max-height: 54px;
}
.marquee__item svg {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 150px;
  display: block;
}

.hero__btn {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .hero__btn {
    margin-top: 44px;
  }
}

.hero__scroll-texts {
  position: relative;
  width: 100%;
  min-height: 150vh;
  padding: 20vh 16px;
  display: flex;
  flex-direction: column;
  gap: 150px;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .hero__scroll-texts {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20vh 161px;
  }
}
.hero__scroll-texts .scroll-text {
  max-width: 600px;
  opacity: 0;
  transform: translateY(100px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: center;
}
.hero__scroll-texts .scroll-text h3 {
  color: var(--pure-white);
  font-family: "Anton";
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.hero__scroll-texts .scroll-text p {
  color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
@media screen and (min-width: 1200px) {
  .hero__scroll-texts .scroll-text {
    max-width: 437px;
  }
  .hero__scroll-texts .scroll-text.right {
    align-self: flex-end;
    text-align: left;
  }
  .hero__scroll-texts .scroll-text.left {
    align-self: flex-start;
    text-align: left;
  }
}

.power-section {
  position: relative;
  color: var(--pure-white);
  background-image: url("../../images/static/power-mob.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  will-change: background-position;
  transition: background-position 0.7s ease-out;
}
@media screen and (min-width: 768px) {
  .power-section {
    background-image: url("../../images/static/power-desktop.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .power-section {
    background-image: url("../../images/static/power.jpg");
  }
}
.power-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(20, 38, 45, 0.5);
  z-index: 1;
}
.power-section__container {
  padding: 254.5px 24px 134.5px 24px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .power-section__container {
    padding: 210px 146px;
  }
}
@media screen and (min-width: 1024px) {
  .power-section__container {
    padding: 314px 502px 170px 275px;
    margin: 0 auto;
    max-width: 1440px;
  }
}
.power-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .power-section__content {
    max-width: 663px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 28px;
  }
}
.power-section__title {
  color: var(--pure-white) !important;
}
.power-section__text {
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.power-section__btn {
  background-color: var(--red-main) !important;
  width: 327px !important;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  .power-section__btn {
    width: -moz-fit-content !important;
    width: fit-content !important;
    width: 294px !important;
  }
}
@media screen and (min-width: 1024px) {
  .power-section__btn {
    width: 302px !important;
  }
}
.power-section__btn > span:first-child {
  color: #fff;
  font-family: "Work Sans";
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  white-space: pre-line;
  width: 100%;
  text-align: center;
}
.power-section__btn > span:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.power-section__btn > span > svg {
  width: 18.5px;
  height: 18.5px;
}

.team-section {
  overflow: hidden;
  background-color: var(--pure-white);
}
.team-section__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .team-section__container {
    padding: 128px 24px 107px;
    gap: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .team-section__container {
    flex-direction: row;
    align-items: flex-start;
    padding: 168px 48px 128px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .team-section__container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.team-section__text {
  flex: 0 0 35%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .team-section__text {
    flex: 0 0 auto;
    position: relative;
    flex: 0 0 auto;
    width: 50%;
    max-width: 663px;
    z-index: 2;
    order: unset;
    place-self: unset;
    grid-area: unset;
    float: unset;
    flex-shrink: unset;
    margin: unset;
    inset: unset;
    position: sticky;
    padding: unset;
    box-sizing: border-box;
    backface-visibility: hidden;
    will-change: transform;
  }
}
.team-section__cards {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap;
  gap: 20px;
  scrollbar-width: none;
}
.team-section__cards::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .team-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 25px;
    overflow: visible;
    position: relative;
    z-index: 1;
    flex: 1;
    width: 100%;
    max-width: 510px;
    min-height: auto;
  }
}
.team-section .team-card {
  flex: 1 1 calc(33.333% - 27px);
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  width: 245px !important;
  scroll-snap-align: start;
  background-color: var(--pure-white);
}
@media screen and (min-width: 768px) {
  .team-section .team-card {
    flex: 0 0 36%;
  }
}
@media screen and (min-width: 1024px) {
  .team-section .team-card {
    opacity: 0;
    transform: translateY(80px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    flex: 0 0 auto;
    width: 100%;
    min-width: 245px;
    width: 245px;
  }
}
.team-section .team-card__img {
  width: 100%;
  height: auto;
}
.team-section .team-card__img img {
  min-width: 245px;
  min-height: 245px;
  aspect-ratio: 1/1;
  align-self: stretch;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .team-section .team-card__img img {
    width: 245px;
  }
}
.team-section .team-card__name {
  margin-top: 25px;
  color: var(--black-text);
  font-family: Anton;
  font-size: 21.333px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.team-section .team-card__position {
  color: var(--black-text);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}

.difference-block {
  background-color: var(--black-text);
  color: var(--pure-white);
}
.difference-block__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .difference-block__container {
    padding: 128px 24px;
    gap: 92px;
  }
}
@media screen and (min-width: 1024px) {
  .difference-block__container {
    padding: 83px 48px 126px;
    gap: 94px;
  }
}
.difference-block__head-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .difference-block__head-content {
    flex-direction: row;
    align-items: center;
    gap: 27px;
  }
}
.difference-block__text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .difference-block__text-content {
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .difference-block__text-content {
    margin-left: 113px;
  }
}
.difference-block__title,
.difference-block__text {
  color: var(--pure-white) !important;
}
.difference-block__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .difference-block__image {
    flex: 1;
  }
}
.difference-block__image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  max-height: 259px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .difference-block__image img {
    left: -85px;
  }
}
.difference-block__columns {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .difference-block__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.difference-block__column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.difference-block__label {
  font-family: "Anton";
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .difference-block__label {
    margin-bottom: 40px;
  }
}
.difference-block__label::before {
  content: "";
  width: 11px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .difference-block__label--past {
    padding-left: 136px;
  }
}
@media screen and (min-width: 1440px) {
  .difference-block__label--past {
    padding-left: 164px;
  }
}
@media screen and (min-width: 1200px) {
  .difference-block__label--now {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .difference-block__label--now {
    padding-left: 164px;
  }
}
.difference-block__label--past::before {
  background-color: var(--red-main);
}
.difference-block__label--now::before {
  background-color: var(--cyan-midle);
}
.difference-block__item {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .difference-block__item {
    padding-right: 136px;
  }
}
@media screen and (min-width: 1440px) {
  .difference-block__item {
    padding-inline: 164px;
  }
}
.difference-block__item--gradient {
  background: linear-gradient(
    270deg,
    rgba(180, 210, 218, 0) 0%,
    rgba(180, 210, 218, 0.2) 100%
  );
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(
    90deg,
    rgba(180, 210, 218, 0.2) 50%,
    rgba(180, 210, 218, 0) 100%
  );
  border-image: linear-gradient(
    90deg,
    rgba(180, 210, 218, 0.2) 50%,
    rgba(180, 210, 218, 0) 100%
  );
  border-image-slice: 1;
}
.difference-block__item--gradient:first-child {
  border-bottom: none;
}
.difference-block__item--gradient:last-child {
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(
    90deg,
    rgba(180, 210, 218, 0.2) 50%,
    rgba(180, 210, 218, 0) 100%
  );
  border-image: linear-gradient(
    90deg,
    rgba(180, 210, 218, 0.2) 50%,
    rgba(180, 210, 218, 0) 100%
  );
  border-image-slice: 1;
}
@media screen and (min-width: 768px) {
  .difference-block__item--gradient {
    background: linear-gradient(
      90deg,
      rgba(180, 210, 218, 0) 50%,
      rgba(180, 210, 218, 0.2) 100%
    );
    border-top: 1px solid transparent;
    -o-border-image: linear-gradient(
      90deg,
      rgba(180, 210, 218, 0) 50%,
      #b4d2da 100%
    );
    border-image: linear-gradient(
      90deg,
      rgba(180, 210, 218, 0) 50%,
      #b4d2da 100%
    );
    border-image-slice: 1;
  }
  .difference-block__item--gradient:first-child {
    border-bottom: none;
  }
  .difference-block__item--gradient:last-child {
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(
      90deg,
      rgba(180, 210, 218, 0) 50%,
      #b4d2da 100%
    );
    border-image: linear-gradient(
      90deg,
      rgba(180, 210, 218, 0) 50%,
      #b4d2da 100%
    );
    border-image-slice: 1;
  }
}
.difference-block__item--gradient > div {
  display: flex;
  gap: 4px;
  align-items: center;
}
.difference-block__item--gradient-red {
  background: linear-gradient(
    270deg,
    rgba(240, 35, 30, 0) 50%,
    rgba(240, 35, 30, 0.2) 100%
  );
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(
    270deg,
    rgba(240, 35, 30, 0) 50%,
    #f0231e 100%
  );
  border-image: linear-gradient(270deg, rgba(240, 35, 30, 0) 50%, #f0231e 100%);
  border-image-slice: 1;
}
.difference-block__item--gradient-red:first-child {
  border-bottom: none;
}
.difference-block__item--gradient-red:last-child {
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(
    270deg,
    rgba(240, 35, 30, 0) 50%,
    #f0231e 100%
  );
  border-image: linear-gradient(270deg, rgba(240, 35, 30, 0) 50%, #f0231e 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 1200px) {
  .difference-block__item--gradient {
    padding-inline: 136px;
  }
}
@media screen and (min-width: 1440px) {
  .difference-block__item--gradient {
    padding-left: 164px;
    padding-right: 110px;
  }
}
@media screen and (min-width: 768px) {
  .difference-block__item {
    min-height: 117px;
  }
}
.difference-block__item-title {
  display: flex;
  align-items: center;
  display: flex;
  gap: 4px;
  color: var(--pure-white) !important;
}
.difference-block__item-text {
  font-family: "Work Sans";
  font-size: 14px;
  color: var(--pure-white);
  font-weight: 400;
  line-height: 150%;
}
.difference-block__item-text--gray {
  color: var(--gray-cyan);
}
.difference-block__item__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: var(--cyan-midle);
  margin-right: 4px;
}
.difference-block__item__icon svg {
  width: 100%;
  height: 100%;
}
.difference-block .dot {
  width: 11px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.difference-block .dot--gray {
  background-color: var(--red-main);
}
.difference-block .dot--red {
  background-color: var(--red-main);
}

.footer {
  background-color: var(--black-text);
  color: var(--pure-white);
  font-size: 14px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  padding: 60px 16px 44px;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding: 44px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container {
    padding: 68px 48px;
    margin: 0 auto;
    max-width: 1440px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  width: 134.514px;
  height: 44px;
  padding: 2.673px 8.374px 2.632px 8.444px;
}
.footer__logo > svg {
  width: 100%;
  height: 100%;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__company--content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__company--subtitle {
  color: var(--gray) !important;
}
.footer__company--text {
  color: var(--pure-white) !important;
}
.footer__company--contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__company--tel,
.footer__company--email {
  color: var(--pure-white);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .footer__company--tel:hover,
  .footer__company--email:hover {
    color: #ff413c;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 43px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    flex-wrap: nowrap;
    gap: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav {
    flex-direction: row;
    gap: 48px;
  }
}
.footer__column__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__column__list--item__first {
  margin-top: 39px;
}
.footer__column__list--item__link {
  color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .footer__column__list--item__link:hover {
    color: #ff413c;
  }
}
.footer__column__heading {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 18px;
}
.footer__badges {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .footer__badges {
    min-width: 336px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__badges {
    flex-direction: column;
    min-width: auto;
    margin-top: 0;
  }
}
.footer__badge {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .footer__badge {
    text-align: right;
  }
}
.footer__badge__title {
  color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  -moz-text-align-last: start;
  text-align-last: start;
}
.footer__badge__img-zertifiziert {
  width: 129px;
  height: 84px;
  aspect-ratio: 43/28;
}
.footer__badge__img-im {
  width: 129px;
  height: 60px;
  aspect-ratio: 43/20;
}
.footer__bottom {
  display: flex;
  gap: 4px;
  padding: 0 16px 44px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 0 24px 44px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    padding: 0 48px 24px;
    margin: 0 auto;
    max-width: 1440px;
  }
}

.team-video {
  background-color: var(--pure-white);
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .team-video {
    padding: 88px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .team-video {
    padding: 128px 0;
  }
}
.team-video__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 1024px) {
  .team-video__container {
    gap: 48px;
    padding-inline: 48px;
  }
}
.team-video__wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .team-video__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.team-video__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 24px;
  background-color: var(--additional-black);
  color: var(--pure-white);
  max-width: 239px;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .team-video__cta {
    max-width: 265px;
  }
}
.team-video__cta > p {
  font-family: "Work Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .team-video__cta > p {
    font-size: 14px;
  }
}
.team-video__cta > span {
  background-color: var(--red-main);
  border-radius: 100px;
  padding: 0 !important;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background-color 0.5s ease;
}
.team-video__cta > span > svg {
  width: 10px !important;
  height: 11px !important;
  fill: var(--pure-white);
}
.team-video__cta:hover {
  background-color: var(--red-light);
}
.team-video__cta:hover > span {
  background-color: var(--additional-black);
}
.team-video__slider-wrapper {
  overflow: hidden;
  position: relative;
}
.team-video__slider {
  display: flex;
}

.team-video-card {
  background-color: #fff;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  min-width: 245px !important;
}
.team-video-card__image {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: inherit;
  overflow: hidden;
}
.team-video-card__image img {
  min-width: 245px;
  min-height: 245px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.team-video-card__image.has-modal {
  cursor: pointer;
}
.team-video-card__image.has-modal:hover img {
  transform: scale(1.05);
}
.team-video-card__image .team-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(20, 38, 45, 0.55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.team-video-card__image .team-video-card__play svg {
  width: 28px;
  height: 34px;
  fill: #f0231e;
  animation: pulse 1.9s ease-in-out infinite;
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .team-video-card__image .team-video-card__play:hover {
    background-color: var(--red-light);
  }
  .team-video-card__image .team-video-card__play:hover svg {
    fill: var(--pure-white);
  }
}
.team-video-card__name {
  font-family: "Anton";
  font-size: 18px;
  color: var(--black-main);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team-video-card__position {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--additional-black);
  font-weight: 500;
  line-height: 150%;
}
.team-video-card__info {
  padding-top: 30px;
  padding-right: 5px;
}
.team-video-card__info__position {
  font-family: "Work Sans";
  font-size: 18px;
  color: var(--additional-black);
  font-weight: 600;
  line-height: 150%;
}

@media screen and (min-width: 1024px) {
  .team-video__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .team-video-card {
    max-width: 100%;
  }
  .team-video-card__image img {
    height: 437px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.vorteil {
  background-color: var(--cyan-main);
  padding: 88px 16px 120px;
}
@media screen and (min-width: 768px) {
  .vorteil {
    padding: 128px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .vorteil {
    padding: 148px 48px 120px;
  }
}
.vorteil__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (min-width: 1024px) {
  .vorteil__container {
    gap: 38px;
  }
}
.vorteil__title {
  font-family: "Anton";
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-main);
}
@media screen and (min-width: 1024px) {
  .vorteil__title {
    font-size: 44px;
  }
}
.vorteil__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .vorteil__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .vorteil__list {
    gap: 84px 16px;
  }
}
.vorteil__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vorteil__item {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .vorteil__item {
    width: calc(33.33% - 16px);
  }
}
.vorteil__icon > svg {
  width: 29.619px;
  height: 29.55px;
  fill: var(--red-main);
}
.vorteil__text {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 128%;
  color: var(--black-text);
}
@media screen and (min-width: 1024px) {
  .vorteil__text {
    font-size: 28px;
    font-weight: 500;
  }
}

.mentoring {
  background-color: var(--pure-white);
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .mentoring {
    padding: 128px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring {
    padding: 168px 48px;
  }
}
.mentoring__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .mentoring__container {
    gap: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring__container {
    gap: 48px;
  }
}
.mentoring__title {
  font-family: "Anton";
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-main);
}
@media screen and (min-width: 1024px) {
  .mentoring__title {
    font-size: 44px;
  }
}
.mentoring__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .mentoring__grid {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring__grid {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.mentoring__card {
  border: 1px solid #8b989c;
  padding: 24px;
  background-color: var(--pure-white);
}
@media screen and (min-width: 768px) {
  .mentoring__card {
    width: 100%;
    max-width: calc(50% - 9px);
    height: 487px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring__card {
    padding: 40px;
    min-height: 507px;
    height: auto;
  }
}
.mentoring__step {
  width: 44px;
  height: 44px;
  background-color: var(--black-main);
  color: var(--pure-white);
  font-family: "Anton";
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.mentoring__step > p {
  padding-bottom: 5px;
}
.mentoring__subtitle {
  font-family: "Anton";
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-main);
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .mentoring__subtitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.mentoring__text {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-text);
}
.mentoring__highlight {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: var(--black-text);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .mentoring__highlight {
    margin-top: 40px;
  }
}
.mentoring__bullet {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f0231e;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
}

.mentoring-benefits {
  background-color: var(--black-light);
  color: var(--pure-white);
  padding: 88px 16px 28px;
}
@media screen and (min-width: 768px) {
  .mentoring-benefits {
    padding: 128px 48px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-benefits {
    padding: 128px 161px;
  }
}
.mentoring-benefits__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (min-width: 768px) {
  .mentoring-benefits__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 9px;
  }
}
.mentoring-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .mentoring-benefits__list {
    max-width: 343px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-benefits__list {
    gap: 24px;
    max-width: 663px;
  }
}
.mentoring-benefits__item {
  display: flex;
  gap: 12px;
}
.mentoring-benefits__item > p {
  color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.mentoring-benefits__bullet {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f0231e;
  align-self: center;
  flex-shrink: 0;
}
.mentoring-benefits__logo {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .mentoring-benefits__logo {
    align-self: center;
  }
}

.mentoring-cards {
  background-color: var(--pure-white);
  padding: 48px 16px 128px;
}
@media screen and (min-width: 768px) {
  .mentoring-cards {
    padding: 68px 24px 120px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-cards {
    padding: 108px 48px;
  }
}
.mentoring-cards__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.mentoring-cards__container .section-home_partners {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .mentoring-cards__container {
    gap: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-cards__container {
    gap: 108px;
  }
}
.mentoring-cards__container .hero__logos {
  position: relative !important;
}
.mentoring-cards__container .hero__logos .hero__logos-content > span {
  color: rgba(12, 23, 27, 0.5) !important;
  opacity: 1;
}
.mentoring-cards__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .mentoring-cards__grid {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .mentoring-cards__grid {
    flex-wrap: nowrap;
    gap: 18px;
  }
}
.mentoring-cards__card {
  border: 1px solid #8b989c;
  padding: 24px;
  background-color: var(--pure-white);
}
@media screen and (min-width: 768px) {
  .mentoring-cards__card {
    width: 100%;
    max-width: calc(50% - 9px);
    height: 192px;
    align-content: start;
  }
}
@media screen and (min-width: 1200px) {
  .mentoring-cards__card {
    padding: 40px;
    min-height: 192px;
    height: auto;
    max-height: 244px;
  }
}
.mentoring-cards__step {
  width: 44px;
  height: 44px;
  background-color: var(--black-main);
  color: var(--pure-white);
  font-family: "Anton";
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .mentoring-cards__step {
    margin-bottom: 24px;
  }
}
.mentoring-cards__step > p {
  padding-bottom: 5px;
}
.mentoring-cards__text {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: var(--black-text);
}
@media screen and (min-width: 1200px) {
  .mentoring-cards__text {
    font-size: 18px;
    font-weight: 600;
  }
}

.automobilbranche-cards {
  min-height: 192px;
}
@media screen and (min-width: 1024px) {
  .automobilbranche-cards {
    height: 244px;
  }
}

@media screen and (min-width: 1200px) {
  .automobilbranche-cards__step {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .automobilbranche-cards__text {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
}

.match {
  background-color: var(--cyan-main);
}
.match__header--container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 68px 16px 32px;
}
@media screen and (min-width: 768px) {
  .match__header--container {
    flex-direction: row;
    padding: 78px 48px;
    align-items: center;
    justify-content: center;
  }
}
.match__header--container > h2 {
  color: #14262d !important;
  max-width: 663px;
}
.match__header--container > div {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .match__header--container > div {
    margin-inline: unset;
  }
}
.match__header--container > div > img {
  width: 207px;
  height: 214px;
}
@media screen and (min-width: 768px) {
  .match__header--container > div > img {
    width: 262px;
    height: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .match__header--container > div > img {
    width: 416px;
    height: 430px;
  }
}
.match__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .match__container {
    padding: 88px 24px 128px;
  }
}
@media screen and (min-width: 1024px) {
  .match__container {
    padding: 68px 48px 168px;
  }
}
.match__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .match__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .match__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 51px 16px;
  }
}
.match__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.match__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.match__icon {
  width: 44px;
  height: 44px;
}
.match__icon > svg {
  height: inherit;
}
.match__subtitle {
  font-family: "Work Sans";
  font-size: 21px;
  font-weight: 700;
  line-height: 128%;
  color: var(--black-text);
}
@media screen and (min-width: 1024px) {
  .match__subtitle {
    font-size: 28px;
    font-weight: 600;
  }
}
.match__desc {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--black-text);
  font-weight: 400;
  line-height: 128%;
}
@media screen and (min-width: 1024px) {
  .match__desc {
    font-size: 18px;
  }
}
.match__cta {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .match__cta {
    margin-top: 68px;
  }
}
.mentoring-program {
  background-color: var(--black-light);
  color: var(--pure-white);
}
.mentoring-program__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .mentoring-program__container {
    padding: 128px 24px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-program__container {
    padding: 168px 48px;
    gap: 68px;
  }
}
.mentoring-program__title {
  color: var(--pure-white) !important;
}
@media screen and (min-width: 768px) {
  .mentoring-program__title {
    max-width: 343px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-program__title {
    max-width: 663px;
  }
}
.mentoring-program__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .mentoring-program__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-program__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mentoring-program__item {
  position: relative;
  background-color: #2f3f44;
  padding: 24px;
  display: flex;
  gap: 10px;
  border-top: 1px solid #3d6675;
  border-bottom: 1px solid #3d6675;
  align-items: center;
  height: auto;
  max-height: 130px;
  min-height: 130px;
}
.mentoring-program__item > p {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.mentoring-program__dot {
  min-width: 12px;
  height: 12px;
  background-color: #f0231e;
}

.workshops-card__card {
  height: auto !important;
  min-height: auto !important;
}
@media screen and (min-width: 1024px) {
  .workshops-card__card {
    max-width: unset;
  }
}

.workshops-card__subtitle {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 1024px) {
  .workshops-card__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.medical-challenges {
  background-color: var(--gray-cyan);
}
.medical-challenges__image {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .medical-challenges__image {
    padding: 128px 64px 0;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.medical-challenges__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .medical-challenges__image img {
    max-height: 224px;
  }
}
@media screen and (min-width: 1024px) {
  .medical-challenges__image img {
    max-height: 436px;
  }
}
.medical-challenges__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 16px 88px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .medical-challenges__container {
    padding: 68px 24px 128px;
  }
}
@media screen and (min-width: 1024px) {
  .medical-challenges__container {
    padding: 48px 64px 118px;
    gap: 30px;
  }
}
.medical-challenges__title {
  font-family: "Anton";
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--black-text);
}
@media screen and (min-width: 1024px) {
  .medical-challenges__title {
    font-size: 44px;
    line-height: 100%;
    max-width: 683px;
  }
}
.medical-challenges__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .medical-challenges__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .medical-challenges__list {
    gap: 16px 48px;
  }
}
.medical-challenges__item {
  background-color: var(--pure-white);
  display: flex;
  align-items: flex-start;
  padding: 21.5px 24px;
  border-radius: 2px;
  gap: 12px;
  min-height: 124px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .medical-challenges__item {
    padding: 35px 44px;
  }
}
.medical-challenges__icon {
  width: 33px;
  height: 33px;
}
.medical-challenges__icon > svg {
  min-width: 33px;
  height: 33px;
  fill: #f0231e;
}
.medical-challenges__text {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: var(--black-text);
}

@media screen and (min-width: 768px) {
  .automobilbranche-challenges__cards {
    height: 214px;
  }
}
@media screen and (min-width: 1200px) {
  .automobilbranche-challenges__cards {
    height: 124px;
  }
}

.mobility-section__container {
  max-width: 1440px;
  margin: 0 auto;
}
.mobility-section__block {
  padding: 88px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.mobility-section__block:first-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mobility-section__block {
    padding: 128px 24px;
    gap: 75px;
  }
  .mobility-section__block:first-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mobility-section__block {
    padding: 168px 48px 126px;
    gap: 108px;
  }
  .mobility-section__block:first-child {
    padding-bottom: 0;
  }
}
.mobility-section__header-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .mobility-section__header-content {
    flex-direction: row;
  }
}
.mobility-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .mobility-section__wrapper {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .mobility-section__wrapper {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}
.mobility-section__icon {
  width: 33px;
  height: 33px;
}
.mobility-section__icon > svg {
  min-width: 33px;
  height: 33px;
  fill: #f0231e;
}
.mobility-section__title {
  font-family: "Anton";
  font-size: 28px;
  color: var(--black-text);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .mobility-section__title {
    font-size: 44px;
  }
}
.mobility-section__text {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--black-text);
  font-weight: 400;
  line-height: 128%;
}
@media screen and (min-width: 768px) {
  .mobility-section__text {
    flex: 1;
  }
}
.mobility-section__charts {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .mobility-section__charts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .mobility-section__charts {
    gap: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mobility-section__charts {
    gap: 181px;
  }
}
@media screen and (min-width: 768px) {
  .mobility-section__charts--double {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.mobility-section__charts--double .mobility-section__chart {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .mobility-section__charts--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 88px 34px;
    align-items: self-start;
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mobility-section__charts--grid {
    gap: 108px 233px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mobility-section__charts--grid > *:nth-child(1) {
    grid-column: 1/3;
  }
  .mobility-section__charts--grid > *:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .mobility-section__charts--grid > *:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
.mobility-section__chart {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: start;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .mobility-section__chart {
    gap: 44px;
  }
}
.mobility-section__chart img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .mobility-section__chart img.first-diagram {
    width: 452px;
    height: 353px;
  }
  .mobility-section__chart img.second-diagram {
    width: 551px;
    height: 353px;
  }
  .mobility-section__chart img.third-diagram {
    width: 1000px;
    height: 367px;
    margin-inline: auto;
  }
  .mobility-section__chart img.fours-diagram {
    width: 400px;
    height: 312px;
    margin-inline: auto;
  }
  .mobility-section__chart img.fifth-diagram {
    width: 551px;
    height: 312px;
    margin-inline: auto;
  }
}
.mobility-section__chart p {
  font-family: "Anton";
  font-size: 21px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--black-text);
}
@media screen and (min-width: 1024px) {
  .mobility-section__chart p {
    font-size: 28px;
  }
}
.mobility-section__chart-retreat {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mobility-section__chart-retreat {
    margin-top: 0;
  }
}

.section-home_partners {
  padding: 44px 0;
}
@media screen and (min-width: 768px) {
  .section-home_partners {
    padding: 100px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .section-home_partners {
    padding: 100px 0 70px;
  }
}

.home-partners_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.string-partners_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: absolute;
  bottom: 5px;
}

.marquee-string {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  display: flex;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  display: flex;
}

.marquee__content {
  display: flex;
  gap: 64px;
  flex-shrink: 0;
  will-change: transform;
}

.marquee__items {
  flex: 0 0 auto;
  max-width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee__items:first-of-type svg {
  max-height: 64px;
}
.marquee__items:nth-of-type(4) svg {
  max-height: 54px;
}
.marquee__items svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.automobilbranche-match {
  background-color: var(--cyan-main);
}
.automobilbranche-match__header {
  background-color: var(--black-light);
  padding: 88px 16px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__header {
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__header {
    gap: 80px;
  }
}
.automobilbranche-match__header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.automobilbranche-match__header-wrapper > span {
  width: 33px;
  height: 33px;
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__header-wrapper > span {
    margin-top: 5px;
  }
}
.automobilbranche-match__header-wrapper > span > svg {
  min-width: 33px;
  height: 33px;
  fill: #f0231e;
}
.automobilbranche-match__header-wrapper > h2 {
  color: var(--pure-white) !important;
  font-size: 28px !important;
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__header-wrapper > h2 {
    font-size: 44px !important;
  }
}
.automobilbranche-match__header-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__header-container {
    padding-inline: 24px;
    margin-bottom: 48px;
    max-width: 613px;
  }
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__header-container {
    margin-bottom: auto;
  }
}
.automobilbranche-match__header-container > p {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--pure-white);
  font-weight: 400;
  line-height: 128%;
}
.automobilbranche-match__header > div.automobilbranche-match__image {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  bottom: -54px;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__header > div.automobilbranche-match__image {
    bottom: unset;
    margin-inline: unset;
  }
}
.automobilbranche-match__header > div.automobilbranche-match__image > img {
  width: 201px;
  height: 285px;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__header > div.automobilbranche-match__image > img {
    min-width: 230px;
    width: 230px;
    height: 324px;
  }
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__header > div.automobilbranche-match__image > img {
    min-width: 333px;
    width: 333px;
    height: 470px;
  }
}
.automobilbranche-match__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 16px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__container {
    padding: 128px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__container {
    padding: 168px 48px;
  }
}
.automobilbranche-match__container-title {
  font-family: "Anton";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-main);
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__container-title {
    max-width: 343px;
  }
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__container-title {
    font-size: 44px;
    max-width: 663px;
  }
}
.automobilbranche-match__grid {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 51px 16px;
  }
}
.automobilbranche-match__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.automobilbranche-match__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.automobilbranche-match__icon {
  width: 44px;
  height: 44px;
}
.automobilbranche-match__icon > svg {
  height: inherit;
}
.automobilbranche-match__subtitle {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 128%;
  color: var(--black-text);
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__subtitle {
    font-size: 28px;
    font-weight: 600;
  }
}
.automobilbranche-match__desc {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--black-text);
  font-weight: 400;
  line-height: 128%;
}
@media screen and (min-width: 1024px) {
  .automobilbranche-match__desc {
    font-size: 18px;
  }
}
.automobilbranche-match__cta {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__cta {
    margin-top: 68px;
  }
}
.automobilbranche-match__button {
  text-align: left !important;
  background: #f0231e !important;
}
@media screen and (min-width: 768px) {
  .automobilbranche-match__button {
    max-width: 312px;
  }
}
.automobilbranche-match__button > span:last-child {
  border-left: 1px solid rgb(255, 255, 255) !important;
}

.agentur-after-hero {
  background-color: var(--pure-white);
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .agentur-after-hero {
    padding: 160px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .agentur-after-hero {
    padding: 112px 48px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.agentur-after-hero__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .agentur-after-hero__container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .agentur-after-hero__container {
    justify-content: space-between;
  }
}
.agentur-after-hero__container > h2 {
  color: #0b161a;
  font-family: "Anton";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  width: 220px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .agentur-after-hero__container > h2 {
    font-size: 32px;
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .agentur-after-hero__container > h2 {
    font-size: 43px;
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .agentur-after-hero__container > h2 {
    font-size: 48px;
    width: 533px;
  }
}
@media screen and (min-width: 1440px) {
  .agentur-after-hero__container > h2 {
    font-size: 70px;
  }
}
.agentur-after-hero__container > h2:last-child {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .agentur-after-hero__container > h2:last-child {
    margin-left: 0;
  }
}
.agentur-after-hero__container > div {
  position: relative;
  margin-inline: auto;
  height: 236px;
}
@media screen and (min-width: 768px) {
  .agentur-after-hero__container > div {
    margin-inline: 0;
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .agentur-after-hero__container > div {
    height: 404px;
  }
}
.agentur-after-hero__container > div > img {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 212px;
  height: 207px;
}
@media screen and (min-width: 768px) {
  .agentur-after-hero__container > div > img {
    min-width: 267px;
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .agentur-after-hero__container > div > img {
    min-width: 414px;
    height: 404px;
  }
}

.letstalk-section {
  background-color: var(--gray-cyan);
  padding: 128px 16px 68px;
}
@media screen and (min-width: 768px) {
  .letstalk-section {
    padding: 188px 24px 128px;
  }
}
@media screen and (min-width: 1024px) {
  .letstalk-section {
    padding: 122px 48px 62px;
  }
}
.letstalk-section__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .letstalk-section__container {
    gap: 0;
  }
}
.letstalk-section__container-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .letstalk-section__container-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .letstalk-section__calendly {
    margin-top: -42px;
  }
}

.calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 1025px;
}
@media screen and (min-width: 768px) {
  .calendly-inline-widget {
    min-width: 719.825px;
    height: 1097px;
  }
}
@media screen and (min-width: 1024px) {
  .calendly-inline-widget {
    min-width: 320px;
    height: 700px;
  }
}

.modal-form {
  background-color: var(--black-main);
  padding: 88px 24px;
  min-height: 722px;
}
@media screen and (min-width: 768px) {
  .modal-form {
    padding: 128px 147px;
    min-height: 802px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-form {
    padding: 168px 60px 128px;
    position: relative;
    min-height: 618px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .modal-form {
    padding: 168px 160px 128px;
  }
}
.modal-form__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .modal-form__content {
    display: flex;
    flex-direction: row;
    gap: 37px;
  }
}
.modal-form__content-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .modal-form__content-header {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-form__content-header {
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .modal-form__content-header {
    min-width: 331px;
    flex: unset;
  }
}
@media screen and (min-width: 1440px) {
  .modal-form__content-header {
    min-width: 531px;
  }
}
.modal-form__content-header img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .modal-form__content-header img {
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    width: 329px;
    height: 507px;
  }
}
.modal-form__title {
  color: var(--pure-white) !important;
}
.modal-form__subtitle {
  color: var(--pure-white) !important;
}
@media screen and (min-width: 1024px) {
  .modal-form__subtitle > p {
    font-size: 14px;
    font-weight: 400;
  }
}
.modal-form__form {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .modal-form__form {
    margin-top: 0;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .modal-form__form {
    flex: unset;
  }
}
.modal-form__form form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.modal-form__form form.wpcf7-form .form-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .modal-form__form form.wpcf7-form .form-block {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .modal-form__form form.wpcf7-form .form-block__item {
    flex: 1 1 calc(50% - 12px);
  }
  .modal-form__form form.wpcf7-form .form-block__item:last-child {
    flex-basis: 100%;
  }
}
.modal-form__form form.wpcf7-form .form-block__item label {
  display: none;
}
.modal-form__form form.wpcf7-form .form-block__item textarea {
  resize: none;
}
.modal-form__form form.wpcf7-form .form-block__item input,
.modal-form__form form.wpcf7-form .form-block__item textarea {
  width: 100%;
  background-color: var(--black-light);
  border: none;
  padding: 24px;
  font-family: "Work Sans";
  font-size: 14px;
  color: var(--cyan-main);
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.modal-form__form form.wpcf7-form .form-block__item input::-moz-placeholder,
.modal-form__form form.wpcf7-form .form-block__item textarea::-moz-placeholder {
  color: var(--cyan-main);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.modal-form__form form.wpcf7-form .form-block__item input::placeholder,
.modal-form__form form.wpcf7-form .form-block__item textarea::placeholder {
  color: var(--cyan-main);
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.modal-form__form form.wpcf7-form .form-block__item input:focus,
.modal-form__form form.wpcf7-form .form-block__item textarea:focus {
  border-color: var(--cyan-main);
  outline: transparent;
}
.modal-form__form form.wpcf7-form .form-block__item input.is-invalid,
.modal-form__form form.wpcf7-form .form-block__item textarea.is-invalid {
  border-color: #f0231e;
  color: #f0231e;
}
.modal-form__form form.wpcf7-form .form-block__item input {
  height: 68px;
}
.modal-form__form form.wpcf7-form .form-block__item #modal-form-service {
  height: 130px;
}
.modal-form__form form.wpcf7-form .form-block__submit button.form-btn {
  width: 100% !important;
  font-size: 16px;
  padding: 16px 24px;
  background-color: #fff;
  color: var(--black-main);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.modal-form__form form.wpcf7-form .form-block__submit button.form-btn > span {
  background-color: var(--red-main);
  border-radius: 100px;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background-color 0.5s ease;
}
.modal-form__form
  form.wpcf7-form
  .form-block__submit
  button.form-btn
  > span
  > svg {
  width: 10px;
  height: 11px;
  fill: var(--pure-white);
  transition: fill 0.5s ease;
}
.modal-form__form form.wpcf7-form .form-block__submit button.form-btn:hover {
  background-color: #f0231e;
  color: var(--pure-white);
}
.modal-form__form
  form.wpcf7-form
  .form-block__submit
  button.form-btn:hover
  > span {
  background-color: var(--pure-white);
}
.modal-form__form
  form.wpcf7-form
  .form-block__submit
  button.form-btn:hover
  > span
  > svg {
  fill: #f0231e;
}
@media screen and (min-width: 1024px) {
  .modal-form__form form.wpcf7-form .form-block__submit button.form-btn {
    height: 80px;
  }
}
.modal-form__form form.wpcf7-form .wpcf7-response-output {
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}

.modal-form__step-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  color: var(--pure-white);
  background-color: var(--black-main);
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .modal-form__step-success {
    padding-left: 528px;
  }
}
.modal-form__step-success .modal-form__success-icon svg {
  width: 48px;
  height: 48px;
}
.modal-form__step-success .modal-form__success-icon svg .path-animation {
  stroke: #d3e9f0;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: successCheck 0.5s ease forwards;
}
.modal-form__step-success .modal-form__success-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.modal-form__step-success
  .modal-form__success-content
  .modal-form__success-title {
  color: var(--pure-white) !important;
  max-width: 551px;
}
.modal-form__step-success
  .modal-form__success-content
  .modal-form__success-subtitle {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--pure-white) !important;
  font-weight: 500;
  line-height: 150%;
}

@keyframes successCheck {
  from {
    stroke-dasharray: 0, 24;
  }
  to {
    stroke-dasharray: 24, 0;
  }
}
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-bottom: 4px solid var(--red-light) !important;
}

.wpcf7-form input.wpcf7-not-valid::-moz-placeholder,
.wpcf7-form textarea.wpcf7-not-valid::-moz-placeholder {
  color: var(--red-light) !important;
  opacity: 1;
}

.wpcf7-form input.wpcf7-not-valid::placeholder,
.wpcf7-form textarea.wpcf7-not-valid::placeholder {
  color: var(--red-light) !important;
  opacity: 1;
}

.modal-form.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: var(--black-light);
  -webkit-text-fill-color: var(--cyan-main);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-map {
  background-color: var(--like-white);
}
.contact-map__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .contact-map__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-map__container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.contact-map__address {
  margin-bottom: 30px;
}
.contact-map__phone {
  margin-bottom: 12px;
}
.contact-map__info {
  padding: 91px 74px;
  max-width: 400px;
  color: var(--black-main);
}
@media screen and (min-width: 768px) {
  .contact-map__info {
    padding: 145px 78.5px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-map__info {
    padding: 205px 150.5px;
    flex: 2;
    max-width: 599px;
  }
}
.contact-map__info h3 {
  margin-bottom: 25px;
}
.contact-map__info p a {
  color: inherit;
  text-decoration: none;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .contact-map__info p a {
    font-size: 21px;
  }
}
.contact-map__info p a:hover {
  color: var(--red-main);
}
.contact-map__map {
  width: 100%;
  height: 375px;
}
@media screen and (min-width: 768px) {
  .contact-map__map {
    height: 484px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .contact-map__map {
    height: 618px;
    flex: 3;
  }
}
.contact-map__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

div.place-card.place-card-medium {
  display: none !important;
}

.strategy-section__container {
  position: relative;
  padding: 168px 16px 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .strategy-section__container {
    padding: 194px 148px 128px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .strategy-section__container {
    padding: 206px 161px;
    margin: 0 auto;
    max-width: 1440px;
  }
}
.strategy-section__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .strategy-section__content {
    text-align: left;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .strategy-section__content {
    gap: 48px;
  }
}
.strategy-section__title {
  font-family: "Anton";
  font-size: 32px;
  color: var(--additional-black);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  z-index: 7;
}
@media screen and (min-width: 1024px) {
  .strategy-section__title {
    font-size: 70px;
  }
}
.strategy-section__description {
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--additional-black);
  z-index: 7;
}
@media screen and (min-width: 1024px) {
  .strategy-section__description {
    max-width: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .strategy-section__description {
    max-width: 662px;
  }
}
.strategy-section__image {
  position: absolute;
  top: -38px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .strategy-section__image {
    top: 10px;
    left: -66px;
    justify-content: right;
  }
}
@media screen and (min-width: 1024px) {
  .strategy-section__image {
    bottom: -255px;
    left: -120px;
  }
}
.strategy-section__image img {
  width: 191px;
  height: 196px;
}
@media screen and (min-width: 768px) {
  .strategy-section__image img {
    width: 252px;
    height: 259px;
  }
}
@media screen and (min-width: 1200px) {
  .strategy-section__image img {
    width: 431px;
    height: 442px;
  }
}
.mentoring-after-block {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.mentoring-after-block__container {
  padding: 68px 16px 303px;
}
@media screen and (min-width: 768px) {
  .mentoring-after-block__container {
    padding: 89px 68px;
  }
}
@media screen and (min-width: 1200px) {
  .mentoring-after-block__container {
    padding: 61px 161px 82px;
  }
}
.mentoring-after-block__container > h2 {
  font-family: "Anton";
  font-size: 44px;
  color: var(--additional-black);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 343px;
}
@media screen and (min-width: 768px) {
  .mentoring-after-block__container > h2 {
    padding-top: 39px;
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-after-block__container > h2 {
    font-size: 54px;
    padding-top: 72px;
    padding-bottom: 72px;
    max-width: 479px;
  }
}
@media screen and (min-width: 1200px) {
  .mentoring-after-block__container > h2 {
    font-size: 70px;
    max-width: 676px;
  }
}
.mentoring-after-block__container > div {
  position: absolute;
  bottom: 80px;
  right: 16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mentoring-after-block__container > div {
    bottom: 120px;
    right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-after-block__container > div {
    bottom: 82px;
  }
}
@media screen and (min-width: 1440px) {
  .mentoring-after-block__container > div {
    right: 160px;
  }
}
.mentoring-after-block__container > div > img {
  width: 257px;
  height: 251px;
}
@media screen and (min-width: 768px) {
  .mentoring-after-block__container > div > img {
    width: 296px;
    height: 288px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-after-block__container > div > img {
    width: 435px;
    height: 424px;
  }
}

.experts-slider {
  padding: 68px 16px 88px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .experts-slider {
    padding: 128px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .experts-slider {
    padding: 128px 48px;
  }
}
.experts-slider__title {
  font-family: "Anton";
  font-size: 28px;
  color: var(--additional-black);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .experts-slider__title {
    font-size: 44px;
    margin-bottom: 48px;
  }
}
.experts-slider__container {
  position: relative;
}
.experts-slider__container .swiper-wrapper {
  display: flex;
}
.experts-slider__slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .experts-slider__slide {
    display: flex !important;
    flex-direction: row;
    gap: 60px;
  }
}
.experts-slider__slide .experts-slider__image {
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  width: inherit;
}
@media screen and (min-width: 1200px) {
  .experts-slider__slide .experts-slider__image {
    width: auto;
  }
}
.experts-slider__slide .experts-slider__image img {
  min-width: 258px;
  min-height: 258px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .experts-slider__slide .experts-slider__image img {
    min-width: 287px;
    min-height: 287px;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .experts-slider__slide .experts-slider__image img {
    width: 361px;
    height: 480px;
  }
}
.experts-slider__slide .experts-slider__content {
  padding-top: 28px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .experts-slider__slide .experts-slider__content {
    padding: 79.5px 0;
  }
}
.experts-slider__slide .experts-slider__content > h3 {
  font-family: "Anton";
  font-size: 21px;
  color: var(--additional-black);
  font-weight: 400;
  line-height: 100%;
  /* 21px */
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .experts-slider__slide .experts-slider__content > h3 {
    font-size: 32px;
  }
}
.experts-slider__slide .experts-slider__content > h4 {
  font-family: "Anton";
  font-size: 18px;
  color: var(--cyan-midle);
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .experts-slider__slide .experts-slider__content > h4 {
    max-width: 287px;
  }
}
@media screen and (min-width: 1024px) {
  .experts-slider__slide .experts-slider__content > h4 {
    font-size: 21px;
    margin-bottom: 20px;
    max-width: 579px;
  }
}
.experts-slider__slide .experts-slider__content > p {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--additional-black);
}
@media screen and (min-width: 768px) {
  .experts-slider__slide .experts-slider__content > p {
    max-width: 287px;
  }
}
@media screen and (min-width: 1024px) {
  .experts-slider__slide .experts-slider__content > p {
    max-width: 579px;
  }
}
@media screen and (min-width: 1200px) {
  .experts-slider__slide .experts-slider__content > p {
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .experts-slider__slide .experts-slider__content button {
    display: none;
  }
}
.experts-slider__slide .experts-slider__more {
  border: none;
  padding: 8px 0;
  cursor: pointer;
  color: var(--black-main);
  background-color: var(--pure-white);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
}
.experts-slider__navigation {
  display: none;
}
@media screen and (min-width: 1024px) {
  .experts-slider__navigation {
    display: block;
    position: absolute;
    top: 155px;
    right: 48px;
    width: 100%;
    display: flex;
    justify-content: end;
    transform: translateY(-50%);
    pointer-events: none;
    gap: 8px;
  }
  .experts-slider__navigation > div {
    pointer-events: all;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .experts-slider__navigation > div:hover > svg > rect {
    fill: #25353a;
  }
}
@media screen and (min-width: 1024px) {
  .experts-slider__navigation > div > svg > rect {
    transition: all 0.5s ease-in-out;
    fill: #0b161a;
  }
}
.experts-slider__button-prev {
  rotate: 180deg;
}

.gallery-slider {
  padding: 48px 16px 93px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery-slider {
    padding: 28px 24px 128px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-slider {
    padding: 0;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.gallery-slider__container {
  width: 100%;
  height: auto;
}
.gallery-slider__container .swiper-wrapper {
  display: flex;
}
.gallery-slider__container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 343px;
  height: 343px;
}
@media screen and (min-width: 768px) {
  .gallery-slider__container .swiper-slide {
    height: 363px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-slider__container .swiper-slide {
    height: 618px;
  }
}
.gallery-slider__container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-slider .swiper-pagination {
  position: absolute;
  bottom: 53px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .gallery-slider .swiper-pagination {
    bottom: 86px !important;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-slider .swiper-pagination {
    bottom: 20px !important;
  }
}
.gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: rgba(12, 23, 27, 0.3);
  opacity: 1;
  transition: background-color 0.3s;
  border-radius: 0 !important;
  margin: 0 !important;
}
.gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f0231e;
}

.story-section {
  padding: 88px 16px 0;
}
@media screen and (min-width: 768px) {
  .story-section {
    padding: 128px 44px 116px;
  }
}
@media screen and (min-width: 1024px) {
  .story-section {
    padding: 68px 162px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.story-section__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .story-section__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.story-section__text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .story-section__text__wrapper {
    flex: 1;
  }
}
.story-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .story-section__content {
    order: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .story-section__content {
    flex: 1.5;
  }
}
.story-section__title {
  font-family: "Anton";
  font-size: 28px;
  color: var(--black-main);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .story-section__title {
    font-size: 44px;
  }
}
.story-section__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.story-section__text p {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 148%;
  color: var(--additional-black);
}
.story-section__image {
  width: 100%;
  height: 100%;
  text-align: center;
}
.story-section__image img {
  width: 343px;
  height: 343px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .story-section__image img {
    width: 332px;
    height: 332px;
  }
}
@media screen and (min-width: 1024px) {
  .story-section__image img {
    width: 580px;
    height: 580px;
  }
}
@media screen and (min-width: 768px) {
  .story-section__image {
    order: 2;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .story-section__image {
    flex: 1.5;
    text-align: end;
  }
}

.marketing-form-section {
  background-color: var(--gray-cyan);
  height: 100vh;
}
.marketing-form-section__container {
  padding: 128px 16px 183px;
}
@media screen and (min-width: 768px) {
  .marketing-form-section__container {
    padding: 120px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .marketing-form-section__container {
    padding: 126px 210px 234px;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.mentoring-section {
  background-color: var(--black-main);
  color: var(--pure-white);
  text-align: center;
  position: relative;
}
.mentoring-section__container {
  position: relative;
  padding: 208px 16px 184px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .mentoring-section__container {
    padding: 196px 212px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-section__container {
    padding: 208px 290px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .mentoring-section__container {
    padding: 208px 389px;
  }
}
.mentoring-section__icon {
  width: 178px;
  height: 173px;
}
@media screen and (min-width: 768px) {
  .mentoring-section__icon {
    width: 235px;
    height: 228px;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-section__icon {
    width: 235px;
    height: 228px;
  }
}
.mentoring-section__icon--top {
  position: absolute;
  top: -30px;
  right: -10%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mentoring-section__icon--top {
    top: 0;
    right: -5%;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-section__icon--top {
    top: 54px;
    right: 5%;
  }
}
.mentoring-section__icon--bottom {
  position: absolute;
  bottom: 40px;
  left: -10%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mentoring-section__icon--bottom {
    bottom: 70px;
    left: -5%;
  }
}
@media screen and (min-width: 1024px) {
  .mentoring-section__icon--bottom {
    bottom: 54px;
    left: 11%;
  }
}
.mentoring-section__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mentoring-section__text > h2 {
  color: var(--pure-white) !important;
}

.performance-section {
  padding: 128px 12px 128px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .performance-section {
    padding: 128px 112px;
  }
}
@media screen and (min-width: 1200px) {
  .performance-section {
    padding: 168px 114px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.performance-section__container {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
.performance-section__text > h2 {
  font-family: "Anton";
  font-size: 22px !important;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--additional-black);
}
@media screen and (min-width: 768px) {
  .performance-section__text > h2 {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .performance-section__text > h2 {
    font-size: 70px !important;
  }
}
.performance-section__text--left {
  margin-right: -25px;
  max-width: 340px;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .performance-section__text--left {
    max-width: 529px;
  }
}
.performance-section__text--right {
  margin-left: 3px;
  margin-top: 17%;
  text-align: left;
  max-width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .performance-section__text--right {
    margin-left: -12px;
    margin-top: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .performance-section__text--right {
    max-width: 354px;
    margin-top: 3%;
  }
}
.performance-section__text--right p {
  color: #25353a;
  font-family: "Anton";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .performance-section__text--right p {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .performance-section__text--right p {
    font-size: 28px;
  }
}
.performance-section__icon {
  width: 89.66px;
  height: 108px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .performance-section__icon {
    width: 127.849px;
    height: 154px;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .performance-section__icon {
    width: 174.34px;
    height: 210px;
  }
}
.performance-section__icon svg {
  min-width: 89px;
  width: 100%;
  height: 100%;
  fill: #f0231e;
}
@media screen and (min-width: 1200px) {
  .performance-section__icon svg {
    min-width: 174px;
  }
}

.marquee-slider {
  overflow: hidden;
  background-color: #0d1b1e;
}
.marquee-slider__track {
  display: flex;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 40s linear infinite;
  will-change: transform;
}
.marquee-slider img {
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 186px;
}
@media screen and (min-width: 768px) {
  .marquee-slider img {
    max-width: 216px;
  }
}
@media screen and (min-width: 1024px) {
  .marquee-slider img {
    max-width: 287px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.approach-section {
  padding: 9px 16px 57px;
  background-color: var(--pure-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .approach-section {
    padding: 12px 24px 128px;
  }
}
@media screen and (min-width: 1024px) {
  .approach-section {
    padding: 11px 214px 170px 161px;
  }
}
.approach-section__container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 1024px) {
  .approach-section__container {
    gap: 48px;
  }
}
.approach-section__image {
  max-width: 143px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .approach-section__image {
    max-width: 269px;
    top: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .approach-section__image {
    max-width: 355px;
    left: 57%;
  }
}
.approach-section__image img {
  width: 100%;
  height: auto;
  display: block;
}
.approach-section__heading {
  position: relative;
  display: flex;
  flex-direction: row;
}
.approach-section__heading h2 {
  font-family: "Anton", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding-top: 109px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .approach-section__heading h2 {
    gap: 102px;
    padding-top: 181px;
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .approach-section__heading h2 {
    font-size: 70px;
    padding-top: 187px;
    gap: 208px;
  }
}
.approach-section__heading h2 .left,
.approach-section__heading h2 .right {
  text-align: start;
}
.approach-section__description {
  font-family: "Work Sans";
  font-size: 16px;
  color: var(--additional-black);
  font-weight: 400;
  line-height: 150%;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .approach-section__description {
    max-width: 607px;
  }
}
@media screen and (min-width: 1024px) {
  .approach-section__description {
    max-width: 515px;
  }
}

.ergebnis-card {
  background-color: var(--pure-white);
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .ergebnis-card {
    padding: 128px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .ergebnis-card {
    padding: 168px 48px;
  }
}
.ergebnis-card__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .ergebnis-card__container {
    gap: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .ergebnis-card__container {
    gap: 48px;
  }
}
.ergebnis-card__title {
  font-family: "Anton";
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-main);
}
@media screen and (min-width: 1024px) {
  .ergebnis-card__title {
    font-size: 44px;
  }
}
.ergebnis-card__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .ergebnis-card__grid {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .ergebnis-card__grid {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.ergebnis-card__card {
  border: 1px solid #8b989c;
  padding: 24px;
  background-color: var(--pure-white);
}
@media screen and (min-width: 768px) {
  .ergebnis-card__card {
    width: 100%;
    max-width: calc(50% - 9px);
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .ergebnis-card__card {
    padding: 40px;
    height: auto;
  }
}
.ergebnis-card__step {
  width: 44px;
  height: 44px;
  background-color: var(--black-main);
  color: var(--pure-white);
  font-family: "Anton";
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.ergebnis-card__step > p {
  padding-bottom: 5px;
}
.ergebnis-card__subtitle {
  font-family: "Anton";
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--black-main);
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .ergebnis-card__subtitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.ergebnis-card__text {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black-text);
}

.policy-page {
  padding: 76px 16px 53px;
  background-color: var(--gray-cyan);
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .policy-page {
    padding: 84px 24px 54px;
  }
}
@media screen and (min-width: 1024px) {
  .policy-page {
    padding: 135px 48px 139px;
  }
}
.policy-page__container {
  margin: 0 auto;
  background-color: var(--pure-white);
  padding: 44px 10px 84px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .policy-page__container {
    padding: 84px 44px;
  }
}
@media screen and (min-width: 1024px) {
  .policy-page__container {
    padding: 104px 114px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.policy-page__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.policy-page__title {
  color: #112126;
}
.policy-page__text {
  color: var(--black-text);
}
.policy-page__text p {
  margin-bottom: 16px;
}

.scrolling-medical-newplay__container {
  padding-inline: 16px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 990px;
  width: 100%;
  align-items: center;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__container {
    padding-inline: 68px;
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__container {
    height: 525px;
  }
}
.scrolling-medical-newplay__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.scrolling-medical-newplay__left > h2 {
  color: #0b161a;
  font-family: "Anton";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__left > h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__left > h2 {
    font-size: 70px;
  }
}
.scrolling-medical-newplay__left > span {
  width: -moz-max-content;
  width: max-content;
}
.scrolling-medical-newplay__left > span > svg {
  width: 66px;
  height: 80px;
  fill: #f0231e;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__left > span > svg {
    width: 131px;
    height: 158px;
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__left > span > svg {
    width: 174px;
    height: 210px;
  }
}
.scrolling-medical-newplay__right {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-width: 164px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__right {
    width: 358px;
  }
}
.scrolling-medical-newplay__right > li {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.scrolling-medical-newplay__right > li.preprev-top {
  transform: translateY(-250%);
  opacity: 0;
  pointer-events: none;
}
.scrolling-medical-newplay__right > li.postnext-bottom {
  transform: translateY(140%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__right > li.preprev-top {
    transform: translateY(-230%);
  }
  .scrolling-medical-newplay__right > li.postnext-bottom {
    transform: translateY(120%);
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__right > li.preprev-top {
    transform: translateY(-300%);
  }
  .scrolling-medical-newplay__right > li.postnext-bottom {
    transform: translateY(160%);
  }
}
.scrolling-medical-newplay__right > li.prev {
  transform: translateY(-120%);
  opacity: 0.3;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__right > li.prev {
    transform: translateY(-110%);
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__right > li.prev {
    transform: translateY(-180%);
  }
}
.scrolling-medical-newplay__right > li.active {
  transform: translateY(-50%);
  opacity: 1;
}
.scrolling-medical-newplay__right > li.next {
  transform: translateY(20%);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__right > li.next {
    transform: translateY(10%);
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__right > li.next {
    transform: translateY(80%);
  }
}
.scrolling-medical-newplay__right > li > span {
  color: #0b161a;
  font-family: "Anton";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .scrolling-medical-newplay__right > li > span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .scrolling-medical-newplay__right > li > span {
    font-size: 44px;
  }
} /*# sourceMappingURL=index.css.map */
