@charset "UTF-8";
/* line 6, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 10, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 14, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 18, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 22, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 26, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 30, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 34, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 42, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 50, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 54, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 58, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 63, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 67, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 71, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 75, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 79, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 83, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 87, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 91, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 95, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index-new/index-new-top.scss */
.in-top {
  position: relative;
  background-color: var(--color-b3);
  padding-bottom: 155px;
  border-bottom-left-radius: 8vw;
  border-bottom-right-radius: 8vw;
}

/* line 9, ../sass/index-new/index-new-top.scss */
.in-top-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 58px;
  justify-content: space-between;
}

/* line 17, ../sass/index-new/index-new-top.scss */
.in-top-col {
  /* Дот */
  /* Внутренняя полоска */
  /* Активный дот — запускаем анимацию */
}
/* line 19, ../sass/index-new/index-new-top.scss */
.in-top-col:nth-child(2) {
  width: 49%;
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
/* line 26, ../sass/index-new/index-new-top.scss */
.in-top-col:nth-child(1) {
  padding-top: 48px;
  width: 48%;
}
/* line 31, ../sass/index-new/index-new-top.scss */
.in-top-col .n-text {
  margin: 28px 0 41px;
  max-width: 88%;
}
/* line 35, ../sass/index-new/index-new-top.scss */
.in-top-col .n-text span {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  font-weight: 600;
  color: var(--color-lite-blue);
}
/* line 49, ../sass/index-new/index-new-top.scss */
.in-top-col .swiper-pagination-bullet {
  position: relative;
  width: 50px;
  height: 5px;
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  opacity: 1;
}
/* line 60, ../sass/index-new/index-new-top.scss */
.in-top-col .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background: var(--color-lite-blue);
  transition: width linear;
}
/* line 72, ../sass/index-new/index-new-top.scss */
.in-top-col .swiper-pagination-bullet-active::after {
  width: 100%;
  transition-duration: 3s;
  /* время = задержке автоплей */
}

