.home__popin-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 1rem;
  backdrop-filter: blur(4px);
}
.home__popin-overlay.is-visible {
  display: flex;
}

.home__popin {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  animation: popin-enter 0.3s ease-out;
}
.home__popin-content {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .home__popin-content {
    padding: 3rem;
  }
}
.home__popin-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #F9F8F9;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.home__popin-close:hover {
  background-color: #F2F1F2;
}
.home__popin-icon {
  width: 80px;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .home__popin-icon {
    width: 100px;
    height: auto;
  }
}
.home__popin-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00D2A4;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home__popin-title {
    font-size: 2rem;
  }
}
.home__popin-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5A5859;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home__popin-text {
    font-size: 1rem;
  }
}
.home__popin-text--warning {
  background-color: rgba(244, 162, 97, 0.1);
  border-left: 3px solid #F4A261;
  padding: 1rem;
  border-radius: 0 8px 8px 0;
  text-align: left;
  width: 100%;
}
.home__popin-text--warning strong {
  color: #F4A261;
}
.home__popin-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-align: left;
  margin: 1.5rem 0;
  cursor: pointer;
}
.home__popin-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #007bff;
  cursor: pointer;
}
.home__popin-consent-text {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #7A7879;
}
@media (min-width: 768px) {
  .home__popin-consent-text {
    font-size: 0.875rem;
  }
}
.home__popin-alert {
  width: 100%;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
  color: #842029;
  font-size: 0.875rem;
}
.home__popin-alert-title {
  display: block;
  margin-bottom: 0.25rem;
}
.home__popin-btn {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #007bff;
  color: #fff;
}
.home__popin-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}
.home__popin-btn:active {
  transform: translateY(0);
}

