.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 80vh;
}
@media (max-width: 900px) {
  .mv {
    max-height: none;
  }
}
.mv__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__image--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#0064cf));
  background: linear-gradient(270deg, #00c6fb 0%, #0064cf 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about__inner {
  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;
  width: calc(100% - 40px);
  max-width: 1100px;
}
@media (max-width: 900px) {
  .about__inner {
    max-width: 100%;
  }
}
.about__search {
  z-index: 1;
  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;
  width: 100%;
  max-width: 900px;
  padding: 14px 20px 14px 30px;
  margin-top: -40px;
  margin-bottom: 43px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .about__search {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .about__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -25px;
    margin-bottom: 40px;
  }
}
.about__search--title {
  margin-right: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 991px) {
  .about__search--title {
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .about__search--title {
    margin-right: auto;
    margin-bottom: 14px;
    font-size: 16px;
  }
}
.about__search--selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 900px) {
  .about__search--selects {
    width: 100%;
  }
}
.about__search--select {
  width: 187px;
  height: 50px;
  background-color: #f5f7fa;
  border: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  padding: 10px 34px 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.58268 10.8333L12.9993 16.25L18.416 10.8333" stroke="%232E2D28" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  border-radius: 5px;
}
.about__search--select:hover {
  cursor: pointer;
}
@media (max-width: 900px) {
  .about__search--select {
    width: calc(50% - 5px);
  }
  .about__search--select:last-child {
    width: 100%;
  }
}
.about__search--button {
  position: relative;
  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;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
}
.about__search--button:hover .hover-reverse-bg-blue::before, .about__search--button:hover .hover-reverse-bg-blue::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about__search--button:hover .hover-reverse-bg-blue::before {
  opacity: 0;
}
.about__search--button:hover .hover-reverse-bg-blue::after {
  opacity: 1;
}
.about__search--button .hover-reverse-bg-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__search--button .hover-reverse-bg-blue::before, .about__search--button .hover-reverse-bg-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about__search--button .hover-reverse-bg-blue::before {
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  opacity: 1;
}
.about__search--button .hover-reverse-bg-blue::after {
  background: -webkit-gradient(linear, right top, left top, from(#005bea), to(#00c6fb));
  background: linear-gradient(270deg, #005bea 0%, #00c6fb 100%);
  opacity: 0;
}
@media (max-width: 991px) {
  .about__search--button {
    margin-left: 15px;
  }
}
@media (max-width: 900px) {
  .about__search--button {
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
  }
}
.about__search--button:hover {
  opacity: 1;
}
.about__search--button-text {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
}
@media (max-width: 900px) {
  .about__search--button-text {
    z-index: 2;
    display: block;
  }
}
.about__search--button-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__regist {
  position: relative;
  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;
  width: 100%;
  padding: 13px 0;
}
@media (max-width: 900px) {
  .about__regist {
    width: calc(100% - 32px);
  }
}
.about__regist:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 55px;
  background-color: white;
  opacity: 0.3;
}
@media (max-width: 900px) {
  .about__regist:first-child::after {
    right: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.about__regist--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #0064cf;
}
@media (max-width: 900px) {
  .about__regist--wrapper {
    -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;
  }
}
.about__regist--text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  color: white;
}
@media (max-width: 900px) {
  .about__regist--text {
    font-size: 19px;
  }
}
.about__regist--text span {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media (max-width: 900px) {
  .about__regist--text span {
    font-size: 14px;
  }
}
.about__regist--icon {
  margin-right: 12px;
}
@media (max-width: 900px) {
  .about__regist--icon {
    margin-right: 10px;
  }
}
.about__regist--num {
  padding: 6px 12px;
  margin-left: 22px;
  font-family: "Nunito Sans";
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .about__regist--num {
    padding: 6px 10px;
    margin-left: 10px;
    font-size: 28px;
  }
}
.about__regist--num span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 900px) {
  .about__regist--num span {
    font-size: 14px;
  }
}
.about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 39px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .about__links {
    margin-bottom: 26px;
  }
}
.about__links--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media (max-width: 900px) {
  .about__links--group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about__links--group.half a {
  width: calc(50% - 0.5px);
}
.about__link {
  position: relative;
  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;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
.about__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .about__link::after {
    right: 19px;
  }
}
@media (max-width: 991px) {
  .about__link {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .about__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 55.8px;
    padding: 0;
    font-size: 14px;
  }
}
.about__link:hover .hover-bg-blue::before, .about__link:hover .hover-bg-blue::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about__link:hover .hover-bg-blue::before {
  opacity: 0;
}
.about__link:hover .hover-bg-blue::after {
  opacity: 1;
}
.about__link .hover-bg-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__link .hover-bg-blue::before, .about__link .hover-bg-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about__link .hover-bg-blue::before {
  background: white;
  opacity: 1;
}
.about__link .hover-bg-blue::after {
  background: -webkit-gradient(linear, right top, left top, from(#005bea), to(#00c6fb));
  background: linear-gradient(270deg, #005bea 0%, #00c6fb 100%);
  opacity: 0;
}
.about__link:hover {
  color: white;
  background-color: transparent;
  opacity: 1;
}
.about__link:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .about__link:hover::after {
    right: 19px;
  }
}
.about__link:hover .about__link--text {
  color: white;
}
.about__link--text {
  z-index: 3;
  padding: 16px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: #0064cf;
}
@media (max-width: 900px) {
  .about__link--text {
    padding: 16px 18px;
    line-height: 140%;
  }
}
.about__text {
  margin-bottom: 46px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: white;
  text-align: center;
}
@media (max-width: 900px) {
  .about__text {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 140%;
  }
}

.reason {
  position: relative;
  width: 100%;
}
.reason__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: auto;
}
.reason__titleImage {
  position: absolute;
  top: 39px;
  right: 22px;
  width: 654px;
  height: 113px;
}
@media (max-width: 900px) {
  .reason__titleImage {
    top: 55px;
    right: 20px;
    width: 286px;
    height: 49px;
  }
}
.reason__text {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .reason__text {
    font-size: 20px;
  }
}
.reason__texts {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 80px;
  padding-left: 170px;
}
@media (max-width: 900px) {
  .reason__texts {
    gap: 6px;
    padding-top: 80px;
    padding-left: 0;
  }
}
.reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .reason__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    font-size: 36px;
  }
}
.reason__title--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  margin-left: 20px;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .reason__title span {
    margin-left: 0;
    font-size: 36px;
  }
}
.reason__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 58px auto -63px;
}
@media (max-width: 900px) {
  .reason__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin: 40px auto -27px;
  }
}
.reason__list {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31.55%;
  max-width: 347px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 900px) {
  .reason__list {
    width: 100%;
    max-width: 100%;
  }
}
.reason__list--content {
  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;
  padding: 50px 0 59px;
}
@media (max-width: 900px) {
  .reason__list--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
  }
}
.reason__list--icon {
  width: 130px;
  height: 130px;
}
@media (max-width: 900px) {
  .reason__list--icon {
    width: 70px;
    height: 70px;
  }
}
.reason__list--texts {
  margin-top: 27px;
}
@media (max-width: 900px) {
  .reason__list--texts {
    min-width: 210px;
    margin-top: 0;
  }
}
.reason__list--text {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.21px;
}
@media (max-width: 900px) {
  .reason__list--text {
    margin-top: 0;
    font-size: 19px;
    text-align: left;
    letter-spacing: -0.19px;
  }
}
.reason__list--description {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 991px) {
  .reason__list--description {
    font-size: 23px;
  }
}
@media (max-width: 900px) {
  .reason__list--description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}
