.skill-suggestion {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--c-green-light-transparent-016);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.skill-suggestion {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
}
.skill-suggestion::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--c-gray-light-transparent-075);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  background-image: url("/assets/skill-suggestion-shape-93117110.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.skill-suggestion__inner {
  z-index: var(--z-index-prev-over-page-content);
  max-width: 78.2rem;
}
.skill-suggestion__text {
  font-family: var(--font-family-primary);
  font-size: 4rem;
  color: var(--primary-text-color);
  font-weight: 400;
  line-height: 5.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
.skill-suggestion__text {
    max-width: 90%;
    margin: 0 auto 2rem;
    font-size: 2.8rem;
    line-height: 1.4;
}
}
@media screen and (min-width: 768px) {
.skill-suggestion__text {
    margin-bottom: 4rem;
}
}
.skill-suggestion__actions {
  display: flex;
  justify-content: center;
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--primary-text-color);
  font-weight: 400;
  line-height: 4rem;
}.skill-section-item {
  position: relative;
  padding-left: 14rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.skill-section-item {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
}
@media screen and (max-width: 1024px) {
.skill-section-item {
    padding-left: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.skill-section-item {
    padding-top: 16vh;
}
}
@media screen and (min-width: 1025px) {
.skill-section-item {
    padding-top: 30rem;
}
}
.skill-section-item._first {
  --img-right-position: 5%;
  --img-bottom-position: 7%;
  --img-caption-top-position: 38%;
  --img-caption-left-position: -12%;
  --img-caption-rotation-degree: -58.9deg;
  background: radial-gradient(at bottom right, var(--c-pink-transparent-020), var(--c-white));
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.skill-section-item._first {
    padding-top: 20rem;
    padding-left: 8rem;
    --img-right-position: 5%;
    --img-bottom-position: 15%;
    --img-caption-top-position: 40%;
    --img-caption-left-position: -16%;
}
}
@media screen and (min-width: 1448px) and (max-width: 1749px) {
.skill-section-item._first {
    --img-right-position: 5%;
    --img-bottom-position: 20%;
    --img-caption-top-position: 40%;
    --img-caption-left-position: -16%;
}
}
@media screen and (min-width: 1750px) and (max-width: 1920px) {
.skill-section-item._first {
    padding-top: 40rem;
    padding-left: 25rem;
    --img-right-position: 5%;
    --img-bottom-position: 20%;
    --img-caption-top-position: 40%;
    --img-caption-left-position: -12%;
}
}
@media screen and (min-width: 1921px) and (max-width: 2299px) {
.skill-section-item._first {
    padding-top: 40rem;
    padding-left: 25rem;
    --img-right-position: 4%;
    --img-bottom-position: 20%;
    --img-caption-top-position: 40%;
    --img-caption-left-position: -12%;
}
}
@media screen and (min-width: 2300px) {
.skill-section-item._first {
    padding-top: 50rem;
    padding-left: 35rem;
    --img-right-position: 4%;
    --img-bottom-position: 15%;
    --img-caption-top-position: 40%;
    --img-caption-left-position: -10%;
}
}
.skill-section-item._second {
  --img-right-position: -15%;
  --img-bottom-position: -30%;
  --img-caption-top-position: 27%;
  --img-caption-left-position: 18%;
  --img-caption-rotation-degree: -45deg;
  background: radial-gradient(at bottom right, var(--c-purple-light-transparent-020), var(--c-white));
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.skill-section-item._second {
    padding-top: 20rem;
    padding-left: 8rem;
    --img-right-position: 5%;
    --img-bottom-position: 15%;
    --img-caption-top-position: 26%;
    --img-caption-left-position: 13%;
}
}
@media screen and (min-width: 1448px) and (max-width: 1749px) {
.skill-section-item._second {
    --img-right-position: 5%;
    --img-bottom-position: 20%;
    --img-caption-top-position: 26%;
    --img-caption-left-position: 13%;
}
}
@media screen and (min-width: 1750px) and (max-width: 1920px) {
.skill-section-item._second {
    padding-top: 40rem;
    padding-left: 25rem;
    --img-right-position: 10%;
    --img-bottom-position: 15%;
    --img-caption-top-position: 25%;
    --img-caption-left-position: 15%;
}
}
@media screen and (min-width: 1921px) and (max-width: 2299px) {
.skill-section-item._second {
    padding-top: 40rem;
    padding-left: 25rem;
    --img-right-position: 10%;
    --img-bottom-position: 10%;
    --img-caption-top-position: 26%;
    --img-caption-left-position: 14%;
}
}
@media screen and (min-width: 2300px) {
.skill-section-item._second {
    padding-top: 45rem;
    padding-left: 30rem;
    --img-right-position: 10%;
    --img-bottom-position: 10%;
    --img-caption-top-position: 27%;
    --img-caption-left-position: 15%;
}
}
.skill-section-item._third {
  --img-top-position: 0;
  --img-right-position: -16%;
  background: radial-gradient(at top right, var(--c-blue-light-transparent-020), var(--c-white));
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.skill-section-item._third {
    padding-top: 25rem;
    padding-left: 8rem;
    --img-right-position: -55vh;
    --img-bottom-position: 15%;
}
}
@media screen and (min-width: 1448px) and (max-width: 1749px) {
.skill-section-item._third {
    --img-right-position: -60vh;
    --img-bottom-position: 20%;
}
}
@media screen and (min-width: 1750px) and (max-width: 1920px) {
.skill-section-item._third {
    --img-right-position: -15%;
    --img-bottom-position: 15%;
}
}
@media screen and (min-width: 1750px) and (max-width: 2299px) {
.skill-section-item._third {
    padding-top: 40rem;
    padding-left: 25rem;
}
}
@media screen and (min-width: 1921px) and (max-width: 2299px) {
.skill-section-item._third {
    --img-right-position: -15%;
    --img-bottom-position: 10%;
}
}
@media screen and (min-width: 2300px) {
.skill-section-item._third {
    padding-top: 45rem;
    padding-left: 30rem;
    --img-right-position: -12%;
    --img-bottom-position: 10%;
}
}
@media screen and (max-width: 767px) {
.skill-section-item__button-wr {
    width: 100%;
    max-width: 34.3rem;
    margin: 0 auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    box-sizing: content-box;
}
}
.skill-section-item__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  background: var(--c-green);
}
@media screen and (max-width: 767px) {
.skill-section-item__button {
    width: 100%;
    justify-content: center;
}
}
.skill-section-item button {
  gap: 1.6rem;
  padding: 1.05rem 2.4rem;
  text-decoration: none;
  font-family: var(--font-family-primary);
  font-size: 2rem;
  color: var(--c-gray-darkest);
  font-weight: 500;
  line-height: 1.3;
}
.skill-section-item__inner {
  position: relative;
  z-index: var(--z-index-prev-over-page-content);
}
@media screen and (max-width: 1024px) {
.skill-section-item__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.skill-section-item__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-size: 10rem;
  color: var(--primary-text-color);
  font-weight: 600;
  line-height: 125%;
}
@media screen and (max-width: 450px) {
.skill-section-item__title {
    font-weight: 400;
}
}
@media screen and (min-width: 451px) and (max-width: 767px) {
.skill-section-item__title {
    font-weight: 500;
}
}
@media screen and (max-width: 767px) {
.skill-section-item__title {
    font-size: 3rem;
    line-height: 4rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.skill-section-item__title {
    font-size: 5rem;
}
}
@media screen and (min-width: 1025px) {
.skill-section-item__title {
    font-size: 5rem;
}
}
@media screen and (min-width: 1921px) {
.skill-section-item__title {
    font-size: 8rem;
}
}
@media screen and (max-width: 1024px) {
.skill-section-item__title {
    text-align: center;
}
}
.skill-section-item__description {
  margin-top: 4rem;
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  color: var(--primary-text-color);
  font-weight: 300;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
.skill-section-item__description {
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: center;
}
}
.skill-section-item__description._footnote {
  font-size: 1.2rem;
}
.skill-section-item__img-wr {
  position: absolute;
  top: var(--img-top-position);
  right: var(--img-right-position);
  bottom: var(--img-bottom-position);
}
@media screen and (max-width: 1024px) {
.skill-section-item__img-wr {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
@media screen and (min-width: 1025px) and (max-width: 1749px) {
.skill-section-item__img-wr._first {
    width: 55vh;
}
.skill-section-item__img-wr._second {
    width: 45vh;
}
.skill-section-item__img-wr._third {
    width: 120vh;
}
}
@media screen and (min-width: 1750px) and (max-width: 1920px) {
.skill-section-item__img-wr._first {
    width: 55vh;
}
.skill-section-item__img-wr._second {
    width: 45vh;
}
.skill-section-item__img-wr._third {
    width: 120vh;
}
}
@media screen and (min-width: 1921px) and (max-width: 2299px) {
.skill-section-item__img-wr._first {
    width: 60vh;
}
.skill-section-item__img-wr._second {
    width: 50vh;
}
.skill-section-item__img-wr._third {
    width: 120vh;
}
}
@media screen and (min-width: 2300px) {
.skill-section-item__img-wr._first {
    width: 60vh;
}
.skill-section-item__img-wr._second {
    width: 50vh;
}
.skill-section-item__img-wr._third {
    width: 120vh;
}
}
.skill-section-item__img-caption {
  position: absolute;
  top: var(--img-caption-top-position);
  left: var(--img-caption-left-position);
  transform: rotate(var(--img-caption-rotation-degree, 0));
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  color: var(--primary-text-color);
  font-weight: 300;
  line-height: 3.4rem;
}
@media screen and (max-width: 1024px) {
.skill-section-item__img-caption {
    position: static;
    margin-top: 4rem;
    text-align: center;
    transform: none;
}
}
@media screen and (max-width: 767px) {
.skill-section-item__img-caption {
    margin-top: 2rem;
}
}
@media screen and (max-width: 1024px) {
.skill-section-item__img-caption {
    display: none;
}
}
@media screen and (min-width: 1025px) {
.skill-section-item__img-caption._first {
    font-size: 1.8vh;
}
}
.skill-section-item__img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
.skill-section-item__img img {
    margin-top: 2.5rem;
}
.skill-section-item__img img._first {
    width: 45vh;
    height: 40vh;
}
.skill-section-item__img img._second {
    width: 40vh;
    height: 40vh;
}
.skill-section-item__img img._third {
    width: 40vh;
    height: 40vh;
}
}.skill-slider {
  display: flex;
  justify-content: left !important;
  align-items: flex-start;
  gap: 2.4rem;
  width: 144.8rem;
  overflow: hidden;
  transition: all 0.8s ease;
}
.skill-slider__img-arrows {
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease 0.2s;
}
.skill-slider__img-arrows._active {
  opacity: 1;
}
.skill-slider .lach-button {
  padding: 1.05rem 2.8rem;
  font-family: var(--font-family-primary);
  font-size: 2rem;
  color: var(--c-gray-darkest);
  font-weight: 500;
  line-height: 1.3;
}
.skill-slider__button {
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.4rem;
  background: var(--c-green);
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.8s ease 0.2s;
}
.skill-slider__button._active {
  opacity: 1;
}
.skill-slider__item {
  position: relative;
  min-width: 28rem;
  height: 52.6rem;
  background-color: #E6E3EC;
  overflow: hidden;
  animation: shrinkItem 0.8s forwards;
  transition: all 0.8s ease;
}
.skill-slider__item .skill-slider__inner-img {
  opacity: 0.3;
  filter: grayscale(100%);
}
.skill-slider__item:hover .skill-slider__inner-img {
  opacity: 0.7;
  filter: grayscale(0%) !important;
}
.skill-slider__item:hover, .skill-slider__item._active {
  width: 84rem;
  animation: none;
}
.skill-slider__item:hover .skill-slider__inner-img, .skill-slider__item._active .skill-slider__inner-img {
  opacity: 0.7;
  filter: grayscale(0%) !important;
  animation: none;
}
.skill-slider__item._active._first {
  background: linear-gradient(128.1deg, #F3E9F8 28.02%, #F3CAF0 100%);
  transition-delay: 0.2s;
}
.skill-slider__item._active._second {
  background: linear-gradient(128.1deg, #EBE6F9 28.02%, #E0D7F9 100%);
  transition-delay: 0.2s;
}
.skill-slider__item._active._third {
  background: linear-gradient(128.1deg, #E6EBFA 28.02%, #D0E2FB 100%);
  transition-delay: 0.2s;
}
.skill-slider__inner-img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: var(--z-index-prev-over-page-content);
  transition: all 0.8s ease;
}
.skill-slider__item._first .skill-slider__inner-img {
  width: 31rem;
  transform: translate(0, 29.5rem);
}
.skill-slider__item._first .skill-slider__inner-img._second-slider {
  width: 29.2rem;
  transform: translate(8.5rem, 34.3rem) rotate(12deg);
}
.skill-slider__item._second .skill-slider__inner-img {
  width: 30rem;
  transform: translate(5rem, 31rem);
}
.skill-slider__item._second .skill-slider__inner-img._second-slider {
  margin-top: 2rem;
  transform: translate(5rem, 31rem) rotate(120deg);
}
.skill-slider__item._third .skill-slider__inner-img {
  width: 44.54rem;
  transform: translate(3rem, 33rem);
}
.skill-slider__item._third .skill-slider__inner-img._second-slider {
  width: 41.54rem;
  transform: translate(0rem, 27.3rem) rotate(30deg);
}
.skill-slider__item._active._first .skill-slider__inner-img {
  width: 60rem;
  transform: translate(37rem, -3rem);
  transition-delay: 0.2s;
}
.skill-slider__item._active._first .skill-slider__inner-img._second-slider {
  width: 56.1rem;
  transform: translate(39rem, 8rem) rotate(10deg);
  opacity: 0.7;
}
.skill-slider__item._active._second .skill-slider__inner-img {
  width: 65.6rem;
  transform: translate(40rem, 10rem);
  transition-delay: 0.2s;
}
.skill-slider__item._active._second .skill-slider__inner-img._second-slider {
  width: 72rem;
  transform: translate(32rem, 3rem) rotate(120deg);
  opacity: 0.7;
}
.skill-slider__item._active._third .skill-slider__inner-img {
  width: 60.6rem;
  transform: translate(40rem, 12rem);
  transition-delay: 0.2s;
}
.skill-slider__item._active._third .skill-slider__inner-img._second-slider {
  width: 73.7rem;
  transform: translate(34rem, 6rem) rotate(30deg);
  opacity: 0.7;
}
.skill-slider__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  z-index: var(--z-index-over-page-content);
  transition: all 0.8s ease;
}
.skill-slider__item._first .skill-slider__content {
  padding: 17.4rem 2.9rem 17.4rem 2.4rem;
}
.skill-slider__item._second .skill-slider__content {
  padding: 12.5rem 1.2rem 12.5rem 2.4rem;
}
.skill-slider__item._third .skill-slider__content {
  padding: 12.8rem 0.3rem 25.5rem 2.4rem;
}
.skill-slider__item._active._first .skill-slider__content {
  padding-left: 3.2rem;
  transition-delay: 0.2s;
}
.skill-slider__item._active._second .skill-slider__content {
  padding-left: 3.2rem;
  transition-delay: 0.2s;
}
.skill-slider__item._active._third .skill-slider__content {
  padding-left: 3.2rem;
  padding-top: 15.3rem;
  padding-bottom: 15.3rem;
  transition-delay: 0.2s;
}
.skill-slider__title {
  position: relative;
  text-decoration: none;
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--c-primary);
  font-weight: 700;
  line-height: 3.52rem;
  transition: all 0.8s ease;
}
.skill-slider__item._first .skill-slider__title {
  max-width: 21.7rem;
}
.skill-slider__item._first .skill-slider__title._second-slider {
  margin-top: 2.4rem;
}
.skill-slider__item._second .skill-slider__title {
  max-width: 24.4rem;
}
.skill-slider__item._second .skill-slider__title._second-slider {
  margin-top: 2rem;
}
.skill-slider__item._third .skill-slider__title {
  max-width: 14.1rem;
}
.skill-slider__item._third .skill-slider__title._second-slider {
  margin-top: 13.5rem;
}
.skill-slider__item._active._first .skill-slider__title {
  max-width: 43.4rem;
  font-size: 4.8rem;
  line-height: 1.1;
  transition-delay: 0.2s;
}
.skill-slider__item._active._second .skill-slider__title {
  max-width: 48.7rem;
  font-size: 4.8rem;
  line-height: 1.1;
  transition-delay: 0.2s;
}
.skill-slider__item._active._third .skill-slider__title {
  max-width: 28.1rem;
  font-size: 4.8rem;
  line-height: 1.1;
  transition-delay: 0.2s;
}
.skill-slider__item._active._third .skill-slider__title._second-slider {
  margin-top: 0;
}
.skill-slider__footnote {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.68rem;
}
.skill-slider__description {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  transition: all 0.8s ease;
}
.skill-slider__item._first .skill-slider__description {
  max-width: 22.7rem;
}
.skill-slider__item._second .skill-slider__description {
  max-width: 24.4rem;
}
.skill-slider__item._third .skill-slider__description {
  max-width: 25.3rem;
}
.skill-slider__item._active._first .skill-slider__description {
  max-width: 40rem;
  font-size: 2.4rem;
  line-height: 1.3;
  transition-delay: 0.2s;
}
.skill-slider__item._active._second .skill-slider__description {
  max-width: 38.2rem;
  font-size: 2.4rem;
  line-height: 1.3;
  transition-delay: 0.2s;
}
.skill-slider__item._active._third .skill-slider__description {
  max-width: 40.5rem;
  font-size: 2.4rem;
  line-height: 1.3;
  transition-delay: 0.2s;
}
@keyframes shrinkItem {
0% {
    width: 84rem;
    background-color: white;
}
100% {
    width: 28rem;
    background-color: #E6E3EC;
}
}.skills-container {
  position: relative;
}
.skills-container__sliders-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f3f0fa;
}
.skills-container__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 144.8rem;
  width: 100%;
}
.skills-container__slider._first {
  margin-top: 8rem;
}
.skills-container__slider._last {
  margin-bottom: 6rem;
}
.skills-container__slider:not(._first) {
  margin-top: 5rem;
}
.skills-container__slider {
  width: 100%;
}
@media screen and (max-width: 1447px) {
.skills-container__slider {
    display: none;
}
}
@media screen and (min-width: 1448px) {
.skills-container__slider {
    display: flex;
}
}
.skills-container__title {
  font-family: var(--font-family-primary);
  font-size: 4rem;
  color: var(--c-gray-darkest);
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 450px) {
.skills-container__title {
    font-size: 4.8rem;
    font-weight: 700;
}
}
@media screen and (max-width: 767px) {
.skills-container__title {
    font-weight: 700;
}
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
.skills-container__title {
    font-size: 6rem;
}
}
@media screen and (min-width: 1025px) {
.skills-container__title {
    font-size: clamp(4.8rem, 4.8rem + (140 - 48) * (100vw - 82rem) / (1728 - 1440), 14rem);
}
}
@media screen and (max-width: 1024px) {
.skills-container__title {
    padding-top: 6rem;
    font-weight: 700;
}
}
@media screen and (min-width: 1025px) {
.skills-container__title {
    padding-top: 12rem;
    font-weight: 600;
    font-size: 8rem;
}
}
@media screen and (max-width: 767px) {
.skills-container__item-wr, .skills-container__item, .skills-container__suggestion-wr, .skills-container__suggestion {
    height: 100% !important;
}
}.preview-title {
  position: relative;
  z-index: var(--z-index-prev-over-page-content);
  text-rendering: optimizeSpeed;
  text-align: left;
}
.preview-title__inner {
  margin-bottom: 4rem;
  font-weight: 600;
  line-height: 110%;
  text-align: left;
  font-size: clamp(4.8rem, 4rem + (96 - 48) * (100vw - 82rem) / (1728 - 1200), 9.6rem);
}
@media screen and (max-width: 767px) {
.preview-title__inner {
    margin-bottom: 1.6rem;
}
}
@keyframes fade-title {
0% {
    margin-left: -10rem;
    text-shadow: 2rem -2rem var(--c-black-transparent-020);
}
100% {
    margin-left: 0;
    text-shadow: none;
}
}
.preview-title._visible .preview-title__inner, .preview-title._visible .preview-title__subtitle {
  animation: fade-title 1s ease;
}
.preview-title__subtitle {
  font-family: var(--font-family-primary);
  font-size: 2rem;
  color: var(--primary-text-color);
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 768px) {
.preview-title__subtitle {
    font-size: 3.2rem;
    letter-spacing: 0.03rem;
}
}.preview-company-item {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10.4rem;
  padding: 0 4rem;
  border: 0.1rem solid var(--c-gray-light-red);
  border-radius: 2rem;
  background-color: var(--c-white-transparent-024);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
  transition: border-color, background-color 0.5s ease;
}
.preview-company-item:hover {
  border-color: var(--c-green-dark);
  background-color: var(--c-green-light-transparent-016);
}
@media screen and (max-width: 450px) {
.preview-company-item {
    width: 100%;
    padding-right: 2.2rem;
    padding-left: 2.2rem;
}
}
@media screen and (max-width: 767px) {
.preview-company-item {
    height: 8rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1447px) {
.preview-company-item {
    padding-right: 6rem;
    padding-left: 6rem;
}
.preview-company-item:nth-child(-n+2) {
    margin-bottom: 1.6rem;
}
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.preview-company-item {
    width: 45%;
    height: 8rem;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.preview-company-item__icon {
    width: 20rem;
}
}
@media screen and (min-width: 1200px) and (max-width: 1447px) {
.preview-company-item__icon {
    width: 30rem;
}
}
@media screen and (min-width: 1448px) and (max-width: 1599px) {
.preview-company-item__icon {
    width: 18rem;
    height: 7rem;
}
}@keyframes gap {
0% {
    gap: 0;
}
100% {
    gap: 7rem;
}
}
.preview-company-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1600px) {
.preview-company-list._animation {
    animation: gap 1s ease;
}
}
@media screen and (max-width: 450px) {
.preview-company-list {
    flex-direction: column;
}
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.preview-company-list {
    gap: 1.6rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.preview-company-list {
    gap: 2.4rem;
}
}
@media screen and (max-width: 1447px) {
.preview-company-list {
    flex-wrap: wrap;
}
}.preview-partners {
  position: relative;
  z-index: var(--z-index-prev-over-page-content);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
.preview-partners {
    justify-content: flex-end;
}
}
.preview-partners__title {
  align-self: flex-start;
  margin-bottom: 2.4rem;
  font-family: var(--font-family-primary);
  font-size: 4.8rem;
  color: var(--primary-text-color);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 450px) {
.preview-partners__title {
    align-self: center;
}
}
@media screen and (min-width: 768px) {
.preview-partners__title {
    margin-bottom: 4.8rem;
}
}
@media screen and (max-width: 991px) {
.preview-partners__title {
    font-size: 4rem;
}
}.preview-sections {
  position: relative;
  overflow: hidden;
}
@keyframes fade-title {
0% {
    translate: -10rem;
    text-shadow: 2rem -2rem var(--c-black-transparent-020);
}
100% {
    translate: 0;
    text-shadow: none;
}
}
.preview-sections__content-wr {
  max-width: 140rem;
  height: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 450px) {
.preview-sections__content-wr {
    max-width: 34.3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
}
@media screen and (min-width: 451px) and (max-width: 767px) {
.preview-sections__content-wr {
    max-width: 60rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.preview-sections__content-wr {
    max-width: 72.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
}
@media screen and (min-width: 1025px) {
.preview-sections__content-wr {
    max-width: 140rem;
    padding-left: 14rem;
    padding-right: 14rem;
}
}
.preview-sections__animation-wr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: max(11.4rem, 22.7vh) 0 14.4vh;
}
@media screen and (max-width: 767px) {
.preview-sections__animation-wr {
    padding: max(11.4rem, 14vh) 0 2.4rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1447px) {
.preview-sections__animation-wr {
    padding: max(11.4rem, 15.7vh) 0 14.4vh;
}
}
.preview-sections__animation-wr._visible {
  animation: fade-title 1s ease;
}
.preview-sections__inner {
  width: 100%;
  background: radial-gradient(var(--c-pink-transparent-020), var(--c-white));
}
@media screen and (max-width: 1024px) {
.preview-sections__inner {
    min-height: 75rem;
}
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.preview-sections__inner {
    min-height: 80rem;
}
}
@media screen and (min-width: 1448px) {
.preview-sections__inner {
    min-height: 75rem;
}
}
.preview-sections__title {
  margin-bottom: 2rem;
}
.preview-sections__img-wr._hide, .preview-sections__img-caption._hide {
  z-index: var(--z-index-prev-under-page-content);
  opacity: 0;
}
.preview-sections__img-wr {
  position: fixed;
  bottom: -120rem;
  right: 0;
  transform: translate(0, -90rem);
  width: 89.9rem;
  overflow: hidden;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
.preview-sections__img-wr {
    width: 100%;
    bottom: -110vh;
    right: 0;
    transform: translate(0, calc(-110vh + 12.3rem));
}
}
.preview-sections__img {
  width: 100%;
  height: 100%;
}
.preview-sections__img-caption {
  position: absolute;
}
@media screen and (max-width: 450px) {
.preview-sections__img-caption {
    top: 4%;
    left: -11%;
    transform: scale(0.45);
}
}
@media screen and (min-width: 451px) and (max-width: 767px) {
.preview-sections__img-caption {
    top: 9%;
    left: -3.5%;
    transform: scale(0.54);
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.preview-sections__img-caption {
    top: 14%;
    left: 4%;
    transform: scale(0.66);
}
}
@media screen and (min-width: 1025px) {
.preview-sections__img-caption {
    top: 22%;
    left: 15%;
}
}
@media screen and (max-width: 767px) {
.preview-sections__info-wr, .preview-sections__info {
    height: 100%;
}
}.project-item {
  display: flex;
  gap: 3.2rem;
  max-width: 96rem;
  width: 100%;
  padding: 4rem;
  border-radius: 4rem;
  background: var(--c-white-transparent-024);
  -webkit-backdrop-filter: blur(1.2rem);
          backdrop-filter: blur(1.2rem);
}
@media screen and (max-width: 767px) {
.project-item {
    gap: 4rem;
    padding: 2.4rem 1.6rem;
    border-radius: 2.4rem;
}
}
@media screen and (max-width: 1199px) {
.project-item {
    flex-direction: column;
}
}
@media screen and (min-width: 1448px) {
.project-item._vertical {
    flex-direction: column;
    max-width: 47.2rem;
    height: 100%;
    -webkit-backdrop-filter: blur(3.2rem);
            backdrop-filter: blur(3.2rem);
}
}
.project-item._vertical button {
  background-color: var(--c-green);
}
.project-item__img {
  z-index: var(--z-index-page-content);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
.project-item__img {
    width: auto;
    height: 28rem;
}
}
.project-item__img img {
  border-radius: 2rem;
}
@media screen and (max-width: 450px) {
.project-item__img img {
    height: 20rem;
}
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
.project-item__img img {
    height: 30rem;
}
}
@media screen and (max-width: 1199px) {
.project-item__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.project-item__img img {
    height: 35rem;
}
}
@media screen and (min-width: 1448px) {
.project-item__img._vertical {
    height: 100%;
    display: block;
}
}
@media screen and (min-width: 1200px) and (max-width: 1447px) {
.project-item__img._vertical {
    width: 27rem;
}
}
@media screen and (min-width: 1448px) {
.project-item__img._vertical {
    width: 38.1rem;
}
}
.project-item__img._vertical img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) and (max-width: 1447px) {
.project-item__img._vertical img {
    width: 27rem;
    max-height: 23.5rem;
}
}
@media screen and (min-width: 1448px) {
.project-item__img._vertical img {
    width: 100%;
    border-radius: 3rem;
}
}
@media screen and (min-width: 1448px) and (max-width: 1599px) {
.project-item__img._vertical img {
    height: 100%;
}
}
@media screen and (min-width: 1600px) {
.project-item__img._vertical img {
    height: 55rem;
}
}
.project-item__img._horizontal img {
  border-radius: 2rem;
}
@media screen and (min-width: 1200px) {
.project-item__img._horizontal img {
    width: 27rem;
    height: 36.5rem;
}
}
@media screen and (max-width: 1447px) {
._vertical .project-item__img-wr {
    border-radius: 4rem;
}
}
@media screen and (min-width: 1448px) {
._vertical .project-item__img-wr {
    height: 100%;
}
}
.project-item__title {
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--c-white);
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
.project-item__title {
    font-size: 4rem;
    line-height: 5rem;
}
}
.project-item__subtitle {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--c-gray-light-red);
  font-weight: 400;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
.project-item__subtitle {
    font-size: 2.4rem;
}
}
.project-item__description {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--c-white);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
.project-item__description {
    font-size: 2.4rem;
    line-height: 3.36rem;
}
}
._vertical .project-item__description {
  margin-bottom: 3.2rem;
}
.project-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  max-width: 95rem;
  width: 100%;
  margin-bottom: 2.4rem;
}
.project-item__button {
  display: inline-block;
  text-decoration: none;
}
.project-item__button button {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.24rem;
  gap: 0.6rem;
  background-color: var(--c-green);
}
.project-item__button button svg {
  height: 1rem;
}
.project-item__button button svg path {
  stroke: var(--c-gray-darkest);
  stroke-width: 0.23rem;
}
.project-item .project-item__button {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
.project-item .project-item__button {
    width: 100%;
}
}.project-cards {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 1447px) {
.project-cards {
    flex-direction: column;
    align-items: center;
}
}
.project-cards__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
}
@media screen and (max-width: 1447px) {
.project-cards__all-projects {
    width: 100%;
}
}
@media screen and (min-width: 1448px) {
.project-cards__all-projects {
    flex: 0 0 39.2rem;
}
}
.project-cards__project {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}.project-container {
  position: relative;
  z-index: var(--z-index-page-content);
  background: var(--c-gray-darkest);
}
.project-container__title-wr {
  font-family: var(--font-family-primary);
  font-size: 4rem;
  color: var(--c-white);
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 450px) {
.project-container__title-wr {
    font-size: 4.8rem;
    font-weight: 700;
}
}
@media screen and (max-width: 767px) {
.project-container__title-wr {
    font-weight: 700;
}
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
.project-container__title-wr {
    font-size: 6rem;
}
}
@media screen and (min-width: 1025px) {
.project-container__title-wr {
    font-size: clamp(4.8rem, 4.8rem + (140 - 48) * (100vw - 82rem) / (1728 - 1440), 14rem);
}
}
@media screen and (max-width: 1024px) {
.project-container__title-wr {
    padding-top: 6rem;
    padding-bottom: 4rem;
    font-weight: 700;
}
}
@media screen and (min-width: 1025px) {
.project-container__title-wr {
    padding-top: 12rem;
    padding-bottom: 8rem;
    font-weight: 600;
    font-size: 8rem;
}
}
.project-container__title {
  transform: translateY(5rem);
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
  transition-timing-function: ease-in-out;
}
._active .project-container__title {
  transform: translateY(0);
  opacity: 1;
}
.project-container__cards {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
.project-container__cards {
    padding-bottom: 8rem;
}
}
@media screen and (min-width: 1200px) {
.project-container__cards {
    padding-bottom: 12rem;
}
}
.project-container__shadow {
  position: absolute;
  width: 129rem;
  height: 129rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at -35%, rgba(245, 78, 209, 0.32), rgba(245, 78, 209, 0) 80%);
  filter: blur(70px);
}.technology-card {
  border: 0.1rem solid var(--block-border);
  border-radius: 1.6rem;
  background: var(--c-white-transparent-016);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
@media screen and (max-width: 767px) {
.technology-card {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.4rem;
}
.technology-card:hover {
    border-color: var(--c-green);
    cursor: pointer;
}
.technology-card:hover svg path {
    stroke: var(--c-green);
}
.technology-card ._open svg path {
    stroke: var(--c-green);
}
}
@media screen and (min-width: 768px) {
.technology-card {
    width: 100%;
    padding: 3.9rem 3.2rem;
    border: 0.1rem solid var(--block-border);
    border-radius: 1.6rem;
    background: var(--c-white-transparent-016);
    -webkit-backdrop-filter: blur(1rem);
            backdrop-filter: blur(1rem);
}
}
.technology-card__title {
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  color: var(--secondary-text-color);
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (min-width: 451px) and (max-width: 767px) {
.technology-card__title {
    font-size: 3.2rem;
}
}
@media screen and (max-width: 767px) {
.technology-card__title {
    width: 100%;
    word-break: break-word;
    margin-right: 2.4rem;
}
}
@media screen and (min-width: 768px) {
.technology-card__title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.4rem;
    font-size: 4rem;
    letter-spacing: 0.09rem;
}
}
._open .technology-card__title {
  color: var(--c-green);
}
.technology-card__accordion {
  width: 100%;
}
.technology-card__img {
  display: block;
  width: 100%;
  min-width: 15rem;
  max-width: 15rem;
  min-height: 15rem;
  max-height: 15rem;
  margin: 2.4rem auto 0;
}
@media screen and (min-width: 768px) {
.technology-card__img {
    margin: 0;
}
}
.technology-card__label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
.technology-card__label-list {
    gap: 1.6rem;
}
}
@media screen and (min-width: 768px) {
.technology-card__content {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}
}.technology-card-list {
  max-width: 166rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.technology-card-list {
    max-width: 74rem;
}
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.technology-card-list {
    max-width: 97rem;
}
}
@media screen and (min-width: 1448px) and (max-width: 1749px) {
.technology-card-list {
    max-width: 129rem;
}
}
.technology-card-list__item:not(:last-child) {
  margin-bottom: 2.4rem;
}.technology-container {
  background: var(--c-gray-darkest);
}
.technology-container__title-wr {
  font-family: var(--font-family-primary);
  font-size: 4rem;
  color: #191919;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--secondary-text-color);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 450px) {
.technology-container__title-wr {
    font-size: 4.8rem;
    font-weight: 700;
}
}
@media screen and (max-width: 767px) {
.technology-container__title-wr {
    font-weight: 700;
}
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
.technology-container__title-wr {
    font-size: 6rem;
}
}
@media screen and (min-width: 1025px) {
.technology-container__title-wr {
    font-size: clamp(4.8rem, 4.8rem + (140 - 48) * (100vw - 82rem) / (1728 - 1440), 14rem);
}
}
@media screen and (max-width: 1024px) {
.technology-container__title-wr {
    padding-top: 6rem;
    padding-bottom: 4rem;
    font-weight: 700;
}
}
@media screen and (min-width: 1025px) {
.technology-container__title-wr {
    padding-top: 12rem;
    padding-bottom: 8rem;
}
}
@media screen and (min-width: 1448px) {
.technology-container__title-wr {
    font-size: 8rem;
}
}
.technology-container__title {
  transform: translateY(5rem);
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
  transition-timing-function: ease-in-out;
}
._active .technology-container__title {
  transform: translateY(0);
  opacity: 1;
}
.technology-container__card-list {
  padding-top: 0;
}.home {
  overflow-x: hidden;
}