html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
}

button, a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  outline: 0;
  color: inherit;
}
button:focus, a:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4747;
  background-color: #fdfdfe;
}

strong {
  font-weight: 700;
}

.container--research {
  width: 100%;
  height: 100%;
  max-width: 1780px !important;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .container--research {
    padding: 0 15px;
  }
}

.bttn {
  border-radius: 30px;
  padding: 11px 45px;
  background: #00a9a2;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
  line-height: 1.3;
  color: #231f20;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s;
}
.bttn:hover {
  background: #231f20;
  color: #fff;
}

.block {
  padding: clamp(5.625rem, 4.3269rem + 5.7692vw, 11.25rem) 0;
}

.block-title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.0996rem + 1.7082vw, 3rem);
  line-height: 1.2;
  color: #4a4747;
}
.block-title:has(+ .block-subtitle) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .block-title br {
    display: none;
  }
}

.block-subtitle {
  font-size: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem);
  line-height: 1.4;
  text-align: center;
}

.swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: clamp(1.25rem, 0.6731rem + 2.5641vw, 3.75rem);
  position: relative;
}
.swiper-control .swiper-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 1.3269rem + 0.7692vw, 2.25rem);
}
.swiper-control .swiper-button-prev, .swiper-control .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: static;
  margin: 0 !important;
  transition: all 0.2s;
}

.swiper-control .swiper-button-prev:after, .swiper-control .swiper-button-next:after {
  display: none;
}

.research-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 30px;
  background: #f2f3f3;
  padding: 35px 40px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 768px) {
  .research-card {
    padding: 20px;
  }
}
@media (max-width: 1400px) {
  .research-card--research {
    display: none;
  }
}

.research-card-icon {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .research-card-icon {
    display: none;
  }
}

.research-card-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}

.intro {
  background-image: url(../research-img/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  padding-top: 185px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1500px) {
    .intro {
        padding-bottom: 70px;
    }
}
@media (max-width: 992px) {
    .intro {
        padding-top: 120px;
    }
}
@media (max-width: 768px) {
    .intro {
        background-image: url(../research-img/intro-bg-m.png);
    }
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-wrap {
  position: relative;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.1657rem + 4.6263vw, 5.3125rem);
}

.intro-content {
  flex: 1;
  width: 100%;
  max-width: 710px;
}
@media (max-width: 992px) {
  .intro-content {
    max-width: 100%;
    flex: auto;
    order: 2;
  }
}

.intro-title {
  font-size: clamp(2rem, 1.7331rem + 1.1388vw, 3rem);
  margin-bottom: clamp(1rem, 0.7665rem + 0.9964vw, 1.875rem);
}
.intro-title br {
  display: block;
}

.intro-text {
  max-width: 645px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8083rem + 0.2847vw, 1.125rem);
  line-height: 1.5;
  color: #4a4747;
  margin-bottom: clamp(1.5rem, 1.3999rem + 0.427vw, 1.875rem);
}

.intro-btns {
  display: flex;
  gap: 20px;
  margin-bottom: clamp(1.5rem, 0.9829rem + 2.2064vw, 3.4375rem);
}
@media (max-width: 1300px) {
  .intro-btns {
    flex-wrap: wrap;
  }
}

.intro-btn {
  flex: 1;
  max-width: 340px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.9333rem + 0.2847vw, 1.25rem);
  line-height: 1.5;
  color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  background: #00a9a2;
  border: 1px solid #00a9a2;
}
.intro-btn:hover {
  background: transparent;
  color: #00a9a2;
}
.intro-btn--hollow {
  background: transparent;
  color: #00a9a2;
}
.intro-btn--hollow:hover {
  background: #00a9a2;
  color: #fff;
}

.intro-authors {
  display: flex;
  gap: 10px;
}
@media (max-width: 1200px) {
  .intro-authors {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .intro-authors {
    flex-direction: column;
  }
}

.intro-authors-title {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.7rem + 0.2135vw, 0.9375rem);
  line-height: 1.5;
  color: #939393;
  margin-bottom: clamp(0.5rem, 0.3832rem + 0.4982vw, 0.9375rem);
}

