/* CARDS */
.card-type-1-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* .card-type-1 {
  position: relative;
  flex: 1;
  padding: 3.2rem;
  min-height: 216px;
  border-radius: var(--radius-secondary);
  text-decoration: none;
  display: flex;
  flex-direction: column;
} */

.card-type-1 {
  position: relative;
  flex: 1;
  padding: 3.2rem;
  gap: 0.8rem;
  min-height: 134px;
  border-radius: var(--radius-secondary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-type-1 .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.card-type-1 .text-wrapper p {
  font: var(--font-sm-button);
}

@media all and (max-width: 900px) {
  .hero-section p br {
    display: block;
  }
}

@media all and (max-width: 810px) {
  .hero-section p br {
    display: none;
  }

  .card-type-1 .text-wrapper p br{
    display: block;
  }
}

.green {
  background: linear-gradient(135deg, var(--color-green) 0%, var(--color-light-green) 100%);
}

.violet {
  background: linear-gradient(135deg, var(--color-violet) 0%, var(--color-light-violet) 100%);
}

.deep-blue {
  background: linear-gradient(135deg, var(--color-deep-blue) 0%, var(--color-deep-light-blue) 100%);
}

.blue {
  background: linear-gradient(135deg, var(--color-blue-500) 0%, var(--color-blue-200) 100%);
}

.card-type-1 * {
  color: var(--color-white);
}

.card-type-1 .card-thumb {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  background: color-mix(in srgb, var(--color-white) 14%, transparent);
}

.card-type-1 .card-thumb span {
  text-align: center;
  opacity: 0.5;
  font-size: 1rem;
}

.card-type-1 .card-thumb img {
  width: 51px;
  height: 11px;
}

.card-type-1 .label-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  gap: 1rem;
}

.card-type-1 .card-label {
  font: var(--font-md);
  height: fit-content;
}

.card-type-1 .card-label span {
  font: var(--font-heading-5);
  font-weight: 400;
}

.card-type-1 .card-circle-button {
  border-radius: 100px;
  width: 54px;
  height: 54px;
  border: 1px solid color-mix(in srgb, var(--color-gray-50) 40%, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.card-type-1:hover .card-circle-button {
  background: color-mix(in srgb, var(--color-white) 14%, transparent);
}

.card-type-1 .card-circle-button img {
  width: 20px;
  height: 20px;
}

.card-type-2 {
  cursor: pointer;
}

.section-products .slick-slide {
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: border-box;
}

.section-products .slick-list {
  margin-left: -2px;
  margin-right: -2px;
}

.card-type-2 .tags-wrapper {
  position: relative;
  border-radius: var(--radius-primary);
  min-height: 310px;
  padding: 1.2rem;
  margin-bottom: 0.4rem;
}

.card-type-2 .tags-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: 10;
}

.card-type-2 .tags-wrapper p {
  position: relative;
  z-index: 20;
  padding: 0.8rem 1.4rem;
  backdrop-filter: blur(5px);
  border-radius: 10rem;
  max-width: fit-content;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  font: var(--font-caption);
  font-weight: 500;
  color: var(--color-white);
  background: color-mix(in srgb, var(--color-black) 20%, transparent);
}

.card-type-2 .link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 2.4rem;
  height: 106px;
  align-items: center;
  background: var(--color-gray-50);
  border-radius: var(--radius-primary);
  text-decoration: none;
  color: var(--color-blue-900);
  transition: all 0.3s;
}

.card-type-2:hover .link-wrapper {
  background: var(--color-gray-100);
}

.card-type-2 .link-wrapper p {
  color: var(--color-gray-700);
  font: var(--font-lg-button);
  font-weight: 600;
}

.card-type-2 .card-circle-button {
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-gray-200);
  border-radius: 10rem;
}

.card-type-2 .card-circle-button img {
  width: 18px;
  height: 18px;
}

.card-type-3 {
  padding: 3.4rem 0.8rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  border-radius: var(--radius-primary);
  background: color-mix(in srgb, var(--color-gray-50) 20%, transparent);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 134px;
}

