.careers .bg-wrapper {
  margin-top: -32px;
  border-radius: 32px 32px 0px 0px;
  background: linear-gradient(171deg, #FFF 13.46%, rgba(224, 226, 239, 0.7) 49.49%, #FFF 86.44%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.careers .hero {
  background: linear-gradient(295deg, #C1F5E0 -19.43%, #FFF 31.67%, #E0E3F9 90.35%);
}
.careers .hero .wrapper {
  border-color: rgba(102, 111, 114, 0.1);
}
.careers .hero h1 {
  color: #101011;
}
@media all and (max-width: 1440px) and (min-width: 992px) {
  .careers .hero h1 {
    font-size: 8vw;
  }
}
.careers .hero h1 p:first-child {
  position: relative;
}
.careers .hero h1 p:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: -51.5px;
  top: 10px;
  width: 1px;
  height: 80px;
  background: #64D9C3;
}
@media all and (max-width: 1440px) and (min-width: 992px) {
  .careers .hero h1 p:first-child:before {
    left: -3.54vw;
  }
}
@media all and (max-width: 991px) {
  .careers .hero h1 p:first-child:before {
    display: none;
  }
}
.careers .careers-why__img {
  border-radius: 32px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .careers .careers-why__img {
    border-radius: 24px;
  }
}
.careers .careers-why__action a {
  --borderWidth: 3px;
  position: relative;
  background: #101011;
  border-radius: 80px;
  text-align: center;
  border: 1px solid #55d6bd;
}
.careers .careers-why__action a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #101011;
  border-radius: 80px;
  transition: background-color 0.4s ease;
}
.careers .careers-why__action a:after {
  content: "";
  position: absolute;
  display: flex;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(to right, hsl(169, 45%, 49%) 0%, hsl(257, 78%, 65%) 100%);
  border-radius: 80px;
  z-index: 0;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 200% 100%;
}
.careers .careers-why__action a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: 0.32px;
}
@media all and (max-width: 991px) {
  .careers .careers-why__action a span {
    font-size: 14px;
  }
}
.careers .careers-why__desc, .careers .careers-why__info-left, .careers .careers-why__info-right, .careers .perks-desc, .careers .section-subtitle {
  color: #101011;
}
.careers .faq-slider__item img {
  border-radius: 32px;
}
@media all and (max-width: 991px) {
  .careers .faq-slider__item img {
    border-radius: 24px;
  }
}
.careers .members-item__blockquote blockquote {
  font-weight: 500;
}
.careers .members-item__img {
  border-radius: 32px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .careers .members-item__img {
    border-radius: 24px;
  }
}
.careers .faq {
  background: transparent;
}
.careers .faq .wrapper {
  border-color: rgba(102, 111, 114, 0.1);
}
.careers .faq__right h2 {
  color: #101011;
}
.careers .faq__right .faq_list-items .accordion-item {
  border-color: rgba(39, 40, 41, 0.18);
}
.careers .faq__right .faq_list-items .accordion-item button {
  color: #101011;
}
.careers .faq__right .faq_list-items .accordion-item button .icon {
  background: transparent;
}
.careers .faq__right .faq_list-items .accordion-item button[aria-expanded=true] .icon {
  background: transparent;
  transform: rotate(180deg);
}
.careers .faq__right .faq_list-items .accordion-item button[aria-expanded=true] .icon circle {
  fill: #101011;
}
.careers .faq__right .faq_list-items .accordion-item button[aria-expanded=true] .icon path {
  stroke: white;
}
.careers .faq__right .faq_list-items .accordion-item.open {
  background: rgba(224, 227, 249, 0.8);
}
.careers .careers-faq .accordion-content .accordion-action {
  --borderWidth: 3px;
  position: relative;
  background: #101011;
  border-radius: 80px;
  text-align: center;
  border: 1px solid #55d6bd;
  white-space: nowrap;
  margin-bottom: 3px;
}
.careers .careers-faq .accordion-content .accordion-action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #101011;
  border-radius: 80px;
  transition: background-color 0.4s ease;
}
.careers .careers-faq .accordion-content .accordion-action:after {
  content: "";
  position: absolute;
  display: flex;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(to right, hsl(169, 45%, 49%) 0%, hsl(257, 78%, 65%) 100%);
  border-radius: 80px;
  z-index: 0;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 200% 100%;
}
.careers .careers-faq .accordion-content .accordion-action span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: 0.32px;
}
@media all and (max-width: 991px) {
  .careers .careers-faq .accordion-content .accordion-action span {
    font-size: 14px;
  }
}
.careers .perks-item {
  border-radius: 32px;
  border: 1px solid #FFF;
}
@media all and (max-width: 991px) {
  .careers .perks-item {
    font-size: 24px;
  }
}
.careers .hero {
  overflow: hidden;
  min-height: 850px;
  height: calc(100vh + 32px);
}
@media all and (max-width: 991px) {
  .careers .hero {
    min-height: auto;
    height: auto;
  }
}
.careers .hero .wrapper {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 96px;
  margin-top: -36px;
}
@media all and (max-width: 1440px) and (min-width: 992px) {
  .careers .hero .wrapper {
    gap: 48px;
  }
}
@media all and (max-width: 991px) {
  .careers .hero .wrapper {
    gap: 30px;
    padding: 0 6.67vw;
    padding-top: 150px;
    padding-bottom: 80px;
    flex-direction: column;
    margin-top: 0;
  }
}
.careers .hero__title {
  flex-basis: 620px;
}
@media all and (max-width: 991px) {
  .careers .hero__title {
    flex-basis: auto;
    width: 100%;
  }
}
.careers .hero-media {
  flex-basis: 564px;
  position: relative;
  max-width: 564px;
  padding-left: 265px;
}
@media all and (max-width: 1200px) {
  .careers .hero-media {
    flex-basis: 420px;
    max-width: 420px;
    padding-left: 200px;
  }
}
@media all and (max-width: 991px) {
  .careers .hero-media {
    flex-basis: auto;
    max-width: none;
    width: 100%;
    padding: 0;
  }
}
.careers .hero-images {
  width: 100vw;
}
@media all and (max-width: 991px) {
  .careers .hero-images {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.careers .hero-images img {
  border-radius: 32px;
}
.careers .hero-images__small {
  position: absolute;
  width: 236px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1200px) {
  .careers .hero-images__small {
    width: 150px;
    height: 100px;
  }
}
@media all and (max-width: 991px) {
  .careers .hero-images__small {
    display: none;
  }
}
.careers .hero-images__small:first-child {
  left: 0;
  top: -52px;
}
@media all and (max-width: 1200px) {
  .careers .hero-images__small:first-child {
    top: 0;
  }
}
.careers .hero-images__small:nth-child(2) {
  left: 0;
  bottom: -52px;
}
@media all and (max-width: 1200px) {
  .careers .hero-images__small:nth-child(2) {
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 991px) {
  .careers .hero-images__small:nth-child(2) {
    transform: none;
  }
}
.careers .hero-images__small:nth-child(3) {
  bottom: -180px;
  right: -40px;
}
@media all and (max-width: 1200px) {
  .careers .hero-images__small:nth-child(3) {
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.careers .hero-images__big {
  width: 537px;
  height: 368px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1200px) {
  .careers .hero-images__big {
    width: 490px;
    height: 320px;
  }
}
@media all and (max-width: 991px) {
  .careers .hero-images__big {
    width: 100%;
    height: auto;
    max-height: 250px;
  }
}
@media all and (max-width: 600px) {
  .careers .faq-slider__dots .swiper-pagination-bullet, .careers .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(184, 191, 194, 0.49);
  }
}
@media all and (max-width: 600px) {
  .careers .faq-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .careers .members-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #101011;
  }
}
.careers .talk {
  background: linear-gradient(298deg, #5ED2BD 21.56%, #845CE8 74.24%);
}
.careers .faq .faq__right {
  width: 900px;
}
@media all and (max-width: 1440px) and (min-width: 992px) {
  .careers .faq .faq__right {
    width: 55.56vw;
  }
}
@media all and (max-width: 991px) {
  .careers .faq .faq__right {
    width: 100%;
  }
}

.careers-why .wrapper {
  padding: 120px 30px 75px;
  border-color: #e7edef;
}

.careers-why__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.careers-why__left {
  width: 580px;
  margin-right: 70px;
}

.careers-why__right {
  width: calc(100% - 650px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.careers-why__img {
  width: 580px;
  height: 470px;
}

.careers-why__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.careers-why__title,
.careers-why__info-title {
  max-width: 275px;
  text-align: left;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #101011;
  margin: 0;
}

.careers-why__desc {
  margin: 25px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7A7A90;
}

.careers-why__desc p {
  margin: 0;
}

.careers-why__desc p:not(:first-child) {
  margin-top: 5px;
}

.careers-why__action a {
  background-color: #8860EB;
  border-radius: 80px;
  font-weight: 600;
  font-size: 14px;
  line-height: 121%;
  display: block;
  color: #FFFFFF;
  padding: 15px 40px;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.careers-why__action a:hover {
  background-color: #64D9C3;
  transform: scale(1.05);
}

.careers-why__info {
  margin-top: 75px;
}

.careers-why__info-content {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.careers-why__info-left,
.careers-why__info-right {
  max-width: 525px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7A7A90;
}

.careers-why__info-left p,
.careers-why__info-right p {
  margin: 0;
}

.careers-why__info-left p:not(:first-child),
.careers-why__info-right p:not(:first-child) {
  margin-top: 5px;
}

.faq-slider__dots {
  display: none;
}

@media all and (max-width: 1300px) {
  .careers-why__info-left,
  .careers-why__info-right {
    max-width: 48%;
  }
}
@media all and (max-width: 1200px) {
  .careers-why__left {
    margin-right: 30px;
    width: 520px;
  }
  .careers-why__img {
    width: 520px;
    height: 450px;
  }
  .careers-why__right {
    width: calc(100vw - 550px);
  }
  .careers-why__title,
  .careers-why__info-title {
    font-size: 3.33vw;
    line-height: 4.44vw;
  }
  .careers-why__desc,
  .careers-why__action a {
    font-size: 1.25vw;
    line-height: 1.94vw;
  }
}
@media all and (max-width: 991px) {
  .careers-why__wrap {
    flex-direction: column;
  }
  .careers-why__left {
    margin-right: 0;
    width: 100%;
  }
  .careers-why__img {
    width: 100%;
    height: auto;
  }
  .careers-why__right {
    width: 100%;
    margin-top: 40px;
  }
  .careers-why .wrapper {
    padding: 35px 6.67vw 60px;
  }
  .careers-why__title,
  .careers-why__info-title {
    font-size: 38px;
    line-height: 120%;
  }
  .careers-why__desc,
  .careers-why__action a {
    font-size: 15px;
    line-height: 200%;
  }
}
@media all and (max-width: 600px) {
  .careers-why__info {
    margin-top: 60px;
  }
  .careers-why__info-content {
    flex-direction: column;
  }
  .careers-why__info-left,
  .careers-why__info-right {
    max-width: none;
    width: 100%;
    font-size: 15px;
    line-height: 200%;
  }
  .careers-why__info-right {
    margin-top: 20px;
  }
  .careers-why__action {
    width: 100%;
    text-align: center;
  }
  .faq-slider__nav {
    display: none;
  }
  .faq-slider__dots {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .faq-slider__dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(184, 191, 194, 0.19);
    transition: background 0.4s ease;
  }
  .faq-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B8BFC2;
  }
}
@media all and (max-width: 450px) {
  .careers-why__title,
  .careers-why__info-title {
    font-size: 30px;
    line-height: 120%;
  }
}
.perks-info {
  max-width: 655px;
  margin: 0 auto;
  text-align: center;
}

.perks-title {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #101011;
  text-align: center;
  margin: 0;
}

.perks-desc {
  margin: 25px 0 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #7A7A90;
}

.perks .wrapper {
  border-color: #e7edef;
  padding-left: 30px;
  padding-bottom: 78px;
}

.perks-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}

.perks-item {
  width: 190px;
  background: #F6F7F9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px;
  margin: 0 10px;
  min-height: 240px;
}

.perks-item:nth-child(even) {
  margin-top: 50px;
}

.perks-item__icon {
  width: 103px;
  height: 103px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.perks-item__name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  color: #101011;
}

@media all and (max-width: 991px) {
  .perks .wrapper {
    padding-bottom: 50px;
  }
  .perks-desc {
    text-align: left;
  }
  .perks-title {
    font-size: 38px;
    line-height: 120%;
    text-align: left;
  }
  .perks-desc {
    margin: 20px 0 60px;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
  }
  .perks-list {
    flex-wrap: wrap;
  }
  .perks-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    min-height: 190px;
  }
}
.members-item__navigation div svg path {
  transition: transform 0.4s ease;
  transform-origin: center;
}

.members-item__navigation div:hover svg path {
  transform: scale(1.1);
}

.members-item__right {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.members-item__right .members-item__navigation {
  margin-top: auto;
}

.careers .members-item__img img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

@media all and (max-width: 991px) {
  .members-item__img {
    height: 450px;
  }
}
@media all and (max-width: 600px) {
  .members-item__img {
    height: 350px;
  }
}

.members-item__right {
  border-radius: 32px;
  border: 1px solid #FFF;
}
@media all and (max-width: 991px) {
  .members-item__right {
    border: none;
  }
}
.members-item__right .members-item__blockquote, .members-item__right .members-item__author, .members-item__right .members-item__navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.members-slider .swiper-slide.swiper-slide-active .members-item__blockquote, .members-slider .swiper-slide.swiper-slide-active .members-item__author, .members-slider .swiper-slide.swiper-slide-active .members-item__navigation {
  opacity: 1;
  visibility: visible;
}
.members-slider .swiper-slide.swiper-slide-active .members-item__img img {
  transform: scale(1);
}

.members-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.members-item__img {
  width: 490px;
  height: 370px;
  margin-right: 80px;
}

.members-item__right {
  width: calc(100% - 570px);
}

.members-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-item__blockquote svg {
  width: 33px;
  height: 26px;
  margin-bottom: 16px;
}

.members-item__blockquote {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  color: #101011;
  margin-bottom: 15px;
}

.members-item__blockquote blockquote {
  padding: 0;
  margin: 0;
}

.members-item__author span {
  margin-right: 5px;
}

.members-dots {
  display: none;
}

.members-item__author {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #64D9C3;
  margin-bottom: 50px;
}

.members-item__navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.members-item__navigation div {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.members-item__navigation div svg rect,
.members-item__navigation div svg path {
  transition: stroke 0.4s ease;
}

.members-item__navigation div {
  border-radius: 50%;
}

.members-item__navigation div:hover {
  background: #54d6bd;
  transition: 0.6s all;
}

.members-item__navigation div:hover svg rect {
  stroke: #64D9C3;
}

.members-item__navigation div:hover svg path {
  stroke: #25292d;
}

.members-item__navigation div:not(:first-child) {
  margin-left: 10px;
}

.members-item__author {
  font-size: 18px;
  line-height: 22px;
}

.members .wrapper {
  padding-top: 20px;
  padding-bottom: 70px;
}

.members-item__left {
  width: 100%;
}

.members-item__right {
  width: 100%;
  margin-top: 35px;
}

.members-item__blockquote {
  font-size: 18px;
  line-height: 170%;
}

.members .wrapper {
  padding-top: 78px;
  padding-bottom: 105px;
  flex-direction: column;
  border-color: #e7edef;
}

.members .section-content {
  width: 100%;
  padding-left: 51px;
  margin-top: 45px;
}

.members-title {
  max-width: 505px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  color: #101011;
  margin-bottom: 55px;
}

.members-list {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

@media all and (max-width: 991px) {
  .members-dots {
    display: flex;
    justify-content: center;
  }
  .members-dots .swiper-pagination-bullet {
    background: rgba(184, 191, 194, 0.19);
    transition: background 0.4s ease;
  }
  .members-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B8BFC2;
  }
  .members-title {
    font-size: 32px;
    line-height: 160%;
    text-align: left;
    max-width: none;
    margin-bottom: 35px;
  }
}
.careers .careers-faq .accordion-content .accordion-action {
  transition: transform 0.4s ease;
  transform-origin: center;
}

.careers .careers-faq .accordion-content .accordion-action:hover {
  transform: scale(1.08);
}

.careers .talk {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 991px) {
  .page-template-template-careers .faq .wrapper {
    padding: 80px 6.67vw 90px;
  }
}/*# sourceMappingURL=page-careers.css.map */