/* cs-subheader-desc-section */

.section-cs-subheader-desc-section {
  margin: 120px 0 100px;
}

@media only screen and (max-width: 460px) {
  .section-cs-subheader-desc-section {
    margin: 50px 0 50px;
  }
}

.cs-subheader-desc-section-left-column img {
  margin-bottom: 60px;
}

.section-cs-subheader-desc-section-container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .section-cs-subheader-desc-section-container {
    flex-direction: column;
  }
}

.section-cs-subheader-desc-section-container h2 {
  color: var(--color_gray_900);
  margin-bottom: 40px;
}

.section-cs-subheader-desc-section-container p {
  color: var(--color_gray_900);
}

.section-cs-subheader-desc-section-container h3 {
  color: var(--color_gray_900);
  margin-bottom: 40px;
}

.subheader-desc-2 {
  margin-top: 40px;
}

.cs-subheader-desc-section-left-column {
  flex: 0 0 40%;
}

.cs-subheader-desc-section-right-column {
  flex: 0 0 50%;
  max-width: 612px;
}

@media only screen and (max-width: 768px) {
  .cs-subheader-desc-section-right-column {
    max-width: 100%;
  }
}

/* cs-testimonial-with-paragraph */

.section-cs-testimonial-with-paragraph {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .section-cs-testimonial-with-paragraph {
    padding: 48px 0;
  }
}

.section-cs-testimonial-with-paragraph .wrapper-cs {
  display: flex;
  gap: 130px;
}

@media only screen and (max-width: 768px) {
  .section-cs-testimonial-with-paragraph .wrapper-cs {
    flex-direction: column;
    gap: 32px;
  }
}

.section-cs-testimonial-with-paragraph .cs_heading_3 {
  margin-bottom: 78px;
}

@media only screen and (max-width: 768px) {
  .section-cs-testimonial-with-paragraph .cs_heading_3 {
    margin-bottom: 24px;
  }
}

.cs-testimonial-with-paragraph-main-text {
  max-width: 506px;
  margin-bottom: 40px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .cs-testimonial-with-paragraph-main-text {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-testimonial-with-paragraph-main-text {
    margin-bottom: 32px;
  }
}

.section-cs-testimonial-with-paragraph h2 {
  color: #ffffff;
}

.cs-testimonial-with-paragraph-main-text p {
  color: #ffffff;
}

.cs-testimonial-with-paragraph-main-text h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .cs-testimonial-with-paragraph-main-text h2 {
    margin-bottom: 24px;
  }
}

.cs-testimonial-with-paragraph-right {
  display: flex;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .cs-testimonial-with-paragraph-right {
    width: 100%;
    max-width: 100%;
  }
}

.container-cs-testimonial-with-paragraph-quote blockquote {
  position: relative;

  color: #ffffff;
}

.container-cs-testimonial-with-paragraph-quote blockquote:before {
  position: absolute;
  top: 0;
  left: -14px;

  display: block;

  content: "“";

  color: #ffffff;

  font-family: var(--cs_font_family_quote);
  font-size: var(--cs_decor_4_font_size);
}

.container-cs-testimonial-with-paragraph-quote blockquote p {
  letter-spacing: var(--cs_letter-spacing);

  font-family: var(--cs_font_family_quote);
}

.container-cs-testimonial-with-paragraph-quote blockquote cite {
  position: relative;

  display: block;

  margin-top: 10px;
  padding-top: 10px;
}

/* cs-quote-number-img-divider  */

.cs-quote-number-img-divider {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .cs-quote-number-img-divider {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 460px) {
  .cs-quote-number-img-divider-right-columb img {
    width: 100%;
  }
}

.cs-quote-number-img-divider .wrapper-cs {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .cs-quote-number-img-divider .wrapper-cs {
    flex-direction: column;
    align-items: center;
  }
}

.cs-quote-number-img-divider-left-column {
  flex: 0 0 45%;
}

.cs-quote-number-img-divider-right-column {
  flex: 0 0 50%;
}

.container-cs-quote-number-img-divider {
  margin: 40px 0;
}

.container-cs-quote-number-img-divider span {
  background-color: #ee6606;
}

.container-cs-quote-number-img-divider h2 {
  margin-bottom: 40px;
  color: black;
}

.container-cs-quote-number-img-divider p {
  color: black;
}

.cs-quote-number-img-divider-background {
  content: "";
  position: absolute;
  top: 65%;
  transform: skewY(167deg);
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom center;
  background-color: #050505;
}

@media only screen and (max-width: 1920px) {
  .cs-quote-number-img-divider-background {
    top: 67%;
    transform: skewY(167deg);
  }
}

@media only screen and (max-width: 1024px) {
  .cs-quote-number-img-divider-background {
    top: 72%;
  }
}

@media only screen and (max-width: 460px) {
  .cs-quote-number-img-divider-background {
    top: 75%;
  }
}

.container-cs-quote-number-img-divider blockquote {
  position: relative;
  color: var(--color_gray_900);
}

.container-cs-quote-number-img-divider blockquote:before {
  position: absolute;
  top: 0;
  left: -14px;
  display: block;
  content: "“";
  color: var(--color_gray_900);
  font-family: var(--cs_font_family_quote);
  font-size: var(--cs_decor_4_font_size);
}

.container-cs-quote-number-img-divider blockquote p {
  letter-spacing: var(--cs_letter-spacing);
  font-family: var(--cs_font_family_quote);
}

@media only screen and (max-width: 1024px) {
  .container-cs-quote-number-img-divider blockquote p {
    margin-bottom: 20px;
  }
}

.container-cs-quote-number-img-divider blockquote cite {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}

.container-cs-quote-number-img-divider blockquote cite:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  content: "";
  background: var(--color_gray_900);
}