.card-type-3 img {
  width: 102px;
  margin: 0 auto;
  display: block;
  margin-bottom: 2.4rem;
}

.card-type-3 h6 {
  font: var(--font-md);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.card-type-4 {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  border-radius: var(--radius-primary);
  padding: 0.8rem;
  margin-bottom: 0.4rem;
  background: color-mix(in srgb, var(--color-gray-50) 20%, transparent);
}

.card-type-4 .img-wrapper {
  border-radius: var(--radius-primary);
  background: color-mix(in srgb, var(--color-blue-900) 4%, transparent);
}

.card-type-4 .img-wrapper img {
  width: 106px;
  height: 106px;
}

.card-type-4 h6 {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}

.card-type-4 .text-wrapper {
  display: flex;
  flex-direction: column;
}

.card-type-4 .text-wrapper > span {
  display: block;
  font: var(--font-sm);
  text-transform: uppercase;
  color: color-mix(in srgb, var(--color-white) 60%, transparent);
}

.card-type-4 .tags {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.card-type-4 .tags span {
  border-radius: var(--radius-secondary);
  padding: 0.4rem 0.8rem;
  font: var(--font-sm);
  background: color-mix(in srgb, var(--color-blue-900) 8%, transparent);
}

.card-type-5 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-left: 2px;
  margin-right: 2px;
}

div.central-container .card-type-5 {
  display: flex;
  gap: 0.4rem;
}

.card-type-5 .img-wrapper {
  overflow: hidden;
  border-radius: var(--radius-primary);
  height: 440px;
}

.card-type-5 .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.card-type-5 .content-wrapper {
  background: var(--color-gray-50);
  border-radius: var(--radius-primary);
  padding: 3.2rem;
  min-height: 270px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.card-type-5 .category {
  font: var(--font-caption);
  color: var(--color-gray-700);
  font-weight: 600;
  text-transform: uppercase;
  max-width: 205px;
}

.card-type-5 .name {
  font: var(--font-heading-5);
  margin-bottom: 0.8rem;
}

.card-type-5 .direction-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-type-5 .location {
  width: 116px;
  height: 32px;
}

.card-type-5 .description {
  font: var(--font-md);
  color: var(--color-gray-800);
}

.card-type-6 {
  padding: 1.8rem;
  backdrop-filter: blur(5px);
  background-color: color-mix(in srgb, var(--color-white) 10%, transparent);
  border-radius: 1.2rem;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.card-type-6 .avatar {
  width: 32px;
  height: 32px;
}

.card-type-6 p {
  font: var(--font-sm);
  font-weight: 400;
}

.card-type-7 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 214px;
  background-color: color-mix(in srgb, var(--color-white) 10%, transparent);
  border-radius: 0.8rem;
  padding: 1.2rem;
  backdrop-filter: blur(30px);
}

.card-type-7 .row {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}

.card-type-7 .row img {
  width: 20px;
  height: 20px;
  padding: 0;
}

.card-type-7 .row div {
  flex: 1;
}

.card-type-7 .name {
  font: var(--font-2xs);
}

.card-type-7 .category {
  font-size: 6px;
}

.card-type-7 .description {
  font: var(--font-2xs);
}

.card-type-8 {
  width: 100%;
  padding: 1.4rem;
  padding-right: 2.8rem;
  display: flex;
  gap: 1rem;
  background: var(--color-gray-200);
  border-radius: var(--radius-tertiary);
  position: relative;
}

.card-type-8 .date-wrapper {
  width: 47px;
  height: 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-gray-300);
  border-radius: 10rem;
}

.card-type-8 .month {
  font: var(--font-sm);
  font-weight: 500;
  text-align: center;
  color: var(--color-gray-700);
}

.card-type-8 .day {
  font: var(--font-placeholder);
  font-weight: 600;
  color: var(--color-gray-700);
  text-align: center;
  line-height: 120%;
}

.card-type-8 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-type-8 .label {
  font: var(--font-placeholder);
  font-weight: 500;
}

.card-type-8 .date {
  font: var(--font-sm);
  color: var(--color-gray-700);
  font-weight: 400;
}

.card-type-8:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url('/assets/public/home/images/black-arrow.svg') no-repeat 100% / 100%;
  position: absolute;
  right: 14px;
  top: 30px;
}

