/* blocks/case-study-slider/case-study-slider.scss */
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
.case-study-slider {
  margin: calc(1.5rem + 2.3076923077vw) 0 calc(1.625rem + 3.4615384615vw);
}
@media (min-width: 1560px) {
  .case-study-slider {
    margin: 3.75rem 0 5rem;
  }
}
.case-study-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .case-study-slider__header {
    margin-bottom: calc(1.375rem + 1.1538461538vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1560px) {
  .case-study-slider__header {
    margin-bottom: 2.5rem;
  }
}
.case-study-slider .case-study-slider__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.875rem;
  max-width: 30.2rem;
}
.case-study-slider .case-study-slider__title {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
}
.case-study-slider .case-study-slider__title {
  font-size: 22px;
}
@media screen and (min-width: 375px) {
  .case-study-slider .case-study-slider__title {
    font-size: calc(22px + 12 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .case-study-slider .case-study-slider__title {
    font-size: 34px;
  }
}
.case-study-slider .case-study-slider__description {
  margin: 0;
  max-width: 35.375rem;
  line-height: 1.55;
  color: #212121;
  font-weight: 400;
}
.case-study-slider .case-study-slider__description {
  font-size: 14px;
}
@media screen and (min-width: 450px) {
  .case-study-slider .case-study-slider__description {
    font-size: calc(14px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .case-study-slider .case-study-slider__description {
    font-size: 16px;
  }
}
.case-study-slider__main-slide[data-group="0"] p {
  max-width: 500px;
}
.case-study-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.case-study-slider .case-study-slider__slider-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
.case-study-slider .case-study-slider__main-slider {
  margin-bottom: 1.25rem;
}
.case-study-slider .case-study-slider__main-slide {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  font-family: "BR Omega", sans-serif;
  border-radius: 18px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  background-size: cover !important;
  background-position: center right !important;
  min-height: 506px;
  max-height: 506px;
}
@media screen and (max-width: 991.5px) {
  .case-study-slider .case-study-slider__main-slide {
    padding: 1.875rem 1.125rem;
    border-radius: 15px;
    background: #F3F3F1 !important;
  }
}
.case-study-slider .case-study-slider__main-slide .case-study-slider__main-content {
  width: 100%;
  max-width: 678px;
  padding: 76px 60px;
  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;
}
.case-study-slider .case-study-slider__main-slide .case-study-slider__main-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-study-slider .case-study-slider__main-slide h3 {
  line-height: 125%;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.case-study-slider .case-study-slider__main-slide h3 {
  font-size: 24px;
}
@media screen and (min-width: 450px) {
  .case-study-slider .case-study-slider__main-slide h3 {
    font-size: calc(24px + 12 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .case-study-slider .case-study-slider__main-slide h3 {
    font-size: 36px;
  }
}
.case-study-slider .case-study-slider__main-slide p {
  line-height: 160%;
  font-weight: 400;
  margin: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 1.46;
}
@media screen and (min-width: 992px) {
  .case-study-slider .case-study-slider__main-slide p {
    line-height: 1.6;
    margin: 1.375rem 0 0;
  }
}
.case-study-slider .case-study-slider__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 18px;
  background-color: #FDE5CF;
  border-radius: 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #212121;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 992px) {
  .case-study-slider .case-study-slider__label {
    margin-bottom: 1.25rem;
    background-color: #fff;
  }
}
.case-study-slider .case-study-slider__thumbnail-box {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-top: 20px;
  padding: 1.25rem 0.75rem;
  border-radius: 10px;
}
.case-study-slider .case-study-slider__thumbnail-box:hover {
  background-color: #E2E2E2;
}
.case-study-slider .case-study-slider__thumbnail-box img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100px;
  height: 100px;
  margin: auto;
}
.case-study-slider .case-study-slider__thumbnail-box h3 {
  font-weight: 600;
  line-height: 120%;
  color: #0A2333;
  margin: 0;
}
.case-study-slider .case-study-slider__thumbnail-box h3 {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  .case-study-slider .case-study-slider__thumbnail-box h3 {
    font-size: calc(18px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .case-study-slider .case-study-slider__thumbnail-box h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .case-study-slider .case-study-slider__thumbnail-box h3 {
    font-weight: 500;
    line-height: 1.3;
  }
}
.case-study-slider__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2.25rem;
}
@media screen and (max-width: 991.5px) {
  .case-study-slider__button-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875rem;
  }
}
.case-study-slider .btn-pill {
  margin: 0;
}
.case-study-slider .case-study-slider__thumbnail-slider {
  margin: 0 -12.5px 1.25rem;
}
@media screen and (min-width: 992px) {
  .case-study-slider .case-study-slider__thumbnail-slider {
    margin: 0 -12.5px 2.25rem;
  }
}
.case-study-slider .case-study-slider__thumbnail-slide {
  height: inherit;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 12.5px;
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.case-study-slider .case-study-slider__thumbnail-slide:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .case-study-slider .case-study-slider__thumbnail-slide.slick-active.slick-current .case-study-slider__thumbnail-box {
    background: #DDDDDD;
    border-color: #DDD;
  }
}
@media screen and (min-width: 992px) {
  .case-study-slider .btn-underline {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .case-study-slider__header-button--desktop {
    display: none;
  }
}
.case-study-slider__footer-button {
  display: none;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .case-study-slider__footer-button--mobile {
    display: block;
  }
}
.case-study-slider .case-study-slider__thumbnail-content {
  margin-top: 20px;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.case-study-slider .case-study-slider__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #D5D5D5;
  z-index: 2;
  border-radius: 30px;
}
.case-study-slider .case-study-slider__progress-fill {
  height: 100%;
  width: 0%;
  background-color: #0B2333;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .case-study-slider .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 991.5px) {
  .case-study-slider .case-study-slider__title {
    font-size: 28px;
  }
  .case-study-slider .case-study-slider__pagination {
    display: none;
  }
  .case-study-slider .case-study-slider__main-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #212121;
    max-height: inherit;
  }
  .case-study-slider .case-study-slider__main-slide img {
    aspect-ratio: 300/250;
    width: 100%;
    max-height: 500px;
    border-radius: 12px;
  }
  .case-study-slider .case-study-slider__main-slide .case-study-slider__main-content {
    padding: 1.25rem 0 0;
  }
  .case-study-slider .case-study-slider__main-slide h3 {
    color: #212121;
  }
  .case-study-slider .case-study-slider__progress-fill {
    background-color: #1F4862;
  }
  .case-study-slider .for-mobile-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-study-slider .case-study-slider__thumbnail-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .case-study-slider .case-study-slider__progress-bar {
    position: relative;
  }
  .case-study-slider .case-study-slider__thumbnail-box {
    margin-top: 0;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 1.25rem;
    margin-top: 1.25rem;
  }
  .case-study-slider .case-study-slider__thumbnail-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  .case-study-slider .case-study-slider__thumbnail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
}
