@charset "UTF-8";
::-moz-selection {
  background-color: #e67e22;
  color: #01030e;
}
::selection {
  background-color: #e67e22;
  color: #01030e;
}

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: #01030e;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
}

.container {
  max-width: 130rem;
  width: 90%;
  margin: 0 auto;
}

.grid {
  display: grid;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  row-gap: 5vw;
  margin-bottom: 9.6rem;
}

.grid:not(:last-child) {
  margin-bottom: 9.6rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.section-hero {
  padding: 9.6rem 1rem 9.6rem 1rem;
}

.section-review {
  padding: 9.6rem 0 3rem 0;
}

.section-how {
  padding: 9.6rem 0 9.6rem 0;
}

.section-offer {
  padding: 9.6rem 0 9.6rem 0;
}

.section-feature {
  padding: 9.6rem 0 9.6rem 0;
}

.section-about {
  padding: 20rem 0 9.6rem 0;
}

.section-flyer {
  padding: 9.6rem 0 9.6rem 0;
}

.section-cta {
  padding: 20rem 0 9.6rem 0;
}

.section-logos {
  padding: 9.6rem 0 9.6rem 0;
}

.section-reference {
  padding: 20rem 0 9.6rem 0;
}

.footer {
  padding: 9.6rem 0 2rem 0;
}

.header,
.sticky .header,
.section-hero,
.section-cta,
.footer {
  background: #000021;
  background: -webkit-gradient(linear, left top, right top, from(#000021), to(#2e289c));
  background: linear-gradient(to right, #000021, #2e289c);
}

body,
.section-logos,
.reference {
  background: #f7f9fb;
  background-image: -webkit-gradient(linear, left top, right top, from(#eafcff), color-stop(#fdfeff), color-stop(#62ebff, 135deg));
  background-image: linear-gradient(to right, #eafcff, #fdfeff, 135deg #62ebff);
}

#scrollbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.05);
}

#progressbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  z-index: 1000;
  display: none;
  background: #e67e22;
}

.cursor {
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 10px;
  height: 10px;
  background: #e67e22;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  z-index: 1000000000;
  opacity: 1;
  mix-blend-mode: multiply;
  mix-blend-mode: difference;
  -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.1s linear;
  transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, width 0.3s ease, height 0.3s ease;
  transition: transform 0.1s linear, width 0.3s ease, height 0.3s ease, -webkit-transform 0.1s linear;
}
.cursor.hover {
  width: 70px;
  height: 70px;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 10000000;
}

.cursor-text {
  display: none;
  pointer-events: none;
}

.bgClipBlack {
  background: radial-gradient(circle, #8e8e90, #3b3b3e 50%, #3c3c3f 100%);
  background-size: 100% 100%;
  background-position: 0 0, 0 0;
  background-blend-mode: multiply;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  -webkit-animation: gradient 4.5s linear infinite;
          animation: gradient 4.5s linear infinite;
}

@media screen and (max-width: 1300px) {
  .section-how {
    padding: 9.6rem 0 4.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  body .cursor {
    position: absolute;
    top: 10000000%;
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .container {
    width: 80%;
  }
}
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v27-latin_latin-ext-regular.woff2") format("woff2");
}
/* roboto-condensed-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-condensed-v27-latin_latin-ext-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/roboto-condensed-v27-latin_latin-ext-800.woff2") format("woff2");
}
/* roboto-flex-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-flex-v27-latin_latin-ext-regular.woff2") format("woff2");
}
/* nunito-sans-regular - latin */
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v15-latin-ext-700.woff2");
}
h1, h2, h3, h4,
.heading-primary,
.heading-secondery,
.heading-tertiary {
  font-family: "Roboto Condensed", sans-serif;
}

.heading-primary {
  font-family: serif;
  font-family: "Nunito Sans";
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  margin-bottom: 3.2rem;
  color: #f7f9fb;
  text-transform: uppercase;
  text-align: left;
  max-width: 150rem;
  margin: 0 auto;
  margin-top: 10rem;
}

.heading-secondery {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 6.6rem;
  text-transform: uppercase;
}

.heading-tertiary {
  font-size: 3rem;
  font-size: clamp(2.5rem, 2vw, 3rem);
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.step-number {
  font-size: clamp(2.5rem, 2vw, 3rem);
}

.subheading {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-size: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9.6rem;
  letter-spacing: 0.75px;
  background-image: -webkit-gradient(linear, left top, right top, from(#cb4c19), color-stop(40%, #cf711f));
  background-image: linear-gradient(to right, #cb4c19, #cf711f 40%);
  background-clip: text;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#f48e67), color-stop(#ffc738), color-stop(#cf711f), color-stop(#cf711f), color-stop(#ffc738), to(#f48e67));
  background: linear-gradient(to right, #f48e67, #ffc738, #cf711f, #cf711f, #ffc738, #f48e67);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  -webkit-animation: gradient 4.5s linear infinite;
          animation: gradient 4.5s linear infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 200%;
  }
  100% {
    background-position: 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 200%;
  }
  100% {
    background-position: 0%;
  }
}
.step-number {
  font-size: 3rem;
  color: #01030e;
  display: inline-block;
  margin-right: 2rem;
}

.step-description {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.text-clip {
  background: -webkit-gradient(linear, left top, right top, from(#f48e67), color-stop(#ffc738), color-stop(#cf711f), color-stop(#cf711f), color-stop(#ffc738), to(#f48e67));
  background: linear-gradient(to right, #f48e67, #ffc738, #cf711f, #cf711f, #ffc738, #f48e67);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  -webkit-animation: gradient 4.5s linear infinite;
          animation: gradient 4.5s linear infinite;
}

@keyframes gradient {
  0% {
    background-position: 200%;
  }
  100% {
    background-position: 0%;
  }
}
.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 400;
  padding: 1.6rem 3.2rem;
  padding: 2rem 6rem;
  border-radius: 9px;
  font-family: inherit;
  /* only necessary for .btn */
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn--full, .btn--form {
  font-weight: 700;
  background: #e67e22;
  background-image: -webkit-gradient(linear, right top, left top, from(#cb4c19), color-stop(#f8c950), to(#cf711f));
  background-image: linear-gradient(to left, #cb4c19, #f8c950, #cf711f);
  color: #000021;
}

.btn--full:hover, .btn--form:hover,
.btn--full:active, .btn--form:active {
  background: #cf711f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cb4c19), color-stop(#f8c950), to(#cf711f));
  background-image: linear-gradient(to top, #cb4c19, #f8c950, #cf711f);
  color: #000021;
}

.btn--outline {
  color: #f7f9fb;
  opacity: 0.9;
}

.btn--outline:hover,
.btn--outline:active {
  color: #f7f9fb;
  opacity: 0.5;
}

.btn--form {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.6rem 3.2rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, right top, left top, from(#cb4c19), color-stop(#f8c950), to(#cf711f));
  background-image: linear-gradient(to left, #cb4c19, #f8c950, #cf711f);
  background: #e67e22;
  color: #000021;
  color: #01030e;
}

*:focus:not(logo) {
  outline: none;
  color: #cf711f;
}

.step-text-box .btn.btn--full.btn--how {
  display: block !important;
  text-align: center;
  width: 100% !important;
}

@media screen and (max-width: 1300px) {
  .subheading {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 5.6rem;
  }
}
@media screen and (max-width: 600px) {
  .step-description {
    text-align: justify;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.header .container {
  padding: 2rem 3rem;
  max-width: 150rem;
  width: 100vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  height: 3.2rem;
}

/* *************************** */
/* NAVIGATION */
/* *************************** */
.main-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav-link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  letter-spacing: 0.6px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f9fb;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #e67e22;
}

.main-nav-link.nav-cta {
  padding: 1.4rem 2.8rem;
  padding: 1.7rem 4rem;
  margin-left: 3rem;
  border-radius: 9px;
  font-weight: 700;
  color: #01030e;
  background: #e67e22;
  background-image: -webkit-gradient(linear, right top, left top, from(#cb4c19), color-stop(50%, #f8c950), to(#cf711f));
  background-image: linear-gradient(to left, #cb4c19, #f8c950 50%, #cf711f);
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background: #e67e22;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cb4c19), color-stop(50%, #f8c950), to(#cf711f));
  background-image: linear-gradient(to top, #cb4c19, #f8c950 50%, #cf711f);
}

.main-nav-link.nav-cta.active {
  color: #000021;
  background: #e67e22;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cb4c19), color-stop(50%, #f8c950), to(#cf711f));
  background-image: linear-gradient(to top, #cb4c19, #f8c950 50%, #cf711f);
}

.main-nav-link.active {
  color: #e67e22;
}

.hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span {
  width: 30px;
  height: 2px;
  background: #f7f9fb;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.hamburger span:nth-child(2) {
  width: 20px;
  text-align: right;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1120px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    display: none;
    padding: 2rem 0;
    background: #000021;
    background: -webkit-gradient(linear, left top, right top, from(#000021), to(#2e289c));
    background: linear-gradient(to right, #000021, #2e289c);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 999;
  }
  .main-nav-list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav-list.open .main-nav-link.nav-cta {
    margin-left: 0;
  }
  .main-nav-list.open .main-nav-link {
    margin-bottom: 2rem;
  }
}
.hero {
  max-width: 150rem;
  width: 100vw;
  margin: 0 auto;
  padding: 5rem 0rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}

.hero .btn--outline span {
  margin-left: 1rem;
  font-weight: 400;
  display: inline-block;
  font-size: 3.5rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.hero-description {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Flex", sans-serif;
}

.hero-description span {
  font-weight: 600;
  border-bottom: 1px solid white;
}

.hero-img-box {
  height: 80%;
  overflow: hidden;
  border-radius: 9px;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.hero-img {
  width: 100%;
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transform: translateX(-20%) translateY(-2%);
          transform: translateX(-20%) translateY(-2%);
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.795);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.795);
}

@media screen and (max-width: 1500px) {
  .hero-img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .section-hero {
    padding: 5rem 2rem;
  }
  .hero {
    gap: 6rem;
    grid-template-columns: 1fr;
    text-align: center;
    grid-template-areas: "image" "text";
    width: 100%;
    margin: 0 auto;
  }
  .heading-primary {
    text-align: center;
  }
  .hero-text-box {
    grid-area: text;
    width: 90%;
    margin: 0 auto;
  }
  .hero-img-box {
    grid-area: image;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    border-radius: 0;
  }
  .hero-img {
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    width: 100%;
  }
  .hero {
    gap: 0;
    padding: 0rem;
  }
  section.section-hero.section {
    padding: 8rem 0rem !important;
  }
  .hero-img-box {
    height: 80%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero-description {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    height: 2.2rem;
  }
  .heading-primary {
    margin-top: 7rem;
    width: 90%;
    margin: 0 auto;
  }
  .section-hero.section {
    padding: 8rem 1rem;
  }
  .hero-text-box {
    width: 90%;
    margin: 0 auto;
  }
  .hero-img-box {
    height: 100%;
  }
  .btn {
    width: 100%;
  }
  .heading-primary {
    text-align: left;
    padding-left: 0.5rem;
  }
  .hero-description {
    text-align: left;
    padding-left: 0.5rem;
  }
}
.section-review .container {
  position: relative;
}

.review {
  position: relative;
  padding: 4rem 6rem;
  width: 33.3%;
}
.review::before {
  content: "“";
  position: absolute;
  top: -1rem;
  left: -0.2rem;
  font-size: 17rem;
  color: #e67e22;
  font-family: sans-serif;
}

.review__user-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.review__user-specialist {
  font-size: 1.4rem;
}

.review__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  z-index: 20;
  position: relative;
  text-align: center;
  text-align: left;
  line-height: 1.4;
}

.review__user {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__user-box {
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  margin-top: 4rem;
}

.arrows__left,
.arrows__right {
  cursor: pointer;
  font-size: 2rem;
  color: #f7f9fb;
  color: #555;
  position: absolute;
}

.arrows__left {
  top: 50%;
  left: -3%;
}

.arrows__right {
  top: 50%;
  right: -3%;
}

.slide {
  margin: auto;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .review {
    padding: 2rem 6rem 2rem 6rem;
  }
  .review__text {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .review {
    padding: 6rem 0rem 0rem 2rem;
  }
}
.step-text-box .heading-tertiary {
  text-transform: uppercase;
  font-weight: bold;
}

.section-how .heading-secondery {
  text-transform: capitalize;
  text-align: center;
}

.step-img-box {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 5px;
}

.step-img-box.image1 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, rgb(247, 249, 251)), color-stop(rgba(247, 249, 251, 0.1)), color-stop(transparent), color-stop(80%, transparent)), url("/src/img/images/howLeader2.jpg");
  background-image: linear-gradient(to left, rgb(247, 249, 251) 5%, rgba(247, 249, 251, 0.1), transparent, transparent 80%), url("/src/img/images/howLeader2.jpg");
  background-position-y: 50%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.step-img-box.image2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(247, 249, 251)), color-stop(rgba(247, 249, 251, 0.1)), color-stop(transparent), color-stop(80%, transparent)), url("/src/img/images/howLeader1.jpg");
  background-image: linear-gradient(to right, rgb(247, 249, 251) 5%, rgba(247, 249, 251, 0.1), transparent, transparent 80%), url("/src/img/images/howLeader1.jpg");
  background-position-x: 30%;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.step-img-box.image3 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, rgb(247, 249, 251)), color-stop(rgba(247, 249, 251, 0.1)), color-stop(transparent), color-stop(80%, transparent)), url("/src/img/images/howLeader3.jpg");
  background-image: linear-gradient(to left, rgb(247, 249, 251) 5%, rgba(247, 249, 251, 0.1), transparent, transparent 80%), url("/src/img/images/howLeader3.jpg");
  background-position-y: 10%;
  background-position-x: 40%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.about__thema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 700;
  margin: auto;
  padding: 2rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about__thema1,
.about__thema3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 30px;
}

.about__thema2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -30px;
}

.about__thema-link strong {
  font-weight: 700;
}

.about__thema-link {
  width: 60%;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #01030e;
  margin: 0.4rem 0rem;
  padding: 1rem 2.5rem;
  border-radius: 1.5rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.856);
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.604), 1px 1px 14px rgba(252, 246, 246, 0.4);
  text-shadow: 1px 1px 14px rgba(255, 255, 255, 0.856), 1px 1px 14px rgba(255, 255, 255, 0.856);
  border: 3px solid white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.about__thema .about__thema-link:hover,
.about__thema .about__thema-link:active {
  background-color: #e67e22;
  color: white;
  color: #01030e;
  border: 2px solid transparent;
  border: 3px solid #000021;
  border: 3px solid #e67e22;
  text-align: center;
  text-shadow: none;
}

.icon {
  font-size: 1.8rem;
  text-decoration: none;
  color: #01030e;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon:hover, .icon:active {
  color: #cf711f;
}

.section-how .grid--2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "image1 text1" "text2 image2" "image3 text3";
}

.text1 {
  grid-area: text1;
}

.image1 {
  grid-area: image1;
}

.image2 {
  grid-area: image2;
}

.text2 {
  grid-area: text2;
}

.text3 {
  grid-area: text3;
}

.image3 {
  grid-area: image3;
}

@media screen and (max-width: 1303px) {
  .section-how .grid--2-cols {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "text1" "image1" "text2" "image2" "text3" "image3";
    row-gap: 5rem;
  }
  .about__thema-link {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .step-number {
    margin-bottom: 10px;
    display: block;
  }
  .step-description {
    padding-left: 0;
    padding-right: 0;
  }
  .about__thema {
    text-align: center;
  }
  .about__thema1,
  .about__thema3 {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__thema2 {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .step-img-box.image1 {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2))), url("/src/img/images/howLeader2.jpg");
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2)), url("/src/img/images/howLeader2.jpg");
    background-position-y: 50%;
    border-radius: 1rem;
  }
  .step-img-box.image2 {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2))), url("/src/img/images/howLeader1.jpg");
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2)), url("/src/img/images/howLeader1.jpg");
    background-position-x: 30%;
    border-radius: 1rem;
  }
  .step-img-box.image3 {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2))), url("/src/img/images/howLeader3.jpg");
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2)), url("/src/img/images/howLeader3.jpg");
    border-radius: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .about__thema {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about__thema-link {
    width: 90%;
  }
  .step-text-box .btn.btn--full {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 4rem;
    font-weight: 700;
  }
}
.card.hide {
  display: none;
}

.vse {
  display: none;
}

.offer {
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(19, 21, 34, 0.09);
          box-shadow: 0 0.4rem 0.8rem rgba(19, 21, 34, 0.09);
  border-radius: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3.5rem 4.5rem;
  overflow: hidden !important;
  position: relative;
  position: relative;
}
.offer::before {
  content: "";
  height: 100%;
  width: 0.5rem;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.offer:hover {
  -webkit-transform: translateY(-5px) translateZ(10px);
          transform: translateY(-5px) translateZ(10px);
  -webkit-box-shadow: 0 3.2rem 6.4rem rgba(207, 204, 223, 0.7);
          box-shadow: 0 3.2rem 6.4rem rgba(207, 204, 223, 0.7);
}
.offer-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 2rem;
  position: relative;
  font-weight: bold;
  padding: 0.5rem 0;
}
.offer-text {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.filter_buttons {
  width: 100%;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 10rem;
  margin-bottom: 10rem;
  margin-left: -5rem;
}

.btn--offer {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  margin-bottom: 0;
  color: #333;
  background-color: #f2f4f5;
}

.grid--3-cols__offer {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
}

.offer-icon {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #cf711f;
}

.box-thema-link {
  width: 50%;
  color: #000010;
  background-color: rgba(255, 255, 255, 0.824);
  padding: 1.2rem 2.8rem;
  border: 2px solid white;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  line-height: 1.5;
  -webkit-box-shadow: rgba(4, 4, 40, 0.8) 2px 2px 5px;
          box-shadow: rgba(4, 4, 40, 0.8) 2px 2px 5px;
}
.box-thema-link:hover {
  border: 2px solid black;
  background-color: #cf711f;
  color: #fff;
  -webkit-box-shadow: rgba(12, 7, 5, 0.8) 2px 2px 5px;
          box-shadow: rgba(12, 7, 5, 0.8) 2px 2px 5px;
}
.box-thema-link:not(:last-child) {
  margin-bottom: 1rem;
}

.box1 {
  position: relative;
  width: 60%;
  height: auto;
  margin: 0 auto;
  border-radius: 3rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  -webkit-box-shadow: rgba(12, 7, 5, 0.8) 2px 2px 5px;
          box-shadow: rgba(12, 7, 5, 0.8) 2px 2px 5px;
}
.box1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(207, 113, 31, 0.2862745098);
  top: 0;
  left: 0;
}

.box-thema {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.209);
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.box1 .box-thema2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box1 .box-thema1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-feature .grid--3-cols {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 8rem;
  gap: 6vw;
}

.section-feature .subheading {
  text-align: center;
}

.feature {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.feature:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.feature:hover .feature-icon {
  color: #cf711f;
}

.feature-icon {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.feature-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.feature-text {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .section-feature {
    display: none;
  }
}
.section-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-container {
  background: none;
  width: 70%;
  margin: 0 auto;
}

.form-header {
  margin-bottom: 10rem;
}

.form-text {
  color: #f7f9fb;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
}

/* Formulář */
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

/* Skupiny formuláře */
.form-group {
  width: calc(50% - 10px);
}

.form-group.full-width {
  width: 100%;
}

/* Pole formuláře */
input, textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  font-size: 1rem;
  margin-top: 8px;
  color: #aaa;
}

/* Pole pro zprávu */
textarea {
  height: 150px;
  resize: none;
}

/* Styl tlačítka */
button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff7b00), to(#ffbb00));
  background: linear-gradient(to right, #ff7b00, #ffbb00);
  color: black;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff8c00), to(#ffc300));
  background: linear-gradient(to right, #ff8c00, #ffc300);
}

/* Labely */
.section-cta label {
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #f7f9fb;
  letter-spacing: 0.4px;
}

.section-cta input::-webkit-input-placeholder, .section-cta textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.7803921569);
  letter-spacing: 0.7px;
}

.section-cta input::-moz-placeholder, .section-cta textarea::-moz-placeholder {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.7803921569);
  letter-spacing: 0.7px;
}

.section-cta input:-ms-input-placeholder, .section-cta textarea:-ms-input-placeholder {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.7803921569);
  letter-spacing: 0.7px;
}

.section-cta input::-ms-input-placeholder, .section-cta textarea::-ms-input-placeholder {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.7803921569);
  letter-spacing: 0.7px;
}

.section-cta input::placeholder,
.section-cta textarea::placeholder {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.7803921569);
  letter-spacing: 0.7px;
}

.section-cta .subheading {
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

/* Styl statusu */
#status {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}

/* Responsivní design */
@media screen and (max-width: 768px) {
  .form-group {
    width: 100%;
  }
}
label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: #333;
  border: none;
  background-color: #f7f9fb;
  border-radius: 9px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

/* Responsivní design */
@media screen and (max-width: 1000px) {
  .form-container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .form-container {
    width: 100%;
  }
  textarea {
    height: 300px;
  }
  .btn {
    padding: 1.6rem 6rem;
  }
}
.section-logos {
  background: #f7f9fb;
}

.section-logos .subheading {
  margin-bottom: 9.6rem;
  text-align: left;
}

.logos {
  margin-top: 2rem;
  margin-bottom: 5rem;
  margin-inline: auto;
  height: 100px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
}

.itemLeft,
.itemRight {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.itemLeft img,
.itemRight img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@-webkit-keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}
@-webkit-keyframes scrollRight {
  to {
    right: -200px;
  }
}
@keyframes scrollRight {
  to {
    right: -200px;
  }
}
.itemLeft,
.itemRight {
  width: 200px;
  height: 100px;
  position: absolute;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.itemLeft {
  left: max(1200px, 100%);
  -webkit-animation-name: scrollLeft;
          animation-name: scrollLeft;
}

.itemRight {
  right: max(1200px, 100% + 200px);
  -webkit-animation-name: scrollRight;
          animation-name: scrollRight;
}

.item1 {
  -webkit-animation-delay: -33.3333333333s;
          animation-delay: -33.3333333333s;
}

.item2 {
  -webkit-animation-delay: -26.6666666667s;
          animation-delay: -26.6666666667s;
}

.item3 {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}

.item4 {
  -webkit-animation-delay: -13.3333333333s;
          animation-delay: -13.3333333333s;
}

.item5 {
  -webkit-animation-delay: -6.6666666667s;
          animation-delay: -6.6666666667s;
}

.item6 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 600px) {
  .section-logos {
    padding: 9.6rem 0 0rem 0;
  }
  .itemLeft,
  .itemRight {
    width: 180px;
    height: 50%;
    padding: 0 2rem;
  }
  .itemLeft {
    left: max(640px, 100%);
  }
  .itemRight {
    right: max(640px, 100%);
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 9.6rem;
  gap: 4rem;
}

.footer-col {
  color: #f7f9fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.footer-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}

.social-links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  color: #f7f9fb;
  gap: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-link:hover, .footer-link:active {
  color: #cf711f;
}

.social-icon {
  font-size: 2.2rem;
}

.footer-icon {
  font-size: 1.8rem;
}

.footer-link:hover .footer-icon {
  color: #cf711f;
}

.address .footer-icon {
  margin-right: 1.5rem;
}

.copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #f7f9fb;
}

/* RESPONSIVITA */
@media screen and (max-width: 58em) {
  .footer {
    padding: 9.6rem 0 3rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 6rem;
  }
  .footer-col {
    margin-bottom: 3rem;
  }
  .footer-heading {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .footer p,
  .footer a {
    font-size: 1.6rem;
  }
  .footer .container.copyright {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .copyright p {
    line-height: 160%;
    font-size: 1.4rem;
  }
  .copyright a {
    font-size: 1.4rem;
  }
  .footer .container {
    width: 90%;
  }
}
.section-about .grid--2-cols {
  grid-template-columns: 50% 50%;
  gap: 1rem;
}

.about-img-box {
  width: 100%;
  height: 30vh;
  height: 90%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(247, 249, 251)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.2))), url("/src/img/hero_1.jpeg");
  background-image: linear-gradient(to right, rgb(247, 249, 251) 15%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url("/src/img/hero_1.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.about-img-box img {
  width: 100%;
}

.section-about .grid {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1303px) {
  .section-about .grid.grid--2-cols {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "img-about" "about-text";
  }
  .img-about {
    grid-area: img-about;
    max-height: 60vh;
    height: auto;
    background-image: url("/src/img/hero_1.jpeg");
    border-radius: 1rem;
  }
  .about-text {
    grid-area: about-text;
  }
}
@media screen and (max-width: 600px) {
  .about-text-box .step-description {
    text-align: justify;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}
.section-reference {
  padding-top: 20rem;
}

.section-reference .grid--3-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3.5rem;
  grid-template-areas: "ref1 ref2 ref3" "ref4 img5 ref6" "ref8 ref8 ref7" "ref8 ref8 ref9" "ref11 img18 ref12" "ref13 ref22 ref22" "ref14 ref22 ref22" "ref15 ref16 ref20" "ref18 ref19 ref17" "ref24 ref24 ref21";
}

.ref1 {
  grid-area: ref1;
}

.ref2 {
  grid-area: ref2;
}

.ref3 {
  grid-area: ref3;
}

.ref4 {
  grid-area: ref4;
}

.img5 {
  grid-area: img5;
}

.ref6 {
  grid-area: ref6;
}

.ref7 {
  grid-area: ref7;
}

.ref8 {
  grid-area: ref8;
}

.ref9 {
  grid-area: ref9;
}

.ref11 {
  grid-area: ref11;
}

.ref12 {
  grid-area: ref12;
}

.ref13 {
  grid-area: ref13;
}

.ref14 {
  grid-area: ref14;
}

.ref15 {
  grid-area: ref15;
}

.ref16 {
  grid-area: ref16;
}

.ref17 {
  grid-area: ref17;
}

.img18 {
  grid-area: img18;
}

.ref18 {
  grid-area: ref18;
}

.ref19 {
  grid-area: ref19;
}

.ref20 {
  grid-area: ref20;
}

.ref21 {
  grid-area: ref21;
}

.ref22 {
  grid-area: ref22;
}

.ref24 {
  grid-area: ref24;
}

.reference {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  padding: 5rem 4rem 5rem 5rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  color: #000021;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reference::before {
  content: "“";
  position: absolute;
  top: 0rem;
  left: 5px;
  font-size: 13rem;
  line-height: 1;
  color: #ddd;
  color: #cf711f;
  font-family: sans-serif;
}

.reference__akce {
  padding-bottom: 2rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
}

.reference__user-name {
  font-weight: 700;
  margin-bottom: 1rem;
}

.reference__user-specialist {
  font-size: 1.4rem;
}

.reference__text {
  margin-bottom: 3rem;
  text-align: left;
  line-height: 1.4;
}

.reference__user-box {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slideshow-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mySlides {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 3.5s ease-in-out;
  transition: opacity 3.5s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.mySlides.active {
  opacity: 1;
}

.reference.active {
  /* Active box-shadow style */
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
  background-color: #fefefe;
}

@media screen and (max-width: 1300px) {
  section.section-reference.section {
    padding-top: 9.6rem !important;
  }
}
@media screen and (max-width: 1249px) {
  .section-reference .grid--3-cols {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "ref1 ref2" "ref3 ref4" "img5 ref6" "ref8 ref8" "ref8 ref8" "ref7 ref9" "ref11 img18" "ref12 ref13" "ref22 ref22" "ref22 ref22" "ref14 ref15" "ref16 ref20" "ref18 ref19" "ref17 ref21" "ref24 ref24";
  }
  .reference {
    padding: 5rem 3rem 3rem 5rem;
  }
  .slideshow-container {
    width: 100%;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .section-reference .grid--3-cols {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "ref1" "ref2" "ref3" "ref4" "img5" "ref6" "ref7" "ref8" "ref9" "ref11" "img18" "ref12" "ref13" "ref14" "ref15" "ref16" "ref17" "ref18" "ref19" "ref20" "ref21" "ref22" "ref24";
  }
  .slideshow-container {
    height: 35rem;
  }
  .section-reference .container {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .reference {
    padding: 5rem 2rem 2rem 2rem;
  }
}
.section-flyer {
  width: 90%;
  border-radius: 3rem;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.5s ease;
}

.section-flyer.active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, 0.25);
  background: #f7f9fb;
}

.section-flyer .container {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 1 1 20px rgba(0, 0, 0, 0.1);
          box-shadow: 1 1 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f7f9fb;
}

.section-flyer h2 {
  margin-bottom: 20px;
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.flyer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}

.section-flyer p {
  font-size: 1.8rem;
  padding: 3rem;
  color: #01030e;
  font-weight: normal;
}

.flyer-content span {
  color: #cf711f;
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.8rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}

.flyer-content:hover span {
  margin-left: 1.5rem;
}

.flyer-image {
  max-width: 450px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1300px) {
  .section-flyer {
    border-radius: 9px;
  }
  .flyer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    gap: 2rem;
  }
  .flyer-content p {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .section-flyer {
    padding: 3rem 1rem;
    padding: 0;
  }
  .section-flyer h2 {
    font-size: 2rem;
  }
  .flyer-image {
    width: 100%;
  }
  .flyer-image {
    max-width: 100%;
  }
}
.section-404 {
  background-color: white;
}

.container-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.section-404 .box {
  aspect-ratio: 1;
  width: 600px;
  position: relative;
  margin: auto;
  border: none;
  overflow: hidden;
}

.section-404 .img-404 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.section-404 .tv-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.section-404 .tv-screen::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  right: 15%;
  bottom: 40%;
  background: rgba(0, 0, 0, 0.443);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.462745098)), to(rgba(0, 0, 0, 0.148)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.462745098) 0%, rgba(0, 0, 0, 0.148) 100%);
}

.section-404 .tv-screen::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  right: 15%;
  bottom: 40%;
  background: linear-gradient(rgba(255, 255, 255, 0.228), rgba(255, 255, 255, 0.589) 4px, transparent 4px, transparent 9px);
  background-size: 100% 9px;
  -webkit-animation: pan-overlay 22s infinite linear;
          animation: pan-overlay 22s infinite linear;
}

@-webkit-keyframes pan-overlay {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -100%;
  }
}

@keyframes pan-overlay {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -100%;
  }
}
.section-404 .subheading {
  position: absolute;
  z-index: 4;
  top: 30%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12rem;
}

.section-404 .text .heading-404 {
  padding-top: 20rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #000021;
  margin-bottom: 3rem;
  line-height: 160%;
  margin-bottom: 10rem;
}

@media screen and (max-width: 690px) {
  .section-404 .box {
    width: 90%;
  }
  .section-404 .subheading {
    top: 30%;
    left: 40%;
    font-size: 10rem;
  }
}
@media screen and (max-width: 560px) {
  .section-404 .text .heading-404 {
    padding-top: 15rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #000021;
    line-height: 120%;
    margin-bottom: 5rem;
  }
  .section-404 .box {
    width: 100%;
  }
  .section-404 .tv-screen .subheading {
    top: 30%;
    left: 40%;
    font-size: 8rem;
    z-index: 3;
  }
}/*# sourceMappingURL=main.css.map */