.card-type-9 {
  padding: 1.4rem;
  background: var(--color-gray-200);
  border-radius: var(--radius-primary);
  margin-left: 2px;
  margin-right: 2px;
  min-width: 170px;
}

.card-type-9 .icon-wrapper {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--color-gray-300);
  margin-bottom: 1rem;
}

.card-type-9 .icon-wrapper img {
  width: 24px;
  height: 24px;
}

.card-type-9 p {
  font: var(--font-placeholder);
  font-weight: 500;
}

.card-type-9 span {
  font: var(--font-sm);
  color: var(--color-gray-700);
  font-weight: 400;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.card-list-item {
  background: color-mix(in srgb, var(--color-black) 20%, transparent);
  border-radius: var(--radius-primary);
  padding: 2.4rem;
  display: flex;
  flex-direction: row;
  gap: 1.8rem;
  backdrop-filter: blur(5px);
}

.card-list-item .number {
  min-width: 32px;
  height: 32px;
  text-align: center;
  font: var(--font-2xs);
  border-radius: 10rem;
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-list-item .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.card-list-item .text-wrapper > * {
  color: var(--color-white);
}

.static-card-list-1 {
  display: flex;
  gap: 0.4rem;
}

.static-card-list-1 .static-card-type-1 {
  background: linear-gradient(90deg, var(--color-blue-500) 0%, var(--color-blue-200) 100%);
  border-radius: var(--radius-primary);
  padding: 3.2rem;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.static-card-list-1 div.static-card-type-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius-primary);
  padding: 3.2rem;
  min-height: 600px;
  background: var(--color-gray-50);
}

.static-card-list-1 .static-card-type-1,
.static-card-list-1 .static-card-type-2 {
  flex: 1;
  overflow: hidden;
}

.static-card-list-1 .static-card-type-2 .slick-centered {
  width: calc(100% + 6.4rem);
  position: relative;
  left: -3.2rem;
}

.static-card-list-1.description {
  padding: 0 3.2rem;
}

.static-card-list-1 .slick-centered .slick-list {
  margin-bottom: 5rem;
}

@media all and (max-width: 1200px) {
  .card-type-1 {
    flex: 0 0 calc(50% - 0.4rem);
  }
}

@media all and (max-width: 900px) {
  .static-card-list-1 div.static-card-type-1,
  .static-card-list-1 div.static-card-type-2 {
    padding: 3.2rem 2rem;
  }
}

@media all and (max-width: 810px) {
  .card-type-1 {
    flex: 0 0 100%;
    /* padding: 2.7rem 2.4rem 2.6rem; */
    padding: 2.4rem;
    /* min-height: 109px; */
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .card-type-1 .card-label {
    margin: 0;
  }

  .card-type-1 .card-thumb {
    flex-direction: row;
    padding: 0.4rem 0.8rem;
  }

  .card-type-1 .card-circle-button {
    width: 32px;
    height: 32px;
  }

  .card-type-1 .card-circle-button img {
    width: 12px;
    height: 12px;
  }

  .card-type-1 .card-label {
    font-size: 1rem;
  }

  .card-type-1 .card-label span {
    font-size: 2rem;
  }

  .card-type-5 .name {
    font-size: 20px;
  }

  .card-type-5 .description {
    font-size: 16px;
  }

  .card-type-5 .content-wrapper {
    min-height: 250px;
  }

  .static-card-list-1 {
    flex-direction: column;
  }

  .static-card-list-1 div.static-card-type-2,
  .static-card-list-1 div.static-card-type-1 {
    min-height: auto;
    position: relative;
    left: 0;
    padding: 3.2rem;
  }

  .static-card-list-1 .description {
    font-size: 1.6rem;
  }

  .static-card-list-1 > div {
    padding: 3.2rem 2rem 2rem;
  }

  .static-card-list-1 .static-card-type-2 .slick-centered {
    width: calc(100% + 6rem);
    left: -3rem;
  }

  .static-card-list-1 .description {
    padding: 0;
  }

  .static-card-list-1 .slick-centered .slick-list {
    margin-bottom: 3rem;
  }
}

@media all and (max-width: 600px) {
  .card-type-5 .img-wrapper {
    height: 360px;
  }
}

/* END CARDS */

/* OTHER */
.info-block {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  padding: 0.8rem;
  border-radius: var(--radius-primary);
  color: var(--color-white);
  position: sticky;
  top: 100px;
  transition: transform 0.3s ease;
  transform-origin: top center;
  height: 626px;
}

.info-block.green {
  background: linear-gradient(135deg, var(--color-green) 0%, var(--color-light-green) 100%);
}

.info-block.violet {
  background: linear-gradient(135deg, var(--color-violet) 0%, var(--color-light-violet) 100%);
}

.info-block.deep-blue {
  background: linear-gradient(135deg, var(--color-deep-blue) 0%, var(--color-deep-light-blue) 100%);
}

.info-block.blue {
  background: linear-gradient(135deg, var(--color-blue-500) 0%, var(--color-blue-200) 100%);
}

.info-block > div {
  width: calc(50% - 1.2rem);
  padding: 3.8rem;
}

.info-block .column-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-block .column-2 {
  position: relative;
  overflow: hidden;
  background-color: color-mix(in srgb, var(--color-white) 20%, transparent);
  border-radius: var(--radius-primary);
}

.info-block .column-2 > * {
  max-width: 100%;
}

.info-block .column-2 > .rotate-animation {
  max-width: none;
  object-fit: cover;
}

.info-block .px-0 {
  padding-left: 0;
  padding-right: 0;
}

.info-block .pt-110 {
  padding-top: 11rem;
}

.info-block .logo {
  width: 166px;
}

.info-block .img-container img {
  width: 100%;
}

.info-block .gradient-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 126px;
  z-index: 30;
}

.info-block .bottom-position {
  position: relative;
  display: block;
  max-width: 334px;
  margin: 0 auto;
  top: 3.8rem;
}

.gradient-block.green {
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-mint-green) 0%, transparent) 0%,
    color-mix(in srgb, var(--color-mint-green) 100%, transparent) 100%
  );
  height: 260px;
  display: none;
}

