/* IDCloud One */
.s-hero {
  padding: 10.3rem 0 10.4rem;
  background: #041020 url("../../img/compliance/img-hero.png") no-repeat right center;
  background-size: contain;
  position: relative;
}
.s-hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../img/compliance/animate-bg.png") no-repeat center center;
  background-size: cover;
}
.s-hero .left {
  position: relative;
  z-index: 1;
}
.s-hero .left .unico-20-regular {
  color: #f22963;
  margin-bottom: 2rem;
}
.s-hero .left h1 {
  color: #ffffff;
  font-family: "Unico Display", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  max-width: 30.8rem;
}
@media (max-width: 600px) {
  .s-hero {
    background: #041020;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-hero::after {
    display: none;
  }
  .s-hero .left .unico-20-regular {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
  }
  .s-hero .left h1 {
    text-align: center;
    max-width: 100%;
    font-size: 30px;
  }
}

.s-main {
  position: relative;
  padding: 9.6rem 0;
  background: rgba(243, 243, 244, 0.7);
}
.s-main .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.s-main .left {
  width: 100%;
  max-width: 62.4rem;
}
.s-main .left .icone-unico {
  margin-bottom: 4.1rem;
}
.s-main .left h2 {
  font-family: "Unico Display", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 120%;
  color: #2d2f30;
  margin-bottom: 4rem;
}
.s-main .left .text-18-regular {
  color: #8a8b8c;
}
.s-main .left .text-18-regular:not(:last-child) {
  margin-bottom: 4rem;
}
.s-main .right {
  width: 100%;
  max-width: 48.8rem;
}
.s-main .right .list-links {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
.s-main .right .list-links .link {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.9rem 2.2rem 1.9rem 5.6rem;
}
.s-main .right .list-links .link:hover .icon {
  background: #f22963;
}
.s-main .right .list-links .link:hover .icon img {
  filter: brightness(120);
}
.s-main .right .list-links .link .unico-20-medium {
  max-width: 15.2rem;
  color: #000000;
}
.s-main .right .list-links .link .icon {
  background: #f9f9fa;
  border-radius: 12px;
  width: 100%;
  max-width: 11.4rem;
  height: 11.4rem;
  display: grid;
  place-items: center;
  transition: 0.3s ease;
}
.s-main .right .list-links .link .icon img {
  transition: 0.3s ease;
}
@media (max-width: 1050px) {
  .s-main .left {
    max-width: 57.4rem;
  }
}
@media (max-width: 991px) {
  .s-main .container {
    flex-direction: column;
    align-items: center;
  }
  .s-main .left {
    max-width: 100%;
  }
  .s-main .left .icone-unico {
    margin: 0 auto 4rem;
    max-width: fit-content;
  }
  .s-main .left h2 {
    text-align: center;
  }
  .s-main .right {
    margin-top: 8rem;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .s-main {
    padding: 4rem 0 6rem;
  }
  .s-main .left h2 {
    font-size: 2.2rem;
    max-width: 90%;
    margin: 0 auto 4rem;
  }
  .s-main .left .text-18-regular {
    text-align: center;
  }
  .s-main .right {
    margin-top: 4rem;
  }
  .s-main .right .list-links .link {
    padding: 2rem;
  }
  .s-main .right .list-links .link .unico-20-medium {
    font-size: 18px;
  }
  .s-main .right .list-links .link .icon {
    height: 8.4rem;
    max-width: 8.4rem;
  }
}