.intro-author {
  flex: 1;
}
@media (max-width: 1200px) {
  .intro-author {
    flex: auto;
  }
}
@media (max-width: 768px) {
  .intro-author {
    display: flex;
  }
}

.intro-author-name, .intro-author-place {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8083rem + 0.2847vw, 1.125rem);
  line-height: 1.5;
  color: #4a4747;
}

.intro-author-name {
  display: flex;
  gap: 5px;
}
.intro-author-name img {
  flex-shrink: 0;
  max-width: 30px;
}
@media (max-width: 768px) {
  .intro-author-name img {
    display: none;
  }
}

.intro-author-place {
  font-weight: 400;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .intro-author-place {
    padding-left: 0;
  }
}

.intro-stats {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .intro-stats {
    position: static;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    transform: none;
  }
}
@media (max-width: 992px) {
  .intro-stats {
    order: 3;
  }
}

.intro-stat {
  display: flex;
  gap: 18px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 28px;
  width: 360px;
  min-height: 154px;
  padding: 24px 24px 15px;
  backdrop-filter: blur(26px);
  box-shadow: 0 18px 60px 0 rgba(42, 48, 39, 0.08);
  background: rgba(255, 255, 255, 0.52);
}
@media (max-width: 1500px) {
  .intro-stat {
    flex: 1;
  }
}
@media (max-width: 992px) {
  .intro-stat {
    flex: auto;
    width: calc((100% - 15px) / 2);
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .intro-stat {
    border-radius: 20px;
    padding: 16px;
  }
}

.intro-stat-icon {
  flex-shrink: 0;
  max-width: clamp(1.875rem, 1.5747rem + 1.2811vw, 3rem);
}
@media (max-width: 768px) {
  .intro-stat-icon {
    display: none;
  }
}

.intro-stat-num {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.4331rem + 1.3523vw, 2.9375rem);
  line-height: 0.9172;
  letter-spacing: -0.06em;
  color: #008f93;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .intro-stat-num {
    margin-bottom: 5px;
  }
}

.intro-stat-key {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8083rem + 0.2847vw, 1.125rem);
  line-height: 1.5;
  color: #4a4747;
}

.intro-stat-value {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.6833rem + 0.2847vw, 1rem);
  line-height: 1.2;
  color: #4a4747;
}

.intro-img {
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 780px;
  border-radius: 400px 400px 0 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .intro-img {
    max-width: unset;
    flex: auto;
    order: 1;
    border-radius: 0;
    margin: 0 -15px;
  }
}

.slider {
  --value: 50%;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #000;
  aspect-ratio: 872/887;
}