.gradient-block.deep-blue {
  height: 185px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-powder-blue) 0%, transparent) 0%,
    color-mix(in srgb, var(--color-powder-blue) 100%, transparent) 100%
  );
}

.gradient-block.blue {
  height: 270px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-blue-200) 0%, transparent) 0%,
    color-mix(in srgb, var(--color-blue-200) 100%, transparent) 100%
  );
}

.rotate-animation {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 138%;
  animation: spin 80s linear infinite reverse;
  will-change: auto;
  pointer-events: none;
}

@keyframes spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.column-wrapper-type-2 {
  display: flex;
  flex-direction: row;
  gap: 11.2rem;
}

.column-wrapper-type-2 .column-1.w-515 {
  max-width: 515px;
  width: 100%;
}

.column-wrapper-type-2 .img-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.column-wrapper-type-2 .img-cards div {
  padding: 2.4rem;
  border-radius: var(--radius-primary);
  background: var(--color-gray-50);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
  height: 180px;
}

.column-wrapper-type-2 .img-cards img {
  width: 308px;
  height: 180px;
}

.column-wrapper-type-2 .img-cards div:nth-child(1) img {
  width: 98px;
  height: auto;
}

.column-wrapper-type-2 .img-cards div:nth-child(2) img {
  width: 153px;
  height: auto;
}

.column-wrapper-type-2 .img-cards div:nth-child(3) img {
  width: 120px;
  height: auto;
}

.column-wrapper-type-2 .img-cards div:nth-child(4) img {
  width: 100px;
  height: auto;
}

.column-wrapper-type-2 .img-cards div:nth-child(5) img {
  width: 124px;
  height: auto;
}

.column-wrapper-type-2 .img-cards div:nth-child(6) img {
  width: 179px;
  height: auto;
}

.flex-1 {
  flex: 1;
}

.front-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
  width: 110%;
  left: -5%;
}

