/*START HERO SECTION */
.section-hero {
  background: linear-gradient(to right, var(--color-blue-200) 0%, var(--color-blue-500) 80%);
  position: relative;
  overflow: hidden;
}

.section-hero .central-container h1 {
  letter-spacing: -1.8px;
}

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

section.section-hero .central-container p:nth-child(2) {
  max-width: 515px;
}

.section-hero .central-container {
  display: flex;
  min-height: 800px;
  align-items: stretch;
}

.section-hero .central-container .content,
.section-hero .central-container .visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.section-hero .central-container .content {
  flex: 1.07;
}

.section-hero .central-container .content .buttons {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  align-items: center;
}

.section-hero .central-container .visual .hero-man {
  position: absolute;
  width: 122%;
  min-width: 608px;
  height: auto;
  object-fit: cover;
  right: -15%;
  top: -10%;
  z-index: 1;
}

.section-hero .central-container .visual .messages {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: absolute;
  left: 0%;
  bottom: 17%;
  z-index: 2;
}

.section-hero .central-container .visual .message {
  display: flex;
  gap: 1.2rem;
  max-width: 222px;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background-color: color-mix(in srgb, var(--color-white) 10%, transparent);
  backdrop-filter: blur(30px);
}

.section-hero .central-container .visual .message .content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.section-hero .central-container .visual .message:first-child {
  margin-left: 50px;
}

.section-hero .central-container .visual .message .read {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.section-hero .central-container .visual .message .read img {
  width: 14px;
  height: 14px;
  opacity: 0.4;
}

.section-hero .central-container .visual .message img {
  border-radius: 99rem;
  width: 41px;
  height: 41px;
  object-fit: cover;
}

.section-hero .central-container .visual .message p {
  color: var(--color-white);
  font-size: 10px;
  line-height: 150%;
  font-weight: 600;
  opacity: 0.4;
}

.section-hero .central-container .visual .message .title {
  font-size: 11.4px;
  line-height: 130%;
  font-weight: 600;
  opacity: 1;
}

@media all and (max-width: 1300px) {
  .section-hero .central-container .visual .hero-man {
    width: 133%;
  }
}

@media all and (max-width: 1200px) {
  .section-hero .central-container .content {
    flex: 1;
  }

  .section-hero .central-container h1 {
    letter-spacing: 0px;
  }

  .section-hero .central-container .visual .hero-man {
    right: -20%;
    width: 150%;
  }

  .section-hero h1 {
    letter-spacing: 0px;
  }
}

@media all and (max-width: 1100px) {
  .section-hero .central-container .visual .hero-man {
    right: -30%;
    width: 160%;
  }
}

@media all and (max-width: 1000px) {
  .section-hero .central-container .visual .hero-man {
    right: -50%;
    width: 174%;
  }
}

@media all and (max-width: 900px) {
  .section-hero .central-container .visual .hero-man {
    right: -60%;
    width: 197%;
  }
}

@media all and (max-width: 810px) {
  .section-hero .central-container {
    flex-direction: column;
    min-height: 0;
    align-items: center;
    gap: 6rem;
  }

  .section-hero .central-container .visual {
    min-height: 350px;
    min-width: 350px;
  }

  .section-hero .central-container .visual .hero-man {
    min-width: 0;
    max-width: 340px;
    right: -0%;
    top: -8%;
  }

  .section-hero .button {
    min-width: 100%;
  }

  .section-hero .central-container .visual {
    left: 2%;
    bottom: 11%;
    gap: 0.4rem;
  }

  .section-hero .central-container .visual .message {
    max-width: 170px;
    gap: 0.6rem;
    padding: 0.6rem;
    bottom: 10%;
  }

  .section-hero .central-container .visual .message .content {
    gap: 0.3rem;
  }

  .section-hero .central-container .visual .message:first-child {
    margin-left: 25px;
  }

  .section-hero .central-container .visual .message .read {
    gap: 0.3rem;
  }

  .section-hero .central-container .visual .message .read img {
    width: 7px;
    height: 7px;
  }

  .section-hero .central-container .visual .message img {
    width: 21px;
    height: 21px;
  }

  .section-hero .central-container .visual .message p {
    font-size: 7px;
  }

  .section-hero .central-container .visual .message .title {
    font-size: 9px;
  }
}
/* END HERO SECTION */

/* START OUR MISSION */
.section-our-mission .central-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-our-mission .central-container h2 {
  max-width: 830px;
}

.section-our-mission .central-container p:nth-of-type(1) {
  max-width: 410px;
}

.section-our-mission .central-container .image-wrapper {
  width: 100%;
  max-width: 620px;
  height: auto;
}

.section-our-mission .central-container .image-wrapper img {
  width: 100%;
  height: auto;
}
/* END OUR MISSION */

/* START WHY LIFEMD SECTION */
.why-lifemd .central-container {
  padding: 8.2rem 0.8rem;
  width: 1440px;
}

.why-lifemd .central-container > h2 {
  padding: 0 1.2rem;
}

.why-lifemd .central-container > p {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 400;
}

.why-lifemd .central-container .why-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.why-lifemd .central-container .why-cards .reason-card {
  display: flex;
  flex-direction: column;
  background-color: var(--color-gray-50);
  border-radius: var(--radius-primary);
  gap: 2.4rem;
  align-items: flex-start;
  align-items: center;
  padding: 4.6rem 2.4rem;
}

.why-lifemd .central-container .why-cards .reason-card .description {
  max-width: 260px;
}

.why-lifemd .central-container .why-cards .reason-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-primary);
}