.slider__img {
  width: 100%;
  position: absolute;
  top: 0;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__img--before {
  left: 0;
  width: var(--value);
  border-right: 2px solid #ffffff;
  -o-object-position: left;
     object-position: left;
}

.slider__img--after {
  right: 0;
  width: calc(100% - var(--value));
  border-left: 2px solid #ffffff;
  -o-object-position: right;
     object-position: right;
}

.slider__range-js::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url(../research-img/comparision.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  transform: translateX(calc(var(--value) - 50%));
  -moz-appearance: none;
       appearance: none;
}

.slider__range-js::-webkit-slider-thumb {
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url(../research-img/comparision.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  transform: translateX(calc(var(--value) - 50%));
  -webkit-appearance: none;
  appearance: none;
}

.slider__range-js {
  position: absolute;
  margin: 0;
  background-color: transparent;
  outline: 0;
  cursor: col-resize;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  inset: 0;
}

.slider__range-js:hover {
  color: #4f4f4f;
}

.slider__range-js:active {
  color: #888888;
}

.slider__range-js:focus-visible::-moz-range-thumb {
  outline: auto;
}

.slider__range-js:focus-visible::-webkit-slider-thumb {
  outline: auto;
}

.about-section {
  background-image: url(../research-img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #c8c8c8;
  padding: 140px 0 70px;
  position: relative;
}
@media (max-width: 992px) {
  .about-section {
    padding: 70px 0;
  }
}

.about-wrap {
  display: flex;
  gap: clamp(1.5rem, 0.5658rem + 3.9858vw, 5rem);
}
@media (max-width: 1200px) {
  .about-wrap {
    flex-direction: column;
  }
}

.about-left {
  max-width: 461px;
}
@media (max-width: 1200px) {
  .about-left {
    max-width: unset;
  }
}

.about-title {
  margin-bottom: 20px;
}

.about-left-card {
  display: flex;
  gap: 10px;
  border: 1px solid #cecfcf;
  border-radius: 20px;
  width: 100%;
  background: #f2f5f6;
  padding: clamp(1.25rem, 0.833rem + 1.7794vw, 2.8125rem) clamp(1.25rem, 1.1666rem + 0.3559vw, 1.5625rem);
}

.about-left-card-icon {
  flex-shrink: 0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .about-left-card-icon {
    display: none;
  }
}

.about-left-card-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}

.about-right {
  width: 100%;
}

.about-lists {
  display: flex;
  gap: clamp(1.25rem, 0.6661rem + 2.4911vw, 3.4375rem);
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .about-lists {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.about-list ul {
  list-style: disc;
  padding-left: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 2;
  color: #4a4747;
}

.about-list-title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9831rem + 1.1388vw, 2.25rem);
  line-height: 1.4;
  color: #30a6a1;
  margin-bottom: 20px;
}

.methods {
  background-image: url(../research-img/methods-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

.methods-title {
  margin-bottom: 35px;
}

.methods-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .methods-wrap {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .methods-wrap {
    flex-direction: column;
  }
}

.method {
  flex: 1;
  display: flex;
  gap: 25px;
}
@media (max-width: 1100px) {
  .method {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .method {
    flex: unset;
    width: calc((100% - 20px) / 2);
    position: relative;
  }
}
@media (max-width: 576px) {
  .method {
    width: 100%;
  }
}
.method:not(:first-child):before {
  content: url("../research-img/divider.svg");
}
@media (max-width: 992px) {
  .method:not(:first-child):before {
    display: none;
  }
}
@media (max-width: 992px) {
  .method:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 576px) {
  .method:not(:last-child):before {
    content: url("../research-img/vertical-divider.svg");
    display: block;
    position: absolute;
    left: 17px;
    bottom: -10px;
  }
}

.method-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .method-head {
    margin-bottom: 10px;
  }
}

.method-num {
  flex: 1;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 1.5414rem + 1.4235vw, 3.125rem);
  line-height: 1.4;
  color: #00a9a2;
}

.method-name {
  flex: 13;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9831rem + 1.1388vw, 2.25rem);
  line-height: 1.4;
  color: #4a4747;
}

.method-icon {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .method-icon {
    display: none;
  }
}

.method-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 2;
  color: #4a4747;
}
@media (max-width: 576px) {
  .method-text {
    padding-left: 50px;
  }
}

.results {
  padding: 70px 0;
  background: #fdfdfe;
}

.results-title {
  margin-bottom: 30px;
}

.results-wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 1400px) {
  .results-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .results-wrapper {
    flex-direction: column;
  }
}

.results-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .results-stats {
    margin-bottom: 0;
  }
}

.results-stat {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .results-stat {
    gap: 15px;
  }
}

.results-stat-num {
  width: 100%;
  max-width: 250px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(2.625rem, 2.1579rem + 1.9929vw, 4.375rem);
  line-height: 1.4;
  color: #00a9a2;
}
@media (max-width: 576px) {
  .results-stat-num {
    max-width: 140px;
  }
}
.results-stat-num span {
  font-size: 20px;
}

.results-stat-content {
  font-family: "Mulish", sans-serif;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 2;
  color: #4a4747;
}

