.home-guardian-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .home-guardian-box {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5rem;
  }
  .home-guardian-box.reverse {
    flex-direction: row;
  }
}
.home-guardian-box .text-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .home-guardian-box .text-box {
    width: auto;
  }
}
.home-guardian-box .text-box h3 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 1.54px;
  --tw-text-opacity: 1;
  color: rgb(45, 48, 51, var(--tw-text-opacity));
}

@media (min-width: 700px) {
  .home-guardian-box .text-box h3 {
    font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.38px;
  }
}
.home-guardian-box .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 700px) {
  .home-guardian-box .text-box ul {
    gap: 2rem;
  }
}
.home-guardian-box .text-box ul li {
  display: flex;
  gap: 1rem;
}

.home-guardian-box .text-box ul li .icon-box {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 103, 0, var(--tw-bg-opacity));
}

@media (min-width: 700px) {
  .home-guardian-box .text-box ul li .icon-box {
    height: 3rem;
    width: 3rem;
  }
}
.home-guardian-box .text-box ul li .icon-box svg {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 700px) {
  .home-guardian-box .text-box ul li .icon-box svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.home-guardian-box .text-box ul li .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-guardian-box .text-box ul li .text h4 {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(45, 48, 51, var(--tw-text-opacity));
}

@media (min-width: 700px) {
  .home-guardian-box .text-box ul li .text h4 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}
.home-guardian-box .text-box ul li .text p {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81, 90, 104, var(--tw-text-opacity));
}

@media (min-width: 700px) {
  .home-guardian-box .text-box ul li .text p {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}
.home-guardian-box .img-box {
  max-width: 520px;
  width: 100%;
}

.home-guardian-box .img-box img {
  width: 100%;
}

.open-video {
  background: linear-gradient(282deg, rgba(252, 214, 48, 0.2) -9.77%, rgba(253, 150, 36, 0.2) 47.85%, rgba(255, 48, 16, 0.2) 138.74%);
}

.open-video .card {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.open-video .card img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.open-video .card .mask {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.31%, rgba(0, 0, 0, 0.8) 83.73%);
}

.open-video .card .mask p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1.08px;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 700px) {
  .open-video .card .mask p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.open-video .card:hover img {
  transform: scale(1.1);
}

/* rounded-tab start */
.rounded-tab-wrapper {
  z-index: 10;
  margin-bottom: 2.5rem;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 700px) {
  .rounded-tab-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rounded-tab-wrapper.is-sticking {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.rounded-tab-wrapper.is-sticking .rounded-tab-box {
  border-radius: 0px;
}

.rounded-tab-box {
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rounded-tab-box::-webkit-scrollbar {
  display: none;
}

.rounded-tab-box {
  scrollbar-width: none;
  display: inline-flex;
  max-width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.25rem;
}

.rounded-tab-box .rounded-tab {
  flex-shrink: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(131, 141, 156, var(--tw-text-opacity));
}

@media (min-width: 700px) {
  .rounded-tab-box .rounded-tab {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.rounded-tab-box .rounded-tab.active {
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 103, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.rounded-tab-panel {
  display: none;
}

.rounded-tab-panel.active {
  display: block;
}

/* rounded-tab end */

.slide-step .vertical.text p {
  color: #000;
}/*# sourceMappingURL=home-guardian.css.map */