.reason__list--description span::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff200), to(#ffb200));
  background: linear-gradient(270deg, #fff200 40%, #ffb200 100%);
}

.point {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.point__bg--top {
  height: 225px;
}
@media (max-width: 900px) {
  .point__bg--top {
    height: 155px;
  }
}
.point__blur {
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#0064cf));
  background: linear-gradient(270deg, #00c6fb 0%, #0064cf 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.point__blur.left {
  top: 470px;
  left: -155.5px;
  width: 311px;
  height: 305px;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  border-radius: 311px;
}
@media (max-width: 900px) {
  .point__blur.left {
    top: 250px;
    z-index: -1;
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
}
.point__blur.center {
  position: absolute;
  top: 1200px;
  left: 270px;
  width: 109.765px;
  height: 109.765px;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: rotate(73.73deg);
          transform: rotate(73.73deg);
}
@media (max-width: 900px) {
  .point__blur.center {
    display: none;
    width: 311px;
    height: 305px;
  }
}
.point__blur.right {
  position: absolute;
  top: 715px;
  right: -106px;
  width: 225px;
  height: 225px;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}
@media (max-width: 900px) {
  .point__blur.right {
    display: none;
  }
}
.point__titleImage {
  position: absolute;
  top: 224px;
  left: 50%;
  z-index: 2;
  width: 669px;
  height: 113px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 900px) {
  .point__titleImage {
    top: 127px;
    width: 293px;
    height: 49px;
  }
}
.point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 69px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .point__title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.point__title--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67px;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .point__title--main {
    height: 59px;
    margin-top: 7px;
    font-size: 44px;
  }
}
.point__title--main-text {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .point__title--main-text {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}
.point__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 980px;
  margin: auto;
  background-color: white;
}
@media (max-width: 900px) {
  .point__lists {
    row-gap: 2px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 900px) {
  .point__lists {
    width: 100%;
  }
}
.point__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 46.43%;
}
@media (max-width: 900px) {
  .point__list {
    padding-bottom: 2px;
    border-bottom: 1px solid #e4f3f9;
  }
  .point__list:first-child {
    padding-top: 2px;
    border-top: 1px solid #e4f3f9;
  }
  .point__list:nth-child(2) {
    border-top: 1px solid #e4f3f9;
  }
}
@media (max-width: 750px) {
  .point__list {
    width: 100%;
  }
  .point__list:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 900px) {
  .point__list--content {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.point__list--mainText {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 900px) {
  .point__list--mainText {
    font-size: 22px;
  }
}
.point__list--mainText::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff200), to(#ffb200));
  background: linear-gradient(270deg, #fff200 40%, #ffb200 100%);
}
.point__list--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 900px) {
  .point__list--text {
    font-size: 14px;
  }
  .point__list--text:last-child {
    margin-top: 4px;
  }
}
.point__list--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 214px;
  height: 110px;
  margin-left: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .point__list--image {
    position: relative;
    width: 130px;
    height: 115px;
    margin-right: 16px;
    margin-left: 0;
  }
  .point__list--image.left {
    -o-object-position: left;
       object-position: left;
  }
  .point__list--image.right {
    -o-object-position: right;
       object-position: right;
  }
}
.point__list--number {
  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;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  background-color: #f0f7ff;
  border-radius: 100%;
}
@media (max-width: 900px) {
  .point__list--number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 0;
  }
}
.point__list--number-text {
  font-family: "Nunito Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#0064cf));
  background: linear-gradient(270deg, #00c6fb 0%, #0064cf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  mix-blend-mode: multiply;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 900px) {
  .point__list--number-text {
    font-size: 18px;
  }
}
.point__more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin: 85px auto 0;
  margin-bottom: 139px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  color: #0064cf;
}
@media (max-width: 900px) {
  .point__more {
    margin: 48px auto 100px;
    font-size: 16px;
  }
}
.point__more:hover {
  color: white;
  opacity: 1;
}
.point__more:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.point__more .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.point__more .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.point__more .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.point__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .point__more::after {
    right: 16px;
  }
}
.point__more:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .point__more:hover::after {
    right: 16px;
  }
}
.point__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
}
@media (max-width: 900px) {
  .point__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.point__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 900px) {
  .point__button {
    gap: 6px;
    max-width: 100%;
  }
}
.point__button--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 900px) {
  .point__button--title {
    height: 37px;
    font-size: 16px;
  }
}
.point__button--title-blue, .point__button--title-orange {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 900px) {
  .point__button--title-blue, .point__button--title-orange {
    font-size: 22px;
  }
}
.point__button--title-blue {
  color: #0064cf;
}
.point__button--title-orange {
  color: #ff9201;
}
.point__button--title-orangeNumber {
  font-family: "Nunito Sans";
}
.point__button--blue, .point__button--orange {
  position: relative;
  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;
  width: 100%;
  padding: 57px 0;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: white;
  letter-spacing: 0.017em;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .point__button--blue, .point__button--orange {
    padding: 42px 0;
    font-size: 27px;
  }
}
.point__button--blue::after, .point__button--orange::after {
  content: "";
  position: absolute;
  right: 47px;
  width: 10px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 22L12 12L2 2" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 900px) {
  .point__button--blue::after, .point__button--orange::after {
    right: 24px;
    width: 20px;
    height: 30px;
  }
}
.point__button--blue:hover, .point__button--orange:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.point__button--blue {
  gap: 14px;
  padding-right: 15px;
  position: relative;
}
.point__button--blue:hover .hover-reverse-bg::before, .point__button--blue:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.point__button--blue:hover .hover-reverse-bg::before {
  opacity: 0;
}
.point__button--blue:hover .hover-reverse-bg::after {
  opacity: 1;
}
.point__button--blue .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.point__button--blue .hover-reverse-bg::before, .point__button--blue .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.point__button--blue .hover-reverse-bg::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
  opacity: 1;
}
.point__button--blue .hover-reverse-bg::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #004eea), to(#00a5f6));
  background: linear-gradient(270deg, #004eea 10.5%, #00a5f6 100%);
  opacity: 0;
}
@media (max-width: 900px) {
  .point__button--blue {
    padding-right: 25px;
  }
}
.point__button--blue:hover {
  color: white;
  opacity: 1;
}
.point__button--orange {
  gap: 20px;
  padding-right: 13px;
  position: relative;
}
.point__button--orange:hover .hover-reverse-bg::before, .point__button--orange:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.point__button--orange:hover .hover-reverse-bg::before {
  opacity: 0;
}
.point__button--orange:hover .hover-reverse-bg::after {
  opacity: 1;
}
.point__button--orange .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.point__button--orange .hover-reverse-bg::before, .point__button--orange .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.point__button--orange .hover-reverse-bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#ff9000), to(#ffc918));
  background: linear-gradient(90deg, #ff9000 0%, #ffc918 100%);
  opacity: 1;
}
.point__button--orange .hover-reverse-bg::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffc918), to(#ff9000));
  background: linear-gradient(90deg, #ffc918 0%, #ff9000 100%);
  opacity: 0;
}
.point__button--orange:hover {
  color: white;
  opacity: 1;
}
.point__button--largeIcon, .point__button--largeIcon2 {
  position: absolute;
  top: 0;
  left: 0;
}
.point__button--largeIcon {
  width: 159px;
  height: 158px;
}
@media (max-width: 900px) {
  .point__button--largeIcon {
    width: 131px;
    height: 130px;
  }
}
.point__button--largeIcon2 {
  width: 154px;
  height: 162px;
}
@media (max-width: 900px) {
  .point__button--largeIcon2 {
    width: 124px;
    height: 130px;
  }
}
.point__button--smallIcon {
  width: 51px;
  height: 51px;
}
@media (max-width: 900px) {
  .point__button--smallIcon {
    width: 40px;
    height: 40px;
  }
}

.news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 140px;
  background-color: #f5faff;
}
@media (max-width: 900px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
  }
}
.news__titleImage {
  position: absolute;
  top: 282px;
  left: -14%;
  width: 484px;
  height: 113px;
}
@media (max-width: 900px) {
  .news__titleImage {
    top: 110px;
    right: 0;
    left: auto;
    width: 212px;
    height: 49px;
  }
}
.news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 100px 0;
  margin: auto;
}
@media (max-width: 900px) {
  .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 70px;
  }
}
.news__texts {
  position: relative;
  margin-right: 40px;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .news__texts {
    margin-right: 0;
    margin-bottom: 40px;
    text-align: left;
  }
}
.news__texts--title {
  margin-bottom: 10px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .news__texts--title {
    margin-bottom: 14px;
    font-size: 30px;
  }
}
.news__texts--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.news__texts--text span {
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.news__lists {
  z-index: 2;
  width: 100%;
  max-width: 765px;
  height: 100%;
  max-height: 341px;
  overflow-y: scroll;
  background-color: white;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .news__lists {
    max-width: 100%;
    max-height: 325px;
  }
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: auto;
}
.news__list:not(:nth-child(1):last-child) {
  border-bottom: 1px solid #ececec;
}
@media (max-width: 900px) {
  .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__list--date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .news__list--date {
    font-size: 14px;
  }
}
.news__list--text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.news__list--text-link {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  color: #0064cf;
  text-decoration-line: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.compare {
  position: relative;
  width: 100%;
  max-width: 1440px;
}
.compare__titleImage {
  top: 140px;
  right: 20px;
  width: 771px;
  height: 117px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 900px) {
  .compare__titleImage {
    top: 70px;
    left: auto;
    width: 338px;
    height: 49px;
  }
}
.compare__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
}
.compare__texts {
  z-index: 2;
  margin-top: 140px;
}
@media (max-width: 900px) {
  .compare__texts {
    margin-top: 100px;
  }
}
.compare__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .compare__text {
    font-size: 18px;
  }
}
.compare__text--title {
  margin-bottom: 25px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .compare__text--title {
    font-size: 30px;
  }
}
.compare__text--orange {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .compare__text--orange {
    font-size: 24px;
  }
}
.compare__table--header:nth-child(1), .compare__table--data:nth-child(1) {
  width: 195px;
}
.compare__table--header:nth-child(2), .compare__table--data:nth-child(2) {
  width: 385px;
}
.compare__table--header:nth-child(3), .compare__table--data:nth-child(3) {
  width: 259px;
  border-right: 1px solid #ececec;
}
.compare__table--header:nth-child(4), .compare__table--data:nth-child(4) {
  width: 259px;
}
.compare__table--header .last, .compare__table--data .last {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.compare__table--header {
  height: 100%;
}
.compare__table--header:nth-child(3) {
  border-right: 1px solid white;
}
.compare__table--headerRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #e5efff;
}
.compare__table--header-text, .compare__table--header-mainText {
  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;
  height: 100%;
  font-style: normal;
  font-weight: 700;
}
.compare__table--header-text {
  font-size: 20px;
  line-height: 110%;
}
.compare__table--header-mainText {
  font-size: 28px;
  line-height: 120%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}