/* line 78, ../sass/index-new/index-new-top.scss */
.imgback {
  position: relative;
  width: 100%;
  -webkit-mask-image: url(/assets/img/bg/ribit_index_bg_02.png);
  /* для WebKit-браузеров */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(/assets/img/bg/ribit_index_bg_02.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
/* line 91, ../sass/index-new/index-new-top.scss */
.imgback img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* line 98, ../sass/index-new/index-new-top.scss */
.imgrect {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 48px;
  width: 68px;
}

/* line 106, ../sass/index-new/index-new-top.scss */
.imgtriangle {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
/* line 112, ../sass/index-new/index-new-top.scss */
.imgtriangle img {
  display: block;
  max-width: 100%;
}

/* line 118, ../sass/index-new/index-new-top.scss */
.imgtrianglewr {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 18px 20px 20px;
}
/* line 127, ../sass/index-new/index-new-top.scss */
.imgtrianglewr svg, .imgtrianglewr img {
  display: block;
  height: 36px;
  min-height: 36px;
  width: fit-content;
}
/* line 134, ../sass/index-new/index-new-top.scss */
.imgtrianglewr b {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 6px 0 0;
}
/* line 142, ../sass/index-new/index-new-top.scss */
.imgtrianglewr span {
  color: #fff;
  font-size: 16px;
  display: block;
}

/* line 149, ../sass/index-new/index-new-top.scss */
.in-top-col-button-wr {
  display: flex;
}

/* line 153, ../sass/index-new/index-new-top.scss */
.in-top-col-button-left {
  margin-right: 27px;
  max-width: 220px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  font-weight: 600;
}
/* line 161, ../sass/index-new/index-new-top.scss */
.in-top-col-button-left img {
  width: 23px;
}

/* line 166, ../sass/index-new/index-new-top.scss */
.infos-arrow-icon {
  display: block;
  margin-right: 17%;
  width: 109px;
  margin-top: 16px;
}

/* line 173, ../sass/index-new/index-new-top.scss */
.in-top-col-rev {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 77px;
}
/* line 180, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infos {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
/* line 185, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infos b {
  font-weight: 600;
}
/* line 189, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infos span {
  font-size: 16px;
}
/* line 193, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infos img {
  height: 15px;
  display: block;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin: 5px 0;
}
/* line 202, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infosimg {
  display: flex;
  align-items: center;
}
/* line 206, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infosimg img {
  display: block;
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e3f1ffff;
  object-position: top;
}
/* line 216, ../sass/index-new/index-new-top.scss */
.in-top-col-rev .infosimg img:nth-child(2), .in-top-col-rev .infosimg img:nth-child(3) {
  margin-right: -8px;
}

@media only screen and (min-width: 1241px) and (max-height: 719px) {
  /* line 225, ../sass/index-new/index-new-top.scss */
  .in-top-wr {
    padding-top: 10px;
  }

  /* line 230, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(1) {
    padding-top: 10px;
  }
  /* line 234, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(2) {
    width: 45%;
  }

  /* line 239, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev {
    margin-top: 50px;
  }

  /* line 243, ../sass/index-new/index-new-top.scss */
  .imgrect {
    top: 108px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 251, ../sass/index-new/index-new-top.scss */
  .in-top {
    padding-bottom: 124px;
  }

  /* line 255, ../sass/index-new/index-new-top.scss */
  .in-top-wr {
    padding-top: 46px;
  }

  /* line 259, ../sass/index-new/index-new-top.scss */
  .in-top-col {
    /* Дот */
  }
  /* line 260, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(1) {
    padding-top: 38px;
  }
  /* line 264, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-text {
    margin: 22px 0 32px;
    max-width: 88%;
  }
  /* line 268, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-text span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  /* line 276, ../sass/index-new/index-new-top.scss */
  .in-top-col .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  /* line 282, ../sass/index-new/index-new-top.scss */
  .imgrect {
    top: 80px;
    left: 47px;
    width: 54px;
  }

  /* line 289, ../sass/index-new/index-new-top.scss */
  .imgtriangle img {
    max-width: 156px;
  }

  /* line 294, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr {
    padding: 24px 14px 16px 16px;
  }
  /* line 297, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr svg, .imgtrianglewr img {
    height: 28px;
    min-height: 28px;
  }
  /* line 302, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr b {
    font-size: 40px;
    margin: 5px 0 0;
  }
  /* line 307, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr span {
    font-size: 14px;
  }

  /* line 312, ../sass/index-new/index-new-top.scss */
  .in-top-col-button-left {
    margin-right: 22px;
    max-width: 220px;
    gap: 8px;
    font-size: 16px;
  }
  /* line 318, ../sass/index-new/index-new-top.scss */
  .in-top-col-button-left img {
    width: 21px;
  }

  /* line 323, ../sass/index-new/index-new-top.scss */
  .infos-arrow-icon {
    width: 87px;
    margin-top: 13px;
  }

  /* line 328, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev {
    margin-top: 62px;
  }
  /* line 331, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev .infos {
    margin-right: 16px;
  }
  /* line 334, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev .infos span {
    font-size: 15px;
  }
  /* line 340, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev .infosimg img {
    height: 44px;
    width: 44px;
  }
  /* line 344, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev .infosimg img:nth-child(2), .in-top-col-rev .infosimg img:nth-child(3) {
    margin-right: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 355, ../sass/index-new/index-new-top.scss */
  .in-top {
    padding-bottom: 95px;
  }

  /* line 359, ../sass/index-new/index-new-top.scss */
  .in-top-wr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
  }

  /* line 369, ../sass/index-new/index-new-top.scss */
  .in-top-col {
    /* Дот */
  }
  /* line 371, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(2) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 470px;
    max-width: 100%;
  }
  /* line 381, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(1) {
    display: contents;
    padding-top: 0px;
    width: 100%;
  }
  /* line 387, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-title {
    order: 1;
  }
  /* line 391, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin: 20px 0 30px;
    max-width: 100%;
  }
  /* line 400, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-text span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /* line 408, ../sass/index-new/index-new-top.scss */
  .in-top-col .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  /* line 414, ../sass/index-new/index-new-top.scss */
  .imgrect {
    top: 80px;
    left: 47px;
    width: 54px;
  }

  /* line 421, ../sass/index-new/index-new-top.scss */
  .imgtriangle img {
    max-width: 156px;
  }

  /* line 426, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr {
    padding: 24px 14px 16px 16px;
  }
  /* line 429, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr svg, .imgtrianglewr img {
    height: 28px;
    min-height: 28px;
  }
  /* line 434, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr b {
    font-size: 40px;
    margin: 5px 0 0;
  }
  /* line 439, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr span {
    font-size: 14px;
  }

  /* line 444, ../sass/index-new/index-new-top.scss */
  .in-top-col-button-wr {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    margin-top: 30px;
  }

  /* line 453, ../sass/index-new/index-new-top.scss */
  .infos-arrow-icon {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
    margin-right: 9%;
  }

  /* line 462, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    -o-order: 6;
    order: 6;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 475, ../sass/index-new/index-new-top.scss */
  .in-top {
    padding-bottom: 70px;
  }
  /* line 478, ../sass/index-new/index-new-top.scss */
  .in-top .swiper-pagination {
    width: 65%;
  }

  /* line 483, ../sass/index-new/index-new-top.scss */
  .in-top-wr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
  }

  /* line 493, ../sass/index-new/index-new-top.scss */
  .in-top-col {
    /* Дот */
  }
  /* line 495, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(2) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 470px;
    max-width: 100%;
  }
  /* line 505, ../sass/index-new/index-new-top.scss */
  .in-top-col:nth-child(1) {
    display: contents;
    padding-top: 0px;
    width: 100%;
  }
  /* line 511, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-title {
    order: 1;
  }
  /* line 515, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-text {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin: 15px 0 20px;
    max-width: 100%;
  }
  /* line 524, ../sass/index-new/index-new-top.scss */
  .in-top-col .n-text span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /* line 532, ../sass/index-new/index-new-top.scss */
  .in-top-col .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  /* line 538, ../sass/index-new/index-new-top.scss */
  .imgrect {
    top: 65px;
    left: 45px;
    width: 40px;
  }

  /* line 545, ../sass/index-new/index-new-top.scss */
  .imgtriangle img {
    max-width: 130px;
  }

  /* line 550, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr {
    padding: 18px 12px 12px 12px;
  }
  /* line 553, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr svg, .imgtrianglewr img {
    height: 21px;
    min-height: 21px;
  }
  /* line 558, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr b {
    font-size: 30px;
    margin: 4px 0 0;
  }
  /* line 563, ../sass/index-new/index-new-top.scss */
  .imgtrianglewr span {
    font-size: 12px;
  }

  /* line 568, ../sass/index-new/index-new-top.scss */
  .in-top-col-button-wr {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    margin-top: 30px;
  }

  /* line 577, ../sass/index-new/index-new-top.scss */
  .infos-arrow-icon {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
    margin-right: 9%;
  }

  /* line 586, ../sass/index-new/index-new-top.scss */
  .in-top-col-rev {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    -o-order: 6;
    order: 6;
    margin-top: 10px;
  }
}
/* line 1, ../sass/index-new/index-new-bullet.scss */
.in-bullet {
  position: relative;
  z-index: 2;
  margin-top: -66px;
}

/* line 7, ../sass/index-new/index-new-bullet.scss */
.in-bullet-wr {
  display: flex;
  background-color: #182056;
  border-radius: 43px;
  gap: 4%;
  align-items: center;
  padding: 79px 69px;
  position: relative;
  overflow: hidden;
}
/* line 17, ../sass/index-new/index-new-bullet.scss */
.in-bullet-wr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/procentbg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 301px;
  height: 185px;
}

/* line 31, ../sass/index-new/index-new-bullet.scss */
.in-bullet-box {
  display: flex;
  gap: 10px;
  position: relative;
  color: #fff;
  font-size: 18px;
  align-items: center;
  line-height: 1.5;
  width: 30%;
  position: relative;
  z-index: 2;
}
/* line 45, ../sass/index-new/index-new-bullet.scss */
.in-bullet-box:nth-child(3) svg:nth-child(1) {
  top: -6px;
}
/* line 52, ../sass/index-new/index-new-bullet.scss */
.in-bullet-box svg:nth-child(1), .in-bullet-box img:nth-child(1) {
  position: absolute;
  top: -17px;
  right: -15px;
}
/* line 58, ../sass/index-new/index-new-bullet.scss */
.in-bullet-box svg:nth-child(2), .in-bullet-box img:nth-child(2) {
  position: relative;
  z-index: 2;
}
/* line 64, ../sass/index-new/index-new-bullet.scss */
.in-bullet-box span {
  width: calc(100% - 62px);
  padding-right: 14px;
  padding-left: 12px;
  font-weight: 300;
}
/* line 70, ../sass/index-new/index-new-bullet.scss */
.in-bullet-box span b {
  display: block;
  font-weight: 500;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 79, ../sass/index-new/index-new-bullet.scss */
  .in-bullet {
    margin-top: -52px;
  }

  /* line 83, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-wr {
    gap: 1%;
    border-radius: 34px;
    padding: 63px 55px;
  }
  /* line 88, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-wr:after {
    width: 240px;
    height: 148px;
  }

  /* line 94, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box {
    width: 33%;
    font-size: 16px;
  }
  /* line 100, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box:nth-child(3) svg:nth-child(1) {
    top: -5px;
  }
  /* line 107, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box svg:nth-child(1), .in-bullet-box img:nth-child(1) {
    top: -14px;
    right: -12px;
  }
  /* line 113, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box span {
    width: calc(100% - 50px);
    padding-right: 11px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 124, ../sass/index-new/index-new-bullet.scss */
  .in-bullet {
    margin-top: -40px;
  }

  /* line 128, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-wr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 30px;
    border-radius: 26px;
    padding: 48px 42px;
  }
  /* line 138, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-wr:after {
    width: 184px;
    height: 114px;
  }

  /* line 144, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box {
    width: calc((100% - 30px) / 2);
    font-size: 16px;
  }
  /* line 148, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box:nth-child(1) {
    width: 100%;
  }
  /* line 154, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box:nth-child(3) svg:nth-child(1) {
    top: -5px;
  }
  /* line 161, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box svg:nth-child(1), .in-bullet-box img:nth-child(1) {
    top: -14px;
    right: -12px;
  }
  /* line 167, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box span {
    width: calc(100% - 50px);
    padding-right: 11px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 178, ../sass/index-new/index-new-bullet.scss */
  .in-bullet {
    margin-top: -30px;
  }

  /* line 182, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-wr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 0;
    border-radius: 20px;
    padding: 36px 32px;
  }
  /* line 192, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-wr:after {
    width: 138px;
    height: 85px;
  }

  /* line 198, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box {
    width: 100%;
    font-size: 16px;
  }
  /* line 204, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box:nth-child(3) svg:nth-child(1) {
    top: -5px;
  }
  /* line 211, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box svg:nth-child(1), .in-bullet-box img:nth-child(1) {
    top: -14px;
    right: -12px;
  }
  /* line 217, ../sass/index-new/index-new-bullet.scss */
  .in-bullet-box span {
    width: calc(100% - 50px);
    padding-right: 11px;
    padding-left: 10px;
  }
}
/* line 1, ../sass/index-new/index-new-infowr.scss */
.in-infowr {
  position: relative;
}

/* line 5, ../sass/index-new/index-new-infowr.scss */
.in-infowr-wrap {
  display: flex;
  justify-content: space-between;
}

/* line 11, ../sass/index-new/index-new-infowr.scss */
.in-infowr-col {
  width: 49%;
  position: relative;
}
/* line 15, ../sass/index-new/index-new-infowr.scss */
.in-infowr-col:nth-child(1) {
  width: 44%;
}
/* line 19, ../sass/index-new/index-new-infowr.scss */
.in-infowr-col:nth-child(2) {
  padding-top: 24px;
}
/* line 23, ../sass/index-new/index-new-infowr.scss */
.in-infowr-col .n-title {
  margin: 14px 0;
}
/* line 27, ../sass/index-new/index-new-infowr.scss */
.in-infowr-col .n-list {
  margin-top: 28px;
  margin-bottom: 32px;
  padding-right: 36px;
}
/* line 33, ../sass/index-new/index-new-infowr.scss */
.in-infowr-col .n-btn {
  margin-right: 36px;
  min-width: 188px;
}

/* line 40, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* line 45, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 41%;
}
/* line 51, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column:nth-child(1) {
  padding-top: 143px;
}
/* line 55, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column:nth-child(2) {
  width: 56%;
}
/* line 59, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .trng {
  position: relative;
  display: block;
  width: max-content;
  margin-right: auto;
}
/* line 65, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .trng img {
  display: block;
  width: 165px;
  height: 165px;
}
/* line 72, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .trng-txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 11px 25px;
  font-size: 18px;
  line-height: 1.2;
}
/* line 83, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .trng-txt b {
  display: inline-block;
  font-size: 1.9em;
  font-weight: 700;
}
/* line 91, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
/* line 98, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 105, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .img.rd1 {
  border-bottom-right-radius: 0;
}
/* line 109, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .img.w75 {
  width: 75%;
  border-top-right-radius: 0px;
}
/* line 114, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .img.right-img {
  border-bottom-left-radius: 0px;
}
/* line 119, ../sass/index-new/index-new-infowr.scss */
.in-infowr-grid .column .abstriangle {
  width: 34px !important;
  position: absolute;
  top: 0;
  object-fit: initial !important;
  transform: scale(-1) rotate(-90deg);
  left: -49px;
  height: auto !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 134, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col:nth-child(2) {
    padding-top: 20px;
  }
  /* line 138, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-title {
    margin: 11px 0;
  }
  /* line 142, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-list {
    margin-top: 22px;
    margin-bottom: 26px;
    padding-right: 28px;
  }
  /* line 148, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-btn {
    margin-right: 28px;
    min-width: 150px;
  }

  /* line 156, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column {
    gap: 16px;
  }
  /* line 159, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column:nth-child(1) {
    padding-top: 114px;
  }
  /* line 164, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .trng img {
    width: 135px;
    height: 135px;
  }
  /* line 170, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .trng-txt {
    padding: 9px 20px;
    font-size: 16px;
  }
  /* line 175, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .img {
    border-radius: 24px;
  }
  /* line 179, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .abstriangle {
    width: 27px !important;
    left: -39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 191, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col:nth-child(1) {
    width: 40%;
    padding-top: 15px;
  }
  /* line 196, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col:nth-child(2) {
    width: calc(60% - 30px);
    padding-top: 15px;
  }
  /* line 201, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-title {
    margin: 10px 0;
  }
  /* line 205, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-list {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  /* line 211, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-btn {
    margin-right: 10px;
    min-width: 150px;
  }

  /* line 219, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column {
    gap: 12px;
  }
  /* line 222, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column:nth-child(1) {
    padding-top: 85px;
  }
  /* line 227, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .trng img {
    width: 120px;
    height: 120px;
  }
  /* line 233, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .trng-txt {
    padding: 7px 15px;
    font-size: 14px;
  }
  /* line 238, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .img {
    border-radius: 18px;
  }
  /* line 242, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .abstriangle {
    width: 20px !important;
    left: -28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 253, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 261, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col {
    width: 100%;
  }
  /* line 264, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col:nth-child(1) {
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    padding-top: 30px;
  }
  /* line 274, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col:nth-child(2) {
    padding-top: 0px;
  }
  /* line 278, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-title {
    margin: 10px 0;
  }
  /* line 282, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-list {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-right: 10px;
  }
  /* line 288, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-col .n-btn {
    max-width: 160px;
    margin-right: 10px;
  }

  /* line 296, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column {
    gap: 15px;
  }
  /* line 299, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column:nth-child(1) {
    padding-top: 85px;
  }
  /* line 304, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .trng img {
    width: 135px;
    height: 135px;
  }
  /* line 310, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .trng-txt {
    padding: 8px 20px;
    font-size: 16px;
  }
  /* line 315, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .img {
    border-radius: 20px;
  }
  /* line 319, ../sass/index-new/index-new-infowr.scss */
  .in-infowr-grid .column .abstriangle {
    width: 34px !important;
    left: -49px;
  }
}
/* line 1, ../sass/index-new/index-new-serv.scss */
.in-services {
  position: relative;
  background-image: linear-gradient(#fff 0%, #e3f1ff 50%, #fff);
}
/* line 5, ../sass/index-new/index-new-serv.scss */
.in-services .titl-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 50px;
}
/* line 20, ../sass/index-new/index-new-serv.scss */
.in-services .n-btn svg, .in-services .n-btn img {
  transform: rotate(180deg);
}
/* line 25, ../sass/index-new/index-new-serv.scss */
.in-services .result {
  border-top: 2px solid #fff;
}

/* line 30, ../sass/index-new/index-new-serv.scss */
.in-services-bl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 2px solid #fff;
}
/* line 47, ../sass/index-new/index-new-serv.scss */
.in-services-bl:nth-last-child(1) {
  padding-bottom: 0;
}
/* line 51, ../sass/index-new/index-new-serv.scss */
.in-services-bl .arrow {
  cursor: pointer;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 56px;
  color: var(--color-lite-blue);
}
/* line 58, ../sass/index-new/index-new-serv.scss */
.in-services-bl .arrow svg, .in-services-bl .arrow img {
  display: block;
  width: 100%;
  transform: rotate(-90deg);
  transition: .3s ease-in-out;
}
@media (hover: hover) {
  /* line 66, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .arrow:hover {
    color: var(--color-dark-blue);
  }
}
/* line 72, ../sass/index-new/index-new-serv.scss */
.in-services-bl .desc {
  position: relative;
  width: 570px;
  min-width: 570px;
}
/* line 77, ../sass/index-new/index-new-serv.scss */
.in-services-bl .desc .n-title {
  font-size: 40px;
  margin-bottom: 55px;
}
/* line 82, ../sass/index-new/index-new-serv.scss */
.in-services-bl .desc .n-text {
  margin-bottom: 45px;
}
/* line 86, ../sass/index-new/index-new-serv.scss */
.in-services-bl .desc .n-list {
  margin-bottom: 45px;
}
/* line 91, ../sass/index-new/index-new-serv.scss */
.in-services-bl .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  perspective: 800px;
  width: 135px;
}
/* line 102, ../sass/index-new/index-new-serv.scss */
.in-services-bl .icon svg, .in-services-bl .icon img {
  display: block;
  transform-style: preserve-3d;
  animation: spinY 2s linear infinite;
  width: 100%;
}

