[class*=__container] {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 80px;
  overflow: clip;
}
@media only screen and (max-width: 1279.98px) {
  [class*=__container] {
    max-width: 743.98px;
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 743.98px) {
  [class*=__container] {
    max-width: 375.98px;
  }
}

.o-visible {
  overflow: visible;
}

.title {
  margin-top: 32px;
  padding: 32px;
  font-family: Gilroy;
  color: #fff;
  background: url("/about/img/title_bg.jpg") center no-repeat;
  background-size: cover;
}
.title h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.225;
  text-align: center;
}
@media only screen and (max-width: 1279.98px) {
  .title {
    margin-top: 16px;
    padding: 26px;
  }
  .title h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 743.98px) {
  .title {
    padding: 30px;
    background: url("/about/img/title_bg_mob.jpg") center no-repeat;
    background-size: cover;
  }
  .title h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.2px;
  }
}

.sc1 {
  margin-top: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.sc1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.sc1__item {
  min-height: 135px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
          box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
          box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
}
.sc1__item:first-child {
  max-width: 33%;
}
.sc1__item:last-child {
  max-width: 60%;
}
.sc1__item .t1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.4px;
}
.sc1__item .t2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.sc1__item .item-img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -48px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00BFA5;
  border-radius: 50%;
}
.sc1__item .item-img img {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 1279.98px) {
  .sc1 {
    margin-top: 128px;
  }
  .sc1__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc1__item:first-child {
    max-width: none;
    width: 100%;
  }
  .sc1__item:last-child {
    margin-top: 72px;
    max-width: none;
    width: 100%;
  }
  .sc1__item .t1 {
    font-size: 24px;
    line-height: 29.4px;
  }
  .sc1__item .t2 {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc1 {
    margin-top: 104px;
  }
  .sc1__item .t1 {
    font-size: 20px;
    line-height: 24.5px;
  }
  .sc1__item .t2 {
    font-size: 14px;
    line-height: 21px;
  }
  .sc1__item .item-img {
    width: 64px;
    height: 64px;
  }
  .sc1__item .item-img img {
    width: 40px;
    height: 40px;
  }
}

.sc2 {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.sc2__h2 {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 34.3px;
  text-align: center;
}
.sc2__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.sc2__item {
  width: 25%;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 24px 16px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
          box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
          box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
  border-radius: 16px;
}
.sc2__item img {
  width: 48px;
  height: 48px;
}
.sc2__item .t1 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.6px;
}
.sc2__item .t2 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 1279.98px) {
  .sc2 {
    margin-top: 80px;
  }
  .sc2__h2 {
    font-size: 28px;
    line-height: 34.3px;
  }
  .sc2__wrap {
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .sc2__item {
    width: 48%;
    min-height: 190px;
  }
  .sc2__item img {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc2 {
    margin-top: 64px;
  }
  .sc2__h2 {
    font-size: 24px;
    line-height: 29.4px;
  }
  .sc2__wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .sc2__item {
    width: 100%;
    min-height: 178px;
  }
  .sc2__item img {
    width: 36px;
    height: 36px;
  }
}

.sc3 {
  margin-top: 100px;
}
.sc3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc3__item {
  position: relative;
  width: 944px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc3__item .bg-block {
  width: 100%;
  height: 455px;
  background: url("/about/img/sc3/sc3.svg");
  background-size: cover;
}
.sc3__item .item-block {
  position: absolute;
  bottom: 0;
  width: 368px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc3__item .item-block .b1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34.3px;
  color: #fff;
  background: #263238;
  border-radius: 8px 8px 0px 0px;
}
.sc3__item .item-block .b2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #263238;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
          box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
          box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
}
.sc3__item .item-block .b2 .t1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.sc3__item .item-block .b2 .t2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
@media only screen and (max-width: 1279.98px) {
  .sc3 {
    margin-top: 100px;
  }
  .sc3__item {
    width: 664px;
  }
  .sc3__item .bg-block {
    height: 477px;
    background: url("/about/img/sc3/sc3_tab.svg");
    background-size: cover;
  }
  .sc3__item .item-block {
    width: 358px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc3 {
    margin-top: 100px;
  }
  .sc3__item {
    width: 343px;
  }
  .sc3__item .bg-block {
    height: 470px;
    background: url("/about/img/sc3/sc3_mob.svg");
    background-size: cover;
  }
  .sc3__item .item-block {
    width: 343px;
  }
  .sc3__item .item-block .b1 {
    font-size: 18px;
    line-height: 22.05px;
  }
  .sc3__item .item-block .b2 .t1 {
    font-size: 18px;
    line-height: 27px;
  }
}

/*
.footer_new {
  padding: 20px 80px 0px;
  background: #fff;
}
@media only screen and (max-width: 1279.98px) {
  .footer_new {
    padding: 20px 24px 0px;
  }
}
@media only screen and (max-width: 743.98px) {
  .footer_new {
    margin-top: 44px;
    padding: 20px 16px 0px;
  }
}
*/

[class*=__container__slider] {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 80px;
  padding-right: 0;
  overflow: clip;
}
[class*=__container__slider] [class*=__row] .btn {
  margin-right: 80px;
}

.wrapper {
  min-height: unset !important;
}

@media only screen and (max-width: 1279.98px) {
  [class*=__container__slider] {
    max-width: 743.98px;
    padding: 0px 16px;
    padding-right: 0;
  }
  [class*=__container__slider] h2 {
    margin-right: 16px;
  }
  [class*=__container__slider] [class*=__row] .btn {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 743.98px) {
  [class*=__container__slider] {
    max-width: 374.98px;
    padding: 0px 16px;
    padding-right: 0;
  }
  [class*=__container__slider] h2 {
    margin-right: 16px;
  }
  [class*=__container__slider] [class*=__row] .btn {
    margin-right: 16px;
  }
}
.btn {
  width: 343px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px;
  gap: 8px;
  background: #263238;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  cursor: pointer;
}
.btn span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.btn img {
  width: 24px;
  height: 24px;
}

.btn:hover {
  background: #32424a;
}

.sc2_1 {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.sc2_1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc2_1__h2 {
  width: auto;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 34.3px;
  text-align: center;
}
.sc2_1__h2 img {
  width: 54px;
  height: 54px;
  margin-right: 10px;
}
.sc2_1__wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.sc2_1__wrap div {
  padding: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
          box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.0509803922);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
          box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.2392156863);
  border-radius: 16px;
}
.sc2_1__wrap div ul {
  list-style-type: none;
}
.sc2_1__wrap div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.6px;
  color: #000000;
}
.sc2_1__wrap div ul li:not(:first-child) {
  margin-top: 16px;
}
.sc2_1__wrap div ul li::before {
  display: inline-block;
  content: "";
  margin-top: 0.4em;
  margin-right: 0.5em;
  padding: 8px 8px 0 0;
  background: #00BFA5;
  border-radius: 50%;
}
.sc2_1__wrap div ul li a {
  color: #00BFA5;
}
.sc2_1__wrap div ul li img {
  height: 1em;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 1279.98px) {
  .sc2_1 {
    margin-top: 64px;
  }
  .sc2_1__h2 {
    font-size: 24px;
  }
  .sc2_1__wrap {
    width: 100%;
  }
  .sc2_1__wrap div {
    width: 100%;
  }
  .sc2_1__wrap div ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc2_1__wrap {
    margin-top: 24px;
  }
  .sc2_1__wrap div ul li {
    font-size: 16px;
  }
  .sc2_1__wrap div ul li::before {
    margin-top: 0.25em;
    padding: 12px 12px 0 0;
  }
}

.sc2_2 {
  margin-top: 100px;
}
.sc2_2__h2 {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 34.3px;
  text-align: center;
}
.sc2_2__row {
  margin-top: 40px;
}
.sc2_2__row .sw1 {
  padding-bottom: 40px;
}
.sc2_2__row .sw1 .swiper-slide {
  width: 268px;
  height: 307px;
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sc2_2__row .sw1 .swiper-slide .numb {
  font-weight: 600;
  font-size: 70px;
  line-height: 100%;
  color: #00BFA5;
}
.sc2_2__row .sw1 .swiper-slide .sl_title {
  margin-top: 38px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #212121;
}
.sc2_2__row .sw1 .swiper-slide .sl_title img {
  width: 16px;
  height: 16px;
}
.sc2_2__row .sw1 .swiper-slide .desc {
  margin-top: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
.sc2_2__row .sw1 .swiper-slide .underline-fancy {
  position: relative;
  display: inline-block;
}
.sc2_2__row .sw1 .swiper-slide .underline-fancy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #212121;
}
.sc2_2__row .sw1 .swiper-slide:hover {
  background: #00BFA5;
}
.sc2_2__row .sw1 .swiper-slide:hover .sl_title {
  color: #FFFFFF;
}
.sc2_2__row .sw1 .swiper-slide:hover .sl_title .underline-fancy {
  color: #FFFFFF;
}
.sc2_2__row .sw1 .swiper-slide:hover .sl_title .underline-fancy::after {
  background-color: #fff;
}
.sc2_2__row .sw1 .swiper-slide:hover .sl_title img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sc2_2__row .sw1 .swiper-slide:hover .numb, .sc2_2__row .sw1 .swiper-slide:hover .desc {
  color: #FFFFFF;
}
.sc2_2__row .swiper-scrollbar {
  margin-top: 32px;
  background: none;
}
.sc2_2__row .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00BFA5;
}
.sc2_2__row .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1279.98px) {
  .sc2_2 {
    margin-top: 64px;
  }
  .sc2_2__h2 {
    font-size: 24px;
  }
  .sc2_2__row {
    margin-top: 24px;
  }
  .sc2_2__row .swiper4 .swiper-slide:hover {
    background: #fff;
  }
  .sc2_2__row .swiper4 .swiper-slide:hover .numb {
    color: #00BFA5;
  }
  .sc2_2__row .swiper4 .swiper-slide:hover .title,
  .sc2_2__row .swiper4 .swiper-slide:hover .desc {
    color: #212121;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc2_2__row .swiper4 {
    padding-bottom: 24px;
  }
}

.sc3__container .btn {
  margin-top: 56px;
}
@media only screen and (max-width: 1279.98px) {
  .sc3__container .btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc3__container .btn {
    margin-top: 24px;
  }
}
/* WebP <picture> wrappers must be layout-neutral (img keeps its box) */
picture { display: contents; }