.results-stat-key {
  font-weight: 700;
}

.results-stat-value {
  font-weight: 400;
}

@media (max-width: 1400px) {
  .results-left {
    max-width: unset;
  }
}

.results-right {
  flex-shrink: 0;
  width: 100%;
  max-width: 815px;
}
@media (max-width: 1400px) {
  .results-right {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .results-right {
    max-width: unset;
  }
}

.results-slider {
  padding-bottom: 45px;
}
.results-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(23, 23, 23, 0.13);
  border-radius: 34px;
  padding: 76px 34px 34px;
}
@media (max-width: 992px) {
  .results-slider .swiper-slide {
    padding: 16px;
    border-radius: 20px;
  }
}
.results-slider .swiper-slide .results-slide-img {
  display: flex;
  width: 100%;
}
.results-slider .swiper-slide .results-slide-img img {
  width: 100%;
}
.results-slider .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #1bcbb4;
  opacity: 1;
}
@media (max-width: 992px) {
  .results-slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
.results-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #30a6a1;
  opacity: 1;
}

.results-slide-text {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7082rem + 0.7117vw, 1.5rem);
  line-height: 1.4;
  text-align: center;
  color: #4a4747;
  margin-top: 10px;
}

.concl {
  background-image: url(../research-img/concl-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 768px) {
  .concl {
    background-image: none;
    background-color: #f2f5f6;
  }
}
.concl .container {
  max-width: 1560px !important;
}

.concl-suptitle {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  color: #4a4747;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .concl-suptitle {
    display: none;
  }
}

.concl-title {
  text-align: center;
  margin-bottom: 20px;
}

.concl-subtitle {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 2;
  text-align: center;
  color: #4a4747;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .concl-subtitle {
    display: none;
  }
}

.concl-wrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 1500px) {
  .concl-wrap {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .concl-wrap {
    flex-direction: column;
  }
}

.conlc-case {
  flex: 1;
}
@media (max-width: 1500px) {
  .conlc-case {
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    gap: 24px;
    border-radius: 16px;
    overflow: hidden;
  }
}

.conlc-case-title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  color: #00a9a2;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .conlc-case-title {
    display: none;
  }
}

.conlc-case-top {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .conlc-case-top {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}

.conlc-case-img {
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1500px) {
  .conlc-case-img img {
    width: 100%;
  }
}

.conlc-case-info {
  width: 100%;
  max-width: 175px;
  padding: 25px 12px 45px;
  border-radius: 20px;
  background: #f2f3f3;
}
@media (max-width: 1500px) {
  .conlc-case-info {
    order: 2;
    max-width: unset;
    border-radius: 0;
    background-color: #fff;
  }
}
@media (max-width: 1200px) {
  .conlc-case-info {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .conlc-case-info {
    padding: 16px 16px 10px;
  }
}

.conlc-case-value {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.1077rem + 3.274vw, 3.75rem);
  line-height: 1.4;
  text-align: center;
  color: #00a9a2;
}
@media (max-width: 768px) {
  .conlc-case-value {
    font-weight: 700;
  }
}

.conlc-case-key {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.2;
  text-align: center;
  color: #4a4747;
}
@media (max-width: 1200px) {
  .conlc-case-key {
    color: #00a9a2;
  }
}
@media (max-width: 1200px) {
  .conlc-case-key br {
    display: none;
  }
}

.concl-case-text {
  display: none;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
}
@media (max-width: 1200px) {
  .concl-case-text {
    display: block;
    width: 100%;
  }
}

.conlc-case-depth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .conlc-case-depth {
    display: none;
  }
}
.conlc-case-depth span {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  color: #00a9a2;
}
.conlc-case-depth img {
  max-width: 15px;
}

