/*animations* */
/*-animations*/
/*fonts*/
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.h0 {
  font-size: 5.56vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.2px;
}

.h1 {
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.96px;
}

.h2 {
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.64px;
}

.h3 {
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.48px;
}

.h4 {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 144%;
  letter-spacing: -0.36px;
}

.p1 {
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 112%;
}

.p2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.28px;
}

@media (max-width: 800px) {
  .h0 {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1.44px;
  }
  .h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 133%;
    letter-spacing: -0.48px;
  }
  .h3 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
  .h4 {
    font-size: 18px;
  }
  .p1 {
    font-size: 14px;
    line-height: 115%;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #1B3935;
  background: #FFF;
}

body.active {
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #1B3935;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

span {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

th {
  border: none;
}

td {
  border: none;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  font-family: "", sans-serif;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  font-family: "", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  padding: 0 32px 0px 48px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section-l {
  color: rgba(27, 57, 53, 0.32);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.section-scroll {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  color: rgba(27, 57, 53, 0.32);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.section-scroll span {
  display: inline;
}

@media (max-width: 800px) {
  .wrapper {
    overflow: hidden;
  }
  .container {
    padding: 0px 16px 0px 32px;
  }
  .section-l {
    font-size: 14px;
  }
  .section-scroll {
    font-size: 12px;
    left: 8px;
  }
}
/*-options*/
/*buttons*/
.btn1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0px 24px;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.1s;
}
.btn1:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1B3935;
}
.btn1::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #6DD692;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .btn1:hover::after {
    width: 100%;
  }
}
/*-buttons*/
/*header*/
.header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  top: 4px;
}

.header-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4vw;
  align-items: flex-start;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-start: 1;
  grid-column-end: 2;
}

.header-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header-menu a {
  position: relative;
  color: #1B3935;
  font-size: 14px;
  font-weight: 700;
  line-height: 143%;
  transition: 0.1s;
}
.header-menu a:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 7px;
  width: 6px;
  height: 6px;
  transform: translateX(-5px);
  border-radius: 50%;
  background: #1B3935;
  opacity: 0;
  transition: 0.3s;
}

.header-a {
  position: relative;
  color: #1B3935;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  transition: 0.1s;
}
.header-a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  height: 1px;
  background: #1B3935;
  transition: 0.3s;
}

.header-burger {
  display: none;
}

.header-bg {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    top: 24px;
  }
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-logo {
    position: relative;
    z-index: 2;
  }
  .header-nav {
    position: fixed;
    left: 32px;
    top: 16px;
    width: calc(100% - 48px);
    background: #E9FBEC;
    padding: 16px 16px 32px 16px;
    display: none;
  }
  .header-menu {
    display: grid;
    gap: 8px;
    width: 100%;
    margin-top: 72px;
    padding-top: 62px;
    border-top: 1px solid rgba(27, 57, 53, 0.1);
    counter-reset: item;
  }
  .header-menu li {
    position: relative;
    padding-left: 40px;
  }
  .header-menu li:before {
    content: "0" counters(item, ".");
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 500;
    line-height: 114%;
    letter-spacing: -0.28px;
    opacity: 0.32;
  }
  .header-menu a {
    font-size: 24px;
    font-weight: 500;
    line-height: 133%;
    letter-spacing: -0.48px;
  }
  .header-a {
    width: fit-content;
    margin-top: 64px;
  }
  .header-burger {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 44px;
    font-size: 14px;
    font-weight: 700;
    line-height: 143%;
    color: #1B3935;
  }
  .header-burger:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1B3935;
  }
  .header-burger span:nth-child(2) {
    display: none;
  }
  .header-burger.active span:nth-child(1) {
    display: none;
  }
  .header-burger.active span:nth-child(2) {
    display: block;
  }
  .header-bg {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 251, 236, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
@media (max-width: 800px) {
  .header-nav {
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 1200px) {
  .header-menu a:hover {
    color: #6DD692;
  }
  .header-menu a:hover::before {
    transform: translate(0);
    opacity: 1;
  }
  .header-a:hover {
    color: #6DD692;
  }
  .header-a:hover::after {
    width: 0;
  }
}
/*-header*/
/*footer*/
.footer {
  background: #E9FBEC;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 32px 0px 0px 0px;
}

.footer-h {
  color: rgba(27, 57, 53, 0.32);
}
.footer-h br {
  display: none;
}

.footer-a {
  color: #1B3935;
  text-decoration: underline;
  transition: 0.2s;
}

.footer-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: flex-end;
}

.footer-label {
  text-transform: uppercase;
  text-align: right;
  opacity: 0.32;
}

.footer-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
}