.compare__table--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.compare__table--data:nth-child(1) div, .compare__table--data:nth-child(3) div, .compare__table--data:nth-child(4) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
.compare__table--data:nth-child(1) {
  background-color: #f0f2f6;
  border-bottom: 1px solid white;
}
.compare__table--data:nth-child(n+2) {
  border-bottom: 1px solid #ececec;
}
.compare__table--data.no-border-bottom {
  border-bottom: none;
}
.compare__table--data-mainText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px;
  font-family: "Nunito Sans";
  font-size: 24px;
  line-height: 120%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .compare__table--data-mainText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.compare__table--data-mainText span {
  font-size: 20px;
}
.compare__table--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 69px;
}
@media (max-width: 900px) {
  .compare__table--row {
    height: 100%;
  }
}
.compare__table--bold {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 900px) {
  .compare__table--bold {
    font-size: 16px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.compare__table--bold span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 900px) {
  .compare__table--bold span {
    font-size: 12px;
  }
}
.compare__table--shape {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media (max-width: 900px) {
  .compare__table--shape {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.compare__table--shape2 {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .compare__table--shape2 {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.compare__table--content p, .compare__table--content2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare__table--content {
  width: 100%;
  height: 100%;
}
.compare__table--content2 {
  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 !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  width: 100%;
  height: auto !important;
}
.compare__table .nunito {
  font-family: "Nunito Sans";
}
.compare__table .large {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 900px) {
  .compare__table .large {
    font-size: 16px;
  }
}
.compare__table .large2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .compare__table .large2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
.compare__table .large2 .sub-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .compare__table .large2 .sub-text {
    font-size: 12px;
  }
}
.compare__table .large3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
}
@media (max-width: 900px) {
  .compare__table .large3 {
    font-size: 16px;
    line-height: 120%;
  }
}
.compare__table .small {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.compare__table .small2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.compare__table .small3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
}
@media (max-width: 900px) {
  .compare__table .small3 {
    font-size: 12px;
    line-height: 120%;
  }
}

.region {
  width: 100%;
  margin-top: 140px;
  background-color: #f5faff;
}
@media (max-width: 900px) {
  .region {
    margin-top: 90px;
  }
}
.region__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 100px 0;
  margin: auto;
}
@media (max-width: 900px) {
  .region__inner {
    padding: 60px 0 80px;
  }
}
.region__inner--wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: auto;
}
.region__titleImage {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 598px;
  height: 113px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 900px) {
  .region__titleImage {
    top: -10px;
    right: -10px;
    width: 262px;
    height: 49px;
    -webkit-transform: none;
            transform: none;
  }
}
.region__texts {
  width: 57.64%;
  width: 634px;
  max-width: 634px;
  margin-right: 2%;
}
@media (max-width: 900px) {
  .region__texts {
    width: 100%;
    margin-right: 0;
  }
}
.region__texts--title {
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .region__texts--title {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.region__texts--number {
  font-family: "Nunito Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .region__texts--number {
    font-size: 30px;
  }
}
.region__texts--text {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .region__texts--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
  }
}
.region__texts--orangeText {
  padding: 0 10px;
  margin-left: 4px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .region__texts--orangeText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4px;
    margin-left: 0;
    font-size: 24px;
  }
}
.region__button {
  position: relative;
  width: 28.72%;
  min-width: 216px;
  height: 67px;
  margin-top: auto;
  overflow: hidden;
  position: relative;
  color: #0064cf;
}
.region__button:hover {
  color: white;
  opacity: 1;
}
.region__button:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.region__button .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.region__button .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.region__button .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .region__button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 900px) {
  .region__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 48px auto 0;
  }
}
.region__button--text {
  position: relative;
  z-index: 3;
  padding: 20px 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  text-align: center;
  word-break: keep-all;
}
.region__button--text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .region__button--text::after {
    right: 14px;
  }
}
.region__button--text:hover {
  color: white;
}
.region__button--text:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .region__button--text:hover::after {
    right: 14px;
  }
}
@media (max-width: 1199px) {
  .region__button--text {
    padding: 20px 30px;
  }
}
@media (max-width: 900px) {
  .region__button--text {
    padding: 20px 50px;
  }
}
.region__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .region__lists {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
}
.region__list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
.region__list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .region__list::after {
    right: 20px;
  }
}
.region__list:hover {
  background-color: #f5faff;
}
.region__list:hover::before {
  border: 2px solid #0064cf;
  border-bottom: 1px solid #0064cf;
  border-left: 1px solid #0064cf;
}
.region__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-top: 1px solid #0064cf;
  border-right: 1px solid #0064cf;
}
.region__list:first-child::before {
  border-radius: 5px 0 0;
}
.region__list:nth-child(10)::before {
  border-radius: 0 0 5px;
}
@media (max-width: 900px) {
  .region__list:nth-child(2n-1):not(:hover)::before {
    border-left: 1px solid #0064cf;
  }
  .region__list:nth-child(2n-1):hover::before {
    border-left: 2px solid #0064cf;
  }
  .region__list:nth-child(n+9):not(:hover)::before {
    border-bottom: 1px solid #0064cf;
  }
  .region__list:nth-child(n+9):hover::before {
    border-bottom: 2px solid #0064cf;
  }
  .region__list:nth-child(2)::before {
    border-radius: 0 5px 0 0;
  }
  .region__list:nth-child(9)::before {
    border-radius: 0 0 0 5px;
  }
}
@media (min-width: 901px) {
  .region__list:nth-child(5)::before {
    border-radius: 0 5px 0 0;
  }
  .region__list:nth-child(6)::before {
    border-radius: 0 0 0 5px;
  }
  .region__list:nth-child(5n-4):not(:hover)::before {
    border-left: 1px solid #0064cf;
  }
  .region__list:nth-child(5n-4):hover::before {
    border-left: 2px solid #0064cf;
  }
  .region__list:nth-child(n+6):not(:hover)::before {
    border-bottom: 1px solid #0064cf;
  }
  .region__list:nth-child(n+6):hover::before {
    border-bottom: 2px solid #0064cf;
  }
}
.region__list--link {
  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;
  width: 100%;
  padding: 27px 0 22px;
}
.region__list--link:hover {
  opacity: 1;
}
@media (max-width: 900px) {
  .region__list--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 22px 0 17px 20px;
  }
}
.region__list--name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px 3px;
  margin-bottom: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#0064cf));
  background: linear-gradient(270deg, #00c6fb 0%, #0064cf 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .region__list--name {
    padding: 0 6px 2px;
    font-size: 18px;
  }
}
.region__list--number {
  font-family: "Nunito Sans";
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  color: #0064cf;
}
@media (max-width: 900px) {
  .region__list--number {
    font-size: 26px;
  }
}
.region__list--people {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 900px) {
  .region__list--people {
    font-size: 14px;
  }
}