.card-layers > div {
  position: relative;
}

.card-layers > div:nth-last-child(1) {
  top: 0;
  opacity: 1;
}

.card-layers > div:nth-last-child(1).aos-animate {
  transform: scale(1);
}

.card-layers > div:nth-last-child(2) {
  top: 14px;
  opacity: 0.7 !important;
  position: relative !important;
}

.card-layers > div:nth-last-child(2).aos-animate {
  transform: scale(0.9);
}

.card-layers > div:nth-last-child(3) {
  top: 38px;
  opacity: 0.4 !important;
  position: relative !important;
}

.card-layers > div:nth-last-child(3).aos-animate {
  transform: scale(0.7);
}

@media all and (max-width: 1200px) {
  .info-block h2 {
    font-size: 40px;
    font-weight: 500;
    word-break: break-all;
  }

  .info-block > div {
    padding: 2rem;
  }

  .info-block > .column-1 {
    padding-right: 0;
  }

  .column-wrapper-type-2 {
    gap: 6.4rem;
  }

  .column-wrapper-type-2.central-container .column-1 {
    width: auto;
    max-width: none;
    flex: 1;
  }

  .column-wrapper-type-2 .column-2 {
    flex: 1;
  }

  .column-wrapper-type-2 .img-cards img {
    min-width: 100%;
  }

  .info-block .bottom-position {
    top: 6rem;
  }
}

@media all and (max-width: 1024px) {
  .rotate-animation {
    width: 200%;
    left: 50%;
  }
}

@media all and (max-width: 810px) {
  .info-block .column-1 h2 {
    word-break: normal;
    margin-bottom: 3.2rem;
  }

  .stack-cards {
    gap: 2rem;
  }

  .info-block {
    position: static;
    flex-direction: column;
    gap: 2.4rem;
    height: fit-content;
  }

  .info-block .column-1 {
    padding: 2rem 1rem;
  }

  .column-wrapper-type-2 .img-cards img {
    min-width: auto;
  }

  .column-wrapper-type-2 {
    flex-direction: column;
    gap: 4rem;
  }

  .rotate-animation {
    top: 3rem;
    width: 150%;
    left: 50%;
  }

  .info-block .bottom-position {
    top: 2.6rem;
  }
}

@media all and (max-width: 810px) {
  .info-block > div {
    width: 100%;
  }

  .info-block.green .column-2 {
    max-height: 490px;
  }

  .info-block.green .gradient-block {
    height: 100px;
  }
}

@media all and (max-width: 500px) {
  .rotate-animation {
    width: 165%;
  }

  .info-block.green .bottom-position {
    top: 0.5rem;
    right: 1rem;
  }
}
/* END OTHER */

/* SECTIONS */
.hero-section {
  background: linear-gradient(90deg, var(--color-blue-500) 0%, var(--color-blue-200) 50%, var(--color-blue-500) 100%);
  position: relative;
}

.hero-section .central-container {
  padding-bottom: 4.8rem;
}

