@keyframes waveAnimation2 {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.3);
  }
}
@media screen and (max-width: 1023.98px) {
  .content-component-03-container {
    margin: 0 auto;
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .content-component-03-container .content-component-03-container-bg-img-container {
    position: relative;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointA {
    position: absolute;
    top: 32%;
    left: 17%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointA::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointB {
    position: absolute;
    top: 65%;
    left: 29%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointB::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointC {
    position: absolute;
    top: 57%;
    left: 53%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointC::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointD {
    position: absolute;
    top: 30%;
    left: 51%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointD::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointE {
    position: absolute;
    top: 35%;
    left: 78%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointE::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img {
    max-width: 375px;
    max-height: 217px;
    aspect-ratio: 375/217 !important;
  }
  .content-component-03-container .content-component-03-container-right {
    padding-top: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-title {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    margin-bottom: 24px;
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 0 21px;
    flex: 1;
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item {
    padding: 16px 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item .content-component-03-container-right-item-value {
    height: 33px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item .content-component-03-container-right-item-value .content-component-03-container-right-item-value-number {
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item .content-component-03-container-right-item-label {
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
  }
}@keyframes waveAnimation2 {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.3);
  }
}
@media screen and (min-width: 1024px) {
  .content-component-03-container {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0px, 4.1666666667vw, 60px);
  }
  .content-component-03-container .content-component-03-container-bg-img-container {
    position: relative;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointA {
    position: absolute;
    top: 37.294798%;
    left: 30.785714%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointA::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0.2s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointB {
    position: absolute;
    top: 62.023121%;
    left: 39.785714%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointB::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0.8s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointC {
    position: absolute;
    top: 57.526012%;
    left: 57.785714%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointC::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0.4s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointD {
    position: absolute;
    top: 40.83815%;
    left: 60.785714%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointD::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0.5s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointE {
    position: absolute;
    top: 44.398844%;
    left: 77.214286%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: visible;
    background: white;
  }
  .content-component-03-container .content-component-03-container-bg-img-container .pointE::after {
    position: absolute;
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 100%);
    animation: waveAnimation2 2s linear 0.6s infinite;
  }
  .content-component-03-container .content-component-03-container-bg-img {
    max-width: clamp(0px, 60.0694444444vw, 865px);
    max-height: clamp(0px, 38.8888888889vw, 560px);
    aspect-ratio: 865/560 !important;
    padding: clamp(0px, 4.8611111111vw, 70px) 0 clamp(0px, 4.8611111111vw, 70px) clamp(0px, 4.8611111111vw, 70px);
  }
  .content-component-03-container .content-component-03-container-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: clamp(0px, 24.3055555556vw, 350px);
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-title {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 32px;
    line-height: 140%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    margin-bottom: clamp(0px, 4.1666666667vw, 60px);
    font-size: clamp(0px, 2.2222222222vw, 32px);
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items {
    display: flex;
    gap: clamp(0px, 1.6666666667vw, 24px);
    flex-direction: column;
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item {
    padding: clamp(0px, 1.6666666667vw, 24px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item .content-component-03-container-right-item-value {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
    font-size: clamp(0px, 1.1111111111vw, 16px);
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item .content-component-03-container-right-item-value .content-component-03-container-right-item-value-number {
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    font-family: "Montserrat-Medium";
    font-size: clamp(0px, 2.2222222222vw, 32px);
  }
  .content-component-03-container .content-component-03-container-right .content-component-03-container-right-items .content-component-03-container-right-item .content-component-03-container-right-item-label {
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-family: "Montserrat";
    font-size: clamp(0px, 1.1111111111vw, 16px);
  }
}