.conlc-case-bot {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  background: #fff, linear-gradient(93.93deg, rgba(252, 253, 253, 0.57) -2.47%, rgba(237, 237, 237, 0.57) 94.52%);
  padding: 25px 90px;
}
@media (max-width: 1500px) {
  .conlc-case-bot {
    border-radius: 0 0 30px 30px;
    border-radius: 16px;
  }
}
@media (max-width: 1200px) {
  .conlc-case-bot {
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  .conlc-case-bot {
    padding: 0 16px 16px;
  }
}

.conlc-case-bot-icon {
  flex-shrink: 0;
  display: flex;
  max-width: 41px;
}

.conlc-case-bot-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}

.concl-advtgs {
  display: flex;
  gap: 40px;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  background: #fff, linear-gradient(93.93deg, rgba(252, 253, 253, 0.57) -2.03%, rgba(237, 237, 237, 0.57) 94.61%);
  border-radius: 30px;
  padding: 15px 40px;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .concl-advtgs {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .concl-advtgs {
    flex-direction: column;
    padding: 30px 20px;
  }
}

.concl-advtg {
  flex: 1;
  display: inline-block;
}
.concl-advtg:nth-child(2) {
  flex: 2;
}

.concl-advtg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 47px;
  width: 94px;
  height: 94px;
  box-shadow: inset 0 0 0 1px #d7e8ee, 0 8px 24px 0 rgba(40, 74, 86, 0.1);
  background: rgba(255, 255, 255, 0);
}

.concl-advtg-title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #00a9a2;
  margin-bottom: 10px;
}

.concl-advtg-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}

@media (max-width: 1200px) {
  .concl-advtgs-divider {
    display: none;
  }
}

.compound {
  background-image: url(../research-img/concl-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
@media (max-width: 992px) {
  .compound {
    background-image: none;
  }
}

.compound-wrap {
  display: flex;
  gap: clamp(0.9375rem, 0.5205rem + 1.7794vw, 2.5rem);
  background: radial-gradient(98.71% 161.68% at 82% 90%, rgba(0, 143, 147, 0.05) 0%, rgba(0, 143, 147, 0) 30%), radial-gradient(100.94% 165.34% at 12% 19%, rgba(0, 143, 147, 0.09) 0%, rgba(0, 143, 147, 0) 24%);
  border: 1px solid rgba(205, 224, 231, 0.88);
  border-radius: 32px;
  padding: 54px 48px;
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 22px 0 rgba(33, 70, 84, 0.07), 0 28px 70px 0 rgba(33, 70, 84, 0.13);
  background: linear-gradient(121.4deg, rgba(255, 255, 255, 0.94) 0.47%, rgba(255, 255, 255, 0.78) 99.53%);
}
@media (max-width: 992px) {
  .compound-wrap {
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}

.compound-left {
  max-width: 760px;
}
@media (max-width: 1440px) {
  .compound-left {
    flex: 1;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .compound-left {
    max-width: unset;
    order: 2;
  }
}

.compound-right {
  max-width: 100%;
}
@media (max-width: 1440px) {
  .compound-right {
    flex: 1;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .compound-right {
    max-width: unset;
    order: 1;
  }
}

.compound-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .compound-title {
    display: none;
  }
}
.compound-title--m {
  display: none;
}
@media (max-width: 992px) {
  .compound-title--m {
    display: block;
  }
}

.compound-subtitle {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}
@media (max-width: 992px) {
  .compound-subtitle {
    display: none;
  }
}
.compound-subtitle--m {
  display: none;
}
@media (max-width: 992px) {
  .compound-subtitle--m {
    display: block;
    margin-bottom: 10px;
  }
}

.compound-slider {
  padding: 44px 24px 24px 24px;
}
@media (max-width: 992px) {
  .compound-slider {
    padding: 44px 20px 20px;
    box-shadow: 0 16px 44px 0 rgba(9, 96, 103, 0.08);
    background: radial-gradient(68.98% 72.58% at 50% 50%, #fbffff 0%, #e5f8f8 50%, #fff 100%);
    border: 1px solid #d7e8ee;
    border-radius: 16px;
  }
}

.compound-slide-head {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.1826rem + 3.4875vw, 4.0625rem);
  margin-bottom: clamp(1rem, 0.5996rem + 1.7082vw, 2.5rem);
}

.compound-slide-head-icon {
  width: clamp(3.5rem, 0.5974rem + 12.3843vw, 14.375rem);
  height: clamp(3.5rem, 0.5974rem + 12.3843vw, 14.375rem);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 115px;
  overflow: hidden;
  box-shadow: 0 16px 44px 0 rgba(9, 96, 103, 0.11), inset 0 0 0 16px rgba(255, 255, 255, 0.62);
  padding: 10px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, #fbffff 0%, #e5f8f8 68%, #fff 100%);
  & img {
    width: 100%;
    max-width: 130px;
  }
}

.compound-slide-head-text {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.8247rem + 1.2811vw, 2.25rem);
  line-height: 1.2;
  color: #4a4747;
}

.compound-slide-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compound-slide-list-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 992px) {
  .compound-slide-list-item {
    gap: 12px;
  }
}

.compound-slide-list-item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  overflow: hidden;
  width: 68px;
  height: 68px;
  box-shadow: inset 0 0 0 1px #d7e8ee, 0 8px 24px 0 rgba(40, 74, 86, 0.1);
  background: #fff;
}
@media (max-width: 992px) {
  .compound-slide-list-item-icon {
    width: 8px;
    height: 8px;
    background: #30a6a1;
    box-shadow: none;
    border-radius: 100%;
    margin-top: 6px;
  }
}

.compound-slide-list-item-name {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.6664rem + 1.4235vw, 2.25rem);
  line-height: 1.4;
  color: #30a6a1;
}