.hero-section .rating-block {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.hero-section .rating-block .score-img {
  width: 70px;
}

.hero-section .rating-block hr {
  width: 14px;
  height: 2px;
  transform: rotate(90deg);
  background: var(--color-white);
  opacity: 1;
}

.hero-section h1 {
  font-size: 8.2rem;
  line-height: 110%;
}

.hero-section .partners-block {
  display: flex;
  gap: 0.8rem;
  opacity: 0.6;
}

.hero-section .partners-block img {
  width: 107px;
  height: 42px;
}

.hero-section > img {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 55%;
  max-width: 872px;
}

.section-stack-cards {
  overflow: visible;
}

.section-stack-cards .img-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-stack-cards .card-type-7 {
  position: absolute;
  top: 44%;
  left: 21%;
}

.section-meet-you-team .list-item h6 {
  font: var(--font-heading-6);
}

.section-meet-you-team .list-item:before {
  background: url('/assets/public/home/images/black-check.svg') no-repeat 100%/100%;
}

.section-feel-better .bg-img {
  object-position: top;
}

@media all and (max-width: 1400px) {
  .hero-section > img {
    width: 62%;
    right: -15%;
  }
}

@media all and (max-width: 1200px) {
  .hero-section h1 {
    font: var(--font-heading-1);
  }

  .hero-section > img {
    width: 87%;
  }
}

@media all and (max-width: 1024px) {
  .hero-section h1 {
    font: var(--font-heading-1);
  }

  .hero-section > img {
    right: -31%;
    width: 100%;
  }
}

@media all and (max-width: 810px) {
  .hero-section > img {
    position: static;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  .hero-section .central-container {
    padding-bottom: 2.4rem;
  }

  .hero-section h1 {
    font-size: 40px;
    max-width: 310px;
  }

  .card-type-4 .tags span {
    font-size: 12px;
  }
}

@media all and (max-width: 500px) {
  .hero-section .partners-block {
    flex-wrap: wrap;
  }

  .hero-section .partners-block img {
    width: calc(25% - 6px);
    height: auto;
  }
}

/* END SECTIONS */

/* START WEGOVY PILL SECTION */
.section-wegovy-pill {
  background: radial-gradient(50% 50% at 50% 50%, var(--color-aqua-green) 0%, var(--color-deep-green) 100%);
}

.section-wegovy-pill .central-container {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  padding: 0 4rem;
}

.section-wegovy-pill .central-container h2 {
  letter-spacing: -0.04em;
}

.section-wegovy-pill .central-container > .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8.2rem 2.4rem;
  max-width: 620px;
  align-self: stretch;
  justify-content: center;
}

.section-wegovy-pill .central-container > .content .desc {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.section-wegovy-pill .central-container .content .buttons {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}

.section-wegovy-pill .central-container .content .trust-badges {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
}

.section-wegovy-pill .central-container .content .trust-badges .badge-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.section-wegovy-pill .central-container .content .trust-badges .badge-item > img {
  width: 24px;
  height: 24px;
}

.section-wegovy-pill .central-container .content .pricing {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section-wegovy-pill .central-container .content .pricing p {
  margin-bottom: 2px;
}

.section-wegovy-pill .central-container .visual {
  flex: 1;
  position: relative;
}

.section-wegovy-pill .central-container .visual > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 380px;
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.section-wegovy-pill .visual .features-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  max-width: 200px;
  position: absolute;
}

.section-wegovy-pill .visual .features-list br {
  display: block;
}

.section-wegovy-pill .visual .features-list .features-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem;
  border-radius: 15px;
  background-color: color-mix(in srgb, var(--color-black) 20%, transparent);
  backdrop-filter: blur(10px);
}

.section-wegovy-pill .visual .features-list .features-item > img {
  width: 17.5px;
  height: 17.5px;
  flex-shrink: 0;
  object-fit: contain;
}

.section-wegovy-pill .visual .features-list .features-item p {
  font-size: 12.3px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 140%;
}

.section-wegovy-pill .visual .features-list .features-item.top {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.section-wegovy-pill .visual .features-list .features-item.top img {
  width: 46px;
  height: 46px;
}

.section-wegovy-pill .visual .wm-graph {
  max-width: 212px;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  position: absolute;
}

.section-wegovy-pill .visual .wm-graph .caption,
.section-wegovy-pill .visual .wm-graph .graph-wrapper {
  background-color: color-mix(in srgb, var(--color-black) 20%, transparent);
  backdrop-filter: blur(10px);
  padding: 15px;
  border-radius: 15px;
}

.section-wegovy-pill .visual .wm-graph .graph-wrapper {
  padding: 2rem 2.4rem 2rem 1.5rem;
  position: relative;
}

.section-wegovy-pill .visual .wm-graph .graph-wrapper img {
  max-width: 173px;
  width: 100%;
}

.section-wegovy-pill .visual .wm-graph .graph-wrapper p {
  position: absolute;
  font-size: 10.3px;
  font-weight: 600;
  bottom: 31px;
  right: 9px;
}

.section-wegovy-pill .visual .wm-graph .caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-wegovy-pill .visual .wm-graph .caption p:first-child {
  font-size: 10.6px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
}
.section-wegovy-pill .visual .wm-graph .caption p {
  font-size: 13.2px;
  line-height: 140%;
  font-weight: 600;
}
.section-wegovy-pill .visual .wm-graph {
  z-index: 0;
  top: 17.2%;
  right: 3.5%;
}

.section-wegovy-pill .visual .features-list {
  z-index: 2;
  left: 0%;
  bottom: 18%;
}

@media all and (max-width: 1300px) {
  .section-wegovy-pill .visual .wm-graph {
    right: 2%;
  }
}

@media all and (max-width: 1200px) {
  .section-wegovy-pill .visual .features-list {
    bottom: 10%;
  }

  .section-wegovy-pill .visual .wm-graph {
    max-width: 200px;
    top: 15.2%;
    right: 0.5%;
  }
}

@media all and (max-width: 1100px) {
  .section-wegovy-pill .visual .features-list {
    bottom: 8%;
  }

  .section-wegovy-pill .visual .wm-graph {
    top: 13.2%;
    right: -2.5%;
  }
}

@media all and (max-width: 1050px) {
  .section-wegovy-pill .central-container .content .trust-badges {
    flex-direction: column;
    gap: 1.2rem;
  }

  .section-wegovy-pill .visual .features-list {
    bottom: 6%;
  }
}

@media all and (max-width: 1000px) {
  .section-wegovy-pill .visual .wm-graph {
    top: 3%;
  }
}

@media all and (max-width: 810px) {
  .section-wegovy-pill .central-container {
    padding: 4.6rem 2rem 0 2rem;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }

  .section-wegovy-pill .central-container > .content {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .section-wegovy-pill .central-container .content .trust-badges {
    flex-direction: row;
    gap: 3.2rem;
  }

  .section-wegovy-pill .central-container .visual {
    padding: 0;
  }

  .section-wegovy-pill .central-container .visual > img {
    min-width: 0;
    max-width: 370px;
    left: -25px;
  }

  .section-wegovy-pill .visual .features-list {
    max-width: 170px;
    gap: 0.2rem;
  }

  .section-wegovy-pill .visual .features-list .features-item {
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 12px;
  }

  .section-wegovy-pill .visual .features-list .features-item > img {
    width: 12px;
    height: 12px;
  }

  .section-wegovy-pill .visual .features-list .features-item p {
    font-size: 11px;
  }

  .section-wegovy-pill .visual .features-list .features-item.top {
    gap: 0.5rem;
  }

  .section-wegovy-pill .visual .features-list .features-item.top img {
    width: 36px;
    height: 36px;
  }

  .section-wegovy-pill .visual .wm-graph {
    max-width: 160px;
  }

  .section-wegovy-pill .visual .wm-graph .caption,
  .section-wegovy-pill .visual .wm-graph .graph-wrapper {
    padding: 10px;
    border-radius: 12px;
  }

  .section-wegovy-pill .visual .wm-graph .graph-wrapper {
    padding: 1.5rem 1.8rem 1.5rem 1rem;
    position: relative;
  }

  .section-wegovy-pill .visual .wm-graph .graph-wrapper p {
    font-size: 9px;

    bottom: 26px;
    right: 7px;
  }

  .section-wegovy-pill .visual .wm-graph .caption p:first-child {
    font-size: 8px;
  }
  .section-wegovy-pill .visual .wm-graph .caption p {
    font-size: 10px;
  }

  .section-wegovy-pill .visual .features-list {
    bottom: 4%;
    right: 0%;
  }

  .section-wegovy-pill .visual .wm-graph {
    top: 10%;
    right: 0%;
  }
}

@media all and (max-width: 600px) {
  .section-wegovy-pill .central-container .content .trust-badges {
    flex-direction: column;
    gap: 1.2rem;
  }
}

/* END WEGOVY PILL SECTION */

.info-block.green .column-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.info-block.green .products {
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 100%;
  transform: translateX(4%);
}

@media all and (max-width: 810px) {
  .info-block.green .column-2 {
    padding-top: 40px;
  }

  .info-block.green .products {
    width: 90%;
    max-width: 350px;
  }
}