.price {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  max-width: 1440px;
  padding-top: 170px;
  margin: auto;
}
@media (max-width: 900px) {
  .price {
    padding-top: 88px;
  }
}
.price__titleImage {
  top: 170px;
  left: 13px;
  width: 451px;
  height: 113px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 900px) {
  .price__titleImage {
    top: 48px;
    left: 10px;
    width: 198px;
    height: 49px;
  }
}
.price__blur {
  position: absolute;
}
.price__blur.left {
  top: 351px;
  left: 79.83px;
  z-index: -1;
  width: 171px;
  height: 171px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: rotate(73.73deg);
          transform: rotate(73.73deg);
}
@media (max-width: 900px) {
  .price__blur.left {
    top: 300px;
    left: 0;
    -webkit-transform: translateX(-50%) rotate(73.73deg);
            transform: translateX(-50%) rotate(73.73deg);
  }
}
.price__blur.right {
  top: 658px;
  right: 135.82px;
  z-index: -1;
  width: 175px;
  height: 175px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  -webkit-filter: blur(65px);
          filter: blur(65px);
  -webkit-transform: rotate(73.73deg);
          transform: rotate(73.73deg);
}
@media (max-width: 900px) {
  .price__blur.right {
    top: auto;
    right: 0;
    bottom: -85px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.price__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__text--title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .price__text--title {
    font-size: 30px;
    text-align: center;
  }
}
.price__text--title2 {
  padding: 0 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .price__text--title2 {
    font-size: 24px;
  }
}
.price__text--note {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #757575;
}
.price__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1140px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .price__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.price__leap, .price__general {
  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;
  width: 100%;
}
.price__leap--title, .price__general--title {
  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;
  width: 100%;
}
@media (max-width: 900px) {
  .price__leap--title, .price__general--title {
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
}
.price__leap--text, .price__general--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 900px) {
  .price__leap--text, .price__general--text {
    font-size: 16px;
  }
}
.price__leap {
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.price__leap--title {
  height: 65px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: white;
}
@media (max-width: 900px) {
  .price__leap--title {
    font-size: 24px;
  }
}
.price__leap--inner {
  width: 100%;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.price__leap--image {
  min-height: 306px;
  -o-object-fit: contain;
     object-fit: contain;
}
.price__leap--image-wrapper {
  background-color: #f2f9ff;
}
.price__leap--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 22px 0 28px;
  background-color: white;
}
@media (max-width: 900px) {
  .price__leap--texts {
    gap: 0;
    padding: 15px 20px;
  }
}
.price__leap--blueText {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #0064cf;
}
@media (max-width: 900px) {
  .price__leap--blueText {
    font-size: 20px;
  }
}
.price__leap--number {
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #0064cf;
}
@media (max-width: 900px) {
  .price__leap--number {
    font-size: 20px;
  }
}
.price__leap--yen {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #0064cf;
}
@media (max-width: 900px) {
  .price__leap--yen {
    font-size: 16px;
  }
}
.price__general {
  background-color: #e9ecf2;
}
.price__general--title {
  height: 65px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1px;
}
@media (max-width: 900px) {
  .price__general--title {
    height: 74px;
    font-size: 18px;
    line-height: 130%;
  }
}
.price__general--inner {
  width: 100%;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.price__general--image {
  min-height: 306px;
  -o-object-fit: contain;
     object-fit: contain;
}
.price__general--image-wrapper {
  background-color: white;
}
.price__general--texts {
  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;
  height: 128px;
  background-color: #f7f7f7;
}
@media (max-width: 900px) {
  .price__general--texts {
    height: auto;
    padding: 15px 20px;
  }
}
.price__general--redText {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  color: #ae2e2e;
}
@media (max-width: 900px) {
  .price__general--redText {
    font-size: 16px;
  }
}
.price__note {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  color: #757575;
}
@media (max-width: 900px) {
  .price__note {
    font-size: 12px;
  }
}

.safety {
  position: relative;
  width: 100%;
  margin-top: 121px;
  margin-bottom: 140px;
}
@media (max-width: 900px) {
  .safety {
    margin-bottom: 80px;
  }
}
.safety__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: auto;
}
.safety__titleImage {
  top: -20px;
  right: 24px;
  width: 587px;
  height: 113px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 900px) {
  .safety__titleImage {
    top: -31px;
    right: 20px;
    width: 257px;
    height: 49px;
  }
}
.safety__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .safety__texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.safety__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .safety__title {
    font-size: 30px;
  }
}
.safety__text {
  margin-top: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .safety__text {
    font-size: 16px;
  }
}
.safety__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .safety__lists {
    margin-bottom: 48px;
  }
  .safety__lists:has(> :nth-child(-n+8):last-child) .safety__list:last-child:not(:first-child)::after {
    border-radius: 0 0 5px 5px;
  }
  .safety__lists:has(> :nth-child(-n+8):last-child) .safety__list:last-child:first-child::after {
    border-radius: 5px;
  }
}
@media (min-width: 901px) {
  .safety__lists:has(> :nth-child(-n+4):last-child) .safety__list {
    border-bottom: 1px solid #0064cf;
  }
  .safety__lists:has(> :nth-child(-n+4):last-child) .safety__list:first-child {
    border-radius: 0 0 0 5px;
  }
  .safety__lists:has(> :nth-child(-n+4):last-child) .safety__list:nth-child(4) {
    border-radius: 0 0 5px;
  }
}
.safety__list {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}
@media (min-width: 901px) {
  .safety__list {
    -webkit-box-shadow: 1px 1px 0 0 #0064cf;
            box-shadow: 1px 1px 0 0 #0064cf;
  }
}
.safety__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #0064cf;
}
@media (max-width: 900px) {
  .safety__list::after {
    border-top: none;
  }
}
@media (max-width: 900px) {
  .safety__list:first-child::after {
    border-top: 1px solid #0064cf;
  }
}
@media (max-width: 900px) {
  .safety__list:first-child:hover::after {
    border-top: 2px solid #0064cf !important;
  }
}
@media (max-width: 900px) {
  .safety__list:last-child::after {
    border-bottom: 1px solid #0064cf;
  }
}
.safety__list:hover {
  background-color: #f5faff;
}
.safety__list:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #0064cf;
  border-right: 1px solid #0064cf !important;
  border-bottom: 1px solid #0064cf !important;
}
@media (max-width: 900px) {
  .safety__list:hover::after {
    border-top: 1px solid #0064cf !important;
    border-right: 2px solid #0064cf !important;
    border-bottom: 2px solid #0064cf !important;
  }
}
.safety__list:hover:nth-child(4)::after, .safety__list:hover:nth-child(8)::after {
  border-right: 2px solid #0064cf !important;
}
.safety__list:hover:nth-child(n+5)::after {
  border-bottom: 2px solid #0064cf !important;
}
.safety__list:nth-child(1)::after {
  border-radius: 5px 0 0;
}
@media (max-width: 900px) {
  .safety__list:nth-child(1)::after {
    border-radius: 5px 5px 0 0;
  }
}
.safety__list:nth-child(1) .safety__list--new {
  border-radius: 5px 0;
}
@media (min-width: 901px) {
  .safety__list:nth-child(4)::after {
    border-radius: 0 5px 0 0;
  }
}
@media (min-width: 901px) {
  .safety__list:nth-child(5)::after {
    border-radius: 0 0 0 5px;
  }
}
.safety__list:nth-child(8)::after {
  border-radius: 0 0 5px;
}
@media (max-width: 900px) {
  .safety__list:nth-child(8)::after {
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 901px) {
  .safety__list:nth-child(-n+4)::after {
    border-bottom: none;
  }
}
@media (min-width: 901px) {
  .safety__list:not(:nth-child(4n))::after {
    border-right: none;
  }
}
@media (max-width: 900px) {
  .safety__list {
    width: 100%;
  }
}
.safety__list--new {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
  padding: 2px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: white;
  border-radius: 0 0 5px;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.safety__list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 24px 20px;
}
.safety__list--link:hover {
  opacity: 1;
}
.safety__list--title, .safety__list--smallTitle {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #0064cf;
}
.safety__list--count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2e2d28;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  border-radius: 5px;
  background: #fff0d1;
  padding: 2px 8px;
  margin-bottom: 12px;
}
.safety__list--countText {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.safety__list--title {
  font-size: 18px;
}
.safety__list--smallTitle {
  font-size: 14px;
}
.safety__list--smallTitle-wrapper {
  white-space: nowrap;
}
.safety__list--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2e2d28;
}
@media (max-width: 900px) {
  .safety__list--texts {
    margin-bottom: 4px;
  }
}
.safety__list--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.safety__list--date {
  position: relative;
  margin-top: auto;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #757575;
}
.safety__list--date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .safety__list--date::after {
    right: 0;
  }
}
.safety__list--apply {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-bottom: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #2e2d28;
  background-color: #fff0d1;
  border-radius: 5px;
}
.safety__list--apply-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.safety__more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  margin: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  position: relative;
  color: #0064cf;
}
.safety__more:hover {
  color: white;
  opacity: 1;
}
.safety__more:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.safety__more .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.safety__more .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.safety__more .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.safety__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .safety__more::after {
    right: 20px;
  }
}
.safety__more:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .safety__more:hover::after {
    right: 20px;
  }
}
@media (max-width: 900px) {
  .safety__more {
    font-size: 16px;
  }
}

