* {
  box-sizing: border-box;
}

html {
  padding: 0;
}


@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: "Gilroy", sans-serif;
  --basic-black: #1f1f1f;
  --brand-blue: #0988fa;
  --grays-grey-01: #f0f2f8;
  --grays-grey-02: #f7f8fc;
  --grays-grey-03: #ccd6e9;
  --grays-grey-04: #aeb8cb;
  --grays-grey-06: #7c8a9d;
  --grays-grey-07: #617082;
  --basic-white: #fff;
  --gray-03: #ccd6e9;
  --bg-purple: #c3cefd;
}

.fancybox__container {
  z-index: 999999;
}

.fancybox__toolbar__column.is-left {
  display: none;
}

.fancybox__toolbar__column .f-button {
  margin: 30px 32px;
  width: 68px;
  height: 68px;
  background-color: var(--basic-white);
  border-radius: 50%;
}

@media screen and (max-width: 1536px) {
  .fancybox__toolbar__column .f-button {
    width: calc(60px + (68 - 60) * ((100vw - 1280px) / (1536 - 1280)));
    height: calc(60px + (68 - 60) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .fancybox__toolbar__column .f-button {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 922px) {
  .fancybox__toolbar__column .f-button {
    width: calc(49px + (60 - 49) * ((100vw - 414px) / (922 - 414)));
    height: calc(49px + (60 - 49) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .fancybox__toolbar__column .f-button {
    width: 49px;
    height: 49px;
  }
}

.fancybox__toolbar__column .f-button svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: var(--basic-black);
  stroke-width: 2px;
}

@media screen and (max-width: 922px) {
  .fancybox__toolbar__column .f-button svg {
    width: calc(15px + (24 - 15) * ((100vw - 414px) / (922 - 414)));
    height: calc(15px + (24 - 15) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 922px) {
  .fancybox__toolbar__column .f-button svg {
    width: 15px;
    height: 15px;
  }
}

.fancybox__backdrop {
  background-color: var(--grays-grey-07);
  opacity: 0.3;
}

.fancybox__slide {
  padding: 67px;
}

@media screen and (max-width: 1536px) {
  .fancybox__slide {
    padding: calc(102px + (130 - 102px) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .fancybox__slide {
    padding: calc(40px + (102 - 40px) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .fancybox__slide {
    padding: calc(22px + (40 - 22px) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .fancybox__slide {
    padding: 22px;
  }
}

.study-case-body .breadcrumbs__list {
  justify-content: flex-start;
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: var(--basic-black);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.study-case-body .header__container   {
  background-color: #fff;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

@media screen and (max-width: 1920px) {
  .margin-bottom-45 {
    margin-bottom: calc(35px + (45 - 35) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .margin-bottom-45 {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .margin-bottom-45 {
    margin-bottom: 30px;
  }
}


.margin-bottom-80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1920px) {
  .margin-bottom-80 {
    margin-bottom: calc(70px + (80 - 70) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .margin-bottom-80 {
    margin-bottom: calc(60px + (70 - 60) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .margin-bottom-80 {
    margin-bottom: calc(50px + (60 - 50) * ((100vw - 414px) / (1280 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .margin-bottom-80 {
    margin-bottom: 50px;
  }
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 1920px) {
  .margin-bottom-120 {
    margin-bottom: calc(
      100px + (120 - 100) * ((100vw - 1536px) / (1920 - 1536))
    );
  }
}

@media screen and (max-width: 1536px) {
  .margin-bottom-120 {
    margin-bottom: calc(70px + (100 - 70) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .margin-bottom-120 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 922px) {
  .margin-bottom-120 {
    margin-bottom: calc(60px + (70 - 60) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .margin-bottom-120 {
    margin-bottom: 60px;
  }
}

.gap-65 {
  gap: 65px;
}

@media screen and (max-width: 1920px) {
  .gap-65 {
    gap: calc(50px + (65 - 50) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .gap-65 {
    gap: calc(30px + (50 - 30) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .gap-65 {
    gap: 30px;
  }
}

.border-radius {
  border-radius: 20px;
}

@media screen and (max-width: 1536px) {
  .border-radius {
    border-radius: calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .border-radius {
    border-radius: 15px;
  }
}

@media screen and (max-width: 922px) {
  .border-radius {
    border-radius: calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .border-radius {
    border-radius: 10px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1252px;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  .container {
    max-width: calc(
      1184px + (1252 - 1184) * ((100vw - 1536px) / (1920 - 1536))
    );
  }
}

@media screen and (max-width: 1536px) {
  .container {
    padding: 0 16px;
    max-width: calc(996px + (1168 - 996) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: calc(874px + (996 - 874) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .container {
    max-width: calc(374px + (874 - 374) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.container-wide {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.study-title {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

@media screen and (max-width: 1920px) {
  .study-title {
    margin-bottom: calc(35px + (45 - 35) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(30px + (35 - 30) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(40px + (45 - 40) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-title {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1280px) / (1536 - 1280)));
    font-size: calc(24px + (30 - 24) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(36px + (40 - 36) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
  }
}

.study-text {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

@media screen and (max-width: 1920px) {
  .study-text {
    font-size: calc(22px + (24 - 22) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(34px + (36 - 34) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-text {
    font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(28px + (34 - 28) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.study-text a {
  font-weight: 600;
  color: var(--brand-blue);
  border-bottom: 1px solid var(--brand-blue);
  transition: .3s linear;
}

.study-text a:hover {
  border-bottom: 1px solid transparent;
}

.study-first {
  position: relative;
}

.container-big {
  position: relative;
  margin-top: auto;
  width: 100%;
  height: 100%;
  max-width: 1600px;
}

@media screen and (max-width: 1920px) {
  .container-big {
    max-width: calc(
      1278px + (1600 - 1278) * ((100vw - 1536px) / (1920 - 1536))
    );
  }
}

@media screen and (max-width: 1536px) {
  .container-big {
    max-width: calc(
      1070px + (1278 - 1070) * ((100vw - 1280px) / (1536 - 1280))
    );
  }
}

@media screen and (max-width: 1280px) {
  .container-big {
    max-width: calc(770px + (1065 - 770) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .container-big {
    max-width: calc(344px + (767 - 344) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .container-big {
    max-width: 100%;
    padding: 0 26px;
  }
}

.study-first__container {
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 670px;
  background: linear-gradient(0deg, #8da1fd 0%, #8da1fd 100%),
    linear-gradient(260deg, #6680f6 21.04%, #8da1fd 79.68%);
  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  .study-first__container {
    min-height: calc(586px + (670 - 586) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-first__container {
    min-height: calc(476px + (586 - 476) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-first__container {
    min-height: 476px;
  }
}

@media screen and (max-width: 922px) {
  .study-first__container {
    min-height: calc(259px + (476 - 259) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-first__container {
    min-height: 259px;
  }
}

.study-first__imgs {
  position: relative;
  display: flex;
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 1s ease, transform 1s ease;
}

.study-first__img {
  margin-top: auto;
  display: block;
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 1920px) {
  .study-first__img {
    border-radius: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)))
      calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536))) 0 0;
  }
}

@media screen and (max-width: 1536px) {
  .study-first__img {
    border-radius: calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280)))
      calc(12px + (16 - 12) * ((100vw - 1280px) / (1536 - 1280))) 0 0;
  }
}

@media screen and (max-width: 1280px) {
  .study-first__img {
    border-radius: 12px 12px 0 0;
  }
}

@media screen and (max-width: 922px) {
  .study-first__img {
    border-radius: calc(6px + (12 - 6) * ((100vw - 414px) / (922 - 414)))
      calc(6px + (12 - 6) * ((100vw - 414px) / (922 - 414))) 0 0;
  }
}

@media screen and (max-width: 414px) {
  .study-first__img {
    border-radius: 6px 6px 0 0;
  }
}

.study-first__img--mini {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 650px;
  z-index: 2;
  box-shadow: 0 2.882px 50px 0 rgba(66, 85, 141, 0.06),
    0 2.882px 23.059px 0 rgba(66, 85, 141, 0.06);
}

@media screen and (max-width: 1920px) {
  .study-first__img--mini {
    width: calc(520px + (650 - 520) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-first__img--mini {
    width: calc(433px + (520 - 433) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-first__img--mini {
    width: calc(312px + (433 - 312) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-first__img--mini {
    width: calc(140px + (312 - 140) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-first__img--mini {
    width: 140px;
  }
}

.study-first__img--big {
  width: 1434px;
  box-shadow: 0 2.882px 50px 0 rgba(66, 85, 141, 0.06),
    0 2.882px 23.059px 0 rgba(66, 85, 141, 0.1);
}

@media screen and (max-width: 1920px) {
  .study-first__img--big {
    width: calc(1147px + (1434 - 1147) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-first__img--big {
    width: calc(956px + (1147 - 956) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-first__img--big {
    width: calc(688px + (956 - 688) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-first__img--big {
    width: calc(309px + (688 - 309) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-first__img--big {
    max-width: 309px;
    aspect-ratio: 2.81;
  }
}

.study-first__imgs.active {
  opacity: 1;
  transform: translateY(0);
}

.study-features {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 1920px) {
 .study-features {
    margin-bottom: calc(80px + (100 - 80) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
 .study-features {
   margin-bottom: calc(60px + (80 - 60) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
 .study-features {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 922px) {
 .study-features {
   margin-bottom: calc(50px + (60 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
 .study-features {
    margin-bottom: 50px;
  }
}

.study-features__wrapper {
  padding-top: 30px;
}

.study-features__title {
  margin: 0;
  font-size: 65px;
  line-height: 80px;
}

@media screen and (max-width: 1920px) {
  .study-features__title {
    font-size: calc(55px + (65 - 55) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(70px + (80 - 70) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__title {
    font-size: calc(45px + (55 - 45) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(55px + (70 - 55) * ((100vw - 1280px) / (1536 - 1280)));
  }

  .study-features__title br {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .study-features__title {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (max-width: 922px) {
  .study-features__title {
     font-size: calc(30px + (45 - 30) * ((100vw - 414px) / (922 - 414)));
    line-height: calc(40px + (55 - 40) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-features__title {
    font-size: 30px;
    line-height: 40px;
  }
}

.study-features__cols {
  margin-bottom: 62px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 278px;
  grid-template-rows: auto auto;
  gap: 50px 30px;
}

@media screen and (max-width: 1920px) {
  .study-features__cols {
    grid-template-columns: 1fr calc(
        261px + (278 - 261) * ((100vw - 1536px) / (1920 - 1536))
      );
  }
}

@media screen and (max-width: 1536px) {
  .study-features__cols {
    grid-template-columns: 1fr calc(
        226px + (261 - 226) * ((100vw - 1280px) / (1536 - 1280))
      );
  }
}

@media screen and (max-width: 1280px) {
  .study-features__cols {
    grid-template-columns: 1fr 226px;
  }
}

@media screen and (max-width: 810px) {
  .study-features__cols {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.study-features__themes-text {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1920px) {
  .study-features__themes-text {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__themes-text {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__themes-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-features__themes-text--light {
  margin-bottom: 10px;
  color: var(--grays-grey-06);
}

.study-features__themes {
  margin-bottom: calc(30px + (40 - 30) * ((100vw - 1536px) / (1920 - 1536)));
}

.study-features__themes:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .study-features__themes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .study-features__col {
    display: grid;

    grid-template-columns: 1fr;
    gap: 25px;
  }

  .study-features__col--second {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.study-features__flex {
  display: flex;
  align-items: center;
  gap: 15px 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1536px) {
  .study-features__flex {
    gap: 15px calc(45px + (50 - 45) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__flex {
    gap: 15px 45px;
  }
}

@media screen and (max-width: 922px) {
  .study-features__flex {
    gap: 15px calc(30px + (45 - 30) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-features__flex {
    margin-bottom: 20px;
    gap: 15px 30px;
  }
}

.study-features__tag {
  padding: 10px 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border-radius: 10px;
  background-color: var(--grays-grey-02);
}

@media screen and (max-width: 1536px) {
  .study-features__tag {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__tag {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 922px) {
  .study-features__tag {
    padding: 8px 15px;
    font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
    line-height: calc(22px + (24 - 22) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-features__tag {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 22px;
  }
}

.study-features__time {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1536px) {
  .study-features__time {
    gap: calc(5px + (10 - 5) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__time {
    gap: 5px;
  }
}

.study-features__time svg {
  display: block;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1920px) {
  .study-features__time svg {
    width: calc(20px + (25 - 20) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(20px + (25 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__time svg {
    width: 20px;
    height: 20px;
  }
}

.study-features__time-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 1920px) {
  .study-features__time-text {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__time-text {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__time-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-features__date {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: var(--grays-grey-06);
}

@media screen and (max-width: 1920px) {
  .study-features__date {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__date {
    font-size: calc(18px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__date {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-features__site {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: var(--brand-blue);
}

@media screen and (max-width: 1920px) {
  .study-features__site {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__site {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__site {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-features__site svg {
  display: block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

@media screen and (max-width: 1920px) {
  .study-features__site svg {
    width: calc(20px + (25 - 20) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(20px + (25 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1920px) {
  .study-features__site svg {
    width: 20px;
    height: 20px;
  }
}

.study-features__grid-column {
  display: grid;
  grid-template-columns: 277px 1fr;
  grid-column-gap: 30px;
}

@media screen and (max-width: 1920px) {
  .study-features__grid-column {
    grid-template-columns: calc(262px + (277 - 262) * ((100vw - 1536px) / (1920 - 1536))) 1fr;
  }
}

@media screen and (max-width: 1536px) {
  .study-features__grid-column {
    grid-template-columns: calc(226px + (262 - 226) * ((100vw - 1280px) / (1536 - 1280))) 1fr;
    grid-column-gap: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__grid-column {
    grid-template-columns: 226px 1fr;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 810px) {
  .study-features__grid-column {
    grid-template-columns: 1fr;
  }
}

.study-features__grid-name {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .study-features__grid-name {
    font-size: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-features__grid-name {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(36px + (40 - 36) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-features__grid-name {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 810px) {
  .study-features__grid-name {
    margin-bottom: 20px;
  }
}

.study-features__grid-desc p {
  margin-bottom: 30px;
}

@media screen and (max-width: 1920px) {
  .study-features__grid-desc p {
   margin-bottom: calc(25px + (30 - 25) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
   .study-features__grid-desc p  {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
   .study-features__grid-desc p  {
    margin-bottom: 20px;
  }
}

.study-features__grid-desc p:last-child {
  margin-bottom: 0;
}

.study__tabs-wrapper {
  margin-bottom: 60px;
  overflow: hidden;
  padding: 20px 0;
  background: white;
  z-index: 10;
}

@media screen and (max-width: 1920px) {
  .study__tabs-wrapper {
  margin-bottom: calc(50px + (60 - 50) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study__tabs-wrapper {
    margin-bottom: calc(40px + (50 - 40) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study__tabs-wrapper {
    margin-bottom: 40px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 414px) {
  .study__tabs-wrapper {
    padding: 10px 0;
  }
}

.study__tabs {
  width: 100%;
}

.study__tabs .swiper-wrapper {
  display: flex;
}

.study__tabs.swiper {
  overflow: initial;
}

.study__tab {
  width: auto;
  flex-shrink: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  transition: 0.3s linear;
  border-bottom: 2px solid transparent;
}

.study__tab.active {
  color: var(--brand-blue);
  border-bottom-color: var(--brand-blue);
}

.study__tab:hover {
  color: var(--brand-blue);
}

@media screen and (max-width: 1920px) {
  .study__tab {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study__tab {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study__tab {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-goals__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

@media screen and (max-width: 810px) {
  .study-goals__flex {
    grid-template-columns: 1fr;
  }
}

.study-goals__block {
  flex: 1;
}

.study-goals__block p {
  margin: 0 0 30px;
}

@media screen and (max-width: 1920px) {
  .study-goals__block p {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-goals__block p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 922px) {
  .study-goals__block p {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-goals__block p {
    margin-bottom: 15px;
  }
}

.study-goals__block p:last-child {
  margin-bottom: 0;
}

.study-goals__block--right {
  padding: 35px;
  background-color: var(--grays-grey-02);
}

@media screen and (max-width: 1280px) {
  .study-goals__block--right {
    padding: calc(30px + (35 - 30) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 922px) {
  .study-goals__block--right {
    padding: calc(25px + (30 - 25) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-goals__block--right {
    padding: 25px;
  }
}

.study-goals__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 340px 340px;
  gap: 30px 30px;
}

@media screen and (max-width: 1920px) {
  .study-goals__grid {
    grid-template-rows:
      calc(320px + (340 - 320) * ((100vw - 1536px) / (1920 - 1536)))
      calc(320px + (340 - 320) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-goals__grid {
    grid-template-rows:
      calc(273px + (320 - 273) * ((100vw - 1280px) / (1536 - 1280)))
      calc(273px + (320 - 273) * ((100vw - 1280px) / (1536 - 1280)));
    gap: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-goals__grid {
    grid-template-rows:
      calc(240px + (273 - 240) * ((100vw - 922px) / (1280 - 922)))
      calc(240px + (273 - 240) * ((100vw - 922px) / (1280 - 922)));
    gap: 20px;
  }
}

@media screen and (max-width: 922px) {
  .study-goals__grid {
    grid-template-rows: 240px 240px;
  }
}

@media screen and (max-width: 534px) {
  .study-goals__grid {
    grid-template-rows: auto 240px 240px;
     grid-template-columns: 100%;
     gap: 10px;
  }
}

.study-goals__grid img,
.study-goals__grid object {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 534px) {
  .study-goals__grid img,
  .study-goals__grid object  {
    width: 100%;
  }
}

.study-goals__left {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 534px) {
  .study-goals__left {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.study-goals__img {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

@media screen and (max-width: 534px) {
  .study-goals__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

.study-goals__object {
  position: relative;
  width: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 534px) {
  .study-goals__object {
    padding: 10px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: #F7F8FF;
    border-radius: 10px;
  }
}

.study-research {
  overflow: hidden;
}

.study-research__grid {
  display: grid;
  grid-template-columns: 1fr 347px;
}

@media screen and (max-width: 1920px) {
  .study-research__grid {
    grid-template-columns: 1fr calc(
        339px + (347 - 339) * ((100vw - 1536px) / (1920 - 1536))
      );
  }
}

@media screen and (max-width: 1536px) {
  .study-research__grid {
    grid-template-columns: 1fr calc(
        298px + (339 - 298) * ((100vw - 1280px) / (1536 - 1280))
      );
  }
}

@media screen and (max-width: 1280px) {
  .study-research__grid {
    grid-template-columns: 1fr calc(
        229px + (298 - 229) * ((100vw - 922px) / (1280 - 922))
      );
  }
}

@media screen and (max-width: 810px) {
  .study-research__grid {
    grid-template-columns: 1fr;
  }
}

.study__research__left p {
  margin: 0 0 30px;
}

@media screen and (max-width: 1920px) {
  .study__research__left p {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study__research__left p {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study__research__left p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 922px) {
  .study__research__left p {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study__research__left p {
    margin-bottom: 15px;
  }
}

.study__research__left p:last-child {
  margin-bottom: 0;
}

.study-research__step {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--grays-grey-02);
  border-radius: 13.736px;
  border: 0.916px solid var(--grays-grey-03);
}

.study-research__line {
  position: relative;
  margin: 0 auto;
  width: 1px;
  height: 31px;
  background-color: var(--gray-03);
}

@media screen and (max-width: 1536px) {
  .study-research__line {
    height: calc(26px + (31 - 26) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-research__line {
    height: 26px;
  }
}

.study-research__line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: var(--basic-white);
  border: 1px solid var(--grays-grey-03);
  border-radius: 50%;
}

.study-research__line::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 9px;
  height: 9px;
  background-color: var(--basic-white);
  border: 1px solid var(--grays-grey-03);
  border-radius: 50%;
  z-index: 1;
}

.study-research__step:last-child {
  margin-bottom: 0;
}

.study-research__step span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 1920px) {
  .study-research__step span {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-research__step span {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1535 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1535 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-research__step span {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-research__step img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1920px) {
  .study-research__step img {
    width: calc(19px + (20 - 19) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-research__step img {
    width: calc(16px + (19 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-research__step img {
    width: 16px;
    height: 24px;
  }
}

.study-research__slider {
  overflow: initial;
}

.study-research__slider .swiper-slide {
  width: auto !important;
  max-width: 100%;
}

.study-research__slide-link img,
.study-research__slide {
  max-height: 678px;
}

@media screen and (max-width: 1920px) {
  .study-research__slide-link img,
  .study-research__slide {
    max-height: calc(640px + (678 - 640) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-research__slide-link img,
  .study-research__slide {
    max-height: calc(542px + (640 - 542) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-research__slide-link img,
  .study-research__slide {
    max-height: calc(474px + (542 - 474) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-research__slide-link img,
  .study-research__slide {
    max-height: calc(210px + (474 - 210) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-research__slide-link img,
  .study-research__slide {
    max-height: 210px;
  }
}

.study-research__slide-link {
  display: block;
}

.study-research__slide-link img {
  display: block;
  max-width: 100%;
}

.study-approach__text {
  margin-bottom: 45px;
}

@media screen and (max-width: 1920px) {
  .study-approach__text {
     margin-bottom: calc(35px + (45 - 35) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-approach__text {
     margin-bottom: calc(30px + (35 - 30) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-approach__text{
     margin-bottom: 30px;
  }
}

.study-approach__item {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 577px;
  gap: 50px;
  align-items: start;
  border-bottom: 1px solid var(--grays-grey-01);
}

@media screen and (max-width: 1920px) {
  .study-approach__item {
    padding: calc(25px + (30 - 25) * ((100vw - 1536px) / (1920 - 1536))) 0;
    grid-template-columns: 1fr calc(
        554px + (577 - 554) * ((100vw - 1536px) / (1920 - 1536))
      );
  }
}

@media screen and (max-width: 1536px) {
  .study-approach__item {
    padding: calc(20px + (25 - 20) * ((100vw - 1280px) / (1536 - 1280))) 0;
    grid-template-columns: 1fr calc(
        472px + (554 - 472) * ((100vw - 1280px) / (1536 - 1280))
      );
    gap: calc(20px + (50 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-approach__item {
    padding: 20px 0;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 810px) {
  .study-approach__item {
    grid-template-columns: 1fr;
  }
}

.study-approach__item-name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .study-approach__item-name {
    font-size: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-approach__item-name {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(36px + (40 - 36) * ((100vw - 1280px) / (1536 - 1280)));
    font-weight: 700;
    gap: calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-approach__item-name {
    font-size: 24px;
    line-height: 36px;
    gap: 15px;
  }
}

.study-approach__item-name::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 60px;
  height: 60px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--grays-grey-02);
  border-radius: 50%;
}

.study-approach__item:first-child .study-approach__item-name::before {
  background-image: url("../imgCaseStudy/a1.svg");

}

.study-approach__item:nth-child(2) .study-approach__item-name::before {
  background-image: url("../imgCaseStudy/a2.svg");
}

.study-approach__item:nth-child(3) .study-approach__item-name::before {
  background-image: url("../imgCaseStudy/a3.svg");
}

.study-approach__item:nth-child(4) .study-approach__item-name::before {
  background-image: url("../imgCaseStudy/a4.svg");
}

.study-approach__item:nth-child(5) .study-approach__item-name::before {
  background-image: url("../imgCaseStudy/a5.svg");
}

.study-approach__item:nth-child(6) .study-approach__item-name::before {
  background-image: url("../imgCaseStudy/a6.svg");
}

@media screen and (max-width: 1920px) {
  .study-approach__item-name::before {
    width: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-approach__item-name::before {
    width: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1280px) {
  .study-approach__item-name::before {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 414px) {
  .study-approach__item-name::before {
    width: calc(50px + (55 - 50) * ((100vw - 414px) / (922 - 414)));
    height: calc(50px + (55 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

.study-approach__slider {
  overflow: initial;
}

.study-approach__slider .swiper-slide {
  width: auto !important;
  max-width: 100%;
}

.study-approach__slide-link {
  display: block;
}

.study-approach__slide-link img {
  display: block;
  max-width: 100%;
}

.study-approach {
  overflow: hidden;
}

.study-summary__title {
  margin-bottom: 0;
}

.study-summary__inner {
  padding-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

@media screen and (max-width: 1920px) {
  .study-summary__inner {
    gap: calc(35px + (45 - 35) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__inner {
    gap: 35px;
  }
}

@media screen and (max-width: 810px) {
  .study-summary__inner {
    grid-template-columns: 1fr;
  }
}

.study-summary__blockquote {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: flex;
  gap: 65px;
}

@media screen and (max-width: 1920px) {
  .study-summary__blockquote {
    padding: calc(30px + (40 - 30) * ((100vw - 1536px) / (1920 - 1536))) 0;
    gap: 65px;
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__blockquote {
    padding: calc(25px + (30 - 25) * ((100vw - 1280px) / (1536 - 1280))) 0;
    gap: calc(40px + (65 - 40) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__blockquote {
    padding: 25px;
    gap: 40px;
  }
}

@media screen and (max-width: 922px) {
  .study-summary__blockquote {
    padding: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414))) 0;
    gap: calc(20px + (40 - 20) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 810px) {
  .study-summary__blockquote {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 414px) {
  .study-summary__blockquote {
    gap: 20px;
  }
}

.study-summary__blockquote svg {
  display: block;
  width: 94px;
  height: 94px;
}

@media screen and (max-width: 1920px) {
  .study-summary__blockquote svg {
    width: calc(88px + (94 - 88) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(88px + (94 - 88) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__blockquote svg {
    width: calc(70px + (88 - 70) * ((100vw - 1280px) / (1536 - 1280)));
    height: calc(70px + (88 - 70) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__blockquote svg {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 922px) {
  .study-summary__blockquote svg {
    width: calc(50px + (70 - 50) * ((100vw - 414px) / (922 - 414)));
    height: calc(50px + (70 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-summary__blockquote svg {
    width: 50px;
    height: 50px;
  }
}

.study-blockquote-text {
  margin: 0 0 30px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}

@media screen and (max-width: 1920px) {
  .study-blockquote-text {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(36px + (44 - 36) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-blockquote-text {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 1280px) / (1536 - 1280)));
    font-style: normal;
    font-size: calc(22px + (24 - 22) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(34px + (36 - 34) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-blockquote-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 34px;
  }
}

@media screen and (max-width: 922px) {
  .study-blockquote-text {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 414px) / (922 - 414)));
    font-size: calc(18px + (22 - 18) * ((100vw - 414px) / (922 - 414)));
    line-height: calc(28px + (34 - 28) *((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-blockquote-text {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }
}

.study-blockquote-text a {
  color: var(--brand-blue);
  border-bottom: 1px solid var(--brand-blue);
}

.study-blockquote-cite {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #7C8A9D;
}

@media screen and (max-width: 1920px) {
  .study-blockquote-cite {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-blockquote-cite {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-blockquote-cite {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-blockquote-cite strong {
  color: var(--basic-black);
}

.study-summary__blockquote-cite strong {
  font-weight: 700;
}

.study-summary__list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1536px) {
  .study-summary__list {
    gap: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__list {
    gap: 20px;
  }
}

@media screen and (max-width: 922px) {
  .study-summary__list {
    gap: calc(10px + (20 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 799px) {
  .study-summary__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.study-summary__item {
  padding: 50px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background: var(--Grays-Gray_02, #f7f8fc);
}

@media screen and (max-width: 1920px) {
  .study-summary__item {
    padding: calc(40px + (50 - 40) * ((100vw - 1536px) / (1920 - 1536)));
    min-height: calc(290px + (320 - 290) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__item {
    padding: calc(30px + (40 - 30) * ((100vw - 1280px) / (1536 - 1280)));
    min-height: calc(250px + (290 - 250) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__item {
    padding: 30px;
    min-height: 250px;
  }
}

@media screen and (max-width: 922px) {
  .study-summary__item {
    padding: calc(25px + 30 - 25) * ((100vw - 414px) / (922 - 414));
    min-height: calc(200px + (250 - 200) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-summary__item {
    padding: 25px;
    min-height: 200px;
  }
}

.study-summary__item-title {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

@media screen and (max-width: 1920px) {
  .study-summary__item-title {
    font-size: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__item-title {
    font-size: calc(24px + (30 - 24) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(36px + (40 - 36) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__item-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.study-summary__item-title::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 60px;
  height: 60px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--basic-white);
  border-radius: 50%;
}

.study-summary__item:first-child .study-summary__item-title::after {
  background-image: url("../imgCaseStudy/s1.svg");
}

.study-summary__item:nth-child(2) .study-summary__item-title::after {
  background-image: url("../imgCaseStudy/a5.svg");
}

.study-summary__item:nth-child(3) .study-summary__item-title::after {
  background-image: url("../imgCaseStudy/a2.svg");
}

.study-summary__item:nth-child(4) .study-summary__item-title::after {
  background-image: url("../imgCaseStudy/s4.svg");
}

.study-summary__item:nth-child(5) .study-summary__item-title::after {
  background-image: url("../imgCaseStudy/a3.svg");
}

.study-summary__item:nth-child(6) .study-summary__item-title::after {
  background-image: url("../imgCaseStudy/a6.svg");
}

@media screen and (max-width: 1920px) {
  .study-summary__item-title::after {
    width: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__item-title::after {
    width: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__item-title::after {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 414px) {
  .study-summary__item-title::after {
    width: calc(50px + (55 - 50) * ((100vw - 414px) / (922 - 414)));
    height: calc(50px + (55 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

.study-summary__item-text {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: var(--grays-grey-07);
}

@media screen and (max-width: 1920px) {
  .study-summary__item-text {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(28px + (30 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-summary__item-text {
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-summary__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.study-accomplished__title {
  margin-bottom: 80px;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__title {
     margin-bottom: calc(70px + (80 - 70) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
   .study-accomplished__title {
     margin-bottom: calc(60px + (70 - 60) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
   .study-accomplished__title {
     margin-bottom: 60;
  }
}

@media screen and (max-width: 922px) {
   .study-accomplished__title {
     margin-bottom: calc(50px + (60 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
   .study-accomplished__title {
     margin-bottom: 50;
  }
}

.study-accomplished__grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__grid {
    gap: calc(35px + (45 - 35) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__grid {
    gap: calc(30px + (35 - 30) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__grid {
    gap: 30px;
  }
}

@media screen and (max-width: 810px) {
  .study-accomplished__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.study-accomplished__column--right .study-accomplished__text:not(:last-child) {
  margin-bottom: 20px;
}

.study-accomplished__item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.study-accomplished__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__item {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 1536px) / (1920 - 1536)));
    gap: calc(14px + (18 - 14) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__item {
    margin-bottom: 15px;
    gap: calc(12px + (14 - 12) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__item {
    gap: 12px;
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__item {
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414) {
  .study-accomplished__item {
    margin-bottom: 10px;
  }
}

.study-accomplished__item::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--brand-blue);
  border-radius: 50%;
}

@media screen and (max-width: 1536px) {
  .study-accomplished__item::before {
    width: calc(8px + (10 - 8) * ((100vw - 1280px) / (1536 - 1280)));
    height: calc(8px + (10 - 8) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__item::before {
    width: 8px;
    height: 8px;
  }
}

.study-accomplished__head {
  margin-bottom: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__head {
   margin-bottom: calc(25px + (30 - 25) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(36px + (44 - 36) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__head {
   margin-bottom: calc(20px + (25 - 20) * ((100vw - 1280px) / (1536 - 1280)));
    font-size: calc(22px + (24 - 22) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(34px + (36 - 34) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__head {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 34px;
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__head {
   display: flex;
  }
}

.study-accomplished__head span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  color: var(--brand-blue);
}

.study-accomplished__bg__kanban-img {
  max-width: 100%;
  box-shadow: 0 -2px 18px 0 rgba(66, 85, 141, 0.1);
  aspect-ratio: 1.78;
  border-radius: 25px;
}


@media screen and (max-width: 922px) {
  .study-accomplished__bg__kanban-img {
    border-radius: calc(10px + (25 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__bg__kanban-img {
    border-radius: 10px;
  }
}

.study-accomplished__kanban-img {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 1080px;
  background-color: var(--grays-grey-01);
}

@media screen and (max-width: 1920px) {
  .study-accomplished__kanban-img {
    min-height: calc(864px + (1080 - 864) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__kanban-img {
    min-height: calc(720px + (864 - 720) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__kanban-img {
    min-height: calc(520px + (720 - 520) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__kanban-img {
    min-height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__kanban-img {
    min-height: 240px;
  }
}

.study-accomplished__inner {
  position: absolute;
  top: 50px;
  left: 50px;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__inner {
    top: calc(40px + (50 - 40) * ((100vw - 1536px) / (1920 - 1536)));
    left: calc(40px + (50 - 40) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__inner {
    top: calc(30px + (40 - 30) * ((100vw - 1280px) / (1536 - 1280)));
    left: calc(30px + (40 - 30) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__inner {
    top: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__inner {
    top: calc(10px + (30 - 10) * ((100vw - 414px) / (922 - 414)));
    left: calc(10px + (30 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__inner {
    top: 10px;
    left: 10px;
  }
}

.study-img-wrapper {
  position: relative;
}

.study-btn__inner {
  display: flex;
}

@media screen and (max-width: 922px) {
  .study-btn__inner{
    gap: calc(5px + (10 - 5) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-btn__inner {
     align-items: flex-start;
    gap: 5px;
  }
}

.study-btn__plus {
  display: flex;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-blue);
  border-radius: 50%;
  border: none;
}

@media screen and (max-width: 1536px) {
  .study-btn__plus {
    width: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(55px + (60 - 55) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1280px) {
  .study-btn__plus {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 922px) {
  .study-btn__plus {
    width: calc(50px + (55 - 50) * ((100vw - 414px) / (922 - 414)));
    height: calc(50px + (55 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-btn__plus {
    width: 50px;
    height: 50px;
  }
}

.study-btn__note {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  padding: 15px 35px;
  width: 400px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--basic-white);
  background-color: var(--brand-blue);
  border-radius: 100px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 1920px) {
  .study-btn__note {
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-btn__note {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .study-btn__note {
    width: calc(355px + (400 - 355) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-btn__note {
    padding: calc(10px + (15 - 10) * ((100vw - 534px) / (922 - 534)))
      calc(30px + (35 - 30) * ((100vw - 534px) / (922 - 534)));
    width: 355px;
    font-size: calc(14px + (16 - 14) * ((100vw - 534px) / (922 - 534)));
    line-height: calc(22px + (24 - 22) * ((100vw - 534px) / (922 - 534)));
  }
}

@media screen and (max-width: 534px) {
  .study-btn__note {
    padding: 10px 30px;
    top: 0;
    transform: translateY(0);
    font-size: 14px;
    line-height: 22px;
    left: calc(100% + 5px);
    width: calc(100vw - 50px - 5px - 20px);
  }
}

.study-btn__note.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .study-img-wrapper:hover .study-btn__note {
    opacity: 1;
    pointer-events: auto;
  }
}

.study-accomplished__task-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 752px;
  background-color: var(--bg-purple);
}

@media screen and (max-width: 1920px) {
  .study-accomplished__task-wrapper {
    height: calc(560px + (752 - 560) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__task-wrapper {
    height: 560px;
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__task-wrapper {
    height: calc(220px + (560 - 220) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__task-wrapper {
    height: 220px;
  }
}

.study-accomplished__task-wrapper object {
  margin: 0 auto;
  height: 100%;
}

.study-accomplished__time {
  position: relative;
}

.study-accomplished__task-wrapper-img {
  position: relative;
  display: flex;
  min-height: 1080px;
  background-color: var(--grays-grey-01);
}

@media screen and (max-width: 1920px) {
  .study-accomplished__task-wrapper-img {
    min-height: calc(864px + (1080 - 864) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__task-wrapper-img {
    min-height: calc(720px + (864 - 720) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__task-wrapper-img {
    min-height: calc(520px + (720 - 520) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__task-wrapper-img {
    min-height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__task-wrapper-img {
    min-height: 240px;
  }
}

.study-accomplished__task-img {
  display: block;
  margin-top: auto;
  margin-left: auto;
  max-width: 100%;
  width: calc(100vw - 10%);
  object-fit: contain;
}

.study-accomplished__time-wrapper-img {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--grays-grey-01);
  min-height: 1080px;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__time-wrapper-img {
    min-height: calc(864px + (1080 - 864) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__time-wrapper-img {
    min-height: calc(720px + (864 - 720) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__time-wrapper-img {
    min-height: calc(520px + (720 - 520) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__time-wrapper-img {
    min-height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__time-wrapper-img {
    min-height: 240px;
  }
}

.study-accomplished__time-img {
  max-width: 100%;
  aspect-ratio: 1.78;
}

.study-accomplished__roles-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.study-accomplished__roles-wrapper object {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.study-accomplished__roles-wrapper-img {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 1080px;
  background-color: var(--bg-purple);
}

@media screen and (max-width: 1920px) {
  .study-accomplished__roles-wrapper-img {
    min-height: calc(864px + (1080 - 864) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__roles-wrapper-img {
    min-height: calc(720px + (864 - 720) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__roles-wrapper-img {
    min-height: calc(520px + (720 - 520) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__roles-wrapper-img {
    min-height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__roles-wrapper-img {
    min-height: 240px;
  }
}

.study-accomplished__roles-img {
  max-width: 100%;
  aspect-ratio: 1.78;
}

.study-accomplished__storage-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.study-accomplished__storage-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px 20px 0 20px;
}

@media screen and (max-width: 1536px) {
  .study-accomplished__storage-img {
    border-radius: calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280))) calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280))) 0 calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__storage-img {
    border-radius: 15px 15px 0 15px;
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__storage-img {
    border-radius: calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414))) calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414))) 0 calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__storage-img {
    border-radius: 10px 10px 0 10px;
  }
}

.study-accomplished__storage .study-accomplished__inner {
  top: 30px;
  left: 30px;
}

@media screen and (max-width: 1536px) {
  .study-accomplished__storage .study-accomplished__inner {
    top: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
    left: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__storage .study-accomplished__inner {
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__storage .study-accomplished__inner {
    top: 10px;
    left: 0;
  }

  @media screen and (max-width: 414px) {
     .study-accomplished__storage .study-accomplished__inner {
      top: 10px;
      left: -10px;
    }
  }

  .study-accomplished__storage-flex .study-accomplished__inner {
    top: 30px !important;
    left: 30px !important;
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__storage-flex .study-accomplished__inner {
    top: 10px !important;
    left: 10px !important;
  }

  
}

.study-accomplished__storage-pic {
  display: block;
  margin-top: auto;
  max-width: 100%;
  height: 100%;
}

.study-accomplished__storage__right {
  position: relative;
  padding: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grays-grey-01);
}

@media screen and (max-width: 922px) {
  .study-accomplished__storage__right {
    padding: 4%;
    width: 100%;
    height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__storage__right {
    width: 100%;
    height: 240px;
  }
}

.study-accomplished__storage__left {
  position: relative;
  padding: 7% 4% 0;
  display: flex;
  justify-content: center;
  background-color: var(--bg-purple);
}

@media screen and (max-width: 414px) {
  .study-accomplished__storage__left {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 240px;
  }
}

.study-accomplished__storage-flex {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 600px;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__storage-flex {
    grid-template-rows: calc(
      480px + (600 - 480) * ((100vw - 1536px) / (1920 - 1536))
    );
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__storage-flex {
    grid-template-rows: calc(
      400px + (480 - 400) * ((100vw - 1280px) / (1536 - 1280))
    );
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__storage-flex {
    grid-template-rows: 400px;
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__storage-flex {
    display: block;
    height: auto;
  }
}

.study-accomplished__report-wrapper-img {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--grays-grey-01);
  height: 1080px;
}

@media screen and (max-width: 1920px) {
  .study-accomplished__report-wrapper-img {
    height: calc(864px + (1080 - 864) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-accomplished__report-wrapper-img {
    height: calc(720px + (864 - 720) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-accomplished__report-wrapper-img {
    height: calc(520px + (720 - 520) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-accomplished__report-wrapper-img {
    height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-accomplished__report-wrapper-img {
    height: 240px;
  }
}

.study-accomplished__report-pic {
  max-width: 100%;
  aspect-ratio: 1.78;
}

.study-tool__blockquote {
  margin: 0;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
  gap: 65px;
}

@media screen and (max-width: 1920px) {
  .study-tool__blockquote {
    padding: calc(30px + (40 - 30) * ((100vw - 1536px) / (1920 - 1536))) 0;
    gap: 65px;
  }
}

@media screen and (max-width: 1536px) {
  .study-tool__blockquote {
    padding: calc(25px + (30 - 25) * ((100vw - 1280px) / (1536 - 1280))) 0;
    gap: calc(40px + (65 - 40) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-tool__blockquote {
    padding: 25px;
    gap: 40px;
  }
}

@media screen and (max-width: 922px) {
  .study-tool__blockquote {
    padding: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414))) 0;
    gap: calc(20px + (40 - 20) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 810px) {
  .study-tool__blockquote {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.study-tool__blockquote svg {
  display: block;
  flex-shrink: 0;
  width: 94px;
  height: 94px;
}

@media screen and (max-width: 1920px) {
  .study-tool__blockquote svg {
    width: calc(88px + (94 - 88) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(88px + (94 - 88) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-tool__blockquote svg {
    width: calc(70px + (88 - 70) * ((100vw - 1280px) / (1536 - 1280)));
    height: calc(70px + (88 - 70) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-tool__blockquote svg {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 922px) {
  .study-tool__blockquote svg {
    width: calc(50px + (70 - 50) * ((100vw - 414px) / (922 - 414)));
    height: calc(50px + (70 - 50) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-tool__blockquote svg {
    width: 50px;
    height: 50px;
  }
}

.study-tool__wrapper-img {
  position: relative;
}


@media screen and (max-width: 414px) {
  .study-tool__wrapper-img {
    height: 220px;
  }
}

.study-tool__wrapper-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 20px;
}

@media screen and (max-width: 1536px) {
  .study-tool__wrapper-img img {
    border-radius: calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280))) calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280))) 0 calc(15px + (20 - 15) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-tool__wrapper-img img {
    border-radius: 15px 15px 0 15px;
  }
}

@media screen and (max-width: 922px) {
  .study-tool__wrapper-img img{
    border-radius: calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414))) calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414))) 0 calc(10px + (15 - 10) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-tool__wrapper-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 10px;
  }
}

.study-tool__inner {
  position: absolute;
  top: 30px;
  left: 30px;
}

@media screen and (max-width: 1536px) {
  .study-tool__inner {
    top: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
    left: calc(20px + (30 - 20) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-tool__inner {
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 922px) {
  .study-tool__inner {
    top: -10px;
    left: 0px;
  }
}

@media screen and (max-width: 414px) {
  .study-tool__inner {
    top: 10px;
    left: -10px;
  }
}

.study-tool__compare-slider {
  height: 1080px;
  touch-action: none; 
  -webkit-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1920px) {
  .study-tool__compare-slider {
    height: calc(864px + (1080 - 864) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .study-tool__compare-slider {
    height: calc(720px + (864 - 720) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-tool__compare-slider {
    height: calc(520px + (720 - 520) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-tool__compare-slider {
    height: calc(240px + (520 - 240) * ((100vw - 414px) / (922 - 414)));
  }
}

@media screen and (max-width: 414px) {
  .study-tool__compare-slider {
    height: 240px;
  }
}

.beer-slider {
  touch-action: none;
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  display: none;
}

.beer-slider * {
  transition: none !important;
}

.beer-slider input[type="range"] {
  touch-action: pan-x;
  -webkit-user-select: none;
  user-select: none;
}

.beer-slider img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.beer-range {
  appearance: auto !important;
}

.beer-slider>img {
  height: 100%;
}

.beer-handle {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: var(--brand-blue);
  z-index: 5;
  border-radius: 0;
  box-shadow: none;
  transform: translate(0);
}

.beer-handle:after {
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.beer-reveal {
  transition: width 0.4s ease-in-out;
}

.beer-handle {
  transition: left 0.4s ease-in-out;
  touch-action: none; 
  -webkit-user-select: none;
  user-select: none;
}

.beer-handle:before {
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background-image: url(../imgCaseStudy/switch.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}


@media screen and (max-width: 1536px) {
  .beer-handle:before {
    width: calc(55px + (60 - 55) * ((100vw - 1280px) / (1536 - 1280)));
    height: calc(55px + (60 - 55) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .beer-handle:before {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 922px) {
  .beer-handle:before {
    width: calc(50px + (55 - 50) * ((100vw - 414px) / (1280 - 414)));
    height: calc(50px + (60 - 50) * ((100vw - 414px) / (1280 - 414)));
  }
}

.beer-range:focus ~ .beer-handle {
  background: var(--brand-blue);
  box-shadow: none;
}

.study-social-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__nav {
    gap: 20px;
  }
}

.study-social-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__list {
    flex-direction: row;
  }
}

.study-social-sidebar__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--grays-grey-02);
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .study-social-sidebar__item a {
    width: calc(50px + (60 - 50) * ((100vw - 922px) / (1280 - 922)));
    height: calc(50px + (60 - 50) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
  .study-social-sidebar__item a {
    width: 50px;
    height: 50px;
  }
}

.study-social-sidebar__item svg {
  display: block;
  width: 20px;
  height: 20px;
}

.study-social-sidebar__item--website svg {
  display: block;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1280px) {
 .study-social-sidebar__item--website svg {
    width: calc(20px + (25 - 20) * ((100vw - 922px) / (1280 - 922)));
    height: calc(20px + (25 - 20) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
 .study-social-sidebar__item--website svg {
    width: 20px;
    height: 20px;
  }
}

.study-social-sidebar__item path {
  transition: 0.3s linear;
}

.study-social-sidebar__item a:hover path {
  fill: var(--brand-blue);
}

.study-social-sidebar__item--website:hover path {
  fill: none;
  stroke: var(--brand-blue);
}

.study-social-sidebar__item.copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--grays-grey-02);
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
 .study-social-sidebar__item.copy {
    width: calc(50px + (60 - 50) * ((100vw - 922px) / (1280 - 922)));
    height: calc(50px + (60 - 50) * ((100vw - 922px) / (1280 - 922)));
  }
}

@media screen and (max-width: 922px) {
 .study-social-sidebar__item.copy {
    width: 50px;
    height: 50px;
  }
}

.study-social-sidebar__item.copy .copy-item {
    padding: 6px 12px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 10px 5px #eef2ff;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 110%;
    transform: translate(0, -50%);
    color: #a2a8c5;
    font-family: Gilroy,sans-serif;
    font-size: 12px;
    line-height: 120%;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__item.copy .copy-item  {
    right: 50%;
    top: initial;
    bottom: 110%;
    transform: translate(50%, 0);
  }
}

.study-social-sidebar__item.copy .copy-item.active {
  opacity: 1;
  pointer-events: all;
}

.study-social-sidebar__item.copy .copied-svg {
  display: none;
}

.study-social-sidebar__feedback img {
  display: block;
  max-width: 100%;
}

.study-social-sidebar__feedback-img {
  position: relative;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-img {
    position: relative;
    width: 35px;
    height: 35px;
  }
}

.study-social-sidebar__feedback {
  position: relative;
}

.study-social-sidebar__feedback-wrap {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: transparent;
  border-radius: initial;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-wrap {
    padding: calc(5px + (10 - 5) * ((100vw - 414px) / (1279 - 414)))
      calc(5px + (10 - 5) * ((100vw - 414px) / (1279 - 414)))
      calc(5px + (10 - 5) * ((100vw - 414px) / (1279 - 414)))
      calc(20px + (25 - 20) * ((100vw - 414px) / (1279 - 414)));
    background-color: var(--grays-grey-02);
    border-radius: 60px;
  }
}

@media screen and (max-width: 414px) {
  .study-social-sidebar__feedback-wrap {
    padding: 5px 5px 5px 20px;
    gap: 20px;
  }
}

.study-social-sidebar__feedback-text {
  padding: 16px 30px;
  position: absolute;
  right: calc(100% + 10px);
  width: max-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 60px;
  background-color: var(--grays-grey-02);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s linear;
}

@media screen and (max-width: 1536px) {
  .study-social-sidebar__feedback-text {
    padding: calc(15.5px + (16 - 15.5) * ((100vw - 1280px) / (1536 - 1280)))
      calc(25px + (30 - 25) * ((100vw - 1280px) / (1536 - 1280)));
    font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1536 - 1280)));
    line-height: calc(24px + (28 - 24) * ((100vw - 1280px) / (1536 - 1280)));
  }
}

@media screen and (max-width: 1280px) {
  .study-social-sidebar__feedback-text {
    padding: 15.5px 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-text {
    position: relative;
    right: initial;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    pointer-events: all;
  }
}

.study-social-sidebar__feedback-circle {
  position: absolute;
  bottom: -3px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-circle {
    width: 12px;
    height: 12px;
  }
}

.study-social-sidebar__feedback-circle__blue {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brand-blue);
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-circle__blue {
    width: 4px;
    height: 4px;
  }
}

.study-social-sidebar__feedback-circle::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9f5ff;
  transition: 0.4s linear;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-circle::before {
    display: none;
  }
}

.study-social-sidebar__feedback-wrap:hover
  .study-social-sidebar__feedback-circle::before {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .study-social-sidebar__feedback-wrap:hover .study-social-sidebar__feedback-text {
    opacity: 1;
    pointer-events: all;
  }
}

.study-social-sidebar__feedback-wrap:hover
  .study-social-sidebar__feedback-circle::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: scale(0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9f5ff;
  opacity: 0;
  animation: circle-wafe 2s 0.4s infinite;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar__feedback-wrap
    .study-social-sidebar__feedback-circle::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: scale(0.1);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e9f5ff;
    opacity: 0;
    animation: circle-wafe 2s 0.4s infinite;
  }
}

@keyframes circle-wafe {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  60% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.study-social-sidebar {
  position: absolute;
  top: 0;
  padding-top: 50px;
  right: 50px;
  z-index: 55;
}

@media screen and (max-width: 1279px) {
  .study-social-sidebar {
    position: relative;
    right: initial;
  }
}

.study-scroll-container {
  position: relative;
}

.study-features .breadcrumbs {
  padding-top: 50px;
}

.study-features .breadcrumbs {
  padding-top: 0;
}