@keyframes popin-enter {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.site-footer {
  margin: 2rem 0;
}
.site-footer--links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 1rem 0 1rem;
  border-bottom: 1px solid #E0DEE0;
}
@media (min-width: 768px) {
  .site-footer--links {
    flex-direction: row;
    padding: 1.5rem 1rem;
  }
}
.site-footer--link {
  font-size: 16px;
  font-weight: 400;
  color: #7A7879;
  text-decoration: underline;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.site-footer--link:hover {
  color: #007bff;
}
@media (min-width: 768px) {
  .site-footer--link {
    flex: 1 1 33.333%;
    padding: 0;
    margin-bottom: 0;
  }
}
.site-footer--copyright {
  padding: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #7A7879;
}

.go-top-button {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 15px;
  background-color: #0b41b9;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 100;
}
.go-top-button:hover {
  transform: translateY(-3px);
}
.go-top-button.mereos {
  bottom: 90px;
}

.go-top-link {
  width: 60px;
  height: 60px;
}

@keyframes carousel-fade {
  0%, 2% {
    opacity: 0;
  }
  5%, 28% {
    opacity: 1;
  }
  33%, 100% {
    opacity: 0;
  }
}
@keyframes scroll-partners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body:has(.home) > header {
  background-color: #fff;
}

.home {
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #fff;
}
.home__band--intro {
  background: linear-gradient(135deg, #71d3de 0%, #b1e9eb 25%, #eefbf9 50%, rgba(178, 212, 255, 0.3) 65%, rgba(178, 212, 255, 0.3) 100%) no-repeat;
}
.home__band--with-header {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .home__band--with-header {
    padding-top: 100px;
  }
}
.home__band--why {
  background: radial-gradient(at 0% 0%, rgba(0, 123, 255, 0.8) 0px, transparent 40%), radial-gradient(at 80% 0%, rgba(0, 210, 164, 0.7) 0px, transparent 60%), linear-gradient(to bottom, transparent 50%, rgba(0, 210, 164, 0.3) 100%);
}
.home__band--intro {
  background: linear-gradient(135deg, #71d3de 0%, #b1e9eb 25%, #eefbf9 50%, rgba(178, 212, 255, 0.3) 65%, rgba(178, 212, 255, 0.3) 100%) no-repeat;
}
.home__band--with-header {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .home__band--with-header {
    padding-top: 100px;
  }
}
.home__band--why {
  background: radial-gradient(at 0% 0%, rgba(0, 123, 255, 0.8) 0px, transparent 40%), radial-gradient(at 80% 0%, rgba(0, 210, 164, 0.7) 0px, transparent 60%), linear-gradient(to bottom, transparent 50%, rgba(0, 210, 164, 0.3) 100%);
}
.home__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 60px;
  transition: background-color 0.3s ease;
}
.home__header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.home__header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1600px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home__header {
    height: 100px;
  }
}
.home__logo img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .home__logo img {
    width: 180px;
  }
}
.home__nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .home__nav {
    gap: 1rem;
  }
}
.home__btn {
  font-size: 0.75rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .home__btn {
    font-size: 1.125rem;
  }
}
.home__btn--outline {
  border: 1px solid #007bff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  color: #007bff;
}
.home__btn--outline:hover {
  transform: scale(1.05);
}
.home__btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #007bff;
  gap: 0.5rem;
}
.home__btn--primary:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .home__btn--primary {
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
  }
}
.home__btn-icon {
  width: 24px;
  height: 24px;
  -webkit-mask: url("../../images/icons/user-fa8e6578d8c2ed874d486b3404f5df0d.svg") no-repeat center/contain;
  mask: url("../../images/icons/user-fa8e6578d8c2ed874d486b3404f5df0d.svg") no-repeat center/contain;
  background-color: #fff;
  pointer-events: none;
}
@media (min-width: 768px) {
  .home__btn-icon {
    width: 20px;
    height: 20px;
  }
}
.home__btn-text {
  display: none;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home__btn-text {
    display: inline;
  }
}
.home__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home__wrapper {
    padding: 0 2rem;
  }
}
.home__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .home__intro {
    flex-direction: row;
    padding: 4rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .home__intro-content {
    flex: 0 0 50%;
  }
}
.home__title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #1F1E1F;
}
@media (min-width: 768px) {
  .home__title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__title {
    font-size: 3rem;
  }
}
.home__carousel-text {
  position: relative;
  height: 2.5rem;
  color: #007bff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home__carousel-text {
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  .home__carousel-text {
    height: 4rem;
    margin-bottom: 2rem;
  }
}
.home__carousel-text-item {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  opacity: 0;
  animation: carousel-fade 9s infinite;
}
@media (min-width: 768px) {
  .home__carousel-text-item {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__carousel-text-item {
    font-size: 3rem;
  }
}
.home__carousel-text-item:nth-child(1) {
  animation-delay: 0s;
}
.home__carousel-text-item:nth-child(2) {
  animation-delay: 3s;
}
.home__carousel-text-item:nth-child(3) {
  animation-delay: 6s;
}
.home__description {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .home__description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .home__description {
    font-size: 1.125rem;
  }
}
.home__video {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}
.home__features-flex {
  display: flex;
  flex-wrap: wrap;
}
.home__feature {
  padding: 1.5rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
@media (min-width: 360px) {
  .home__feature {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .home__feature {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .home__feature {
    flex: 0 0 25%;
  }
}
.home__feature-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .home__feature-header {
    min-height: 6rem;
  }
}
@media (min-width: 1200px) {
  .home__feature-header {
    min-height: 7rem;
  }
}
.home__feature-header-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.home__feature-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #004C3C;
  pointer-events: none;
}
.home__feature-icon--hat-education {
  width: 24px;
  height: 24px;
  -webkit-mask: url("../../images/icons/hat_education-bbdd24a9323343bcabfc407d72747029.svg") no-repeat center/contain;
  mask: url("../../images/icons/hat_education-bbdd24a9323343bcabfc407d72747029.svg") no-repeat center/contain;
  margin-top: -0.3rem;
}
@media (min-width: 768px) {
  .home__feature-icon--hat-education {
    width: 40px;
    height: 40px;
  }
}
.home__feature-icon--computer {
  -webkit-mask: url("../../images/icons/computer-ef396521b6b387ebc0bef805fbe59e50.svg") no-repeat center/contain;
  mask: url("../../images/icons/computer-ef396521b6b387ebc0bef805fbe59e50.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .home__feature-icon--computer {
    width: 32px;
    height: 32px;
  }
}
.home__feature-icon--business {
  -webkit-mask: url("../../images/icons/business-851e5f6b6f4147ed94a32e537e0fa5db.svg") no-repeat center/contain;
  mask: url("../../images/icons/business-851e5f6b6f4147ed94a32e537e0fa5db.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .home__feature-icon--business {
    width: 32px;
    height: 32px;
  }
}
.home__feature-icon--correction {
  width: 22px;
  height: 22px;
  -webkit-mask: url("../../images/icons/correction-e893509a40899051c95a1c2ac4fe7ca8.svg") no-repeat center/contain;
  mask: url("../../images/icons/correction-e893509a40899051c95a1c2ac4fe7ca8.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .home__feature-icon--correction {
    width: 40px;
    height: 40px;
  }
}
.home__feature-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #004C3C;
  flex: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .home__feature-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .home__feature-title {
    font-size: 1.5rem;
  }
}
.home__feature-text {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .home__feature-text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .home__feature-text {
    font-size: 1.125rem;
  }
}
.home__feature--white {
  background-color: #fff;
}
.home__feature--teal {
  background-color: #80E9D1;
}
.home__feature--blue-light {
  background-color: #B2D4FF;
}
@media (min-width: 1200px) {
  .home__feature--blue-light {
    background-color: #fff;
  }
  .home__feature--white:last-child {
    background-color: #B2D4FF;
  }
}
.home__stats {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #fff;
}
.home__stats-title {
  font-size: 1.25rem;
  font-weight: 900;
}
.home__stats-title span {
  color: #00D2A4;
}
@media (min-width: 768px) {
  .home__stats-title {
    font-size: 2.5rem;
  }
}
.home__stats-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .home__stats-flex {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .home__stats {
    padding: 8rem 2rem;
  }
}
.home__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 0 0 100%;
}
@media (min-width: 350px) {
  .home__stat {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .home__stat {
    flex: 1;
  }
}
.home__stat-value {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .home__stat-value {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .home__stat-value {
    font-size: 2rem;
  }
}
.home__stat-label {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .home__stat-label {
    font-weight: 400;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .home__stat-label {
    font-size: 1.5rem;
  }
}
.home__why {
  padding: 3rem 1.5rem 1rem 1.5rem;
}
@media (min-width: 1024px) {
  .home__why {
    padding: 4rem 3rem;
  }
}
.home__why-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .home__why-content {
    flex-direction: row;
    gap: 4rem;
  }
}
.home__why-title {
  font-size: 1.25rem;
  font-weight: 900;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .home__why-title {
    padding-bottom: 1rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .home__why-title {
    font-size: 2rem;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .home__why-title {
    font-size: 3.25rem;
  }
}
.home__why-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 620px;
  overflow: hidden;
}
.home__why-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}
.home__why-carousel-dots {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.home__why-carousel-dot {
  width: 25px;
  height: 15px;
  border-radius: 20px;
  background-color: #9E9C9E;
  border: 1px solid #9E9C9E;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home__why-carousel-dot.is-active {
  width: 50px;
  background-color: #00D2A4;
  border-color: #00D2A4;
}
.home__why-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .home__why-slide {
    padding-top: 60px;
  }
}
.home__why-slide-image {
  position: relative;
  width: 100%;
}
.home__why-slide-image img {
  width: 100%;
  height: auto;
}
.home__why-text {
  font-size: 0.875rem;
  color: #1F1E1F;
}
@media (min-width: 768px) {
  .home__why-text {
    font-size: 1.125rem;
  }
}
.home__why-slogan {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  right: -15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .home__why-slogan {
    display: flex;
  }
}
.home__why-slogan--online {
  background-color: #00D2A4;
}
.home__why-slogan--recognized {
  background-color: #F4A261;
}
.home__why-slogan--flexible {
  background-color: #007bff;
}
.home__why-slogan-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.home__why-separator {
  margin: 2rem 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.home__why-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.home__why-partners-title {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home__why-partners-title {
    display: none;
  }
}
.home__why-partners-carousel {
  width: 100%;
  padding: 2rem;
  overflow: hidden;
}
.home__why-partners-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  animation: scroll-partners 15s linear infinite;
}
.home__why-partners-track:hover {
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .home__why-partners-track {
    gap: 2.5rem;
    animation-duration: 25s;
  }
}
@media (min-width: 1024px) {
  .home__why-partners-track {
    animation-duration: 30s;
  }
}
.home__why-partners-track img {
  height: 32px;
  width: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .home__why-partners-track img {
    height: 52px;
    width: auto;
  }
}
.home__why-partners-track img.home__why-partners-logo {
  width: 32px;
  height: auto;
}
@media (min-width: 768px) {
  .home__why-partners-track img.home__why-partners-logo {
    width: 52px;
    height: auto;
  }
}
.home__why-partners-track img.home__why-partners-logo-2 {
  height: 26px;
  width: auto;
}
@media (min-width: 768px) {
  .home__why-partners-track img.home__why-partners-logo-2 {
    height: 32px;
    width: auto;
  }
}
.home__why-partners-track img.home__why-partners-logo-3 {
  height: 18px;
  width: auto;
}
@media (min-width: 768px) {
  .home__why-partners-track img.home__why-partners-logo-3 {
    height: 22px;
    width: auto;
  }
}
.home__opinions {
  padding: 3rem 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .home__opinions {
    padding: 5rem;
  }
}
.home__opinions-title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .home__opinions-title {
    font-size: 1.875rem;
  }
}
.home__opinions-title--teal {
  color: #00D2A4;
}
.home__opinions-carousel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  padding: 1rem;
}
.home__opinions-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .home__opinions-carousel-track {
    align-items: stretch;
  }
}
.home__opinions-carousel-dots {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .home__opinions-carousel-dots {
    display: none;
  }
}
.home__opinions-carousel-dot {
  width: 25px;
  height: 15px;
  border-radius: 20px;
  background-color: #9E9C9E;
  border: 1px solid #9E9C9E;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home__opinions-carousel-dot.is-active {
  width: 50px;
  background-color: #00D2A4;
  border-color: #00D2A4;
}
.home__opinions-carousel-arrows {
  display: none;
}
@media (min-width: 768px) {
  .home__opinions-carousel-arrows {
    display: flex;
    gap: 1rem;
  }
}
.home__opinions-carousel-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #E0DEE0;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home__opinions-carousel-arrow:hover {
  background-color: #00D2A4;
  border-color: #00D2A4;
  color: #fff;
}
.home__opinions-carousel-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home__opinions-carousel-arrow:disabled:hover {
  background-color: #fff;
  border-color: #E0DEE0;
  color: inherit;
}
.home__opinion {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .home__opinion {
    display: flex;
    flex: 0 0 500px;
    padding: 0;
  }
  .home__opinion:nth-last-child(-n+2) {
    flex: 0 0 700px;
  }
}
.home__opinion-card {
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin: 0 1rem 2rem 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .home__opinion-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 3rem;
    margin: 0 1.5rem;
  }
}
.home__opinion-stars {
  color: #00D2A4;
  margin-bottom: 1rem;
}
.home__opinion-text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home__opinion-text {
    font-size: 1.125rem;
  }
}
.home__opinion-author {
  display: flex;
  gap: 2rem;
}
@media (min-width: 768px) {
  .home__opinion-author {
    margin-top: auto;
  }
}
.home__opinion-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.home__opinion-author div {
  flex: 1;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home__opinion-name {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .home__opinion-name {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.home__opinion-role {
  font-size: 0.75rem;
  color: #7A7879;
}
@media (min-width: 768px) {
  .home__opinion-role {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

/*# sourceMappingURL=home.output.css.map */
