#hero {
  margin-top: 12px !important;
  background-image: url('../../images/pages/about/about-hero-bg.webp');
  background-image: image-set(url('../../images/pages/about/about-hero-bg.webp') 1x,
      url('../../images/pages/about/about-hero-bg@2x.webp') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 37px 0 44px 0;
  width: 100% !important;
}

#hero .hero-inner {
  overflow: hidden;
}

#hero .title {
  font-size: 47.5px;
  position: relative;
  width: fit-content;
  margin: 0 auto 16px auto;
  color: #222;
}

#hero .title span {
  font-size: 60px;
  position: relative;
}

#hero .title span::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 146px;
  height: 10px;
  background-image: url('../../images/pages/about/underline.png');
  background-size: contain;
}

#hero p {
  font-size: 19px;
  line-height: 26px;
  max-width: 850px;
  margin: 0 auto
}

#hero img {
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  #hero p br {
    display: none
  }
}

@media screen and (max-width: 767px) {
  #hero {
    margin-top: 19px !important;
  }
}

@media screen and (max-width: 567px) {

  .bread a,
  .bread {
    font-size: 13px;
  }

  #hero {
    padding: 21px 0;
  }

  #hero .title {
    font-size: 40px;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
  }

  #hero .title span {
    font-size: 52.5px;
    display: inline-block;
  }

  #hero .title span::before {
    bottom: -5px;
  }

  #hero p {
    font-size: 14px;
    line-height: 20px;
  }
}

#signup {
  padding: 9px 0 59px 0;
  background-image: url('../../images/pages/about/signup-bg.png');
  background-size: 1920px 284.5px;
  background-position: center -10px;
  background-repeat: no-repeat
}

#signup .container {
  width: 925px;
}

#signup .bread .container {
  width: 1230px;
}

#signup .swiper {
  margin-top: 56px;
}

#signup .title {
  font-size: 55px;
  margin-bottom: 14px
}

#signup p {
  font-size: 20px;
  line-height: 26px
}

#signup .inner {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 33px 15px;
}

#signup .image {
  flex-basis: 59%;
  padding-top: 21px;
}

#signup .item {
  height: 208px;
}

#signup .item .front {
  padding: 20px;
  display: flex;
  flex-direction: column
}

#signup .item p {
  font-size: 19px;
  line-height: 23px;
}

#signup .swiper-button-next,
#signup .swiper-button-prev {
  display: none
}

#signup .swiper-button-next,
#signup .swiper-button-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAABq0lEQVQ4jX3Uz4tOcRTH8Rcz5OdoPOVnDdFdMFiMshBFNDtiI7Kw8E9ZyspG2Q5FlIUFSpSU3zN+R36Tx9Cp862v29zn1O3e+73P+3zO+Xy/55nXNI0BsRwbcQyH8ARnMDM8ABrCVhzEAWzDGrzFdBe4EOuwDyfQZKIV2IPXXeA4JnE4n0s8xQ28aoORtYe9OF5Bf7PEKZydC4ye9uMIdmB+rj/AZVzEPfQLOJxKAZ3C9gr6hGs4h7v4U4AwYlO6dzShBQk9xBVcSOi3Sin2aTdOYmeuFaXr2dPtKK/uKX50GrswUSk9xiWcx602VMDJap9KzOAq7nRsl6FerzeRfa6uDPmJ73iPN8WQNvgy+xnDqlxfiS1ZxYs4KXOBHxMMhSWpHL0uxggW4WtbOcB4CfhRKtTKo+l6mPMc72pQZvqCb/iV47Q2E43k+7L8HmXPFrDEZzxLs8byNMn75lSOmey3wX6WHa7+wNIcr1AO1RirKL9pgyU+ZOZQ3pAuR0TZYd76LrAoxz2uUAvDosebcYYH/XVE3M+SYx6j3HA2pmS6nJSuCCAc//9i9h8la2mP7y8AogAAAABJRU5ErkJggg==) !important;
  background-size: 7px 11px;
  background-position: center;
  background-repeat: no-repeat;
  width: 37.5px;
  height: 37.5px;
  border-radius: 50%;
  top: calc(50% + 5px);
  background-color: #fff
}

#signup .swiper-button-next {
  transform: scale(-1)
}

#signup .swiper-button-prev::after,
#signup .swiper-button-next::after {
  display: none
}

#signup .front {
  inset: 0
}

#signup .back,
#signup .front {
  transition: 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-image: url('../../images/pages/about/item-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

#signup .back {
  inset: 0;
  transform: rotateY(-180deg);
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center
}

#signup .item:hover .back,
#signup .item:active .back,
#signup .item.hover .back {
  transform: rotateY(0deg)
}

#signup .item:hover .front,
#signup .item:active .front,
#signup .item.hover .front {
  transform: rotateY(180deg)
}

#signup .back p {
  font-size: 12px;
  line-height: 16px
}

#signup .back .title {
  font-size: 20px;
  line-height: 23px;
  margin: 9px 0;
}

@media screen and (max-width: 992px) {
  #signup .inner {
    grid-template-columns: 1fr 1fr
  }
}

@media screen and (max-width: 768px) {
  #signup {
    overflow: hidden
  }

  #signup .inner {
    display: flex;
    gap: 0
  }

  #signup .text {
    font-size: 18px;
    line-height: 23px;
    margin: 13px auto 0px auto;
  }

  #signup .swiper {
    margin-left: -15px;
    margin-top: 0;
    width: calc(100% + 30px);
    position: relative
  }

  #signup .swiper-button-next,
  #signup .swiper-button-prev {
    display: block
  }

  #signup .back {
    padding: 20px 57px
  }

  #signup img {
    width: 86px;
  }
}

@media screen and (max-width: 567px) {
  .bread {
    padding: 0;
  }

  #signup {
    padding: 5px 0;
    background-image: url('../../images/pages/about/signup-bg-m.png');
    background-size: 370px 284.5px;
    background-position: center 11px
  }

  #signup .inner {
    margin-top: 25px
  }

  #signup .title {
    font-size: 46px;
    line-height: 38px;
    margin-bottom: 18px
  }

  #signup p {
    font-size: 18px;
    line-height: 23px
  }

  #signup p br {
    display: none
  }

  #signup .item {
    height: 271px;
  }

  #signup .item .front {
    padding: 39px 20px 20px 20px
  }

  #signup .item .front p {
    max-width: 250px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 30px;
  }

  #signup .image {
    flex-basis: 58%;
  }
}

#banner-questions {
  background-image: url('../../images/pages/about/questions-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 18px;
  position: relative;
}

#banner-questions .inner {
  padding: 53px 0 50px 0;
  width: fit-content;
}

#banner-questions .title {
  font-size: 45px;
  line-height: 47.5px;
  margin-bottom: 3px
}

#banner-questions .text {
  font-size: 22px
}

#banner-questions .button {
  color: #000;
  font-size: 17px;
  height: 52px;
  line-height: 54px;
  padding: 0 18px;
  margin-top: 3px;
}

#banner-questions img {
  bottom: 0;
  right: -216px;
}

#newsletter {
  margin-top: 0
}

@media screen and (max-width: 567px) {
  #banner-questions {
    margin: 23px 0 34px 0;
    box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.34);
  }

  #banner-questions .inner {
    padding: 33px 0 37px 0
  }

  #banner-questions .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px
  }

  #banner-questions .text {
    font-size: 18px;
    line-height: 23px
  }

  #banner-questions .button {
    width: 100%;
    max-width: 280px;
  }
}