.why-lifemd .central-container .why-cards .reason-card .image-wrapper {
  position: relative;
}

.why-lifemd .central-container .why-cards .reason-card p {
  color: var(--color-gray-800);
  font: var(--font-sm);
}

.why-lifemd .central-container .why-cards .reason-card:nth-child(1) .image-wrapper .tag {
  top: 62%;
  right: 10%;
}

.why-lifemd .central-container .why-cards .reason-card:nth-child(2) .image-wrapper .tag {
  top: 62%;
  left: 13%;
}

.why-lifemd .central-container .why-cards .reason-card:nth-child(3) .image-wrapper .tag {
  top: 62%;
  left: 13%;
}

.why-lifemd .central-container .why-cards .reason-card:nth-child(4) .image-wrapper .tag {
  top: 62%;
  right: 10%;
}

@media all and (max-width: 1200px) {
  .why-lifemd .central-container .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 810px) {
  .why-lifemd .central-container .why-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .why-lifemd .central-container {
    padding: 4.6rem 0.8rem;
  }

  .why-lifemd .central-container .why-cards {
    flex-direction: column;
  }

  .why-lifemd .central-container .why-cards .reason-card {
    padding: 3.2rem 2rem;
    gap: 1.8rem;
  }

  .why-lifemd .central-container .why-cards .reason-card .image-wrapper {
    width: 90%;
  }
}
/* END WHY LIFEMD SECTION */

/* START OUR CULTURE SECTION */
.section-our-culture .central-container > p {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 400;
}

.section-our-culture .video-wrapper {
  width: 100%;
  max-width: 1038px;
}

.section-our-culture .video-wrapper .video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-secondary);
  overflow: hidden;
  background: var(--color-gray-50);
}

.section-our-culture .video-wrapper .video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  display: block;
}

