.ways {
  padding: 50px 0;
}
@media (min-width: 48em) {
  .ways {
    padding: 100px 0 150px;
  }
}
@media (min-width: 48em) {
  .ways__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 87.5em) {
  .ways__wrapper {
    aspect-ratio: 5/4;
  }
}
@media (min-width: 102.5em) {
  .ways__wrapper {
    aspect-ratio: unset;
    height: 1050px;
  }
}
.ways__globe {
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto;
  width: 120%;
}
@media (min-width: 36em) {
  .ways__globe {
    width: 600px;
    height: auto;
  }
}
@media (min-width: 48em) {
  .ways__globe {
    height: auto;
    width: 500px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 62em) {
  .ways__globe {
    width: 600px;
  }
}
@media (min-width: 87.5em) {
  .ways__globe {
    width: 750px;
  }
}
@media (min-width: 102.5em) {
  .ways__globe {
    width: 900px;
  }
}
.ways__globe svg {
  display: block;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: unset;
}
.ways__header {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: 50px auto 30px;
}
.ways__header:before {
  content: "";
  display: block;
  width: 120%;
  height: 150%;
  border-radius: 100%;
  background-color: var(--clr-05);
  filter: blur(40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 48em) {
  .ways__header:before {
    height: 200%;
  }
}
@media (min-width: 62em) {
  .ways__header:before {
    filter: blur(50px);
  }
}
@media (min-width: 87.5em) {
  .ways__header:before {
    width: 150%;
    height: 250%;
    filter: blur(100px);
  }
}
@media (min-width: 102.5em) {
  .ways__header:before {
    filter: blur(120px);
  }
}
.ways__title {
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .ways__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 62em) {
  .ways__title {
    margin-bottom: 30px;
  }
}
.ways__subtitle {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .ways__subtitle {
    min-width: 450px;
  }
}
@media (min-width: 87.5em) {
  .ways__subtitle {
    min-width: 530px;
  }
}
@media (min-width: 102.5em) {
  .ways__subtitle {
    min-width: 580px;
  }
}
.ways__inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 48em) {
  .ways__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 20px;
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    align-content: space-between;
  }
}
@media (min-width: 62em) {
  .ways__inner {
    row-gap: 200px;
  }
}
@media (min-width: 87.5em) {
  .ways__inner {
    column-gap: 100px;
  }
}
.ways__card {
  display: block;
  position: relative;
  border: none;
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s;
  border: 1px solid transparent;
  width: 100%;
  max-width: 300px;
}
.ways__card:hover {
  border: 1px solid #494949;
}
.ways__card:hover .program__icon {
  background: var(--clr-03);
  border: 1px solid transparent;
}
@media (min-width: 48em) {
  .ways__card {
    width: 250px;
    max-width: unset;
  }
}
@media (min-width: 62em) {
  .ways__card {
    width: 390px;
    padding: 30px;
  }
}
@media (min-width: 48em) {
  .ways__card:nth-child(1) {
    left: 20px;
    top: -20px;
  }
}
@media (min-width: 62em) {
  .ways__card:nth-child(1) {
    top: -30px;
  }
}
@media (min-width: 75em) {
  .ways__card:nth-child(1) {
    top: 40px;
  }
}
@media (min-width: 87.5em) {
  .ways__card:nth-child(1) {
    top: 10px;
  }
}
@media (min-width: 102.5em) {
  .ways__card:nth-child(1) {
    left: 55px;
    top: 90px;
  }
}
.ways__card:nth-child(2):before, .ways__card:nth-child(2):after {
  left: 0;
}
@media (min-width: 48em) {
  .ways__card:nth-child(2) {
    top: -50px;
    left: 50px;
  }
}
@media (min-width: 62em) {
  .ways__card:nth-child(2) {
    top: -80px;
  }
  .ways__card:nth-child(2):before, .ways__card:nth-child(2):after {
    left: 8px;
  }
}
@media (min-width: 75em) {
  .ways__card:nth-child(2) {
    top: 0;
    left: 150px;
  }
}
@media (min-width: 87.5em) {
  .ways__card:nth-child(2) {
    top: -50px;
    left: 200px;
  }
}
@media (min-width: 102.5em) {
  .ways__card:nth-child(2) {
    top: -10px;
    left: 250px;
  }
}
.ways__card:nth-child(3):before, .ways__card:nth-child(3):after {
  top: 0;
}
@media (min-width: 48em) {
  .ways__card:nth-child(3) {
    left: 40px;
    top: 30px;
  }
}
@media (min-width: 62em) {
  .ways__card:nth-child(3) {
    top: 20px;
  }
  .ways__card:nth-child(3):before, .ways__card:nth-child(3):after {
    top: 8px;
  }
}
@media (min-width: 75em) {
  .ways__card:nth-child(3) {
    top: -60px;
  }
}
@media (min-width: 87.5em) {
  .ways__card:nth-child(3) {
    top: 20px;
    left: 120px;
  }
}
@media (min-width: 102.5em) {
  .ways__card:nth-child(3) {
    top: -30px;
    left: 230px;
  }
}
.ways__card:nth-child(4):before, .ways__card:nth-child(4):after {
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .ways__card:nth-child(4) {
    top: 0;
    left: 30px;
  }
}
@media (min-width: 62em) {
  .ways__card:nth-child(4) {
    top: -45px;
  }
  .ways__card:nth-child(4):before, .ways__card:nth-child(4):after {
    left: 8px;
    top: 8px;
  }
}
@media (min-width: 75em) {
  .ways__card:nth-child(4) {
    top: -120px;
    left: 100px;
  }
}
@media (min-width: 87.5em) {
  .ways__card:nth-child(4) {
    top: -60px;
    left: 150px;
  }
}
@media (min-width: 102.5em) {
  .ways__card:nth-child(4) {
    top: -95px;
    left: 245px;
  }
}
.ways__card:before, .ways__card:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 62em) {
  .ways__card:before, .ways__card:after {
    top: calc(100% - 8px);
    left: calc(100% - 8px);
  }
}
.ways__card:before {
  width: 30px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(250, 210, 101) 0%, rgb(245, 201, 81) 100%);
  box-shadow: inset 0 0 7px 0 #f5e18b;
}
@media (min-width: 62em) {
  .ways__card:before {
    width: 34px;
  }
}
.ways__card:after {
  width: 6px;
  background-color: var(--clr-01);
}
@media (min-width: 62em) {
  .ways__card:after {
    width: 8px;
  }
}
.ways__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 62em) {
  .ways__icon {
    width: 80px;
    height: 80px;
  }
  .ways__icon .hi {
    width: 24px;
  }
}
.ways__icon img {
  display: block;
  width: 20px;
}
@media (min-width: 62em) {
  .ways__icon img {
    width: 24px;
  }
}
.ways__card-title {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 100%;
  margin-top: 30px;
}
@media (min-width: 62em) {
  .ways__card-title {
    font-size: 30px;
    margin-top: 40px;
  }
}
.ways__text {
  margin-top: 16px;
}
.ways .btn {
  margin-top: 30px;
}
@media (min-width: 62em) {
  .ways .btn {
    margin-top: 40px;
  }
}