.compound-slide-list-item-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}

.compound-slide-card {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #d7ebef;
  border-radius: 18px;
  box-shadow: 0 10px 24px 0 rgba(33, 75, 89, 0.06);
  background: linear-gradient(98.89deg, #edfafa 3.21%, #fff 96.79%);
  padding: 24px 30px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .compound-slide-card {
    display: none;
  }
}

@media (max-width: 992px) {
  .compound-slider-wrapper {
    overflow-x: scroll;
    margin: 0 -15px;
  }
}

.compound-slider-nav {
  display: flex;
  flex-wrap: wrap;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #dce9ee;
}
@media (max-width: 992px) {
  .compound-slider-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
    border: none;
    border-radius: 0;
  }
}
.compound-slider-nav button {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  border: 1px solid #dce9ee;
  padding: 34px 40px 28px;
}
@media (max-width: 992px) {
  .compound-slider-nav button {
    width: auto;
    min-width: 188px;
  }
}
.compound-slider-nav button[data-slide="0"] {
  border-top-left-radius: 28px;
}
@media (max-width: 992px) {
  .compound-slider-nav button[data-slide="0"] {
    border-radius: 0;
  }
}
.compound-slider-nav button[data-slide="2"] {
  border-top-right-radius: 28px;
}
@media (max-width: 992px) {
  .compound-slider-nav button[data-slide="2"] {
    border-radius: 0;
  }
}
.compound-slider-nav button[data-slide="6"] {
  border-bottom-left-radius: 28px;
}
@media (max-width: 992px) {
  .compound-slider-nav button[data-slide="6"] {
    border-radius: 0;
  }
}
.compound-slider-nav button[data-slide="8"] {
  border-bottom-right-radius: 28px;
}
@media (max-width: 992px) {
  .compound-slider-nav button[data-slide="8"] {
    border-radius: 0;
  }
}

.compound-slider-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 47px;
  width: 94px;
  height: 94px;
  box-shadow: inset 0 0 0 1px #d7e8ee, 0 8px 24px 0 rgba(40, 74, 86, 0.1);
  background: #fff;
}
@media (max-width: 992px) {
  .compound-slider-nav-icon {
    margin-bottom: 0;
  }
}

.compound-slider-nav-name {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  color: #4a4747;
}