.section-our-culture .culture-values {
  max-width: 1038px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.section-our-culture .value-card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.section-our-culture .value-card .icon-wrapper {
  width: 84px;
  height: 84px;
  border-radius: 2rem;
  background-color: var(--color-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-our-culture .value-card .icon-wrapper img {
  width: 24px;
  height: 24px;
}

.section-our-culture .value-card .content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.section-our-culture .line {
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-200);
}

@media all and (max-width: 810px) {
  .section-our-culture .culture-values {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: none;
    width: 100%;
  }

  .section-our-culture .value-card {
    flex-direction: row;
    gap: 1.2rem;
  }

  .section-our-culture .value-card .content {
    flex: 1;
    gap: 1rem;
  }
}
/* END OUR CULTURE SECTION */

/* START OUR WORK SECTION */
.section-our-work {
  background: linear-gradient(to bottom, var(--color-blue-500) 0%, var(--color-blue-200) 100%);
}

.section-our-work .central-container {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.section-our-work .central-container > .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-our-work .central-container .content .feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.section-our-work .central-container .content .feature-item {
  display: flex;
  gap: 1.2rem;
}

.section-our-work .central-container .content .feature-item img {
  width: 24px;
  height: 24px;
}

.section-our-work .central-container .visual {
  flex: 1;
  position: relative;
}

.section-our-work .central-container .visual .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 420px;
  z-index: 1;
  position: relative;
}

.section-our-work .visual .orders {
  position: absolute;
  z-index: 0;
  top: 9%;
  left: 4%;
  backdrop-filter: blur(10px);
  background-color: color-mix(in srgb, var(--color-white) 12%, transparent);
  padding: 1.8rem;
  border-radius: 1.6rem;
  max-width: 266px;
}

.section-our-work .visual .orders .order-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.section-our-work .visual .orders .order {
  background-color: color-mix(in srgb, var(--color-white) 20%, transparent);
  padding: 1.4rem;
  border-radius: 1.2rem;
}

.section-our-work .visual .orders .order p {
  color: var(--color-white);
}

.section-our-work .visual .orders .order .top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-our-work .visual .orders .order .top p {
  font-size: 9px;
  line-height: 120%;
  font-weight: 700;
}

.section-our-work .visual .orders .order .top p:nth-child(2) {
  font-size: 9px;
  line-height: 140%;
  font-weight: 700;
}

.section-our-work .visual .orders .order .top p:nth-child(3) {
  font-size: 7px;
  line-height: 140%;
  font-weight: 600;
  opacity: 0.6;
}

.section-our-work .visual .orders .order .top .tag {
  padding: 0.3rem 0.6rem;
  background-color: color-mix(in srgb, var(--color-white) 13%, transparent);
  border-radius: 13px;
}

.section-our-work .visual .orders .order .location {
  display: flex;
  align-items: start;
  gap: 0.4rem;
}

.section-our-work .visual .orders .order img {
  width: 12px;
  height: 12px;
}

.section-our-work .visual .orders .order .location p {
  font-size: 10px;
  line-height: 120%;
  font-weight: 600;
}

.section-our-work .visual .appointment-card {
  display: flex;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background-color: var(--color-white);
  gap: 0.8rem;
  align-items: center;
  width: fit-content;
  position: absolute;
  z-index: 0;
  bottom: 19%;
  right: -2%;
}

.section-our-work .visual .appointment-card::before {
  content: '';
  position: absolute;
  inset: 10px 0 0 0;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-blue-200) 5%, transparent) 0%,
    color-mix(in srgb, var(--color-blue-400) 50%, transparent) 100%
  );
  z-index: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.section-our-work .visual .appointment-card .date {
  background-color: color-mix(in srgb, var(--color-light-green) 18%, transparent);
  border-radius: 0.6rem;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-our-work .visual .appointment-card .date p:nth-of-type(1) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.section-our-work .visual .appointment-card .date p:nth-of-type(2) {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 140%;
}
.section-our-work .visual .appointment-card .date p {
  color: var(--color-green);
}

.section-our-work .visual .appointment-card .content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 142px;
}

.section-our-work .visual .appointment-card .content p:nth-of-type(1) {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 140%;
}

.section-our-work .visual .appointment-card .content p:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-green);
}

.section-our-work .visual .appointment-card .content p:nth-of-type(3) {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-gray-600);
}

@media all and (max-width: 1050px) {
  .section-our-work {
    background: linear-gradient(to bottom, var(--color-blue-500) 0%, var(--color-blue-200) 93%);
  }
}

@media all and (max-width: 870px) {
  .section-our-work {
    background: linear-gradient(to bottom, var(--color-blue-500) 0%, var(--color-blue-200) 83%);
  }
}