@media only screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 114, ../sass/index-new/index-new-serv.scss */
  .in-services .titl-wr {
    margin-bottom: 45px;
  }

  /* line 119, ../sass/index-new/index-new-serv.scss */
  .in-services-bl {
    gap: 25px;
    padding: 28px 0;
  }
  /* line 123, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .arrow {
    width: 56px;
  }
  /* line 127, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc {
    width: 570px;
    min-width: 570px;
  }
  /* line 131, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  /* line 136, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-text {
    margin-bottom: 40px;
  }
  /* line 140, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-list {
    margin-bottom: 40px;
  }
  /* line 145, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .icon {
    width: 135px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 155, ../sass/index-new/index-new-serv.scss */
  .in-services .titl-wr {
    margin-bottom: 35px;
  }

  /* line 160, ../sass/index-new/index-new-serv.scss */
  .in-services-bl {
    gap: 20px;
    padding: 22px 0;
  }
  /* line 164, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .arrow {
    width: 44px;
  }
  /* line 168, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc {
    width: 570px;
    min-width: 570px;
  }
  /* line 172, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  /* line 177, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-text {
    margin-bottom: 30px;
  }
  /* line 181, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-list {
    margin-bottom: 30px;
  }
  /* line 186, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .icon {
    width: 108px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 196, ../sass/index-new/index-new-serv.scss */
  .in-services .titl-wr {
    margin-bottom: 25px;
  }

  /* line 201, ../sass/index-new/index-new-serv.scss */
  .in-services-bl {
    gap: 15px;
    padding: 17px 0;
  }
  /* line 205, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .arrow {
    width: 34px;
  }
  /* line 209, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc {
    width: 570px;
    min-width: 570px;
  }
  /* line 213, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /* line 218, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-text {
    margin-bottom: 20px;
  }
  /* line 222, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-list {
    margin-bottom: 20px;
  }
  /* line 227, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .icon {
    width: 83px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 237, ../sass/index-new/index-new-serv.scss */
  .in-services .titl-wr {
    margin-bottom: 20px;
  }
  /* line 240, ../sass/index-new/index-new-serv.scss */
  .in-services .titl-wr .n-btn {
    display: none;
  }

  /* line 246, ../sass/index-new/index-new-serv.scss */
  .in-services-bl {
    gap: 30px;
    padding: 15px 0;
  }
  /* line 250, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .arrow {
    display: none;
  }
  /* line 254, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc {
    width: 100%;
    min-width: initial;
  }
  /* line 258, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  /* line 263, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-text {
    margin-bottom: 15px;
  }
  /* line 267, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .desc .n-list {
    margin-bottom: 15px;
  }
  /* line 272, ../sass/index-new/index-new-serv.scss */
  .in-services-bl .icon {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
}
/* line 1, ../sass/index-new/index-new-process.scss */
.ChunkProcess {
  position: relative;
  background-image: linear-gradient(#fff 0%, #e3f1ff 50%, #fff);
}
/* line 5, ../sass/index-new/index-new-process.scss */
.ChunkProcess .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
/* line 20, ../sass/index-new/index-new-process.scss */
.ChunkProcess .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-lite-blue);
}
/* line 37, ../sass/index-new/index-new-process.scss */
.ChunkProcess .icon img, .ChunkProcess .icon svg {
  display: block;
  object-fit: contain;
  width: 40px;
  height: 40px;
}
/* line 44, ../sass/index-new/index-new-process.scss */
.ChunkProcess .icon:nth-child(2) {
  left: 0;
  right: auto;
}
/* line 49, ../sass/index-new/index-new-process.scss */
.ChunkProcess .icon:nth-child(3) {
  top: initial;
  bottom: 0;
}
/* line 54, ../sass/index-new/index-new-process.scss */
.ChunkProcess .icon:nth-child(4) {
  top: initial;
  bottom: 0;
  right: initial;
  left: 0;
}
/* line 62, ../sass/index-new/index-new-process.scss */
.ChunkProcess .arrow {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  gap: 5px 0;
}
/* line 81, ../sass/index-new/index-new-process.scss */
.ChunkProcess .arrow img {
  display: block;
  width: 116px;
}
/* line 86, ../sass/index-new/index-new-process.scss */
.ChunkProcess .arrow.first {
  right: 0;
  top: 50%;
  transform: rotate(90deg) translate(-25%, -300%);
}
/* line 92, ../sass/index-new/index-new-process.scss */
.ChunkProcess .arrow.second {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
}
/* line 97, ../sass/index-new/index-new-process.scss */
.ChunkProcess .arrow.second img {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1;
  transform: rotateX(180deg) rotateY(180deg);
}
/* line 107, ../sass/index-new/index-new-process.scss */
.ChunkProcess .arrow.third {
  left: 0;
  top: 50%;
  transform: rotate(-90deg) translate(25%, -300%);
}