.content-navigation button.active {
  box-shadow: inset 0 0 0 2px #008f93;
  background: linear-gradient(180deg, #fbffff 0%, #eefafa 100%);
}

.compound-bot-wrap {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .compound-bot-wrap {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .compound-bot-wrap {
    margin-top: 50px;
    gap: 50px;
  }
}

.advgt {
  max-width: 605px;
  border: 1px solid rgba(138, 167, 180, 0.36);
  border-radius: 22px;
  padding: 35px 45px;
  backdrop-filter: blur(18px);
  box-shadow: 0 2px 10px 0 rgba(35, 72, 91, 0.08), 0 24px 70px 0 rgba(35, 72, 91, 0.13);
  background: rgba(255, 255, 255, 0.84);
}
@media (max-width: 1200px) {
  .advgt {
    max-width: unset;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}

.advgt-title {
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .advgt-title {
    margin-bottom: 25px;
  }
}

.advgt-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.advgt-item {
  display: flex;
  gap: 18px;
}
@media (max-width: 1200px) {
  .advgt-item {
    gap: 12px;
  }
}

.advgt-item-icon {
  flex-shrink: 0;
}

.advgt-item-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}

.benefits {
  width: 100%;
  border: 1px solid rgba(138, 167, 180, 0.36);
  border-radius: 22px;
  padding: 35px 55px !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 2px 10px 0 rgba(35, 72, 91, 0.08), 0 24px 70px 0 rgba(35, 72, 91, 0.13);
  background: rgba(255, 255, 255, 0.84) !important;
  margin-top: 0 !important;
}
@media (max-width: 1200px) {
  .benefits {
    max-width: unset;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}

.benefits-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .benefits-title {
    margin-bottom: 5px;
  }
}

.benefits-list {
  display: flex;
  flex-direction: column;
}

.benefits-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px 0;
}
@media (max-width: 1200px) {
  .benefits-item {
    gap: 16px;
    padding: 20px 0;
  }
}

.benefits-item + .benefits-item {
  border-top: 1px solid rgba(112, 145, 160, 0.25);
}

.benefits-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.5rem, 3.1664rem + 1.4235vw, 4.75rem);
  height: clamp(3.5rem, 3.1664rem + 1.4235vw, 4.75rem);
  flex-shrink: 0;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 252, 253, 0.83) 100%);
  border: 1px solid rgba(139, 176, 187, 0.28);
  box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.9), 0 14px 28px 0 rgba(35, 72, 91, 0.1);
  padding: 10px;
}

.benefits-item-content-title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #008f8d;
  margin-bottom: 14px;
}

.benefits-item-content-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7749rem + 0.427vw, 1.25rem);
  line-height: 1.5;
  color: #4a4747;
}
.cosmetics--research {
    padding: 70px 0 !important;
}
.banner--research {
  padding-block: 0 !important;
}
.breadcrumb-research {
  display: flex;
  gap: 0 32px;
  text-transform: capitalize;
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 110px;
  & a {
    text-decoration: none;
    color: #4A4747;
    position: relative;
    width: fit-content;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    &:after {
      content: url(../images/5/Product-Header/5/Icon/chevron-right.svg);
      position: absolute;
      top: 4px;
      right: -24px;
    }
  }
  & p {
    color: #008f8d;
  }
}
.breadcrumb-research--m {
  display: none;
}
@media (max-width: 992px) {
  .breadcrumb-research {
    display: none;
  }
  .breadcrumb-research--m {
    display: flex;
    margin-bottom: 0;
  }
}

/* line */
.line {
  padding-top: 70px;
}
.line-title {
  text-align: center;
  margin-bottom: 30px;
}
.line-slide {
  display: flex;
  flex-direction: column;
}
.line-slide-img {
  display: flex;
  margin-bottom: 16px;
}
.line-slide-name {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.9666rem + 0.1423vw, 1.125rem);
  line-height: 1.3;
  text-align: center;
  color: #4a4747;
}
.line-slide-volume {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8416rem + 0.1423vw, 1rem);
  line-height: 1.5;
  text-align: center;
  color: #939393;
}