@media all and (max-width: 810px) {
  .section-our-work {
    background: linear-gradient(to bottom, var(--color-blue-500) 0%, var(--color-blue-200) 109%);
  }
  .section-our-work .central-container {
    flex-direction: column;
  }

  .section-our-work .central-container .visual .bg {
    min-width: 0;
    max-width: 370px;
  }

  .section-our-work .visual .orders {
    padding: 1.2rem;
    max-width: 230px;
  }

  .section-our-work .visual .orders .order-list .order {
    padding: 1rem;
  }

  .section-our-work .visual .appointment-card {
    bottom: 16%;
    right: 0%;
  }

  .section-our-work .visual .appointment-card {
    padding: 1rem;
    gap: 0.6rem;
  }

  .section-our-work .visual .appointment-card .date {
    border-radius: 0.6rem;
    width: 34px;
    height: 34px;
  }

  .section-our-work .visual .appointment-card .date p:nth-of-type(1) {
    font-size: 0.8rem;
  }

  .section-our-work .visual .appointment-card .date p:nth-of-type(2) {
    font-size: 1rem;
  }

  .section-our-work .visual .appointment-card .content {
    gap: 0.1rem;
    min-width: 0px;
  }

  .section-our-work .visual .appointment-card .content p:nth-of-type(1) {
    font-size: 1rem;
  }

  .section-our-work .visual .appointment-card .content p:nth-of-type(2) {
    font-size: 0.8rem;
  }

  .section-our-work .visual .appointment-card .content p:nth-of-type(3) {
    font-size: 0.8rem;
  }
}
/* END OUR WORK SECTION */

/* START EMPLOYEE BENEFITS */
.section-employee-benefits .benefits {
  display: flex;
  gap: 4.6rem;
  padding: 0.8rem;
  border-radius: var(--radius-primary);
  background-color: var(--color-white);
  align-items: center;
}

.section-employee-benefits .benefits .image-wrapper {
  flex: 1;
  height: auto;
  border-radius: var(--radius-primary);
}

.section-employee-benefits .benefits .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.section-employee-benefits .benefits .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: space-between;
  padding: 2.4rem 4.6rem 2.4rem 0;
}

.section-employee-benefits .benefit-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.section-employee-benefits .benefit-list-item {
  display: flex;
  gap: 1rem;
}

.section-employee-benefits .benefit-list-item img {
  width: 24px;
  height: 24px;
}

@media all and (max-width: 1200px) {
  .section-employee-benefits .benefits {
    gap: 3.2rem;
  }
  .section-employee-benefits .benefits .content {
    padding-right: 0;
    width: 100%;
  }
}

@media all and (max-width: 1023px) {
  .section-employee-benefits .benefits {
    flex-direction: column;
  }
}

@media all and (max-width: 810px) {
  .section-employee-benefits .benefits {
    gap: 2.4rem;
  }

  .section-employee-benefits .benefits .content {
    padding: 0;
    gap: 1.2rem;
  }

  .section-employee-benefits .benefits .content .benefit-list {
    gap: 1rem;
  }
}
/* END EMPLOYEE BENEFITS */

/* START OPPORTUNITIES */
.section-opportunities .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.section-opportunities .opportunity-card {
  display: flex;
  gap: 2.4rem;
  padding: 4.6rem;
  border-radius: var(--radius-primary);
  background-color: var(--color-gray-50);
}

.section-opportunities .opportunity-card .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
}

.section-opportunities .opportunity-card .image-wrapper {
  position: relative;
  flex: 1;
}

.section-opportunities .opportunity-card .image-wrapper > img {
  width: 100%;
  height: auto;
  display: block;
}

.section-opportunities .central-container .message {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 135px;
  padding: 0.9rem;
  border-radius: 0.9rem;
  background-color: color-mix(in srgb, var(--color-blue-900) 10%, transparent);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 27%;
  right: 0%;
}

.section-opportunities .central-container .message .read {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.section-opportunities .central-container .message .read img {
  width: 10px;
  height: 10px;
  opacity: 0.4;
}

.section-opportunities .central-container .message p {
  color: var(--color-white);
  font-size: 7px;
  line-height: 100%;
  font-weight: 600;
  opacity: 0.4;
}

.section-opportunities .central-container .message .title {
  font-size: 8.5px;
  line-height: 130%;
  font-weight: 600;
  opacity: 1;
}

@media all and (max-width: 1200px) {
  .section-opportunities .opportunity-card {
    padding: 3.2rem;
  }
}

@media all and (max-width: 810px) {
  .section-opportunities .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-opportunities .opportunity-card {
    padding: 2.4rem;
    gap: 1.2rem;
  }

  .section-opportunities .central-container .message {
    max-width: 120px;
    padding: 0.8rem;
    bottom: 5%;
  }
}
/* END OPPORTUNITIES */
