body:is(.page-id-44933, .page-id-53709, .page-id-53710, .page-id-53711, .page-id-53712, .page-id-53713) header {
  background-color: #fff !important;
}

html[data-scroll='0'] body:is(.page-id-44933, .page-id-53709, .page-id-53710, .page-id-53711, .page-id-53712, .page-id-53713) header {
  background-color: transparent !important;
}

 .section--cta .cta__text a,
 .section--cta .cta__text a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

div.hero-header.case-study {
  background-image: none;
  background-size: auto 600px;
  background-repeat: no-repeat;

  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(190,222,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(190,222,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(190,222,254) 100%);
} 

.header__wrapper .header__nav .menu-main-block .menu-item a {
  color: #273e5d;
}

.header__wrapper .header__logo img {
  content: url('https://d3vpszern3jgjo.cloudfront.net/wp-content/themes/setupo-new/public/images/logo-blue.svg');
}

.header__link.header__link--login {
  border-color: #273e5d;
  color: #273e5d;
}

.header__link.header__link--login:hover {
  background-color: #273e5d;
  color: #fff;
}

.header__wrapper .header__langs__toggle {
  color: #273e5d;
}

.header__wrapper .header__langs__toggle__flag {
  border-color: #273e5d;
}

.header__wrapper .header__langs__toggle__arrow svg path {
  fill: #273e5d;
}

.header__wrapper .header__nav .menu-main-block > .menu-item a::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(12%) saturate(2071%) hue-rotate(175deg) brightness(95%) contrast(94%);
}

a.img.menu-button.blur img {
  filter: invert(74%) sepia(11%) saturate(2278%) hue-rotate(175deg) brightness(97%) contrast(94%); 
}

.hero-header .header__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  gap: 50px 0;
  padding: 20px 0 50px;
}

.hero-header .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.case-study__badge {
  font-size: 24px;
  color: #2f6fd8;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  font-weight: 900;
  padding: 10px 42px;
  /* box-shadow: 0px 2px 3px rgba(0, 0, 0, .1); */
}

.hero-header .hero__content h1.hero-title {
  color: #273e5d;
  margin-bottom: 0;
}

.hero-header .hero__content .hero__subtitle {
  font-weight: bold;
  color: #2f6fd8;
  font-size: 22px !important;
  letter-spacing: 0;
}

.hero-header .hero__content .hero-text {
  color: #273e5d;
  margin: 10px 0;
}

.hero-header .hero__content .header__list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 40px 0 15px;
}

.hero-header .hero__content .header__list .header__list__item {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 22px;
  padding: 10px 22px;
  /* box-shadow: 0px 2px 3px rgba(0, 0, 0, .1); */
}

.hero-header .hero__content .header__list .header__list__item span {
  color: #273e5d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.hero-header .hero__content .header__list .header__list__item img {
  width: 16px;
  height: 12px;
}

.section--blue {
  background-color: #e7f4ff;
}

.section--challenge {
  padding: 50px 0 100px;
}

.section__wrapper {
  width: 100%;
}

.section__wrapper .section-title {
  text-transform: uppercase;
}

.challenge__cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 930px;
  margin: 30px auto;
}

.challenge__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 2px solid #2f6fd8;
  border-radius: 10px;
  padding: 50px 50px 80px;
  flex: 1;
}

.challenge__card__label {
  font-size: 16px;
  font-weight: bold;
  color: #273e5d;
}

.challenge__card__icon {
  width: 90px;
  height: 90px;
}

.challenge__card__icon img {
  width: 100%;
  height: 100%;
}

.challenge__card__title {
  font-weight: bold;
  color: #273e5d;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}

.challenge__card__text {
  font-size: 18px;
  color: #273e5d;
  line-height: 24px;
  text-align: center;
}

.challenge__text {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 80px 0 0;
}

.section--solution {
  padding: 90px 0;
}

.solution__cards {
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.solution__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  padding: 50px;
  background-color: #fff;
}

.solution__card__image {
  width: 100%;
  max-height: 350px;
  display: flex;
  justify-content: center;
}

.solution__card__info {
  display: flex;
  gap: 20px;
}

.solution__card__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.results__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 50px 0;
}

.results__card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  width: 100%;
}

.results__card__badge {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #e7f4ff;
  padding: 22px 34px;
  border-radius: 70px;
  height: 135px;
  width: 210px;
  margin: 0 auto;
  gap: 0 5px;
}

.results__card__badge--dark-blue {
  background-color: #273e5d;
}

.results__card__badge--blue {
  background-color: #e7f4ff;
}

.results__card__badge__text {
  color: #273e5d;
  font-size: 60px;
  font-weight: 300;
}

.results__card__badge__text--blue {
  color: #2f6fd8;
}

.results__card__badge__text--white {
  color: #fff;
}

.results__card__badge__text--dark {
  color: #273e5d;
}

.results__card__badge__icon  {
  width: 78px;
  height: 73px;
}

.results__card__text {
  text-align: center;
}

.section--cta {
  background-image: url('https://d3vpszern3jgjo.cloudfront.net/wp-content/themes/setupo-new/public/img/case-study/cta-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.cta__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  gap: 30px;
}

h2.cta__title {
  color: #fff;
  text-align: center;
}

p.cta__text {
  color: #fff;
  text-align: center;
}

.cta__button {
  outline: none;
  border: 2px solid #3461c9;
  background-color: #3461c9;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 35px;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .15s background ease, .15s color ease, .15s border ease;
}

.cta__button:is(:active, :focus) {
  text-decoration: none;
  color: #fff;
}

.cta__button:hover {
  color: #fff;
  background-color: #2f5ecb;
  border-color: #2f5ecb;
}

@media (max-width: 1024px) {
  .results__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .results__card:nth-child(1) {
    order: 2;
  }

  .results__card:nth-child(2) {
    order: 1;
  }

  .results__card:nth-child(3) {
    order: 3;
  }

  .results__card:nth-child(4) {
    order: 4;
  }
}

@media (max-width: 768px) {
  .section--solution {
    padding: 50px 0 !important;
  }

  .solution__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .challenge__cards {
    flex-direction: column;
  }

  .header__list {
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .results__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
    gap: 50px;
  }

  .results__card {
    gap: 30px;
  }

  .cta__title {
    font-size: 35px !important;
    line-height: 45px;
  }

  .challenge__text {
    font-size: 22px;
  }

  .header__list {
    flex-direction: column;
  }

  .header__list__item {
    max-width: 70%;
    width: 100%;
  }

  .results__card__badge__text {
    font-size: 45px;
  }

  .results__card__badge {
    height: 105px;
    width: 200px;
  }

  .results__card:nth-child(1) {
    order: 1;
  }

  .results__card:nth-child(2) {
    order: 2;
  }
}

@media (max-width: 480px) {
  .solution__card {
    padding: 25px;
  }

  .solution__card__text {
    text-align: left;
  }

  .solution__card__icon {
    width: 22px;
    height: 22px;
  }

  .challenge__card {
    padding: 30px 30px 50px;
    gap: 20px;
  }

  .challenge__card__icon {
    width: 70px;
    height: 70px;
  }

  .challenge__card__title {
    font-size: 28px !important;
  }

  .challenge__text {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .solution__card__text {
    font-size: 16px;
    line-height: 24px;
  }

  .solution__card__icon {
    width: 16px;
    height: 16px;
  }

  .challenge__card {
    padding: 20px 20px 40px;
  }

  .challenge__card__title {
    font-size: 24px !important;
  }

  .challenge__card__text {
    font-size: 16px;
    line-height: 24px;
  }
}