.cs-quote-number-img-divider-year {
  font-size: 240px;
  color: var(--color_gray_900);
  opacity: 0.1 !important;
  font-weight: 900;
  letter-spacing: -12.5px;
}

@media only screen and (max-width: 1280px) {
  .cs-quote-number-img-divider-year {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 460px) {
  .cs-quote-number-img-divider-year {
    font-size: 40vw;
  }
}

/* cs-scope-of-work-timeline */

.section-cs-scope-of-work-timeline {
  padding: 100px 0;

  background-color: #050505;
}

@media only screen and (max-width: 768px) {
  .section-cs-scope-of-work-timeline {
    padding: 50px 0;
  }
}

.cs-scope-of-work-timeline-content-wrapper h2 {
  color: #ffffff;
}

.cs-scope-of-work-timeline-grid-wrapper {
  position: relative;

  margin-top: 100px;
}

.cs-scope-of-work-timeline-grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(10, 60px);
  grid-gap: 0;
}

.cs-scope-of-work-timeline-grid::before {
  width: 0;
  padding-bottom: 100%;

  content: "";

  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.cs-scope-of-work-timeline-sub-grid {
  position: absolute;
  top: 0;

  display: grid;

  width: 100%;

  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(10, 60px);
  grid-gap: 0;
}

.cs-scope-of-work-timeline-sub-grid::before {
  width: 0;
  padding-bottom: 100%;

  content: "";

  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.section-cs-scope-of-work-timeline .scope div {
  display: flex;
  align-items: center;

  width: calc(100%);
  height: 48px;
  padding: 22px;

  transform: skew(-8deg, 0deg);

  color: #ffffff;
  border-radius: 4px;
  background-color: #de6612;

  font-family: "sofia-pro";
  font-size: 16px;
  font-weight: 600;
}

.section-cs-scope-of-work-timeline .scope div span {
  transform: skew(8deg, 0deg);
}

.section-cs-scope-of-work-timeline .scope1 {
  display: flex;
  align-items: center;

  grid-area: 3 / 2 / 4 / 33;
}

.section-cs-scope-of-work-timeline .scope2 {
  display: flex;
  align-items: center;

  grid-area: 4 / 9 / 5 / 33;
}

.section-cs-scope-of-work-timeline .scope3 {
  display: flex;
  align-items: center;

  grid-area: 5 / 18 / 6 / 50;
}

.section-cs-scope-of-work-timeline .scope4 {
  display: flex;
  align-items: center;

  grid-area: 6 / 35 / 7 / 74;
}

.section-cs-scope-of-work-timeline .scope5 {
  display: flex;
  align-items: center;

  grid-area: 7 / 51 / 8 / 62;
}

.section-cs-scope-of-work-timeline .scope6 {
  display: flex;
  align-items: center;

  grid-area: 8 / 51 / 9 / 100;
}

.section-cs-scope-of-work-timeline .scope7 {
  display: flex;
  align-items: center;

  grid-area: 9 / 77 / 10 / 85;
}

.section-cs-scope-of-work-timeline .scope8 {
  display: flex;
  align-items: center;

  margin-left: 30px;

  grid-area: 10 / 77 / 11 / 100;
}

.section-cs-scope-of-work-timeline .scope3 div {
  background-color: #616161;
}

.section-cs-scope-of-work-timeline .scope4 div {
  background-color: #616161;
}

.section-cs-scope-of-work-timeline .scope5 div {
  background-color: #616161;
}

.section-cs-scope-of-work-timeline .scope6 div {
  background-color: #323232;
}

.section-cs-scope-of-work-timeline .scope7 div {
  background-color: #131313;
}

.section-cs-scope-of-work-timeline .scope8 div {
  background-color: #131313;
}

.section-cs-scope-of-work-timeline .scope9 div {
  background-color: #131313;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper {
  height: 100%;
  margin-left: 13px;

  grid-area: 1 / 33 / 12 / 33;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper
  svg {
  width: auto;
  height: 100% !important;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-2 {
  height: 100%;
  margin-left: -13px;

  grid-area: 1 / 2 / 12 / 2;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-2
  svg {
  width: auto;
  height: 100% !important;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-3 {
  height: 100%;
  margin-left: 13px;

  grid-area: 1 / 100 / 12 / 100;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-3
  svg {
  width: auto;
  height: 100% !important;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-mobile-1 {
  display: none;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-mobile-2 {
  display: none;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-mobile-3 {
  display: none;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-sub-grid-img-wrapper-mobile-4 {
  display: none;
}

.section-cs-scope-of-work-timeline .cs-scope-of-work-timeline-main-label-first {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 25px;

  letter-spacing: -0.5px;

  color: #ffffff;

  font-family: "sofia-pro";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;

  grid-area: 1 / 12 / 1 / 22;
}

.section-cs-scope-of-work-timeline
  .cs-scope-of-work-timeline-main-label-second {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 25px;

  letter-spacing: -0.5px;

  color: #ffffff;

  font-family: "sofia-pro";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;

  grid-area: 1 / 50 / 1 / 85;
}

@media only screen and (max-width: 1024px) {
  .cs-scope-of-work-timeline-grid-wrapper {
    overflow: -moz-scrollbars-none;
    overflow-x: scroll;
    overflow-y: hidden;

    width: calc(100vw - 30px);
    padding-right: 30px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cs-scope-of-work-timeline-grid-wrapper::-webkit-scrollbar {
    display: none;
  }

  .cs-scope-of-work-timeline-grid,
  .cs-scope-of-work-timeline-sub-grid {
    width: 150%;
  }

  .project-scope-grid-swipe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
  }

  .project-scope-grid-swipe:before {
    position: absolute;
    bottom: 10px;
    left: 50%;

    display: block;

    width: 64px;
    height: 64px;
    margin-left: -32px;

    content: "";

    background: url("/wp-content/themes/wpmiquido/img/icons/icon__scroll-hand-white.svg")
      0 0 no-repeat;
  }
}

@media only screen and (max-width: 768px) {
  .cs-scope-of-work-timeline-grid,
  .cs-scope-of-work-timeline-sub-grid {
    width: 200%;
  }
}

@media only screen and (max-width: 460px) {
  .cs-scope-of-work-timeline-grid,
  .cs-scope-of-work-timeline-sub-grid {
    width: 330%;
  }
}

/* cs-services-and-tech-stack */

.cs-services-and-tech-stack {
  background-color: #050505;
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack {
    padding: 50px 0;
  }
}

.cs-services-and-tech-stack h2 {
  color: var(--white);
  margin-bottom: 40px;
}

.cs-services-and-tech-stack p {
  color: var(--white);
}

.cs-services-and-tech-stack h3 {
  color: var(--white);
  margin-bottom: 40px;
}

.cs-services-and-tech-stack-top-wrapper {
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-top-wrapper {
    flex-direction: column;
  }
}

.cs-services-and-tech-stack-top-wrapper h2 {
  flex: 0 0 50%;
}

.cs-services-and-tech-stack-year {
  font-size: 240px;
  color: var(--white);
  opacity: 0.1;
  font-weight: 900;
  letter-spacing: -12.5px;
}

@media only screen and (max-width: 1024px) {
  .cs-services-and-tech-stack-year {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 460px) {
  .cs-services-and-tech-stack-year {
    font-size: 40vw;
  }
}

.cs-services-and-tech-stack-technologies-wrapper {
  flex: 0 0 50%;
}

.cs-services-and-tech-stack-middle-wrapper-right-column-technologies-cat p {
  color: var(--white);
  font-weight: 800;
  font-size: var(--cs_body_font_size);
  letter-spacing: -0.75px;
  margin-bottom: 10px;
  display: flex;
  margin-bottom: 40px;
}

.cs-services-and-tech-stack-middle-wrapper-right-column-technologies-cat {
  width: 33.33%;
  height: 100%;
}

.cs-services-and-tech-stack-technologies p {
  color: var(--white);
  font-weight: 300;
  font-size: var(--cs_body_font_size);
  letter-spacing: -0.75px;
  margin-bottom: 10px;
  display: flex;
}

.cs-services-and-tech-stack-technologies p span.sep {
  width: 3px;
}

.cs-services-and-tech-stack-middle-wrapper {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-middle-wrapper {
    flex-direction: column;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-middle-wrapper {
    margin-bottom: 0;
  }
}

.cs-services-and-tech-stack-middle-wrapper-left-column img {
  max-width: 100%;
}

.cs-services-and-tech-stack-middle-wrapper-left-column {
  flex: 0 0 50%;
  padding-right: 117px;
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-middle-wrapper-left-column {
    display: none;
    flex: 0 0 50%;
    padding-right: 0px;
    padding: 20px 0 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-technologies-wrapper {
    padding: 32px 0 8px 0;
  }
}

.cs-services-and-tech-stack-top-wrapper img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-top-wrapper img {
    display: flex;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
  }
}

.cs-services-and-tech-stack-middle-wrapper-right-column {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  height: fit-content;
}

.cs-services-and-tech-stack-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 140px;
}

@media only screen and (max-width: 768px) {
  .cs-services-and-tech-stack-bottom-wrapper {
    margin-top: 80px;
  }
}

/* cs-first-touchdown */

.section-cs-first-touchdown {
  padding: 100px 0;
  background-color: #de6612;
}

@media only screen and (max-width: 768px) {
  .section-cs-first-touchdown {
    padding: 50px 0;
  }
}

.cs-first-touchdown-image-wrapper {
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .cs-first-touchdown-image-wrapper {
    padding: 40px 0;
  }
}

.cs-first-touchdown-image-wrapper img {
  width: 100%;
}

.cs-first-touchdown-image {
  overflow: hidden;
  aspect-ratio: 3.2 / 1;
}

.cs-first-touchdown-image figure {
  overflow: hidden;
  width: 100%;
  height: 140%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0;
  background-size: cover;
  will-change: background-position-y;
}

.cs-first-touchdown-image img {
  width: 100%;
  height: auto;
}

.cs-first-touchdown-content-wrapper h2 {
  color: #ffffff;
}

.cs-first-touchdown-content-wrapper p {
  color: #ffffff;
  max-width: 612px;
  margin-top: 10px;
  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

/* cs-second-touchdown */

.section-cs-second-touchdown {
  padding: 100px 0;
  background-color: #050505;
}

@media only screen and (max-width: 768px) {
  .section-cs-second-touchdown {
    padding: 50px 0;
  }
}

.cs-second-touchdown-content-wrapper h2 {
  color: #ffffff;
}

.cs-second-touchdown-content-wrapper p {
  color: #ffffff;
  max-width: 612px;
  margin-top: 10px;
  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.cs-second-touchdown-user-flow {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .cs-second-touchdown-user-flow {
    flex-direction: column;
  }
}

.cs-second-touchdown-user-flow-left {
  flex: 0 0 40%;
}

@media only screen and (max-width: 768px) {
  .cs-second-touchdown-user-flow-left {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}

.cs-second-touchdown-user-flow-right {
  flex: 0 0 52%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .cs-second-touchdown-user-flow-right {
    flex: 0 0 100%;
    order: -1;
    margin-top: 32px;
  }
}

.cs-second-touchdown-user-flow-right img {
  width: 100%;
}

.cs-second-touchdown-user-flow h2 {
  color: #ffffff;
  padding-top: 60px;
}

.cs-second-touchdown-user-flow p {
  color: #ffffff;
  max-width: 612px;
  margin-top: 40px;
  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.cs-second-touchdown-main-img {
  padding-top: 100px;
}

.cs-second-touchdown-main-img img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .cs-second-touchdown-main-img {
    display: none;
  }
}

.cs-second-touchdown-content-rows-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: initial;
}

@media only screen and (max-width: 1280px) {
  .cs-second-touchdown-content-rows-wrapper {
    flex-direction: column;
  }
}

.cs-second-touchdown-content-rows-single h2 {
  color: #ffffff;
  padding-top: 60px;
}

@media only screen and (max-width: 1280px) {
  .cs-second-touchdown-content-rows-single h2 {
    padding-top: 32px;
  }
}

.cs-second-touchdown-content-rows-single p {
  color: #ffffff;
  max-width: 612px;
  margin-top: 40px;
  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

@media only screen and (max-width: 1280px) {
  .cs-second-touchdown-content-rows-single p {
    max-width: 100%;
  }
}

.cs-second-touchdown-content-rows-single:first-of-type {
  flex: 0 0 40%;
}

@media only screen and (max-width: 768px) {
  .cs-second-touchdown-content-rows-single:first-of-type {
    flex: 0 0 100%;
  }
}

.cs-second-touchdown-content-rows-single img {
  width: 100%;
}

.cs-second-touchdown-content-rows-single img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cs-second-touchdown-content-rows-single img {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/* cs-thrid-touchdown */

.section-cs-third-touchdown {
  position: relative;

  overflow: hidden;

  margin-bottom: -1px;
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .section-cs-third-touchdown {
    padding: 48px 0;
  }
}

.cs-third-touchdown-header {
  max-width: 506px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-header {
    margin-bottom: 32px;
  }
}

.cs-third-touchdown-header h2 {
  color: var(--color_gray_900);
}

.cs-third-touchdown-item {
  display: flex;

  margin-bottom: 40px;

  column-gap: 130px;
}

@media only screen and (max-width: 1280px) {
  .cs-third-touchdown-item {
    column-gap: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-item {
    flex-wrap: wrap;

    margin-bottom: 32px;
  }
}

.cs-third-touchdown-item:last-child {
  margin-bottom: 0;
}

.cs-third-touchdown-item > div {
  flex: 0 1 50%;
}

.cs-third-touchdown-image {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-item > div {
    flex: 0 0 100%;
  }

  .cs-third-touchdown-image {
    order: -1;

    margin-bottom: 32px;
  }
}

.cs-third-touchdown-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-third-touchdown-image img {
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-image img {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-image {
    display: flex;
    justify-content: center;
  }
}

.cs-third-touchdown-text h3,
.cs-third-touchdown-text p {
  max-width: 506px;

  color: var(--color_gray_900);
}

.cs-third-touchdown-text h3 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-text h3 {
    margin-bottom: 24px;
  }
}

.cs-third-touchdown-item:nth-child(even) .cs-third-touchdown-image {
  order: -1;
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-item:nth-child(even) .cs-third-touchdown-image {
    order: -1;
    margin-bottom: 32px;
  }
}

.third-touchdown-divider {
  position: absolute;
  z-index: -1;
  top: 85%;
  right: 0;
  bottom: 0;
  left: 0;

  width: 200%;
  height: 200%;
  margin-left: -50%;

  transform: skewY(167deg);
  transform-origin: bottom center;
}

@media only screen and (max-width: 1920px) {
  .third-touchdown-divider {
    top: 85%;
  }
}

@media only screen and (max-width: 1024px) {
  .third-touchdown-divider {
    top: 91%;

    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-image {
    display: none;
  }
}

.cs-third-touchdown-image-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .cs-third-touchdown-image-mobile {
    display: flex;
  }
}

/* cs-visual-design */

.section-cs-visual-design {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .section-cs-visual-design {
    padding: 48px 0;
  }
}

.cs-visual-design-header {
  max-width: 506px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .cs-visual-design-header {
    margin-bottom: 32px;
  }
}

.cs-visual-design-header h2,
.cs-visual-design-header p {
  color: var(--white);
}

.cs-visual-design-header h2 {
  margin-bottom: 40px;
}

.cs-visual-design-video-container {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .cs-visual-design-video-container {
    margin-top: 32px;
  }
}

.cs-visual-design-video-container video {
  width: 100%;
  height: auto;
}

/* cs-testimonial-with-heading-and-image */

.section-cs-testimonial-heading-image {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .section-cs-testimonial-heading-image {
    padding: 48px 0;
  }
}

.cs-testimonial-heading-image-header {
  max-width: 506px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .cs-testimonial-heading-image-header {
    margin-bottom: 32px;
  }
}

.cs-testimonial-heading-image-header h2,
.cs-testimonial-heading-image-header p {
  color: var(--color_gray_900);
}

.cs-testimonial-heading-image-header h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .cs-testimonial-heading-image-header h2 {
    margin-bottom: 24px;
  }
}

.cs-testimonial-heading-image-bottom {
  display: flex;

  column-gap: 130px;
}

@media only screen and (max-width: 1280px) {
  .cs-testimonial-heading-image-bottom {
    column-gap: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-testimonial-heading-image-bottom {
    flex-wrap: wrap;

    column-gap: unset;
  }
}

.cs-testimonial-heading-image-bottom > div {
  flex: 0 1 50%;
}

@media only screen and (max-width: 1024px) {
  .cs-testimonial-heading-image-bottom > div {
    flex: 0 0 100%;
  }
}

.container-cs-testimonial-heading-image-image {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  .container-cs-testimonial-heading-image-image {
    margin-bottom: 32px;
  }
}

.container-cs-testimonial-heading-image-image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .container-cs-testimonial-heading-image-quote {
    margin-bottom: 32px;
  }
}

.container-cs-testimonial-heading-image-quote blockquote {
  position: relative;

  color: var(--color_gray_900);
}

.container-cs-testimonial-heading-image-quote blockquote:before {
  position: absolute;
  top: 0;
  left: -14px;

  display: block;

  content: "“";

  color: var(--color_gray_900);

  font-family: var(--cs_font_family_quote);
  font-size: var(--cs_decor_4_font_size);
}

.container-cs-testimonial-heading-image-quote blockquote p {
  letter-spacing: var(--cs_letter-spacing);

  font-family: var(--cs_font_family_quote);
}

.container-cs-testimonial-heading-image-quote blockquote cite {
  position: relative;

  display: block;

  margin-top: 10px;
  padding-top: 10px;
}

.container-cs-testimonial-heading-image-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.section-cs-testimonial-heading-image-top-heading {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .section-cs-testimonial-heading-image-top-heading {
    margin-bottom: 32px;
  }
}

.section-cs-testimonial-heading-image-top-heading h2 {
  color: var(--color_gray_900);
}

.section-cs-testimonial-heading-image-top-content {
  display: flex;

  column-gap: 24px;

  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .section-cs-testimonial-heading-image-top-content {
    flex-wrap: wrap;

    column-gap: unset;
    row-gap: 24px;

    margin-bottom: 40px;
  }
}

.section-cs-testimonial-heading-image-top-content > div {
  flex: 0 1 33%;
}

@media only screen and (max-width: 768px) {
  .section-cs-testimonial-heading-image-top-content > div {
    flex: 0 1 100%;
  }
}

.section-cs-testimonial-heading-image-top-content p {
  color: var(--color_gray_900);
}

/* cs-result-3-col-img-divider */

.section-cs-result-3-col-image-divider {
  position: relative;

  margin-bottom: -1px;
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .section-cs-result-3-col-image-divider {
    padding: 48px 0;
  }
}

.cs-result-divider-header {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .cs-result-divider-header {
    margin-bottom: 32px;
  }
}

.cs-result-divider-header h2 {
  color: var(--color_gray_900);
}

.container-cs-result-divider {
  display: flex;

  column-gap: 24px;
}

@media only screen and (max-width: 768px) {
  .container-cs-result-divider {
    flex-wrap: wrap;

    column-gap: unset;
    row-gap: 24px;
  }
}

.container-cs-result-divider > div {
  flex: 0 1 33%;
}

@media only screen and (max-width: 768px) {
  .container-cs-result-divider > div {
    flex: 0 1 100%;
  }
}

.container-cs-result-divider p {
  color: var(--color_gray_900);
}

.container-cs-result-divider-image {
  position: relative;

  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .container-cs-result-divider-image {
    margin-top: 50px;
  }
}

.container-cs-result-divider-image img {
  width: 100%;
  height: auto;
}

.result-divider-image-mobile {
  display: none;
}

@media only screen and (max-width: 460px) {
  .result-divider-image {
    display: none;
  }

  .result-divider-image-mobile {
    display: block;

    max-width: 80%;
    margin: 0 auto;
  }
}

.section-cs-result-3-col-image-divider .result-divider {
  position: absolute;
  z-index: -1;
  top: -69%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250%;
  height: 200%;
  margin-left: -60%;
  transform-origin: bottom center;
  transform: skewY(-2deg);
  clip-path: polygon(-100% 160%, 100% 100%, 100% 0%);
}

@media only screen and (max-width: 1920px) {
  .section-cs-result-3-col-image-divider .result-divider {
    top: -58%;
    transform: skewY(3deg);
    width: 200%;
    margin-left: -50%;
  }
}

@media only screen and (max-width: 460px) {
  .section-cs-result-3-col-image-divider .result-divider {
    top: calc(-23%);
    transform: skewY(35deg);
  }
}

.result-divider-image-mobile .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  margin-top: 30px;
}

.result-divider-image-mobile button.owl-dot {
  cursor: pointer;
  text-decoration: none;

  border: none;
  outline: none;
  background: none;
}

.result-divider-image-mobile button.owl-dot:focus {
  text-decoration: none;

  border: none;
  outline: none;
  background: none;
}

.result-divider-image-mobile .owl-dots .owl-dot span {
  display: block;

  width: 10px;
  height: 10px;
  margin: 5px 7px;

  transition: opacity 0.2s ease;

  border-radius: 30px;
  background: #ffffff;

  -webkit-backface-visibility: visible;
}

.result-divider-image-mobile .owl-dots .owl-dot.active span {
  display: block;

  width: 10px;
  height: 10px;
  margin: 5px 7px;

  cursor: initial;
  transition: opacity 0.2s ease;

  border-radius: 30px;
  background: #ee6606;

  -webkit-backface-visibility: visible;
}

.result-divider-image-mobile .xde {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;

  width: 100%;
  max-width: 100% !important;
  height: auto;
  margin-bottom: 15px !important;
  padding: 0;
  padding: 0;

  border-radius: 8px;

  object-fit: cover;
}

.result-divider-image-mobile img {
  width: 100%;
  height: auto;
}

.result-divider-image-mobile .owl-stage {
  display: flex;
}

.result-divider-image-mobile .owl-nav.disabled {
  display: none;
}

.result-divider-image-mobile .owl-item {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.result-divider-image-mobile .owl-item.active {
  transform: rotate(-22deg);
}

/* cs-key-takeaways-minimal */

.section-cs-key-takeaways-minimal {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .section-cs-key-takeaways-minimal {
    padding: 48px 0;
  }
}

.section-cs-key-takeaways-minimal h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .section-cs-key-takeaways-minimal h2 {
    margin-bottom: 32px;
  }
}

.section-cs-key-takeaways-minimal-light h2 {
  color: var(--color_gray_900);
}

.section-cs-key-takeaways-minimal-dark h2 {
  color: var(--white);
}

.section-cs-key-takeaways-minimal .cs-key-takeaways-boxes {
  display: flex;

  gap: 24px;
}

@media only screen and (max-width: 768px) {
  .section-cs-key-takeaways-minimal .cs-key-takeaways-boxes {
    flex-wrap: wrap;

    gap: 32px;
  }
}

.section-cs-key-takeaways-minimal .cs-key-takeaways-box {
  flex: 0 1 50%;

  padding: 24px;
}

@media only screen and (max-width: 768px) {
  .section-cs-key-takeaways-minimal .cs-key-takeaways-box {
    flex: 0 0 100%;
  }
}

.section-cs-key-takeaways-minimal .cs-key-takeaways-box h3 {
  margin-bottom: 40px;

  color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .section-cs-key-takeaways-minimal .cs-key-takeaways-box h3 {
    margin-bottom: 24px;
  }
}

.section-cs-key-takeaways-minimal .cs-key-takeaways-box p {
  color: var(--color_gray_900);
}

/* cs-more-projects */

.section-cs-more-projects {
  padding: 100px 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .section-cs-more-projects {
    padding: 48px 0;
  }
}

.section-cs-more-projects h3 {
  margin-bottom: 40px;

  color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .section-cs-more-projects h3 {
    margin-bottom: 32px;
  }
}

.more-projects-container {
  position: relative;

  width: 77%;
}

@media only screen and (max-width: 460px) {
  .more-projects-container {
    width: 100%;
  }
}

.section-cs-more-projects .owl-stage {
  display: flex;
}

.more-projects-item a {
  position: relative;

  display: block;
}

.more-projects-item a:before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  content: "";
  transition: all var(--translation_duration);

  opacity: 0;
  background-color: inherit;
}

.more-projects-item a:hover:before {
  opacity: 0.4;
}

.more-projects-item a img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .more-projects-img {
    display: none;
  }
}

.more-projects-img-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .more-projects-img-mobile {
    display: block;
  }
}

.more-projects-item .more-project-item-title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;

  max-width: calc(100% - 64px);
  padding: 20px 48px 5px 0;

  background-color: var(--c_neutral--25);
}

@media only screen and (max-width: 768px) {
  .more-projects-item .more-project-item-title {
    padding: 28px 16px 0px 0;
  }
}

.more-project-item-title .project-logo {
  max-width: 113px;
  margin-bottom: 10px;
}

.more-project-item-title p {
  position: relative;

  display: flex;
  align-items: center;

  text-transform: lowercase;

  color: var(--color_gray_900);
}

.more-project-item-title p span {
  display: block;

  width: 40px;
  height: 2px;

  content: "";
}

.more-project-item-title h4 {
  overflow: hidden;

  margin-top: 10px;

  white-space: nowrap;
  text-overflow: ellipsis;

  color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .more-project-item-title h4 {
    white-space: unset;
  }
}

.section-cs-more-projects .owl-nav {
  position: absolute;
  top: calc(50% - (56px / 2));

  display: flex;

  width: 100%;
  height: 0;
}

.section-cs-more-projects .owl-nav .owl-next {
  margin-right: -1px;
  margin-left: auto;
}

.section-cs-more-projects .owl-nav button {
  padding: 0;

  cursor: pointer;

  border: none;
  background: transparent;
}

.section-cs-more-projects .owl-nav button.disabled {
  display: none;
}

.section-cs-more-projects .owl-nav button .arrow {
  display: block;

  width: 56px;
  height: 56px;

  transition: all var(--translation_duration);

  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;

  position: relative;
  z-index: 1;
}

.section-cs-more-projects .owl-nav button .arrow:hover {
  background-color: var(--color_gray_200);
}

.section-cs-more-projects .owl-nav button .arrow.arrow-prev {
  background-image: url(../../img/shapes/cs-slider-arrow-right.svg);
  left: 1px;
}

.section-cs-more-projects .owl-nav button .arrow.arrow-next {
  background-image: url(../../img/shapes/cs-slider-arrow-left.svg);
  right: 1px;
}

.section-cs-more-projects .owl-dots {
  display: none;
}

/* cs-hubspot-form */

.section-cs-hubspot-form {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form {
    padding: 48px 0;
  }
}

.section-cs-hubspot-form-top {
  padding: 100px 0 15px 0;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form {
    padding: 48px 0 48px 0;
  }
}

.section-cs-hubspot-form-top .wrapper-cs {
  text-align: center;
}
.section-cs-hubspot-form-top img {
  margin-bottom: 16px;
}

.section-cs-hubspot-form h2,
.section-cs-hubspot-form p {
  margin-bottom: 40px;

  color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form h2 {
    margin-bottom: 24px;
  }

  .section-cs-hubspot-form p {
    margin-bottom: 32px;
  }
}

.section-cs-hubspot-form-paragraph {
  max-width: 560px;
  margin: 0 auto;
}

.section-cs-hubspot-form fieldset > div {
  margin-top: 56px !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form fieldset > div {
    margin-top: 30px !important;
  }
}

.section-cs-hubspot-form label {
  position: absolute;
  z-index: 0;

  margin: 0;

  transition: all var(--translation_duration);

  color: var(--color_gray_600);

  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form .not-empty label {
  transform: translateY(-33px);
}

.section-cs-hubspot-form .hs-error-msgs label {
  position: relative;

  transform: unset;

  color: var(--color_red_700) !important;

  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light) !important;
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form input,
.section-cs-hubspot-form textarea {
  color: var(--color_gray_900);

  font-family: inherit;
}

.section-cs-hubspot-form textarea {
  height: 33px;
  min-height: 33px;
  max-height: unset;

  resize: vertical;
}

.section-cs-hubspot-form input[type="email"],
.section-cs-hubspot-form input[type="tel"],
.section-cs-hubspot-form input[type="text"],
.section-cs-hubspot-form textarea {
  position: relative;
  z-index: 1;

  padding: 0;

  color: var(--color_gray_900);
  border: none;
  border-bottom: 1px solid var(--color_gray_600);

  font-size: var(--cs_body_font_size);
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form input[type="email"]:focus,
.section-cs-hubspot-form input[type="tel"]:focus,
.section-cs-hubspot-form input[type="text"]:focus,
.section-cs-hubspot-form textarea:focus {
  border: none;
  border-bottom: 1px solid var(--color_gray_900);
}

.section-cs-hubspot-form input.error,
.section-cs-hubspot-form textarea.error {
  border: none;
  border-bottom: 1px solid var(--color_red_700);
}

.section-cs-hubspot-form input[type="submit"] {
  height: auto;
  margin-top: 0;
  padding: 16px 20px;

  background: var(--red);

  font-size: var(--cs_button_font_size);
  font-weight: var(--cs-font_weight--semibold);
  line-height: var(--cs_line-height_l);
}

.section-cs-hubspot-form ::-webkit-input-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form ::-moz-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form :-ms-input-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form :-moz-placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form ::placeholder {
  color: var(--color_gray_600);
}

.section-cs-hubspot-form .legal-consent-container {
  margin-bottom: 56px !important;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form .legal-consent-container {
    margin-bottom: 30px !important;
  }
}

.section-cs-hubspot-form .legal-consent-container label {
  position: relative;

  display: inline-block;
}

.section-cs-hubspot-form .hs-form-checkbox > span,
.section-cs-hubspot-form .hs-form-checkbox > span p,
.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span,
.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span
  p {
  color: var(--color_gray_900);

  font-size: var(--cs_body_font_size) !important;
  font-weight: var(--cs-font_weight--light);
  line-height: var(--cs_line-height_xxl);
}

.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span
  p
  a {
  color: var(--color_gray_900);
  text-decoration: underline;
}

.section-cs-hubspot-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span
  p
  a:hover {
  color: var(--color_gray_700);
}

.section-cs-hubspot-form .hbspt-form input[type="checkbox"]:before {
  top: 1px;

  border: 1px solid var(--color_gray_900);
}

.section-cs-hubspot-form .hbspt-form input[type="checkbox"]:checked:before {
  border: 1px solid var(--color_gray_900);
  background: var(--white);
}

.section-cs-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
  top: 7px;
  left: 6px;

  width: 12px;
  height: 12px;

  transform: unset;

  border-width: 0;
  background: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form .hbspt-form input[type="checkbox"]:checked:after {
    top: 5px;
    left: 4px;
  }
}

.section-cs-hubspot-form .hubspot-policy {
  width: 50%;
  margin-top: 56px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section-cs-hubspot-form .hubspot-policy {
    width: 100%;
    margin-top: 30px;
  }
}

.section-cs-hubspot-form p .form-legend,
.section-cs-hubspot-form .policy-more p {
  margin: unset;
  margin-top: unset;

  opacity: unset;
  color: var(--color_gray_500);

  font-size: var(--cs_body_small_font_size);
  line-height: var(--cs_line-height_xl);
}

.section-cs-hubspot-form .policy-more {
  display: none;
}

.section-cs-hubspot-form p .cookie-policy-more {
  position: relative;

  margin-top: 4px;
  padding-right: unset;
}

.section-cs-hubspot-form p .cookie-policy-more:after {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: "";
  transition: all var(--translation_duration);

  background: var(--color_gray_900);
}

.section-cs-hubspot-form p .cookie-policy-more:hover:after {
  width: 50%;

  background: var(--color_gray_800);
}

.section-cs-hubspot-form p .cookie-policy-more.cookie_open:after {
  transform: unset;
}

.section-cs-hubspot-form p .cookie-policy-more small {
  color: var(--color_gray_900);

  font-size: var(--cs_button_font_size);
  font-weight: var(--cs-font_weight--semibold);
  line-height: var(--cs_line-height_l);
}

.section-cs-hubspot-form p .cookie-policy-more:hover small {
  color: var(--color_gray_800);
}