@media (max-width: 800px) {
  .footer-h br {
    display: block;
  }
  .footer-a {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.4px;
    margin-top: 24px;
  }
  .footer-text {
    display: block;
  }
  .footer-label {
    text-align: left;
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .footer-a:hover {
    color: #6DD692;
    text-decoration: underline;
  }
}
/*-footer*/
/*content*/
.content *:first-child {
  margin-top: 0px;
}
.content p {
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 112%;
  margin-top: 24px;
}
.content ul li:before {
  content: "";
}
.content ol {
  counter-reset: item;
}
.content ol ol {
  margin-top: 16px;
}
.content ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
.content .wp-block-table {
  width: 100%;
  overflow: auto;
}
@media (max-width: 800px) {
  .content p {
    font-size: 16px;
  }
}
/*-content*/
/*start*/
.start {
  padding-bottom: 32px;
}

.start-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4vw;
  align-items: center;
  height: calc(100vh - 4.8vw);
  margin-top: 4.8vw;
}

.start-h {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.start-h strong {
  font-weight: 500;
}

.start-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.start-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .start-wrap {
    height: calc(100vh - 66px);
    margin-top: 66px;
  }
}
@media (max-width: 800px) {
  .start-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .start-h {
    display: inline;
  }
}
/*-start*/
/*about*/
.about-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 32px 0px;
}

.about-h {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-h strong {
  font-weight: 500;
}

.about-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}

.about-img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.22vw;
  height: 17.22vw;
  border-radius: 50%;
  overflow: hidden;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: 3;
}

@media (max-width: 800px) {
  .about-wrap {
    display: block;
    height: 100%;
  }
  .about-l {
    margin-bottom: 32px;
  }
  .about-h {
    display: inline;
  }
  .about-grid {
    display: block;
    margin-top: 32px;
  }
  .about-img {
    position: static;
    width: 100%;
    height: auto;
  }
  .about-boxs {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*-about*/
/*invest*/
.invest {
  background: #E9FBEC;
  padding: 32px 0px;
}

.invest-top {
  position: relative;
  margin-bottom: 96px;
}

.invest-h {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.invest-h strong {
  font-weight: 500;
}

.invest-l {
  position: absolute;
  left: 0;
  top: 0;
}

.invest-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  padding: 32px 0px 96px 0px;
  border-bottom: 1px solid rgba(27, 57, 53, 0.1);
}

.invest-box:first-child {
  border-top: 1px solid rgba(27, 57, 53, 0.1);
}

.invest-box:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.invest-box_cover {
  position: sticky;
  top: 32px;
  padding-left: 96px;
}

.invest-item_h {
  font-weight: 500;
}

.invest-box_num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  opacity: 0.32;
}

.invest-box_grid {
  padding-left: 9.6vw;
}

.invest-text {
  max-width: 390px;
  margin-top: 40px;
}
.invest-text *:first-child {
  margin-top: 0px;
}
.invest-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  margin-top: 16px;
}

.invest-items {
  counter-reset: item;
}

.invest-item {
  position: relative;
  padding: 32px 0px;
  border-bottom: 1px solid rgba(27, 57, 53, 0.1);
}

.invest-item:first-child {
  padding-top: 0px;
  border-top: none;
}

.invest-item:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 32px;
  display: flex;
  align-items: center;
  height: 1.81vw;
  font-size: 14px;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -0.28px;
  opacity: 0.32;
}

.invest-item:first-child:before {
  top: 0;
}

.invest-item:nth-child(1):before,
.invest-item:nth-child(2):before,
.invest-item:nth-child(3):before,
.invest-item:nth-child(4):before,
.invest-item:nth-child(5):before,
.invest-item:nth-child(6):before,
.invest-item:nth-child(7):before,
.invest-item:nth-child(8):before,
.invest-item:nth-child(9):before {
  content: "0" counters(item, ".");
}

.invest-item_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  cursor: pointer;
}

.invest-item_arrow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.invest-item_arrow svg {
  stroke: #1B3935;
}
.invest-item_arrow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(27, 57, 53, 0.1);
}
.invest-item_arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-radius: 50%;
  background: #6DD692;
  transition: 0.3s;
}

.invest-item_bottom {
  display: none;
  max-width: 390px;
  margin-top: 16px;
}
.invest-item_bottom *:first-child {
  margin-top: 0px;
}
.invest-item_bottom p {
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  margin-top: 16px;
}

.invest-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  margin-top: 40px;
}
.invest-ul p {
  margin-top: 16px;
}

