.requirement-section {
  height: clamp(640px, 750px - (110) * (100vw - 375px) / 1065, 750px);
}
.requirement-section .container {
  height: 100%;
  display: flex;
}

.requirement-bg {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(24px, 24 * (100vw - 375px) / 1065 + 24px, 48px) clamp(24px, 48 * (100vw - 375px) / 1065 + 24px, 72px);
  position: relative;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}

.requirement__content {
  margin-top: auto;
  width: 100%;
}

.requirement__title {
  max-width: 653px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(64px, 18 * (100vw - 375px) / 1065 + 64px, 82px);
  line-height: 90%;
  letter-spacing: -0.04em;
  color: var(--white-text);
  margin-bottom: 24px;
}

.requirement__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  max-width: 423px;
}

.requirement__cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: auto;
  border-radius: 114px;
  padding: 82px 12px;
  width: 228px;
  height: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  -webkit-backdrop-filter: blur(103.5px);
  backdrop-filter: blur(103.5px);
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  text-decoration: none;
  transform: translate(-50%, -50%) rotate(2deg);
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .js-cursor-area {
    cursor: none;
  }
}
@media (max-width: 1023.98px) {
  .requirement__cursor {
    display: none;
  }
  .js-cursor-area {
    cursor: auto;
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .requirement__btn {
    display: none;
  }
  .requirement__cursor {
    display: flex;
  }
}
.requirement__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 15px 20px;
  background: var(--red-main);
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  height: 48px;
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 1024px) {
  .requirement__btn {
    display: none;
  }
}
/*# sourceMappingURL=requirements-to-participate.css.map */