.teacher {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .teacher {
    margin-bottom: 130px;
  }
}
.teacher__titleImage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 831px;
  height: 113px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
@media (max-width: 900px) {
  .teacher__titleImage {
    top: 10px;
    width: 364px;
    height: 49px;
  }
}
.teacher__title {
  margin-top: 44px;
  margin-bottom: 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .teacher__title {
    font-size: 30px;
  }
}
.teacher__subTitle {
  margin-bottom: 50px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .teacher__subTitle {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.teacher__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, 242px);
  grid-gap: 4%;
  grid-row-gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .teacher__lists {
    grid-template-columns: repeat(auto-fit, 230px);
    grid-auto-columns: minmax(230px, 1fr);
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-row-gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% + 20px);
    padding-right: 18px;
    overflow-x: auto;
  }
}
.teacher__list--comment {
  height: 75px;
  padding: 10px 15px 11px;
  margin-bottom: 5px;
  background-image: url('data:image/svg+xml,<svg width="242" height="75" viewBox="0 0 242 75" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_1793_5914" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 0C6.71573 0 0 6.71573 0 15V50C0 58.2843 6.71573 65 15 65H200.02C199.469 67.3093 198.196 70.5139 195.432 74.6791C195.432 74.6791 204.533 72.7448 211.028 65H227C235.284 65 242 58.2843 242 50V15C242 6.71573 235.284 0 227 0H15Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M15 0C6.71573 0 0 6.71573 0 15V50C0 58.2843 6.71573 65 15 65H200.02C199.469 67.3093 198.196 70.5139 195.432 74.6791C195.432 74.6791 204.533 72.7448 211.028 65H227C235.284 65 242 58.2843 242 50V15C242 6.71573 235.284 0 227 0H15Z" fill="white"/><path d="M200.02 65L200.992 65.2321L201.286 64H200.02V65ZM195.432 74.6791L194.599 74.1262L193.245 76.1663L195.64 75.6573L195.432 74.6791ZM211.028 65V64H210.561L210.261 64.3574L211.028 65ZM1 15C1 7.26801 7.26801 1 15 1V-1C6.16344 -1 -1 6.16344 -1 15H1ZM1 50V15H-1V50H1ZM15 64C7.26801 64 1 57.732 1 50H-1C-1 58.8366 6.16344 66 15 66V64ZM200.02 64H15V66H200.02V64ZM196.265 75.232C199.081 70.9887 200.409 67.6768 200.992 65.2321L199.047 64.7679C198.528 66.9417 197.311 70.039 194.599 74.1262L196.265 75.232ZM210.261 64.3574C207.134 68.087 203.368 70.4285 200.369 71.8389C198.871 72.543 197.573 73.0113 196.654 73.3025C196.194 73.4481 195.83 73.5491 195.584 73.6131C195.461 73.645 195.368 73.6677 195.307 73.6821C195.276 73.6893 195.254 73.6943 195.24 73.6974C195.233 73.699 195.228 73.7001 195.226 73.7006C195.224 73.7009 195.224 73.7011 195.223 73.7012C195.223 73.7012 195.223 73.7012 195.223 73.7011C195.223 73.7011 195.224 73.7011 195.224 73.7011C195.224 73.701 195.224 73.701 195.432 74.6791C195.64 75.6573 195.64 75.6572 195.641 75.6571C195.641 75.6571 195.641 75.657 195.642 75.6569C195.642 75.6567 195.643 75.6566 195.644 75.6563C195.646 75.6559 195.649 75.6554 195.652 75.6547C195.658 75.6534 195.666 75.6515 195.677 75.6492C195.698 75.6445 195.727 75.6378 195.765 75.6289C195.84 75.6111 195.949 75.5847 196.088 75.5487C196.365 75.4766 196.762 75.366 197.257 75.2092C198.247 74.8957 199.63 74.3964 201.22 73.6488C204.394 72.1558 208.426 69.6578 211.794 65.6426L210.261 64.3574ZM227 64H211.028V66H227V64ZM241 50C241 57.732 234.732 64 227 64V66C235.837 66 243 58.8366 243 50H241ZM241 15V50H243V15H241ZM227 1C234.732 1 241 7.26801 241 15H243C243 6.16344 235.837 -1 227 -1V1ZM15 1H227V-1H15V1Z" fill="%23CFCFCF" mask="url(%23path-1-inside-1_1793_5914)"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.teacher__list--comment-text {
  display: -webkit-box;
  max-height: 44px;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  text-overflow: ellipsis;
  letter-spacing: -0.64px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.teacher__list--photo {
  -o-object-fit: cover;
     object-fit: cover;
  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;
  width: 242px;
  height: 242px;
}
@media (max-width: 900px) {
  .teacher__list--photo {
    width: 230px;
    height: 230px;
  }
}
.teacher__list--university {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: white;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.teacher__list--university-wrapper {
  padding: 6px 10px 8px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.teacher__list--name {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.teacher__list--fee {
  margin-right: 4px;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 900px) {
  .teacher__list--fee {
    font-size: 20px;
  }
}
.teacher__list--fee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacher__list--fee-currency {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #757575;
}
@media (max-width: 900px) {
  .teacher__list--fee-currency {
    font-size: 14px;
  }
}
.teacher__list--link {
  position: relative;
  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;
  width: 100%;
  height: 45px;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  color: #0064cf;
  border-radius: 5px;
  position: relative;
  color: #0064cf;
}
.teacher__list--link:hover {
  color: white;
  opacity: 1;
}
.teacher__list--link:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.teacher__list--link .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.teacher__list--link .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.teacher__list--link .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.teacher__list--link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .teacher__list--link::after {
    right: 20px;
  }
}
.teacher__list--link:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .teacher__list--link:hover::after {
    right: 20px;
  }
}
@media (max-width: 900px) {
  .teacher__list--link {
    margin-top: 8px;
  }
}
.teacher__searchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin: auto;
  margin-top: 64px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  color: #0064cf;
}
.teacher__searchBtn:hover {
  color: white;
  opacity: 1;
}
.teacher__searchBtn:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.teacher__searchBtn .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.teacher__searchBtn .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.teacher__searchBtn .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.teacher__searchBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .teacher__searchBtn::after {
    right: 20px;
  }
}
.teacher__searchBtn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .teacher__searchBtn:hover::after {
    right: 20px;
  }
}
@media (max-width: 900px) {
  .teacher__searchBtn {
    margin-top: 48px;
    font-size: 16px;
  }
}
.teacher__image {
  width: 242px;
  height: 242px;
}
@media (max-width: 900px) {
  .teacher__image {
    width: 230px;
    height: 230px;
  }
}