@media (max-width: 800px) {
  .invest-top {
    margin-bottom: 32px;
  }
  .invest-l {
    position: static;
    margin-bottom: 32px;
  }
  .invest-h {
    display: inline;
  }
  .invest-box {
    display: block;
    padding: 32px 0px 64px 0px;
  }
  .invest-box_cover {
    position: static;
    padding-left: 0px;
  }
  .invest-box_num {
    position: static;
    margin-bottom: 16px;
  }
  .invest-box_grid {
    padding-left: 0px;
    margin-top: 64px;
  }
  .invest-item:before {
    top: 39px;
  }
  .invest-item:first-child:before {
    top: 7px;
  }
  .invest-ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .invest-item_top:hover .invest-item_arrow::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*-invest*/
/*team*/
.team {
  padding: 32px 0px;
}

.team-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 96px;
}

.team-h {
  grid-column-start: 2;
  grid-column-end: 4;
}

.team-num {
  display: flex;
  justify-content: flex-end;
  grid-column-start: 4;
  grid-column-end: 5;
  color: rgba(27, 57, 53, 0.1);
}

.team-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 140px;
}

.team-boxs:last-child {
  margin-bottom: 0px;
}

.team-box_img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.team-box_img img {
  width: 100% !important;
  height: auto !important;
}
.team-box_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E9FBEC;
  border-radius: 0px 250px 250px 0px;
  transform: translateX(-100%);
  transition: 0.3s;
}

.team-box_h {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #1B3935;
  margin-top: 16px;
  transition: 0.1s;
}
.team-box_h::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../icons/arrow-1.svg") center/contain no-repeat;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s;
}

.team-box_p {
  color: #1B3935;
  margin-top: 6px;
  transition: 0.1s;
}

@media (max-width: 800px) {
  .team-top {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }
  .team-l {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .team-h {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .team-boxs {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .team-box:hover .team-box_img:before {
    transform: translate(0);
  }
  .team-box:hover .team-box_h {
    color: #6DD692;
  }
  .team-box:hover .team-box_h:after {
    transform: translateY(0);
    opacity: 1;
  }
  .team-box:hover .team-box_p {
    color: #6DD692;
  }
}
@media (min-width: 800px) {
  .team-box:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
/*-team*/
/*experience*/
.experience {
  padding: 32px 0px;
}

.experience-top {
  position: relative;
  z-index: 2;
  margin-bottom: 96px;
}

.experience-h {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.experience-h strong {
  font-weight: 500;
}

.experience-l {
  position: absolute;
  left: 0;
  top: 0;
}

.experience-boxs {
  position: relative;
  left: -48px;
  width: calc(100% + 80px);
}

.experience-box {
  position: relative;
  padding: 32px 0px 32px 48px;
  border-bottom: 1px solid rgba(27, 57, 53, 0.1);
}
.experience-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #E9FBEC;
  transition: 0.5s;
}

.experience-box_text {
  position: relative;
  padding-left: 64px;
}

.experience-box_label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  opacity: 0.32;
}

.experience-box_cover {
  max-width: 384px;
}

.experience-box_p {
  margin-top: 24px;
}

.experience-box_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 336px;
  transition: 0.5s;
}
.experience-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-box.active:before {
  height: 100%;
}
.experience-box.active .experience-box_img {
  transform: translateY(-50%) scale(1);
}

.experience-p {
  color: rgba(27, 57, 53, 0.1);
  margin-top: 96px;
}
.experience-p span {
  display: inline;
}

@media (max-width: 1200px) {
  .experience-box_img {
    left: auto;
    right: 0;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 800px) {
  .experience-l {
    position: static;
    margin-bottom: 32px;
  }
  .experience-h {
    display: inline;
  }
  .experience-boxs {
    left: -32px;
    width: calc(100% + 48px);
  }
  .experience-box {
    padding: 32px 16px 32px 32px;
  }
  .experience-box::before {
    height: 100%;
    width: 0;
  }
  .experience-box.active {
    width: 100%;
  }
  .experience-box.active::before {
    width: 100%;
  }
  .experience-box_label {
    position: static;
    margin-bottom: 32px;
  }
  .experience-box_text {
    padding-left: 0px;
  }
  .experience-box_img {
    position: static;
    transform: translate(0) scale(1);
    width: 100%;
    height: 87.2vw;
    margin-top: 32px;
  }
  .experience-box.active .experience-box_img {
    position: static;
    transform: translate(0) scale(1);
  }
}
/*-experience*/
/*user*/
.user {
  padding: 180px 0px 64px 0px;
}

.user-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.user-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-img img {
  width: 100%;
  height: auto;
}

.user-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user-l {
  color: rgba(27, 57, 53, 0.32);
  margin-top: 16px;
}

@media (max-width: 800px) {
  .user {
    padding: 132px 0px 32px 0px;
  }
  .user-wrap {
    display: block;
  }
  .user-text {
    margin-top: 32px;
  }
  .user-l {
    font-size: 16px;
  }
  .user-content {
    margin-top: 32px;
  }
}
/*-user*/
/*policy*/
/*-policy*/
/*mistake*/
/*-mistake*/