/* line 115, ../sass/index-new/index-new-process.scss */
.ChunkProcessCol {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px 0;
  width: 27%;
}
/* line 131, ../sass/index-new/index-new-process.scss */
.ChunkProcessCol:nth-child(1) {
  text-align: left;
}
/* line 135, ../sass/index-new/index-new-process.scss */
.ChunkProcessCol .n-text {
  margin-top: 15px;
}

/* line 140, ../sass/index-new/index-new-process.scss */
.ChunkProcessIcons {
  position: relative;
  -ms-align-self: center;
  align-self: center;
  width: calc(100% - 27% * 2);
  padding: 0 30px;
}
/* line 147, ../sass/index-new/index-new-process.scss */
.ChunkProcessIcons .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  aspect-ratio: 1;
  width: 100%;
}
/* line 160, ../sass/index-new/index-new-process.scss */
.ChunkProcessIcons .img img {
  display: block;
  transform-style: preserve-3d;
  animation: spinY 2s linear infinite;
  width: 200px;
}
/* line 168, ../sass/index-new/index-new-process.scss */
.ChunkProcessIcons .icons {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 15%;
  left: 20%;
  width: 60%;
  height: 70%;
}

@media only screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 190, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol {
    width: 30%;
  }

  /* line 194, ../sass/index-new/index-new-process.scss */
  .ChunkProcessIcons {
    width: calc(100% - 30% * 2);
    padding: 0 25px;
  }
  /* line 198, ../sass/index-new/index-new-process.scss */
  .ChunkProcessIcons .icons {
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 211, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .result {
    margin: 40px 0;
  }
  /* line 215, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon {
    width: 58px;
    height: 58px;
  }
  /* line 219, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon img, .ChunkProcess .icon svg {
    width: 32px;
    height: 32px;
  }
  /* line 225, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow {
    font-size: 13px;
    gap: 4px 0;
  }
  /* line 229, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow img {
    width: 92px;
  }

  /* line 235, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol {
    gap: 20px 0;
    width: 27%;
  }
  /* line 239, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .n-text {
    margin-top: 13px;
  }

  /* line 244, ../sass/index-new/index-new-process.scss */
  .ChunkProcessIcons {
    width: calc(100% - 27% * 2);
    padding: 0 24px;
  }
  /* line 249, ../sass/index-new/index-new-process.scss */
  .ChunkProcessIcons .img img {
    width: 160px;
  }
  /* line 254, ../sass/index-new/index-new-process.scss */
  .ChunkProcessIcons .icons {
    top: 8%;
    left: 17%;
    width: 66%;
    height: 76%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 268, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .result {
    margin: 30px 0;
  }
  /* line 272, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon {
    width: 50px;
    height: 50px;
  }
  /* line 276, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon img, .ChunkProcess .icon svg {
    width: 30px;
    height: 30px;
  }
  /* line 281, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon:nth-child(2) {
    left: auto;
    right: 0;
  }
  /* line 286, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon:nth-child(3) {
    top: 0;
    bottom: auto;
    left: 0;
    right: initial;
  }
  /* line 293, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .icon:nth-child(4) {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
  /* line 302, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow img {
    width: 96px;
  }
  /* line 306, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow.first {
    right: 0;
    top: 100%;
    transform: rotate(90deg) translate(-25%, -100%);
  }
  /* line 312, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow.second {
    bottom: auto;
    left: auto;
    right: 0;
    top: 100%;
    transform: rotate(90deg) translate(-25%, -100%);
  }
  /* line 319, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow.second img {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    transform: rotateX(0deg) rotateY(0deg);
  }
  /* line 329, ../sass/index-new/index-new-process.scss */
  .ChunkProcess .arrow.third {
    left: auto;
    right: 0;
    top: 100%;
    transform: rotate(90deg) translate(-25%, -100%);
  }

  /* line 338, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol {
    gap: 0;
    width: 100%;
  }
  /* line 342, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol:nth-child(1) {
    text-align: initial;
  }
  /* line 346, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row {
    position: relative;
    margin-bottom: 50px;
    padding-right: 0;
    padding-left: 70px;
    min-height: 120px;
  }
  /* line 355, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row .arrow[data-step="1"] {
    transform: rotate(90deg) translate(-30%, 100%);
    right: initial;
    left: 0;
    flex-direction: column-reverse;
  }
  /* line 361, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row .arrow[data-step="1"] img {
    transform: scaley(-1);
  }
  /* line 365, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row .arrow[data-step="2"] {
    transform: rotate(90deg) translate(-14%, 100%);
    right: initial;
    left: -50px;
    bottom: 0;
    flex-direction: column-reverse;
  }
  /* line 372, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row .arrow[data-step="2"] i {
    max-width: 100px;
  }
  /* line 377, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row .arrow[data-step="3"] {
    transform: rotate(90deg) translate(-30%, 100%);
    right: initial;
    left: 0;
    flex-direction: column-reverse;
  }
  /* line 383, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row .arrow[data-step="3"] img {
    transform: scaley(-1);
  }
  /* line 390, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .row[data-step="4"] {
    margin-bottom: 0;
  }
  /* line 395, ../sass/index-new/index-new-process.scss */
  .ChunkProcessCol .n-text {
    margin-top: 15px;
  }

  /* line 400, ../sass/index-new/index-new-process.scss */
  .ChunkProcessIcons {
    display: none;
  }
}
/* line 1, ../sass/service-post-new/service-post-new-item.scss */
.spn-item {
  position: relative;
  direction: rtl;
}
/* line 5, ../sass/service-post-new/service-post-new-item.scss */
.spn-item .section-title.large {
  text-align: center;
}

/* line 10, ../sass/service-post-new/service-post-new-item.scss */
.spn-uptitle {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  background: var(--color-lite-blue);
  padding: 6px 12px;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
/* line 25, ../sass/service-post-new/service-post-new-item.scss */
.spn-uptitle svg, .spn-uptitle img {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

/* line 32, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-body {
  position: relative;
  margin-top: 50px;
}

/* line 37, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
/* line 46, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 54, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
  z-index: 2;
}

/* line 62, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-box {
  width: calc((100% - 25px * 2) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(55, 114, 255, 0.2);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
/* line 72, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-box .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/house-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 20px;
}
/* line 90, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-box .icon svg, .spn-item-box .icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* line 98, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-box .desc {
  margin-top: auto;
  color: #fff;
}
/* line 102, ../sass/service-post-new/service-post-new-item.scss */
.spn-item-box .desc .section-title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1241px) and (max-width: 1400px) {
  /* line 110, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-body {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 117, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-body {
    margin-top: 40px;
  }

  /* line 122, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-wr {
    gap: 15px;
  }

  /* line 126, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-box {
    width: calc((100% - 15px * 2) / 3);
    padding: 15px;
    border-radius: 15px;
  }
  /* line 131, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-box .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  /* line 136, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-box .icon svg, .spn-item-box .icon img {
    width: 24px;
    height: 24px;
  }
  /* line 143, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-box .desc .section-title {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 153, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-body {
    margin-top: 40px;
  }

  /* line 157, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-box {
    width: calc((100% - 25px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 164, ../sass/service-post-new/service-post-new-item.scss */
  .spn-uptitle {
    margin-bottom: 20px;
  }

  /* line 168, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-body {
    margin-top: 30px;
  }

  /* line 173, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-wr {
    gap: 15px;
  }

  /* line 177, ../sass/service-post-new/service-post-new-item.scss */
  .spn-item-box {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
  }
}
/* line 17, ../sass/index-new.scss */
.float-random {
  will-change: transform;
  transition: transform 0.1s ease-out;
}