.voice {
  position: relative;
  width: 100%;
}
.voice__titleImage {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 3;
  width: 473px;
  height: 113px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 900px) {
  .voice__titleImage {
    top: -50px;
    width: 207px;
    height: 49px;
  }
}
.voice__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 1440px;
}
.voice__image--wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 302px;
  overflow: hidden;
  background-color: #eff1f5;
}
@media (max-width: 900px) {
  .voice__image--wrapper {
    height: 200px;
  }
}
@media (max-width: 900px) {
  .voice__image--left, .voice__image--right {
    margin-top: auto;
    margin-bottom: -13px;
  }
}
.voice__image--left {
  width: 329px;
  height: 290px;
}
@media (max-width: 900px) {
  .voice__image--left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 187px;
    height: 200px;
  }
}
.voice__image--right {
  width: 330px;
  height: 290px;
}
@media (max-width: 900px) {
  .voice__image--right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 186px;
    height: 200px;
  }
}
.voice__titles {
  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;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 95px;
}
@media (max-width: 900px) {
  .voice__titles {
    margin-top: -30px;
  }
}
.voice__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 900px) {
  .voice__title {
    font-size: 30px;
  }
}
.voice__subTitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 900px) {
  .voice__subTitle {
    font-size: 18px;
  }
}
.voice__comments {
  position: relative;
  display: -webkit-box;
}
@media (max-width: 900px) {
  .voice__comments {
    margin-top: 135px;
    margin-left: 20px;
    overflow-x: scroll;
  }
}
@media (min-width: 901px) {
  .voice__comments--wrapper {
    margin-top: 50px;
    margin-left: 11.74%;
    overflow: hidden;
  }
}
.voice__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 27.7%;
  height: auto;
  max-height: 236px;
  padding: 20px 24px;
  background-color: white;
  border-radius: 10px;
  position: relative;
}
.voice__comment::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#0064cf));
  background: linear-gradient(270deg, #00c6fb 0%, #0064cf 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.voice__comment::before {
  border-radius: 10px;
}
.voice__comment:not(:last-child) {
  margin-right: 22px;
}
@media (max-width: 900px) {
  .voice__comment:not(:last-child) {
    margin-right: 18px;
  }
}
@media (max-width: 900px) {
  .voice__comment {
    width: 80%;
    max-height: 266px;
  }
  .voice__comment:last-child {
    margin-right: 18px;
  }
}
.voice__comment--text {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (max-width: 900px) {
  .voice__comment--text {
    -webkit-line-clamp: 6;
  }
}
.voice__comment--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.voice__comment--info-text {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 900px) {
  .voice__comment--info-text {
    font-size: 14px;
  }
}
.voice__more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin: 64px auto 140px;
  font-size: 18px;
  position: relative;
  color: #0064cf;
}
.voice__more:hover {
  color: white;
  opacity: 1;
}
.voice__more:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.voice__more .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.voice__more .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.voice__more .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.voice__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .voice__more::after {
    right: 16px;
  }
}
.voice__more:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .voice__more:hover::after {
    right: 16px;
  }
}
@media (max-width: 900px) {
  .voice__more {
    margin-top: 48px;
    margin-bottom: 80px;
    font-size: 16px;
  }
}
.voice__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76.39%;
  margin: 30px auto 0;
}
@media (max-width: 900px) {
  .voice__slider {
    display: none;
  }
}
.voice__slider--bar {
  width: 100%;
  height: 5px;
  background-color: #ececec;
}
.voice__slider--bar-wrapper {
  width: 85.45%;
  margin-right: 5.45%;
}
.voice__slider--bar-progress {
  width: 0%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
}
.voice__slider--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.voice__slider--button.disabled {
  opacity: 0.2;
}
.voice__slider--button:not(.disabled):hover {
  opacity: 1;
}
.voice__slider--button:not(.disabled):hover .arrow-path {
  stroke: white;
}
.voice__slider--button:not(.disabled):hover .round-rect {
  fill: url(#hoverGradient);
}
.voice__slider--button:not(.disabled) .round-rect {
  fill: white;
}

.search {
  width: 100%;
  background: #f5faff;
}
.search__form {
  width: 100%;
}
.search__inner {
  position: relative;
  max-width: 1440px;
  padding: 100px 0;
  margin: auto;
}
@media (max-width: 900px) {
  .search__inner {
    padding: 60px 0;
  }
}
.search__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1199px) {
  .search__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.search__titleImage {
  position: absolute;
  top: 243px;
  left: 0;
  z-index: 1;
  width: 642px;
  height: 113px;
}
@media (max-width: 900px) {
  .search__titleImage {
    top: -10px;
    right: 20px;
    left: auto;
    width: 281px;
    height: 49px;
  }
}
.search__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.search__text--title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .search__text--title {
    font-size: 30px;
  }
}
.search__text--subTitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 900px) {
  .search__text--subTitle {
    font-size: 18px;
  }
}
.search__regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media (max-width: 900px) {
  .search__regions {
    gap: 0;
  }
}
.search__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .search__region {
    -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: flex-start;
    width: 100%;
    height: 100%;
    max-height: 61px;
    padding: 15px 0;
    overflow: hidden;
    border-top: 1px solid #ececec;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .search__region:last-child {
    border-bottom: 1px solid #ececec;
  }
}
@media (max-width: 900px) {
  .search__region.open {
    max-height: 256px;
  }
}
.search__region.open .search__region--title::before {
  height: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.search__region--title {
  position: relative;
}
@media (max-width: 900px) {
  .search__region--title {
    width: 100%;
  }
  .search__region--title::before, .search__region--title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 13L3 13" stroke="%232E2D28" stroke-width="2" stroke-linecap="round"/></svg>');
    background-position: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .search__region--title::before, .search__region--title::after {
    right: 20px;
  }
}
@media (max-width: 900px) {
  .search__region--title::before {
    height: 26px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .search__region--title:hover {
    cursor: pointer;
  }
}
.search__region--title-text {
  width: 100px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.search__region--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__region--list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #0064cf;
}
.search__region--list:hover {
  color: white;
  opacity: 1;
}
.search__region--list:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.search__region--list .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.search__region--list .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.search__region--list .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search__region--list .border-hover-bg-gradient-blue {
  background-color: white;
  border-radius: 5px;
}
.search__region--list-link {
  z-index: 3;
  padding: 6px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  color: #0064cf;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search__region--list-link:hover {
  font-weight: 700;
  color: white;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.online-study-room {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 261px;
  padding: 0 14px 0 74px;
  overflow: hidden;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  text-shadow: 0 0 14px #1d6eaf;
  background-image: url("/images/top/online-study-room/bg_online-study-room02.jpg"), url("/images/top/online-study-room/bg_online-study-room01.jpg");
  background-repeat: no-repeat;
  background-position: bottom right, top left;
  background-size: auto 100%, cover;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .online-study-room {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 900px) {
  .online-study-room {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .online-study-room {
    display: block;
    width: 89.3333333333vw;
    height: 89.3333333333vw;
    padding: 10.2666666667vw 8.5333333333vw 5.8666666667vw;
    margin: 0 auto;
    font-size: 8vw;
    background-image: url("/images/top/online-study-room/bg_online-study-room02_sp.png"), url("/images/top/online-study-room/bg_online-study-room01_sp.jpg");
    background-size: 89.3333333333vw 76.2666666667vw, cover;
  }
}
.online-study-room__spacing {
  letter-spacing: -4.32px;
}
.online-study-room__button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px 6px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  text-shadow: none;
  background: #fff;
  border-radius: 99999px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(3, 125, 223, 0.5);
          box-shadow: 0 2px 20px 0 rgba(3, 125, 223, 0.5);
}
@media (max-width: 575px) {
  .online-study-room__button {
    right: 0;
    bottom: 5.8666666667vw;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64.5333333333vw;
    height: 9.6vw;
    padding: 6px 12px 6px 18px;
    margin: 0 auto;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .online-study-room__button {
    gap: 1.6vw;
    padding: 1.6vw 3.2vw 1.6vw 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.online-study-room__button::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%3E%20%3Crect%20x%3D%2213.5%22%20y%3D%221.42383%22%20width%3D%2213%22%20height%3D%2213%22%20rx%3D%226.5%22%20transform%3D%22rotate(90%2013.5%201.42383)%22%20stroke%3D%22%230064CF%22%2F%3E%20%3Cpath%20d%3D%22M7.85789%205.89918C7.8149%205.85913%207.78042%205.81083%207.75651%205.75716C7.7326%205.7035%207.71974%205.64556%207.71871%205.58682C7.71767%205.52808%207.72848%205.46973%207.75048%205.41525C7.77248%205.36077%207.80524%205.31129%207.84678%205.26974C7.88832%205.2282%207.93781%205.19545%207.99229%205.17344C8.04676%205.15144%208.10511%205.14063%208.16386%205.14167C8.2226%205.14271%208.28053%205.15556%208.3342%205.17948C8.38787%205.20339%208.43617%205.23786%208.47622%205.28085L10.8096%207.61418C10.8915%207.69621%2010.9375%207.80741%2010.9375%207.92335C10.9375%208.03929%2010.8915%208.15048%2010.8096%208.23251L8.47622%2010.5658C8.43617%2010.6088%208.38787%2010.6433%208.3342%2010.6672C8.28053%2010.6911%208.2226%2010.704%208.16386%2010.705C8.10511%2010.7061%208.04676%2010.6953%207.99229%2010.6733C7.93781%2010.6512%207.88832%2010.6185%207.84678%2010.577C7.80524%2010.5354%207.77248%2010.4859%207.75048%2010.4314C7.72848%2010.377%207.71767%2010.3186%207.71871%2010.2599C7.71974%2010.2011%207.7326%2010.1432%207.75651%2010.0895C7.78042%2010.0359%207.8149%209.98757%207.85789%209.94752L9.44455%208.36085L3.79205%208.36085C3.67602%208.36085%203.56474%208.31475%203.48269%208.23271C3.40065%208.15066%203.35455%208.03938%203.35455%207.92335C3.35455%207.80732%203.40065%207.69604%203.48269%207.61399C3.56474%207.53194%203.67602%207.48585%203.79205%207.48585L9.44455%207.48585L7.85789%205.89918Z%22%20fill%3D%22%230064CF%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/contain;
}
@media (max-width: 375px) {
  .online-study-room__button::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.grid {
  display: grid;
  grid-template-columns: 193px 385px 260px 260px;
}
@media (max-width: 900px) {
  .grid {
    grid-template-columns: 88px 300px 250px 250px;
  }
}
@media (max-width: 500px) {
  .grid {
    grid-template-columns: 68px 165px 130px 130px;
  }
}
.grid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media (max-width: 900px) {
  .grid__wrapper {
    gap: 15px;
  }
}
.grid__header, .grid__mainHeader {
  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;
  height: 60px;
}
.grid__header {
  background-color: #e5efff;
}
.grid__header--text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.grid__mainHeader {
  position: relative;
}
.grid__mainHeader::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #062f71;
  opacity: 0.13;
}
.grid__mainHeader--text {
  z-index: 2;
  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;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 900px) {
  .grid__mainHeader--text {
    font-size: 25px;
  }
}
.grid__mainHeader--text-wrapper {
  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;
  width: 100%;
  height: 100%;
  padding: 11px 0 15px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 900px) {
  .grid__mainHeader--text-wrapper {
    padding: 13px 0 17px;
  }
}
.grid__title {
  height: 70px;
  background-color: #f0f2f6;
}
@media (max-width: 900px) {
  .grid__title {
    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;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .grid__title span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.grid__title--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 900px) {
  .grid__title--text {
    height: auto;
    padding: 16px 0;
    font-size: 16px;
    line-height: 100%;
  }
}
.grid__title--smallText {
  margin-top: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 900px) {
  .grid__title--smallText {
    margin-top: 0;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
  }
}
.grid__mainContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .grid__mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-left: 0;
  }
}
.grid__mainContent.last {
  border-radius: 0 0 5px 5px;
}
.grid__mainContent--l, .grid__mainContent--m, .grid__mainContent--s {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white;
}
@media (max-width: 900px) {
  .grid__mainContent--l, .grid__mainContent--m, .grid__mainContent--s {
    text-align: center;
  }
}
.grid__mainContent--l {
  font-size: 24px;
}
@media (max-width: 900px) {
  .grid__mainContent--l {
    font-size: 20px;
  }
}
.grid__mainContent--m {
  font-size: 20px;
}
@media (max-width: 900px) {
  .grid__mainContent--m {
    font-size: 16px;
  }
}
.grid__mainContent--s {
  font-size: 18px;
}
@media (max-width: 900px) {
  .grid__mainContent--s {
    font-size: 14px;
  }
}
.grid__mainContent--number {
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white;
}
@media (max-width: 900px) {
  .grid__mainContent--number {
    font-size: 20px;
  }
}
.grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  background-color: white;
}
@media (max-width: 900px) {
  .grid__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }
}
.grid__content--number {
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 900px) {
  .grid__content--number {
    font-size: 16px;
  }
}
.grid__content--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 900px) {
  .grid__content--text {
    font-size: 16px;
  }
}
.grid__content--small {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 900px) {
  .grid__content--small {
    font-size: 12px;
  }
}
.grid__icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .grid__icon {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.grid__roundIcon {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media (max-width: 900px) {
  .grid__roundIcon {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.grid__textGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .grid__textGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.grid__spVerticalRl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .grid__spVerticalRl {
    -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: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
.grid__spVerticalRl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.grid__spVerticalRl p:nth-child(2) {
  margin-right: 4px;
}
.grid__spVerticalRl span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.grid__textGroup2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .grid__textGroup2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.grid .gray-border-bottom {
  border-bottom: 1px solid #ececec !important;
}
.grid .gray-border-right {
  border-right: 1px solid #ececec !important;
}
.grid .white-border-right {
  border-right: 1px solid white !important;
}
.grid .white-border-bottom {
  border-bottom: 1px solid white !important;
}

.swiper {
  width: 100%;
  max-width: 1270px;
  height: 100%;
  margin-top: 50px;
  margin-left: 11.74%;
}

.swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@-webkit-keyframes bound {
  from {
    background: #0064cf;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    background: #ecf5ff;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bound {
  from {
    background: #0064cf;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    background: #ecf5ff;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.counseling {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 350px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 901px) {
  .counseling {
    border-radius: 10px;
  }
}
@media (max-width: 900px) {
  .counseling {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.counseling.show {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 901px) {
  .counseling.show {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
}
.counseling__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 480px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 901px) {
  .counseling__wrap {
    border-radius: 10px;
  }
}
@media (max-width: 900px) {
  .counseling__wrap {
    height: 100%;
  }
}
.counseling__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 12px;
  background: #0064cf;
}
@media (max-width: 900px) {
  .counseling__head {
    height: 48px;
  }
}
.counseling__headline {
  font-weight: 700;
  color: #fff;
}
.counseling__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
}
.counseling__body {
  height: calc(100% - 112px);
  padding: 0 16px;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.counseling__body::-webkit-scrollbar, .counseling__body::-webkit-scrollbar-thumb {
  width: 0;
}
.counseling__list {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.counseling__item {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  width: 100%;
}
.counseling__item:has(+ .counseling__item) {
  margin-bottom: 20px;
}
.counseling__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.counseling__subheading {
  color: #50617a;
}
.counseling__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.counseling__choices-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #0064cf;
  border-radius: 25px;
  text-align: left;
  color: #0064cf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.counseling__choices-button:hover {
  background: #edf6ff;
}
.counseling__question {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  padding: 8px 12px;
  border-radius: 10px 10px 0 10px;
  color: #fff;
  background: #0064cf;
}
.counseling__question:has(+ .counseling__item) {
  margin-bottom: 20px;
}
.counseling__question:has(+ .counseling__answer-area) {
  margin-bottom: -4px;
}
.counseling__answer-area {
  width: 100%;
}
.counseling__answer-area:has(+ .counseling__item) {
  margin-bottom: 20px;
}
.counseling__answer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  padding: 12px 16px;
  border-radius: 10px 10px 10px 0;
  border: 1px solid #ececec;
  background: #f7f7f7;
}
.counseling__answer:has(+ .counseling__item) {
  margin-bottom: 20px;
}
.counseling__answer.-d-block {
  display: block;
}
.counseling__answer-link {
  text-decoration: underline;
  color: #0064cf;
}
.counseling__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
  padding: 8px 16px;
}
.counseling__icon-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: bound 0.6s infinite alternate;
          animation: bound 0.6s infinite alternate;
  background: #ecf5ff;
}
.counseling__icon-circle:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.counseling__icon-circle:last-child {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.counseling__foot {
  padding: 0 16px 16px;
}
.counseling__foot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.counseling__foot-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 46px;
  padding: 13px 20px 13px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 99999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5c5c5c;
}
.counseling__foot-button:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M13%2016L7%2010L13%204%22%20stroke%3D%22%235C5C5C%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/contain;
}
.counseling__foot-button:hover {
  background: #f7f7f7;
}

.counseling-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.counseling-button.show {
  opacity: 1;
  visibility: visible;
}
.counseling-button__round {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  padding-top: 10.5px;
  background-color: #0064cf;
  border-radius: 140px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.counseling-button__round:hover {
  opacity: 0.7;
}
.counseling-button__round--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: white;
}
@media (max-width: 900px) {
  .counseling-button__round--text {
    letter-spacing: -0.42px;
  }
}
.counseling-button__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
}

.scrollHint .is-active .scroll-hint-text {
  margin-top: 7px !important;
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: white !important;
}
.scrollHint .is-active .scroll-hint-icon {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 5px;
  opacity: 1 !important;
}