main.clinic .breadcrumb-section {
  padding-top: 64px;
}
@media only screen and (min-width: 768px) {
  main.clinic .breadcrumb-section {
    padding-top: 0;
  }
}
main.clinic .breadcrumb-section .breadcrumb-item {
  display: flex !important;
}
main.clinic .breadcrumb-section .breadcrumb-mobile-wrapper {
  display: none !important;
}
main.clinic .breadcrumb-section .container {
  padding: 16px 0;
}

main#doctor .breadcrumb-section {
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}
main#doctor .breadcrumb-section .breadcrumb-items-container {
  padding: 32px 0 !important;
}
@media only screen and (min-width: 768px) {
  main#doctor .breadcrumb-section {
    padding-top: 0;
  }
}

.breadcrumb-section {
  padding-top: 64px;
}
.breadcrumb-section .breadcrumb-items-container {
  display: flex;
  align-items: center;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item {
  color: #475467;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-item {
    display: none;
  }
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item .find {
  cursor: pointer;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item:last-child {
  color: #F46E15;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item:not(:last-child):after {
  content: "";
  display: inline-block;
  background-image: url("../../utils/icons/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  padding: 0 12px;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-item:not(:last-child):after {
    padding: 0 8px;
  }
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item .icon:before {
  content: "";
  display: inline-block;
  background-image: url(../../utils/icons/home-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-mobile-wrapper {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-mobile-wrapper {
    display: flex;
  }
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-mobile-wrapper a {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #475467;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}

body {
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
}

input, textarea {
  font-family: "Manrope", sans-serif;
}

button {
  font-family: "Manrope", sans-serif;
}

.faq-section {
  padding: 64px 16px;
}
.faq-section .faq-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.faq-section .faq-container .text-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  flex: 1;
}
.faq-section .faq-container .text-content-wrapper .text-content__subtext {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #F46E15;
}
.faq-section .faq-container .text-content-wrapper .text-content__title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.faq-section .faq-container .text-content-wrapper .text-content__supporting-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.faq-section .faq-container .faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .question {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #101828;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .moving-elements {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .moving-elements p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item .toggle-icon {
  width: 20px;
  height: 28px;
  vertical-align: middle;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item:hover .moving-elements {
  display: block;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 64px 32px;
  }
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 96px 112px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .faq-section .faq-container {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
  }
  .faq-section .faq-container .text-content-wrapper {
    gap: 8px;
    flex: 0 0 360px;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__subtext {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__title {
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__supporting-text {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .faq-section .faq-container .faq-accordion-wrapper {
    flex: 1 1 0;
    min-width: 0;
  }
}

#practice-manager-jobs p {
  color: #475467;
  /* Text lg/Regular */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
#practice-manager-jobs h2 {
  color: #101828;
  /* Heading lg/Bold */
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
#practice-manager-jobs h3 {
  color: #F47721;
  /* Heading xs/Semibold */
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
#practice-manager-jobs .philosophy-section {
  background-color: #FEF1E9;
  padding-top: 200px;
  padding-bottom: 200px;
}
#practice-manager-jobs .philosophy-section .philosophy-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
}
#practice-manager-jobs .philosophy-section .philosophy-container .heading-text-wrapper {
  flex: 1;
  align-self: flex-start;
}
#practice-manager-jobs .philosophy-section .philosophy-container .philosophy-card-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
}
#practice-manager-jobs .philosophy-section .philosophy-container .philosophy-card-container .card {
  flex: 1 1;
  box-sizing: border-box;
}
#practice-manager-jobs .philosophy-section .philosophy-container .philosophy-card-container .card .card-supporting-text-wrapper {
  font-size: 1em;
  color: #666;
  margin-top: 10px;
}
#practice-manager-jobs .introduction-section {
  position: relative;
  padding-top: 96px;
  overflow: hidden;
}
#practice-manager-jobs .introduction-section .introduction-container {
  max-width: 1460px;
  margin: auto;
  text-align: center;
}
#practice-manager-jobs .introduction-section .introduction-container .heading-text {
  padding-bottom: 20px;
}
#practice-manager-jobs .introduction-section .introduction-container .heading-text h2 {
  color: #101828;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  #practice-manager-jobs .introduction-section .introduction-container .heading-text h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
#practice-manager-jobs .introduction-section .introduction-container .supporting-text-wrapper {
  padding-bottom: 100px;
}
#practice-manager-jobs .introduction-section .introduction-container .supporting-text-wrapper p {
  color: #F47721;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
#practice-manager-jobs .introduction-section .introduction-container .image-wrapper {
  position: relative;
}
#practice-manager-jobs .introduction-section .introduction-container .image-wrapper img {
  position: relative;
  max-width: 100%;
  z-index: 1; /* Ensure the image is above the semicircle */
}
#practice-manager-jobs .introduction-section .introduction-container .image-wrapper .background-wrapper .color-1 {
  height: 1782px;
  position: absolute;
  width: 1782px;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, 5%);
  background: #FEF1E9;
  border-radius: 50%;
}
@media (max-width: 550px) {
  #practice-manager-jobs .introduction-section .introduction-container .image-wrapper .background-wrapper .color-1 {
    transform: translate(-50%, 2.5%);
  }
}
#practice-manager-jobs .introduction-section .introduction-container .image-wrapper .background-wrapper .color-2 {
  width: 1944px;
  height: 1944px;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, 1%);
  border-radius: 50%;
  opacity: 0.2;
  background: #FEF1E9;
}
@media (max-width: 550px) {
  #practice-manager-jobs .introduction-section .introduction-container .image-wrapper .background-wrapper .color-2 {
    transform: translate(-50%, 0.5%);
  }
}
#practice-manager-jobs .faq-section {
  padding-top: 96px;
  padding-bottom: 96px;
}
#practice-manager-jobs .work-with-us-section {
  padding: 200px 0 200px 0;
  background-color: #F9FAFB;
}
#practice-manager-jobs .work-with-us-section .work-with-us-container {
  margin: 0 auto;
}
#practice-manager-jobs .work-with-us-section .work-with-us-container .heading-text-wrapper h2 {
  color: #F47721;
  text-align: center;
  /* Heading lg/Bold */
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
#practice-manager-jobs .work-with-us-section .work-with-us-container .supporting-text-wrapper {
  color: #475467;
  text-align: center;
  /* Text xl/Medium */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
#practice-manager-jobs .work-with-us-section .work-with-us-container .button-wrapper {
  margin-top: 40px;
  text-align: center;
}
#practice-manager-jobs .work-with-us-section .work-with-us-container .button-wrapper .button {
  border-radius: 4px;
  border: 1px solid #F47721;
  background: #F47721;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: block;
  margin: 0 auto;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  /* Text md/Semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
#practice-manager-jobs .work-with-us-section .work-with-us-container .button-wrapper .button:hover {
  background-color: #e66c00;
}