@charset "UTF-8";
/*
*
* Variables
*/
html,
body {
  font-family: "Figtree", sans-serif;
  overflow-x: hidden;
  color: black;
}

.dm-mono {
  font-family: "DM Mono", monospace;
}

.bg-dark {
  background-color: #201e10 !important;
}

.bg-cream {
  background-color: #f5f2e9;
}

.bg-orange {
  background-color: orange;
}

.bg-light-blue {
  background-color: rgb(16, 168, 202);
}

.bg-purple {
  background-color: rgb(164, 72, 203);
}

.header-spacer {
  height: 80px;
}

.text-muted {
  color: #949494 !important;
}

.fui-btn {
  border-radius: 12px !important;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 16px;
}

.fui-btn-primary {
  border: 1px solid #f03e7c;
}
.fui-btn-primary:hover {
  background-color: #e9125d;
  color: white;
  border-color: #e9125d;
}

.btn-view-all {
  background-color: #f03e7c;
  color: white;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.btn-view-all span {
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .btn-view-all span {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.btn-view-all:hover {
  background-color: black;
  color: white;
}

.adaptive-logo {
  display: none !important;
}

/* default to white logo (in case JS hasn’t kicked in yet) */
.logo-white {
  display: block !important;
  opacity: 1;
}

/* when header.light-bg → show black */
.site-header.light-bg .logo-white {
  display: none !important;
}

.site-header.light-bg .logo-black {
  display: block !important;
}

/* when header.dark-bg → show white */
.site-header.dark-bg .logo-black {
  display: none !important;
}

.site-header.dark-bg .logo-white {
  display: block !important;
}

.site-header.light-bg .fui-navbar .fui-menu.desktop-menu.main-menu {
  background: rgba(0, 0, 0, 0.4) !important;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}

.main-header.fixed-header * {
  -webkit-transition: all 0.32s ease;
  transition: all 0.32s ease;
}

@-webkit-keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}

@keyframes topToBottom {
  0% {
    margin-top: -23%;
  }
  100% {
    margin-top: 0%;
  }
}
.fui-container {
  max-width: 1440px;
  width: 100%;
}
@media (min-width: 1260px) {
  .fui-container {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 768px) {
  .fui-container {
    max-width: 100%;
  }
}

.fui-navbar.fui-default-nav.bg-white .menu-close {
  background-color: transparent !important;
  color: black !important;
}

.fui-menu-box .bg {
  display: none;
}

.fui-menu-box.sideNavbar .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 1260px) {
  .fui-menu-box.sideNavbar .bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fui-menu-box.sideNavbar .bg > ul,
  .fui-menu-box.sideNavbar .bg > div {
    width: 100%;
  }
}

.fui-navbar.fui-default-nav.bg-white .slidedown,
.fui-navbar.fui-default-nav.bg-white .sideNavbar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.fui-navbar.fui-default-nav.bg-white .slidedown .bg,
.fui-navbar.fui-default-nav.bg-white .sideNavbar .bg {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
}

.fui-navbar {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 15px 0;
}
@media (max-width: 1260px) {
  .fui-navbar {
    padding: 10px 16px;
  }
}
@media (min-width: 1260px) {
  .fui-navbar .mobile-call-button {
    display: none !important;
  }
}
.fui-navbar.bg-white.fui-expand-md {
  background-color: transparent !important;
}
.fui-navbar .fui-container {
  position: relative;
}
.fui-navbar .fui-brand {
  padding-right: 0 !important;
  margin: 0 !important;
  max-width: 200px;
  width: 100%;
}
.fui-navbar .fui-brand a {
  position: relative;
}
.fui-navbar .fui-brand a img {
  display: block;
  max-width: 300px;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1260px) {
  .fui-navbar .fui-brand {
    display: block !important;
  }
  .fui-navbar .fui-brand img {
    max-width: 200px !important;
  }
  .fui-navbar .menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
    width: 50px;
  }
}
.fui-navbar .fui-menu.desktop-menu.main-menu {
  border-radius: 12px;
  padding: 5px 15px !important;
  height: 56px;
  background: rgba(255, 254, 251, 0.2) !important;
  backdrop-filter: blur(10px);
}
.fui-navbar .fui-menu .nav-link {
  padding: 15px 10px !important;
  color: rgb(32, 30, 16) !important;
  font-weight: 500;
  background: transparent !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1400px) and (min-width: 1260px) {
  .fui-navbar .fui-menu .nav-link {
    font-size: 14px;
    padding: 5px 10px !important;
  }
}
@media (max-width: 1260px) {
  .fui-navbar .fui-menu .nav-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.fui-navbar .fui-menu .nav-link:hover {
  color: #f03e7c !important;
}
.fui-navbar .fui-menu .active .nav-link {
  color: black !important;
}
.fui-navbar .fui-menu .fui-btn {
  padding: 15px 35px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "DM Mono", monospace;
  border-radius: 35px !important;
}
.fui-navbar .fui-menu .fui-btn:hover {
  border-color: #f03e7c;
}
.fui-navbar .fui-menu .fui-dropdown.active > a {
  color: black !important;
}
.fui-navbar .fui-menu .fui-dropdown.active .fui-dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fui-navbar .fui-menu .fui-dropdown-menu {
  max-width: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto !important;
  margin-top: 10px !important;
}
@media (min-width: 1260px) {
  .fui-navbar .fui-menu > .fui-dropdown {
    position: unset !important;
  }
}
.fui-navbar .fui-menu > .fui-dropdown ul.fui-dropdown-menu {
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.fui-navbar .fui-menu > .fui-dropdown > ul.fui-dropdown-menu {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  right: 0 !important;
  left: unset !important;
}
.fui-navbar .fui-menu > .fui-dropdown > ul.fui-dropdown-menu .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.fui-navbar .fui-menu > .fui-dropdown > ul.fui-dropdown-menu a.nav-link {
  padding: 12px 15px !important;
  width: 100%;
}
@media (max-width: 1260px) {
  .fui-navbar .fui-menu > .fui-dropdown > ul.fui-dropdown-menu a.nav-link {
    color: black !important;
  }
}
.fui-navbar .fui-menu > .fui-dropdown > ul.fui-dropdown-menu a[href="#!"] {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .fui-navbar .fui-menu .fui-dropdown.menu-showing .fui-dropdown-menu {
    position: unset !important;
  }
}
.fui-navbar .sideNavbar {
  max-width: 100%;
}
.fui-navbar .sideNavbar .menu-close {
  display: none !important;
}
.fui-navbar .sideNavbar.toggled .menu-close {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
  width: 50px;
}
.fui-navbar .sideNavbar .nav-item:hover a.nav-link, .fui-navbar .sideNavbar .nav-item.active a.nav-link {
  font-weight: 600 !important;
  color: black !important;
}
.fui-navbar .sideNavbar .nav-item a.nav-link {
  color: rgb(32, 30, 16) !important;
}
.fui-navbar .mobile-menu {
  display: none !important;
}
@media (max-width: 1260px) {
  .fui-navbar .desktop-menu {
    display: none !important;
  }
  .fui-navbar .sideNavbar .mobile-menu {
    display: block !important;
    padding-top: 100px !important;
    width: 100% !important;
  }
  .fui-navbar .sideNavbar .mobile-menu .nav-item .nav-link {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    color: black !important;
    font-size: 18px !important;
    padding: 10px 10px !important;
  }
  .fui-navbar .sideNavbar .mobile-menu .nav-item {
    padding: 0 15px !important;
    text-align: left !important;
  }
  .fui-navbar .sideNavbar .mobile-menu .nav-item .title {
    color: #333 !important;
    font-size: 24px;
    letter-spacing: -0.96px;
    padding-left: 10px;
    margin-bottom: 5px !important;
    display: block;
  }
}
@media (max-width: 1260px) and (max-width: 768px) {
  .fui-navbar .sideNavbar .mobile-menu .nav-item .title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 1260px) {
  .fui-navbar .sideNavbar .mobile-menu .seperator {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 15px 0;
  }
}
.fui-navbar .mobile-call-button {
  margin-left: auto;
}
.fui-navbar .mobile-call-button a {
  border-radius: 35px;
  outline: 1px solid white;
}
.fui-navbar .mobile-call-button .text {
  display: none;
}
@media (max-width: 580px) {
  .fui-navbar .mobile-call-button .text {
    display: inline-block !important;
  }
  .fui-navbar .mobile-call-button .number {
    display: none;
  }
}
.fui-navbar .fui-toggler {
  color: black;
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-left: 8px;
  border-radius: 12px;
  height: 48px;
}
.fui-navbar.white-navbar .fui-menu .nav-link {
  color: white !important;
  opacity: 0.5;
}
.fui-navbar.white-navbar .fui-menu .nav-link:hover {
  color: white !important;
  opacity: 1;
}
.fui-navbar.white-navbar .fui-menu .active .nav-link {
  opacity: 1 !important;
  color: white !important;
}
.fui-navbar .fui-dropdown {
  border: none;
  border-radius: 12px;
}
.fui-navbar .fui-dropdown .fui-dropdown-menu {
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.fui-navbar .fui-dropdown .services-dropdown-menu {
  padding: 10px 0;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .left-col .single-col a {
  padding: 14px 15px;
  border-radius: 12px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .left-col .single-col a .title {
  font-size: 16px;
  font-weight: 500;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .left-col .single-col a .text-muted {
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .left-col .single-col a:hover {
  background-color: #f5f2e9;
  color: black;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .left-col .single-col.active a {
  background-color: #f5f2e9;
  color: black;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a {
  padding: 0;
  margin: 0;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a .bg-cover {
  height: 350px;
  position: relative;
  border-radius: 8px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a .bg-cover .details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a .bg-cover .details .date {
  color: white;
  font-size: 12px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a .bg-cover .details .title {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  font-weight: 600;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a .bg-cover .details .text-muted {
  margin: 0;
  color: rgb(244, 240, 230) !important;
  font-size: 12px;
  margin-bottom: 10px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image a .bg-cover:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 12px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links li {
  margin-bottom: 0px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links li a {
  padding: 2px;
  font-size: 14px;
  color: #999;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links li a:hover {
  color: black;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links .link {
  margin-top: auto;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links .link a {
  padding: 5px;
  font-size: 14px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .menu-links .link a:hover {
  opacity: 0.5;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog {
  height: 100%;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a {
  padding: 0;
  margin: 0;
  height: 100%;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover {
  min-height: 350px;
  height: 100%;
  position: relative;
  border-radius: 8px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover .details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover .details .date {
  color: white;
  font-size: 12px;
  margin-bottom: 5px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover .details .title {
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-bottom: 5px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover .details .title:hover {
  color: #f03e7c !important;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover .details .text-muted {
  margin: 0;
  font-size: 12px;
  color: rgb(231, 221, 197) !important;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover .details .text-muted:hover {
  color: #f03e7c !important;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .overlay-image-blog a .bg-cover:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post {
  margin-bottom: 10px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post:last-child {
  margin: 0;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a {
  padding: 0;
  margin: 0;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover {
  position: relative;
  border-radius: 12px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .top .logo {
  max-width: 200px;
  width: 100%;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .top .number {
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  font-family: "DM Mono", monospace;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .details {
  padding: 15px;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .details .title {
  font-size: 18px;
  color: white;
  margin-bottom: 0;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .details .title:hover {
  text-decoration: underline;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .details .text-muted {
  margin: 0;
  color: white !important;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover .details .text-muted:hover {
  text-decoration: underline;
}
.fui-navbar .fui-dropdown .services-dropdown-menu .right-col .single-image-post a .bg-cover:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.fui-navbar .fui-dropdown .properties-dropdown-menu {
  padding: 10px;
  padding-right: 5px;
  padding-bottom: 0;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .left-col {
  padding-top: 15px;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .left-col .single-col {
  margin-bottom: 15px;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .left-col .single-col .title {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .left-col .single-col .links a {
  padding: 5px 0;
  color: rgb(143, 142, 132);
  font-size: 14px;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .left-col .single-col .links a:hover {
  color: black;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col {
  padding: 0;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col .single-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col a {
  padding: 0;
  display: block;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col a .single {
  border-radius: 12px;
  aspect-ratio: 1;
  position: relative;
  padding: 15px;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col a .single .top .title {
  font-size: 18px;
  color: white;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col a .single .bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.fui-navbar .fui-dropdown .properties-dropdown-menu .right-col a .single .bottom .number {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  border-radius: 4px;
  font-family: "DM Mono", monospace;
}
.fui-navbar .fui-dropdown .menu-only-dropdown-menu {
  padding: 10px 0;
}
.fui-navbar .fui-dropdown .menu-only-dropdown-menu .single-col a {
  padding: 14px 15px;
  border-radius: 12px;
}
.fui-navbar .fui-dropdown .menu-only-dropdown-menu .single-col a .title {
  font-size: 16px;
  font-weight: 500;
}
.fui-navbar .fui-dropdown .menu-only-dropdown-menu .single-col a .text-muted {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
}
.fui-navbar .fui-dropdown .menu-only-dropdown-menu .single-col a:hover {
  background-color: #f5f2e9;
  color: black;
}
.fui-navbar .fui-dropdown .multi-level-menu {
  display: none !important;
}
.fui-navbar .fui-dropdown .multi-level-menu.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fui-navbar .fui-dropdown .multi-level-menu ul {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fui-navbar .fui-dropdown .multi-level-menu ul li {
  margin-bottom: 4px !important;
}
.fui-navbar .fui-dropdown .multi-level-menu ul li.link a {
  color: black !important;
}
.fui-navbar .fui-dropdown .multi-level-menu ul li.link a:hover {
  opacity: 0.5 !important;
}
.fui-navbar .fui-dropdown .multi-dropdown-menu .single-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fui-navbar .fui-dropdown .multi-dropdown-menu .single-col i {
  display: none;
}
.fui-navbar .fui-dropdown .multi-dropdown-menu .single-col.active i {
  display: inline-block;
}
.fui-navbar .toggled .bg {
  display: block !important;
}

.main-header.fixed-header .fui-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}
@media (min-width: 1260px) {
  .main-header.fixed-header .fui-navbar .fui-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 1260px) {
  .main-header.fixed-header .fui-navbar .fui-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1260px) {
  .noScroll .fui-brand {
    position: relative;
    z-index: 1000000000000000;
  }
}
section.drug-rehab-programs {
  padding: 80px 16px;
  padding-top: 125px;
}
@media (max-width: 768px) {
  section.drug-rehab-programs {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1260px) {
  section.drug-rehab-programs .fui-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
section.drug-rehab-programs .main-title {
  color: black;
  font-size: 86px;
  letter-spacing: -3.44px;
  line-height: 90%;
  margin-bottom: 60px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  section.drug-rehab-programs .main-title {
    font-size: 40px;
    padding-left: 0;
    margin-bottom: 20px;
    letter-spacing: -1.6px;
  }
}
section.drug-rehab-programs .main-title span {
  display: block;
}
section.drug-rehab-programs .inner-content {
  padding-left: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.drug-rehab-programs .inner-content {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
section.drug-rehab-programs .inner-content .main-title {
  font-size: 104px;
  padding-left: 0;
  margin-bottom: 40px;
}
@media (max-width: 1260px) {
  section.drug-rehab-programs .inner-content .main-title {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.drug-rehab-programs .inner-content .main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
section.drug-rehab-programs .inner-content .info-p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 768px) {
  section.drug-rehab-programs .inner-content .info-p {
    font-size: 16px;
    letter-spacing: 0;
  }
  section.drug-rehab-programs .inner-content .info-p span {
    display: inline !important;
  }
}
section.drug-rehab-programs .left-col {
  padding: 15px 40px;
}
@media (max-width: 1260px) {
  section.drug-rehab-programs .left-col {
    padding-right: 20px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  section.drug-rehab-programs .left-col {
    padding-right: 0 !important;
  }
}
@media (min-width: 1260px) {
  section.drug-rehab-programs .left-col {
    padding-left: 10px;
  }
}
section.drug-rehab-programs .left-col .long-image img {
  width: 100%;
  border-radius: 12px;
}
section.drug-rehab-programs .right-col {
  padding-top: 50px;
}
@media (max-width: 1260px) {
  section.drug-rehab-programs .right-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  section.drug-rehab-programs .right-col {
    padding-top: 20px;
  }
}
section.drug-rehab-programs .right-col .info-p {
  margin-bottom: 20px;
  max-width: 542px;
}
section.drug-rehab-programs .right-col .info-p p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 120%;
  font-style: normal;
  letter-spacing: -0.04em;
  color: #8F8E84;
}
@media (max-width: 768px) {
  section.drug-rehab-programs .right-col .info-p p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
section.drug-rehab-programs .right-col .link {
  margin-bottom: 40px;
}
section.drug-rehab-programs .right-col .img img {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
}
section.drug-rehab-programs .center-col {
  padding: 15px 40px;
}
@media (min-width: 768px) {
  section.drug-rehab-programs .center-col {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  section.drug-rehab-programs .center-col {
    padding: 15px;
  }
}
section.drug-rehab-programs .center-col .long-image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  section.approach-section {
    padding: 80px 16px;
  }
}
section.approach-section .fui-container {
  padding: 0 !important;
}
section.approach-section .center-col,
section.approach-section .title-col {
  padding-left: 0;
  padding-right: 0;
}
section.approach-section .left-col {
  padding-left: 0;
}
section.approach-section .right-col {
  padding-right: 0;
}
@media (max-width: 768px) {
  section.approach-section p,
  section.approach-section .info-p {
    font-size: 16px;
  }
}
section.approach-section .right-col {
  padding-left: 80px;
}
@media (max-width: 768px) {
  section.approach-section .right-col {
    padding-left: 15px;
  }
}
section.approach-section .right-col .info-p {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  section.approach-section .right-col .info-p {
    padding-bottom: 20px;
    font-size: 16px;
  }
  section.approach-section .right-col .info-p p {
    font-size: 16px;
  }
}
section.approach-section .mini-inner-content {
  padding-top: 40px;
}
section.approach-section .mini-inner-content .title {
  font-size: 32px;
}
section.approach-section .mini-inner-content .info-p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 120%;
  font-style: normal;
  color: #8f8e84;
}
@media (max-width: 768px) {
  section.approach-section .mini-inner-content .info-p {
    letter-spacing: 0;
    font-size: 16px;
  }
}

section.as-seen {
  text-align: center;
  padding-bottom: 50px;
}
section.as-seen .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  color: rgb(143, 142, 132);
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.as-seen .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.as-seen .logos img {
  max-width: 800px;
  width: 100%;
}

section.programs-group {
  padding: 64px 0;
  padding-bottom: 100px;
}
@media (max-width: 1260px) {
  section.programs-group {
    padding: 64px 16px;
    padding-top: 25px;
  }
  section.programs-group .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1260px) {
  section.programs-group .img-col {
    padding: 0;
  }
}
section.programs-group .img-col img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
section.programs-group .content-col {
  padding: 50px;
}
@media (max-width: 1260px) {
  section.programs-group .content-col {
    padding: 25px 16px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  section.programs-group .content-col {
    padding: 25px 0;
    padding-right: 0;
  }
}
section.programs-group .content-col .mini-title {
  font-size: 20px;
  color: rgb(143, 142, 132);
  font-weight: 400;
}
section.programs-group .content-col .main-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.programs-group .content-col .main-title {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}
section.programs-group .content-col .info-p {
  font-size: 18px;
  line-height: 1.2;
  color: rgb(143, 142, 132);
  font-weight: 400;
}
section.programs-group .content-col .link {
  margin-top: 40px;
}

section.programs-group-professional {
  padding: 64px 16px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  section.programs-group-professional {
    padding: 64px 16px;
    padding-top: 25px;
  }
}
section.programs-group-professional .img-col {
  padding-left: 0;
}
@media (max-width: 768px) {
  section.programs-group-professional .img-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
section.programs-group-professional .img-col img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
section.programs-group-professional .content-col {
  padding: 50px;
  padding-right: 0;
}
@media (max-width: 768px) {
  section.programs-group-professional .content-col {
    padding: 25px 0;
  }
}
section.programs-group-professional .content-col .mini-title {
  font-size: 24px;
  color: rgb(143, 142, 132);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.01em;
}
section.programs-group-professional .content-col .main-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.programs-group-professional .content-col .main-title {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}
section.programs-group-professional .content-col p,
section.programs-group-professional .content-col .info-p {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgb(143, 142, 132);
  margin-bottom: 20px;
}
section.programs-group-professional .content-col .link {
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.programs-group-professional.text-only .content-col .title {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  section.programs-group-professional.text-only .content-col .info-p {
    font-size: 16px !important;
  }
}
section.programs-group-professional.left-img .fui-container {
  padding: 0 !important;
}
@media (max-width: 768px) {
  section.programs-group-professional.left-img .img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
}
section.programs-group-professional.left-img img {
  height: auto;
}
section.programs-group-professional.left-img .content,
section.programs-group-professional.left-img .main-title {
  max-width: 550px;
}
@media (max-width: 768px) {
  section.programs-group-professional.left-img .content,
  section.programs-group-professional.left-img .main-title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.programs-group-professional.left-img p {
    font-size: 16px !important;
  }
}
section.programs-group-professional.right-img {
  text-align: right;
}
section.programs-group-professional.right-img img {
  height: auto;
}
section.programs-group-professional.right-img .content,
section.programs-group-professional.right-img .main-title {
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 768px) {
  section.programs-group-professional.right-img {
    padding-top: 0 !important;
  }
  section.programs-group-professional.right-img .content,
  section.programs-group-professional.right-img .main-title {
    max-width: 100%;
    margin-left: unset;
  }
  section.programs-group-professional.right-img .img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.programs-group-professional.right-img .content-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  section.programs-group-professional.right-img .content-col p {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  section.programs-group-professional.no-padding .content-col {
    padding-left: 0 !important;
  }
}

section.a-day-timeline {
  padding-bottom: 100px;
}
section.a-day-timeline .fui-container {
  padding: 0 16px !important;
}
section.a-day-timeline .schedule {
  margin: 0 auto;
}
section.a-day-timeline .left-col {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  section.a-day-timeline .left-col {
    max-width: 125px !important;
    -ms-flex-preferred-size: 125px !important;
        flex-basis: 125px !important;
  }
}
section.a-day-timeline .left-col .hide {
  display: none !important;
}
section.a-day-timeline .left-col .hide + .time {
  display: none !important;
}
section.a-day-timeline .left-col .time-content.sticky .hide {
  display: block !important;
}
section.a-day-timeline .left-col .time-content.sticky .hide + .time {
  display: inline-block !important;
}
section.a-day-timeline .left-col .time-content {
  padding-left: 50px;
  position: relative;
}
@media (max-width: 576px) {
  section.a-day-timeline .left-col .time-content {
    padding-left: 20px;
  }
}
section.a-day-timeline .left-col .time-content .time-text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 35px;
  background-color: #f03e7c;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 576px) {
  section.a-day-timeline .left-col .time-content .time-text::before {
    width: 5px;
    height: 5px;
  }
}
section.a-day-timeline .left-col .time-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  section.a-day-timeline .left-col .time-text {
    font-size: 20px;
    letter-spacing: 0;
  }
}
section.a-day-timeline .left-col .time {
  font-size: 16px;
  font-weight: 500;
  color: #f03e7c;
  font-family: "DM Mono", monospace;
}
section.a-day-timeline .right-col {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  section.a-day-timeline .right-col {
    max-width: calc(100% - 125px) !important;
    -ms-flex-preferred-size: calc(100% - 125px) !important;
        flex-basis: calc(100% - 125px) !important;
  }
}
section.a-day-timeline .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 800px;
}
@media (max-width: 900px) {
  section.a-day-timeline .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
  }
}
section.a-day-timeline .card img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 400px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.a-day-timeline .card img {
    min-width: unset;
    max-width: 100%;
  }
}
section.a-day-timeline .card .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
@media (max-width: 900px) {
  section.a-day-timeline .card .content {
    padding: 20px 0;
  }
}
section.a-day-timeline .card .content h2 {
  font-size: 34px;
  color: black;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  section.a-day-timeline .card .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
section.a-day-timeline .card .content p {
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  color: #8f8e84;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.a-day-timeline .card .content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section.a-day-timeline .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.a-day-timeline .time {
    position: static;
    margin-bottom: 8px;
  }
}
section.a-day-timeline.bg-timeline {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f3eb));
  background: linear-gradient(white, #f6f3eb);
  padding: 64px 15px;
}
@media (max-width: 768px) {
  section.a-day-timeline.bg-timeline {
    padding-bottom: 0;
  }
}
section.a-day-timeline.bg-timeline .time-placeholder {
  display: none !important;
}
@media (max-width: 768px) {
  section.a-day-timeline.bg-timeline .time-content.sticky {
    position: unset !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
section.a-day-timeline.bg-timeline .time-content .time-text {
  font-size: 64px;
  letter-spacing: -2.56px;
  margin-bottom: 25px;
  font-weight: 300;
}
@media (max-width: 900px) {
  section.a-day-timeline.bg-timeline .time-content .time-text {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.a-day-timeline.bg-timeline .time-content .time-text {
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
section.a-day-timeline.bg-timeline .card {
  background-color: #f5f2e9;
  border-radius: 12px;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 900px) {
  section.a-day-timeline.bg-timeline .card {
    padding: 25px !important;
  }
}
section.a-day-timeline.bg-timeline .card .number {
  font-size: 16px;
  font-weight: 400;
  color: #f03e7c;
  margin-bottom: 20px;
  display: block;
  font-family: "DM Mono", monospace;
}
section.a-day-timeline.bg-timeline .card p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  color: #555;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.a-day-timeline.bg-timeline .card p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  section.a-day-timeline.bg-timeline .left-col,
  section.a-day-timeline.bg-timeline .right-col {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  section.a-day-timeline.bg-timeline .left-col .card,
  section.a-day-timeline.bg-timeline .right-col .card {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}
section.a-day-timeline.coordinate-travel .left-col .time-content {
  padding-left: 0 !important;
}
section.a-day-timeline.coordinate-travel .left-col .time-content .time-text::before {
  display: none;
}

section.sticky-cards-col {
  padding-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
}
section.sticky-cards-col .fui-container {
  padding: 0;
}
section.sticky-cards-col .schedule {
  margin: 0 auto;
}
section.sticky-cards-col .left-col {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  section.sticky-cards-col .left-col {
    max-width: 125px !important;
    -ms-flex-preferred-size: 125px !important;
        flex-basis: 125px !important;
  }
}
section.sticky-cards-col .left-col .hide {
  display: none !important;
}
section.sticky-cards-col .left-col .hide + .time {
  display: none !important;
}
section.sticky-cards-col .left-col .time-content.sticky .hide {
  display: block !important;
}
section.sticky-cards-col .left-col .time-content.sticky .hide + .time {
  display: inline-block !important;
}
section.sticky-cards-col .left-col .time-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  section.sticky-cards-col .left-col .time-text {
    letter-spacing: 0;
  }
}
section.sticky-cards-col .left-col .time {
  font-size: 16px;
  font-weight: 600;
  color: #f03e7c;
}
section.sticky-cards-col .right-col {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  section.sticky-cards-col .right-col {
    max-width: calc(100% - 125px) !important;
    -ms-flex-preferred-size: calc(100% - 125px) !important;
        flex-basis: calc(100% - 125px) !important;
  }
}
section.sticky-cards-col .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 800px;
}
@media (max-width: 900px) {
  section.sticky-cards-col .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
  }
}
section.sticky-cards-col .card img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 400px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.sticky-cards-col .card img {
    min-width: unset;
    max-width: 100%;
  }
}
section.sticky-cards-col .card .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
@media (max-width: 900px) {
  section.sticky-cards-col .card .content {
    padding: 20px 0;
  }
}
section.sticky-cards-col .card .content h2 {
  font-size: 34px;
  color: black;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  section.sticky-cards-col .card .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
section.sticky-cards-col .card .content p {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  color: #555;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.sticky-cards-col .card .content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section.sticky-cards-col .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sticky-cards-col .time {
    position: static;
    margin-bottom: 8px;
  }
}
section.sticky-cards-col.bg-timeline {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f3eb));
  background: linear-gradient(white, #f6f3eb);
  padding: 64px 15px;
}
section.sticky-cards-col.bg-timeline .time-placeholder {
  display: none !important;
}
@media (max-width: 768px) {
  section.sticky-cards-col.bg-timeline .time-content.sticky {
    position: unset !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
section.sticky-cards-col.bg-timeline .time-content .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  margin-bottom: 25px;
  font-weight: 300;
}
@media (max-width: 900px) {
  section.sticky-cards-col.bg-timeline .time-content .main-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.sticky-cards-col.bg-timeline .time-content .main-title {
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
section.sticky-cards-col.bg-timeline .card {
  background-color: #f5f2e9;
  border-radius: 12px;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 900px) {
  section.sticky-cards-col.bg-timeline .card {
    padding: 25px !important;
  }
}
section.sticky-cards-col.bg-timeline .card .number {
  font-size: 16px;
  font-weight: 400;
  color: #f03e7c;
  margin-bottom: 20px;
  display: block;
  font-family: "DM Mono", monospace;
}
section.sticky-cards-col.bg-timeline .card p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  color: #555;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.sticky-cards-col.bg-timeline .card p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  section.sticky-cards-col.bg-timeline .left-col,
  section.sticky-cards-col.bg-timeline .right-col {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  section.sticky-cards-col.bg-timeline .left-col .card,
  section.sticky-cards-col.bg-timeline .right-col .card {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}

section.big-home-cta {
  color: white;
}
section.big-home-cta .fui-container {
  max-width: 1100px;
  padding: 80px 15px;
  height: 700px;
  position: relative;
}
@media (max-width: 768px) {
  section.big-home-cta .fui-container {
    height: auto;
  }
}
section.big-home-cta .main-title {
  font-size: 64px;
  line-height: 90%;
  max-width: 480px;
  font-weight: 300;
  letter-spacing: -2.56px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.big-home-cta .main-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1.6px;
  }
}
section.big-home-cta .info-p {
  max-width: 600px;
}
section.big-home-cta .info-p p {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  section.big-home-cta .bottom-right-link {
    position: absolute;
    bottom: 80px;
    right: 0;
  }
}
section.big-home-cta .bottom-right-link a {
  color: white;
}
section.big-home-cta .bottom-right-link a:hover {
  color: #f03e7c !important;
}
section.big-home-cta .bottom-right-link a i {
  margin-left: 10px;
}
@media (max-width: 768px) {
  section.big-home-cta .bottom-right-link a {
    padding-left: 0;
  }
}

section.accreditations {
  padding: 100px 15px;
}
section.accreditations .content {
  max-width: 1100px;
  margin: 0 auto;
}
section.accreditations .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.accreditations .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.accreditations .info-p {
  font-size: 18px;
  line-height: 1.2;
  color: rgb(143, 142, 132);
  text-align: center;
  font-weight: 300;
  max-width: 900px;
  margin: 15px auto;
}
section.accreditations .link {
  text-align: center;
  margin-top: 40px;
}
section.accreditations .link a {
  color: black;
  font-size: 20px;
}
section.accreditations .link a i {
  margin-left: 10px;
}
section.accreditations .link:hover a {
  color: #f03e7c !important;
}
section.accreditations .brands-slider {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #efede7;
  border-radius: 12px;
  padding: 10px;
}
section.accreditations .brands-slider .item {
  padding: 0 15px;
}
section.accreditations .brands-slider .item img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.independence-timeline {
  padding: 64px 15px;
}
section.independence-timeline .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.independence-timeline .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.independence-timeline .sub-title {
  font-size: 36px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.independence-timeline .sub-title {
    font-size: 18px;
  }
}
section.independence-timeline .sub-title .text-muted {
  display: block;
}

.shaded-shade {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f3eb), to(white));
  background: linear-gradient(#f6f3eb, white);
}

.cream-shaded-shade {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f2e9), to(white));
  background: linear-gradient(#f5f2e9, white);
}

section.reviews {
  padding: 80px 16px;
}
section.reviews .fui-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
section.reviews .bg-cover {
  border-radius: 12px;
  padding: 64px 15px;
  padding-top: 150px;
}
section.reviews .bg-cover .item {
  padding: 25px 15px;
}
section.reviews .bg-cover .item .content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
section.reviews .bg-cover .item .content .comment {
  color: white;
  font-weight: 300;
}
section.reviews .bg-cover .item .content .comment p {
  font-weight: 300;
  font-size: 56px;
}
@media (max-width: 768px) {
  section.reviews .bg-cover .item .content .comment p {
    font-size: 20px;
  }
}
section.reviews .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.reviews .owl-dots .owl-dot {
  width: 40px;
  height: 4px;
  margin: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
section.reviews .owl-dots .owl-dot.active {
  background-color: white;
}
section.reviews .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 15px auto;
  color: white;
  padding: 25px;
  border-radius: 12px;
}
section.reviews .reviews-block .stars {
  margin-right: 15px;
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  section.reviews .reviews-block .stars {
    font-size: 16px;
    letter-spacing: 0;
  }
}
section.reviews .reviews-block .light {
  color: rgba(255, 255, 255, 0.5);
}

section.contact-form {
  padding: 100px 15px;
}
section.contact-form .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.contact-form .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.contact-form .sub-p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.4;
  color: #8f8e84;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.contact-form .sub-p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
section.contact-form .form-here {
  max-width: 1000px;
  margin: 0 auto;
}
section.contact-form .form-here label {
  font-size: 14px !important;
  color: black !important;
  font-weight: 500 !important;
}
section.contact-form .form-here textarea,
section.contact-form .form-here input[type=tel],
section.contact-form .form-here input[type=password],
section.contact-form .form-here input[type=number],
section.contact-form .form-here input[type=email],
section.contact-form .form-here input[type=text] {
  display: block !important;
  width: 100%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
  background-color: rgba(143, 142, 132, 0.1019607843) !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  height: 48px !important;
}
section.contact-form .form-here textarea::-webkit-input-placeholder, section.contact-form .form-here input[type=tel]::-webkit-input-placeholder, section.contact-form .form-here input[type=password]::-webkit-input-placeholder, section.contact-form .form-here input[type=number]::-webkit-input-placeholder, section.contact-form .form-here input[type=email]::-webkit-input-placeholder, section.contact-form .form-here input[type=text]::-webkit-input-placeholder {
  color: #8f8e84 !important;
}
section.contact-form .form-here textarea::-moz-placeholder, section.contact-form .form-here input[type=tel]::-moz-placeholder, section.contact-form .form-here input[type=password]::-moz-placeholder, section.contact-form .form-here input[type=number]::-moz-placeholder, section.contact-form .form-here input[type=email]::-moz-placeholder, section.contact-form .form-here input[type=text]::-moz-placeholder {
  color: #8f8e84 !important;
}
section.contact-form .form-here textarea:-ms-input-placeholder, section.contact-form .form-here input[type=tel]:-ms-input-placeholder, section.contact-form .form-here input[type=password]:-ms-input-placeholder, section.contact-form .form-here input[type=number]:-ms-input-placeholder, section.contact-form .form-here input[type=email]:-ms-input-placeholder, section.contact-form .form-here input[type=text]:-ms-input-placeholder {
  color: #8f8e84 !important;
}
section.contact-form .form-here textarea::-ms-input-placeholder, section.contact-form .form-here input[type=tel]::-ms-input-placeholder, section.contact-form .form-here input[type=password]::-ms-input-placeholder, section.contact-form .form-here input[type=number]::-ms-input-placeholder, section.contact-form .form-here input[type=email]::-ms-input-placeholder, section.contact-form .form-here input[type=text]::-ms-input-placeholder {
  color: #8f8e84 !important;
}
section.contact-form .form-here textarea::placeholder,
section.contact-form .form-here input[type=tel]::placeholder,
section.contact-form .form-here input[type=password]::placeholder,
section.contact-form .form-here input[type=number]::placeholder,
section.contact-form .form-here input[type=email]::placeholder,
section.contact-form .form-here input[type=text]::placeholder {
  color: #8f8e84 !important;
}
section.contact-form .form-here textarea {
  height: 150px !important;
  resize: vertical !important;
}
section.contact-form .form-here input[type=submit] {
  background-color: #f03e7c !important;
  color: white !important;
  border-radius: 12px !important;
  padding: 10px 28px !important;
  height: 48px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: none !important;
  cursor: pointer !important;
}
section.contact-form .form-here input[type=submit]:hover {
  background-color: #e9125d !important;
  color: white !important;
}

.sub-title-banner {
  padding: 250px 16px;
  padding-bottom: 150px;
  text-align: center;
}
.sub-title-banner .fui-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .sub-title-banner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.sub-title-banner .sub-title {
  font-size: 24px;
  letter-spacing: -0.96px;
  color: black;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sub-title-banner .sub-title {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.sub-title-banner .title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  line-height: 110%;
}
.sub-title-banner .title .text-muted {
  display: block;
}
@media (max-width: 768px) {
  .sub-title-banner .title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
  .sub-title-banner .title span,
  .sub-title-banner .title .text-muted {
    display: inline !important;
  }
}
.sub-title-banner .info-p {
  max-width: 800px;
  margin: 15px auto;
  margin-top: 40px;
  color: #201e10;
}
.sub-title-banner .info-p p {
  color: #201e10;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .sub-title-banner .info-p p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.sub-title-banner .second-title {
  font-size: 48px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .sub-title-banner .second-title {
    font-size: 34px;
  }
}

section.accreditations-list {
  padding: 64px 15px;
  padding-top: 0;
}
section.accreditations-list .single-item {
  background-color: white;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 80px;
  border-radius: 12px;
  border: 1px solid #ede8d7;
}
@media (max-width: 768px) {
  section.accreditations-list .single-item {
    text-align: center;
    padding: 25px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section.accreditations-list .single-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  section.accreditations-list .single-item .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  section.accreditations-list .single-item .left {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
section.accreditations-list .single-item .left .img {
  min-width: 175px;
}
@media (max-width: 992px) {
  section.accreditations-list .single-item .left .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.accreditations-list .single-item .left .img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
section.accreditations-list .single-item .left .img img {
  max-width: 125px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.accreditations-list .single-item .left .details {
  min-width: 400px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1260px) {
  section.accreditations-list .single-item .left .details {
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  section.accreditations-list .single-item .left .details {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  section.accreditations-list .single-item .left .details {
    min-width: auto;
  }
}
section.accreditations-list .single-item .left .details .sub-title {
  font-size: 16px;
  color: rgb(143, 142, 132);
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.02em;
}
section.accreditations-list .single-item .left .details .title {
  font-size: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 112%;
  letter-spacing: -0.02em;
  color: #201E10;
}
section.accreditations-list .single-item .right {
  max-width: 800px;
}
section.accreditations-list .single-item .right .info-p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  section.accreditations-list .single-item .right .info-p {
    font-size: 16px;
  }
}

.page-title-hero {
  padding: 80px 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-title-hero .title {
    font-size: 28px;
  }
}
.page-title-hero .fui-breadcrumb {
  text-align: center;
  background-color: transparent;
}
.page-title-hero .fui-breadcrumb a {
  color: white;
}
.page-title-hero .fui-breadcrumb li {
  color: white;
}
.page-title-hero .fui-breadcrumb li:before {
  color: white;
}

.sidebar ul > li {
  margin-bottom: 20px;
}

.sidebar ul ul {
  padding: 0;
  margin: 0;
}

.sidebar ul ul li {
  margin: 0;
}

.sidebar ul ul a {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  color: #262729;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar ul ul a:hover {
  background: #f03e7c;
  color: white;
}

.sidebar ul ul li:last-child a {
  border: none;
}

.sidebar .searchform > div input[type=text] {
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.sidebar .searchform > div input[type=submit] {
  display: block;
  padding: 10px 15px !important;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #f03e7c !important;
  color: white !important;
  background-color: #f03e7c !important;
}
.sidebar .searchform > div input[type=submit].active, .sidebar .searchform > div input[type=submit]:focus, .sidebar .searchform > div input[type=submit]:active, .sidebar .searchform > div input[type=submit]:hover {
  color: white !important;
  background-color: #e9125d !important;
  border-color: #e9125d !important;
}
.sidebar .searchform > div input[type=submit].active, .sidebar .searchform > div input[type=submit]:focus:active, .sidebar .searchform > div input[type=submit]:focus, .sidebar .searchform > div input[type=submit]:active {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 62, 124, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(240, 62, 124, 0.5) !important;
}

.sidebar .widgettitle {
  padding: 10px;
  margin: 0;
  background: #262729;
  color: white;
  font-size: 18px;
}

.button,
button.button,
#submit {
  border-radius: 12px !important;
  display: inline-block !important;
  padding: 14px 25px !important;
  text-align: center !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: #f03e7c !important;
  border: none !important;
  color: white !important;
}

.button:hover,
button.button:hover,
#submit:hover {
  background-color: #d11053 !important;
}

select {
  padding-left: 10px;
  padding-right: 10px;
}

input,
select,
textarea {
  border: 1px solid #ccc;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #f03e7c !important;
  outline: none;
}

section.main-hero {
  padding: 150px 0;
  height: 100vh;
  background-color: #f03e7c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-height: 600px) {
  section.main-hero {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
    height: auto !important;
  }
}
section.main-hero .main-title {
  font-size: 80px;
  font-weight: 300;
  color: white;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 768px) {
  section.main-hero .main-title {
    font-size: 40px;
  }
}
section.main-hero .bottom-links {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-height: 600px) {
  section.main-hero .bottom-links {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  section.main-hero .bottom-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  section.main-hero .bottom-links a {
    margin-bottom: 10px !important;
    width: 100%;
    display: block;
  }
}
section.main-hero .bottom-links a {
  color: white;
  margin: 0 4px;
  font-size: 18px;
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}
section.main-hero .bottom-links a:hover {
  background-color: #f03e7c;
}

#reco-confidentiality-page {
  /* Responsive tweaks */
}
@media (max-width: 768px) {
  #reco-confidentiality-page .confidentiality-hero-section .confidentiality-heading {
    font-size: 2.5rem;
  }
  #reco-confidentiality-page .confidentiality-hero-section .confidentiality-lead {
    padding: 0 1rem;
  }
}

.patient-rights-cards-section {
  padding-left: 16px;
  padding-right: 16px;
}

#reco-confidentiality-page {
  padding-bottom: 80px;
}
#reco-confidentiality-page .patient-rights-cards-section .fui-card {
  /* override default border from FamousUI :contentReference[oaicite:0]{index=0} */
  border: 1px solid #e6e2da;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
#reco-confidentiality-page .patient-rights-cards-section .fui-card .patient-rights-card-body {
  padding: 64px 53px;
}
@media (max-width: 768px) {
  #reco-confidentiality-page .patient-rights-cards-section .fui-card .patient-rights-card-body {
    padding: 40px 16px;
  }
}
#reco-confidentiality-page .patient-rights-cards-section .fui-card .patient-rights-card-body .patient-rights-card-label {
  font-size: 16px;
  color: #a5a5a5;
  margin-bottom: 0.5rem;
}
#reco-confidentiality-page .patient-rights-cards-section .fui-card .patient-rights-card-body .patient-rights-card-title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 768px) {
  #reco-confidentiality-page .patient-rights-cards-section .fui-card .patient-rights-card-body .patient-rights-card-title {
    letter-spacing: 0;
  }
}
#reco-confidentiality-page .patient-rights-cards-section .fui-card .patient-rights-card-body .patient-rights-card-text {
  color: black;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

#sec-fr-info {
  background-color: #ffffff;
  padding: 60px 0;
}
#sec-fr-info .fr-left,
#sec-fr-info .fr-right {
  padding: 20px;
}
@media (max-width: 768px) {
  #sec-fr-info .fr-left {
    text-align: center;
  }
}
#sec-fr-info .fr-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  margin-bottom: 24px;
  max-width: 500px;
}
@media (max-width: 768px) {
  #sec-fr-info .fr-title {
    font-size: 36px;
    text-align: center;
    letter-spacing: -1.44px;
  }
}
#sec-fr-info .fr-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
#sec-fr-info .fr-tags .fr-tag {
  display: inline-block;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 12px;
}
#sec-fr-info .fr-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#sec-fr-info .fr-card {
  background-color: #fef9f4;
  border-radius: 12px;
  padding: 24px;
}
#sec-fr-info .fr-card .fr-card-num {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 8px;
}
#sec-fr-info .fr-card .fr-card-title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  #sec-fr-info .fr-card .fr-card-title {
    letter-spacing: 0;
  }
}
#sec-fr-info .fr-card .fr-card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
  margin: 0;
}
@media (max-width: 768px) {
  #sec-fr-info {
    padding: 40px 0;
  }
  #sec-fr-info .fr-left {
    padding-bottom: 40px !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #sec-fr-info .fr-left,
  #sec-fr-info .fr-right {
    padding: 10px;
  }
  #sec-fr-info .fr-title {
    font-size: 36px;
    text-align: center;
  }
  #sec-fr-info .fr-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec-fr-info .fr-btn {
    margin: 0 auto 30px;
  }
  #sec-fr-info .fr-cards {
    gap: 16px;
  }
  #sec-fr-info .fr-cards .fr-card {
    padding: 20px;
  }
}

#sec-props {
  background-color: #2d2a20;
  padding: 80px 0;
}
#sec-props .fui-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#sec-props .ps-title {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -1.92px;
  line-height: 1.1;
}
#sec-props .ps-subtitle {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.96px;
}
#sec-props .ps-subtitle.text-cream {
  color: #f5f2e9 !important;
}
#sec-props .ps-cards {
  margin-bottom: 32px;
}
#sec-props .ps-cards .ps-card {
  margin-bottom: 16px;
}
#sec-props .ps-cards .ps-card .ps-card__link {
  display: block;
  text-decoration: none;
}
#sec-props .ps-cards .ps-card .ps-card__link .ps-card__img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#sec-props .ps-cards .ps-card .ps-card__link .ps-card__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec-props .ps-cards .ps-card .ps-card__link .ps-card__img-wrap .ps-card__title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#sec-props .ps-cards .ps-card .ps-card__link:hover .ps-card__img-wrap {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#sec-props .ps-btn {
  margin-top: 16px;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec-props .ps-btn span {
  font-size: 20px;
  margin-left: 8px;
}
#sec-props .ps-btn:hover {
  color: #f03e7c;
}
@media (max-width: 768px) {
  #sec-props .ps-title {
    font-size: 28px;
  }
  #sec-props .ps-subtitle {
    font-size: 14px;
    max-width: 100%;
  }
}

#featured-article {
  padding: 60px 0;
}
#featured-article .feat-img {
  margin-bottom: 30px;
}
#featured-article .feat-img__media {
  width: 100%;
  border-radius: 12px;
  display: block;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#featured-article .feat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}
@media (max-width: 768px) {
  #featured-article .feat-content {
    padding: 0px 15px;
  }
}
#featured-article .feat-meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 10px;
}
#featured-article .feat-meta__date {
  margin-right: 15px;
  border-right: 1px solid #949494;
  padding-right: 15px;
}
#featured-article .feat-meta__cats .feat-meta__cat {
  color: #f03e7c;
  font-weight: 500;
  margin-right: 10px;
  text-decoration: none;
}
#featured-article .feat-meta__cats .feat-meta__cat:hover {
  text-decoration: underline;
}
#featured-article .feat-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 300;
  color: #000;
  letter-spacing: -1.92px;
}
#featured-article .feat-desc {
  font-size: 16px;
  line-height: 1.2;
  color: rgb(143, 142, 132);
  margin-bottom: 25px;
}
#featured-article .feat-cta {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 12px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
#featured-article .fui-btn {
  color: #f03e7c;
}
#featured-article .fui-btn:hover {
  background-color: #f03e7c;
  color: white;
}
@media (max-width: 768px) {
  #featured-article {
    padding: 40px 0;
  }
  #featured-article .feat-title {
    font-size: 24px;
    letter-spacing: 0;
  }
  #featured-article .feat-desc {
    font-size: 14px;
  }
}

section.gallery-section .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.gallery-section .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.gallery-section .col-6 {
  padding: 0 !important;
}
section.gallery-section img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
section.gallery-section img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#blog-section {
  padding: 60px 0;
}
#blog-section .blog-filters {
  margin-bottom: 40px;
}
#blog-section .blog-filters .filter-btn {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background-color: #f2f2e9;
  color: #262729;
  border: none;
  cursor: pointer;
  height: 48px;
}
#blog-section .blog-filters .filter-btn:hover, #blog-section .blog-filters .filter-btn.active {
  background-color: #262729;
  color: #f2f2e9;
}
#blog-section .blog-filters .filter-btn:last-child {
  margin-right: 0;
}
#blog-section .blog-posts .post-col {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #blog-section .blog-posts .post-col {
    margin-bottom: 20px;
  }
}
#blog-section .blog-posts .post-card {
  background-color: #ffffff;
  border-radius: 12px;
}
#blog-section .blog-posts .post-card img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  #blog-section .blog-posts .post-card img {
    height: auto;
  }
}
#blog-section .blog-posts .post-card .post-body {
  padding: 24px 0;
}
#blog-section .blog-posts .post-card .post-body .post-meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 10px;
}
#blog-section .blog-posts .post-card .post-body .post-meta .post-date {
  margin-right: 12px;
  border-right: 1px solid #949494;
  padding-right: 10px;
}
#blog-section .blog-posts .post-card .post-body .post-meta .post-cat {
  color: #f03e7c;
}
#blog-section .blog-posts .post-card .post-body .post-title {
  font-size: 32px;
  margin: 0 0 12px;
  color: #262729;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1.28px;
}
#blog-section .blog-posts .post-card .post-body .post-excerpt {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 16px;
}
#blog-section .blog-posts .post-card .post-body .read-more {
  font-size: 16px;
  font-weight: 500;
  color: #f03e7c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#blog-section .blog-posts .post-card .post-body .read-more:hover {
  border-color: #f03e7c;
}

#blog-post {
  padding: 60px 0;
}
#blog-post .bp-hero-img {
  margin-bottom: 20px;
}
#blog-post .bp-hero-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
#blog-post .bp-meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
}
#blog-post .bp-meta .bp-cat {
  margin-left: 15px;
}
#blog-post .bp-meta .bp-date {
  font-weight: 500;
}
#blog-post .bp-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
#blog-post .bp-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #262729;
}
#blog-post .bp-body p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#blog-post .bp-body h3 {
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #blog-post .bp-body h3 {
    letter-spacing: 0;
  }
}
#blog-post .bp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
#blog-post .bp-nav .bp-btn-back,
#blog-post .bp-nav .bp-btn-next {
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 500;
  min-width: 140px;
  text-align: center;
}
#blog-post .bp-nav .bp-btn-back {
  /* secondary button */
}
#blog-post .bp-nav .bp-btn-next {
  /* primary button */
}
#blog-post .bp-sidebar .recent-articles .sidebar-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
#blog-post .bp-sidebar .recent-articles .ra-item {
  margin-bottom: 24px;
}
#blog-post .bp-sidebar .recent-articles .ra-item .ra-meta {
  font-size: 12px;
  color: #949494;
  margin-bottom: 6px;
}
#blog-post .bp-sidebar .recent-articles .ra-item .ra-meta .ra-cat {
  margin-left: 10px;
}
#blog-post .bp-sidebar .recent-articles .ra-item .ra-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
#blog-post .bp-sidebar .recent-articles .ra-item .ra-excerpt {
  font-size: 14px;
  line-height: 1.4;
}
#blog-post .bp-sidebar .recent-articles .ra-item .ra-excerpt a {
  margin-left: 5px;
  font-weight: 600;
}

#reco-mission.rm-section {
  padding: 80px 6px;
  padding-top: 200px;
}
@media (max-width: 768px) {
  #reco-mission.rm-section {
    padding-bottom: 0;
  }
}
#reco-mission.rm-section .rm-mission__intro {
  margin-bottom: 60px;
}
#reco-mission.rm-section .rm-mission__intro.text-center {
  text-align: center;
}
#reco-mission.rm-section .rm-mission__label {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #reco-mission.rm-section .rm-mission__label {
    letter-spacing: 0;
  }
}
#reco-mission.rm-section .rm-mission__title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
}
@media (max-width: 768px) {
  #reco-mission.rm-section .rm-mission__title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#reco-mission.rm-section .line {
  margin: 25px auto;
  width: 2px;
  height: 150px;
  background-color: #999;
}
@media (max-width: 768px) {
  #reco-mission.rm-section .line {
    height: 100px;
  }
}
#reco-mission.rm-section .rm-mission__content {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 50px;
}
#reco-mission.rm-section .rm-mission__left {
  padding-right: 30px;
}
#reco-mission.rm-section .rm-mission__subheading {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #reco-mission.rm-section .rm-mission__subheading {
    letter-spacing: 0;
  }
}
#reco-mission.rm-section .rm-mission__highlight {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1260px) {
  #reco-mission.rm-section .rm-mission__highlight {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #reco-mission.rm-section .rm-mission__highlight {
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: -1.6px;
  }
}
#reco-mission.rm-section .rm-mission__highlight span {
  display: block;
}
#reco-mission.rm-section .rm-mission__right p {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 768px) {
  #reco-mission.rm-section .rm-mission__right p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#reco-mission.rm-section .rm-mission__right p a {
  text-decoration: underline;
}
#reco-mission.rm-section .rm-mission__right p .text-dark {
  color: black;
}
#reco-mission.rm-section .rm-mission__text {
  font-size: 16px;
  line-height: 1.6;
  color: #6f6f6f;
  margin-bottom: 16px;
}
@media (min-width: 1260px) {
  #reco-mission.rm-section .rm-mission__left {
    padding-right: 60px;
  }
  #reco-mission.rm-section .rm-mission__right {
    padding-left: 60px;
  }
}

#reco-philosophy.rp-section {
  padding: 80px 6px;
  background-color: #ffffff;
}
#reco-philosophy.rp-section .rp-philosophy__img {
  width: 100%;
  display: block;
  border-radius: 12px;
  margin-bottom: 60px;
}
#reco-philosophy.rp-section .rp-philosophy__content {
  /* centers the text-block and limits its width via col-md-8 */
  padding: 0 16px;
}
#reco-philosophy.rp-section .rp-philosophy__title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
}
#reco-philosophy.rp-section .rp-philosophy__text {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #reco-philosophy.rp-section .rp-philosophy__text {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#reco-philosophy.rp-section .rp-philosophy__text a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #reco-philosophy.rp-section .rp-philosophy__img {
    border-radius: 12px;
    margin-bottom: 40px;
  }
  #reco-philosophy.rp-section .rp-philosophy__title {
    font-size: 28px;
  }
}

/* style.scss – Footer Section */
#reco-footer.rf-section {
  padding: 80px 0 40px;
  color: #333333;
}
@media (max-width: 1260px) {
  #reco-footer.rf-section .fui-container {
    padding: 0 16px;
  }
  #reco-footer.rf-section .fui-container .rf-footer__bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #reco-footer.rf-section .fui-container .row div:nth-child(1) {
    padding-left: 0 !important;
  }
  #reco-footer.rf-section .fui-container .row div:nth-child(2) {
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  #reco-footer.rf-section .col-md-8 .footer-col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #reco-footer.rf-section .rf-footer__subscribe {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  #reco-footer.rf-section .col-md-8 .footer-col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #reco-footer.rf-section .rf-footer__subscribe {
    padding-left: 0 !important;
  }
}
#reco-footer.rf-section input[type=email] {
  display: block !important;
  width: 100%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
  background-color: rgba(143, 142, 132, 0.1019607843) !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  height: 48px !important;
}
#reco-footer.rf-section input[type=email]::-webkit-input-placeholder {
  color: #8f8e84 !important;
}
#reco-footer.rf-section input[type=email]::-moz-placeholder {
  color: #8f8e84 !important;
}
#reco-footer.rf-section input[type=email]:-ms-input-placeholder {
  color: #8f8e84 !important;
}
#reco-footer.rf-section input[type=email]::-ms-input-placeholder {
  color: #8f8e84 !important;
}
#reco-footer.rf-section input[type=email]::placeholder {
  color: #8f8e84 !important;
}
#reco-footer.rf-section input[type=submit] {
  display: inline-block;
  max-width: 200px;
  background-color: #f03e7c !important;
  color: white !important;
  border-radius: 12px !important;
  padding: 10px 28px !important;
  height: 48px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: none !important;
  cursor: pointer !important;
}
#reco-footer.rf-section input[type=submit]:hover {
  background-color: #e9125d !important;
  color: white !important;
}
#reco-footer.rf-section .rf-footer__col {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  #reco-footer.rf-section .rf-footer__col {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
#reco-footer.rf-section .footer-col {
  margin-bottom: 40px;
}
#reco-footer.rf-section .rf-footer__heading {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 12px;
}
#reco-footer.rf-section .rf-footer__title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #reco-footer.rf-section .rf-footer__title {
    letter-spacing: 0;
  }
}
#reco-footer.rf-section .rf-rf-footer__title-mini {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}
#reco-footer.rf-section .rf-footer__subtitle {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  font-weight: 300;
  color: #6f6f6f;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #reco-footer.rf-section .rf-footer__subtitle {
    letter-spacing: 0;
  }
}
#reco-footer.rf-section .rf-footer__addr {
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
#reco-footer.rf-section .rf-footer__text {
  font-size: 16px;
  line-height: 1.6;
  color: black;
  margin-bottom: 16px;
}
#reco-footer.rf-section .rf-footer__list {
  padding: 0;
  margin: 0;
}
#reco-footer.rf-section .rf-footer__list li {
  margin-bottom: 14px;
}
#reco-footer.rf-section .rf-footer__list a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
#reco-footer.rf-section .rf-footer__list a:hover {
  text-decoration: underline;
}
#reco-footer.rf-section .rf-footer__subscribe {
  padding-left: 30px;
}
#reco-footer.rf-section .rf-footer__form {
  margin-top: 16px;
}
#reco-footer.rf-section .rf-footer__input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  height: 48px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  margin-bottom: 16px;
}
#reco-footer.rf-section .rf-footer__btn {
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px;
  margin-bottom: 16px;
}
#reco-footer.rf-section .rf-footer__small {
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
}
#reco-footer.rf-section .rf-footer__divider {
  border: none;
  margin: 40px 0;
}
#reco-footer.rf-section .rf-footer__bottom {
  padding-top: 16px;
}
#reco-footer.rf-section .rf-footer__social,
#reco-footer.rf-section .rf-footer__links {
  margin-bottom: 20px !important;
}
#reco-footer.rf-section .rf-footer__links .list-inline-item {
  margin-bottom: 5px;
}
#reco-footer.rf-section .rf-footer__links a {
  font-size: 14px;
  color: #ff3366;
}
#reco-footer.rf-section .rf-footer__links a:hover {
  color: black;
  text-decoration: underline;
}
#reco-footer.rf-section .rf-footer__social a {
  font-size: 20px;
  color: #000000;
}
#reco-footer.rf-section .rf-footer__social a:hover {
  color: #ff3366;
}
#reco-footer.rf-section .rf-footer__copyright small {
  font-size: 12px;
  color: #999999;
}
#reco-footer.rf-section .rf-footer__bottom {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  #reco-footer.rf-section .rf-footer__subscribe {
    padding: 0 20px;
  }
  #reco-footer.rf-section .rf-footer__bottom {
    text-align: center;
  }
  #reco-footer.rf-section .rf-footer__links,
  #reco-footer.rf-section .rf-footer__copyright {
    margin-bottom: 16px;
  }
}

section.our-team-banner {
  background-color: rgb(32, 30, 16);
  padding: 100px 16px;
  padding-top: 150px;
}
@media (max-width: 768px) {
  section.our-team-banner {
    padding-bottom: 50px;
  }
}
section.our-team-banner .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  line-height: 1.2;
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.our-team-banner .main-title {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
}
section.our-team-banner .sub-p {
  max-width: 800px;
  margin: 15px auto;
  margin-bottom: 80px;
  color: white;
  font-size: 24px;
  letter-spacing: -0.96px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  section.our-team-banner .sub-p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
section.our-team-banner .banner-image img {
  width: 100%;
  border-radius: 12px;
  border-radius: 12px;
  display: block;
}

section.core-team,
section.executive-team {
  padding: 60px 15px;
  background-color: rgb(32, 30, 16);
}
section.core-team .main-title,
section.executive-team .main-title {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.core-team .main-title,
  section.executive-team .main-title {
    font-size: 32px;
  }
}
section.core-team .single-col,
section.executive-team .single-col {
  margin-bottom: 40px;
}
section.core-team .single-col .team-member img,
section.executive-team .single-col .team-member img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 768px) {
  section.core-team .single-col .team-member img,
  section.executive-team .single-col .team-member img {
    height: 300px;
  }
}
section.core-team .single-col .team-member .details,
section.executive-team .single-col .team-member .details {
  margin-top: 20px;
}
section.core-team .single-col .team-member .details .name,
section.executive-team .single-col .team-member .details .name {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
section.core-team .single-col .team-member .details .job,
section.executive-team .single-col .team-member .details .job {
  color: white;
  font-size: 18px;
  font-weight: 300;
}

section.core-team {
  background-color: white;
}
section.core-team .fui-container {
  max-width: 1250px;
}
section.core-team .fui-container .main-title {
  color: black;
}
section.core-team .fui-container .sub-p {
  text-align: center;
  color: black;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 768px) {
  section.core-team .fui-container .sub-p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
section.core-team .fui-container .team-member img {
  height: 427px;
}
@media (max-width: 768px) {
  section.core-team .fui-container .team-member img {
    aspect-ratio: 1;
  }
}
section.core-team .fui-container .team-member .details .name,
section.core-team .fui-container .team-member .details .job {
  color: black;
}

#prescription-drug-addiction {
  padding: 60px 0;
}
#prescription-drug-addiction .prda-content img.prda-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}
#prescription-drug-addiction .prda-content .prda-meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 16px;
}
#prescription-drug-addiction .prda-content .prda-meta .prda-date {
  margin-right: 16px;
}
#prescription-drug-addiction .prda-content .prda-meta .prda-tag {
  margin-right: 8px;
  font-size: 14px;
  color: #f03e7c;
  text-decoration: none;
}
#prescription-drug-addiction .prda-content .prda-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #prescription-drug-addiction .prda-content .prda-title {
    font-size: 32px;
  }
}
#prescription-drug-addiction .prda-content .prda-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #333;
}
#prescription-drug-addiction .prda-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}
#prescription-drug-addiction .prda-content h3,
#prescription-drug-addiction .prda-content h4,
#prescription-drug-addiction .prda-content .prda-heading {
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 32px 0 16px;
  color: #000;
}
#prescription-drug-addiction .prda-content ul {
  list-style: disc;
  padding-left: 40px;
}
#prescription-drug-addiction .prda-content p,
#prescription-drug-addiction .prda-content li,
#prescription-drug-addiction .prda-content .prda-paragraph {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  margin-bottom: 24px;
}
#prescription-drug-addiction .prda-content li {
  margin-bottom: 10px;
}
#prescription-drug-addiction .prda-related {
  padding-left: 30px;
}
@media (max-width: 768px) {
  #prescription-drug-addiction .prda-related {
    padding: 15px 15px;
    padding-top: 50px;
  }
}
#prescription-drug-addiction .prda-related .prda-related-title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 500;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #prescription-drug-addiction .prda-related .prda-related-title {
    border-top: 1px solid #eee;
    padding-top: 20px;
    letter-spacing: 0;
  }
}
#prescription-drug-addiction .prda-related .prda-item {
  margin-bottom: 32px;
}
#prescription-drug-addiction .prda-related .prda-item .prda-item-meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 8px;
}
#prescription-drug-addiction .prda-related .prda-item .prda-item-meta .prda-item-date {
  margin-right: 8px;
  padding-right: 15px;
}
#prescription-drug-addiction .prda-related .prda-item .prda-item-meta .prda-item-cat {
  color: #f03e7c;
  text-decoration: none;
}
#prescription-drug-addiction .prda-related .prda-item .prda-item-title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #prescription-drug-addiction .prda-related .prda-item .prda-item-title {
    letter-spacing: 0;
  }
}
#prescription-drug-addiction .prda-related .prda-item .prda-item-excerpt {
  font-size: 16px;
  color: rgb(143, 142, 132);
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 400;
}
#prescription-drug-addiction .prda-related .prda-item .prda-item-more {
  font-size: 14px;
  color: #f03e7c;
  text-decoration: none;
}
#prescription-drug-addiction .more-links {
  border-top: 1px solid #e6e2da;
  padding-top: 50px;
  margin-top: 40px;
}
#prescription-drug-addiction .more-links .fui-btn {
  padding: 15px 30px;
  font-size: 16px;
  margin: 10px 0;
}
#prescription-drug-addiction .more-links .fui-btn-light {
  color: #f03e7c;
}
#prescription-drug-addiction .more-links .fui-btn-light:hover {
  background-color: #f03e7c;
  color: white;
}

/* Admissions Process */
#admissions-process {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f2e8), to(#ffffff));
  background: linear-gradient(#f6f2e8, #ffffff);
  padding: 80px 16px;
  padding-bottom: 150px;
  padding-top: 0;
}
@media (max-width: 768px) {
  #admissions-process {
    padding: 0 16px;
    padding-bottom: 50px;
  }
}
#admissions-process .adp-timeline {
  position: relative;
}
#admissions-process .adp-timeline-line {
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#babbbc), to(#f03e7c));
  background: linear-gradient(#babbbc, #f03e7c);
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
#admissions-process .adp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}
#admissions-process .adp-item .img {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #admissions-process .adp-item .img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#admissions-process .adp-item .img img {
  width: 100%;
}
#admissions-process .adp-item .content {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
#admissions-process .adp-item .adp-badge {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 12px;
  margin-bottom: 8px;
  font-family: "DM Mono", monospace;
}
#admissions-process .adp-item .adp-content h3 {
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-bottom: 8px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #admissions-process .adp-item .adp-content h3 {
    letter-spacing: 0;
  }
}
#admissions-process .adp-item .adp-content p {
  font-size: 18px;
  color: rgb(143, 142, 132);
  font-weight: 300;
  line-height: 1.4;
}
#admissions-process .adp-item .adp-image img {
  width: 100%;
  border-radius: 12px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 520px;
  display: block;
  -o-object-position: center;
     object-position: center;
}
#admissions-process .adp-timeline {
  position: relative;
}
#admissions-process .adp-timeline .adp-timeline-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -4px;
  width: 10px;
  height: 10px;
  background-color: #f03e7c;
  border-radius: 50%;
}
#admissions-process .adp-timeline > .adp-item:nth-of-type(2) .adp-content::before {
  top: 15px !important;
}
#admissions-process .adp-timeline > .adp-item:nth-of-type(3) .adp-content::before {
  background-color: rgb(222, 188, 200);
  top: 15px !important;
}
#admissions-process .adp-timeline > .adp-item:nth-of-type(4) .adp-content::before {
  background-color: rgb(196, 134, 156);
  top: 15px !important;
}
#admissions-process .adp-timeline > .adp-item:nth-of-type(5) .adp-content::before {
  top: 15px !important;
}
#admissions-process .adp-timeline > .adp-item:nth-of-type(6) .adp-content::before {
  top: 15px !important;
}
#admissions-process .adp-timeline > .adp-item:nth-of-type(6) .adp-content::before,
#admissions-process .adp-timeline > .adp-item:nth-of-type(5) .adp-content::before {
  background-color: rgb(240, 62, 124);
}
#admissions-process .adp-item-right {
  text-align: left;
  position: relative;
}
#admissions-process .adp-item-right .img {
  padding-left: 0;
}
#admissions-process .adp-item-right .img img {
  margin-left: auto;
}
@media (max-width: 768px) {
  #admissions-process .adp-item-right .img img {
    margin: 0;
  }
}
#admissions-process .adp-item-right .adp-content {
  max-width: 400px;
}
#admissions-process .adp-item-right .adp-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #babbbc;
  border-radius: 50%;
}
#admissions-process .adp-item-left {
  text-align: right;
  position: relative;
}
#admissions-process .adp-item-left .adp-content {
  max-width: 400px;
  margin-left: auto;
}
#admissions-process .adp-item-left .adp-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #babbbc;
  border-radius: 50%;
}
#admissions-process .adp-item-left .img {
  padding-right: 0;
}
#admissions-process .adp-item-left .adp-image img {
  margin-right: auto;
}
@media (max-width: 768px) {
  #admissions-process .adp-item-left .adp-image img {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #admissions-process .adp-timeline-line {
    display: none;
  }
  #admissions-process .adp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    border: 1px solid rgb(222, 188, 200);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  #admissions-process .adp-item .img,
  #admissions-process .adp-item .content {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    width: 100%;
  }
  #admissions-process .adp-item .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #admissions-process .adp-item .img img {
    max-width: 100%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
  #admissions-process .adp-item .img:empty {
    display: none;
  }
  #admissions-process .adp-item .adp-content {
    max-width: 100% !important;
  }
  #admissions-process .adp-item .adp-content p {
    margin-bottom: 0;
  }
  #admissions-process .adp-item .adp-content::before {
    display: none !important;
  }
  #admissions-process .adp-item-right,
  #admissions-process .adp-item-left {
    text-align: center;
  }
}

/* What To Bring */
#what-to-bring {
  background-color: rgb(244, 240, 230);
  padding: 80px 0;
  padding-bottom: 100px;
}
#what-to-bring .fui-container {
  padding: 0 16px !important;
}
@media (max-width: 768px) {
  #what-to-bring {
    padding: 64px 16px;
  }
}
#what-to-bring .wtb-image {
  margin-bottom: 40px;
}
#what-to-bring .wtb-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 768px) {
  #what-to-bring .wtb-image img {
    height: 250px;
  }
}
#what-to-bring .wtb-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #what-to-bring .wtb-title {
    font-size: 34px;
  }
}
#what-to-bring .wtb-description {
  font-size: 24px;
  letter-spacing: -0.96px;
  color: rgb(143, 142, 132);
  margin-bottom: 24px;
  max-width: 800px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #what-to-bring .wtb-description {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#what-to-bring .wtb-content {
  margin: 0 auto;
  max-width: 1236px;
}
#what-to-bring .wtb-list {
  margin-top: 40px;
}
#what-to-bring .wtb-list.row > div:first-child {
  padding-left: 0 !important;
}
#what-to-bring .wtb-list.row > div:last-child {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  #what-to-bring .wtb-list.row > div {
    padding: 0;
  }
}
#what-to-bring .wtb-list .content,
#what-to-bring .wtb-list ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid rgb(143, 142, 132);
  padding-top: 40px;
}
#what-to-bring .wtb-list .content li,
#what-to-bring .wtb-list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #what-to-bring .wtb-list .content li,
  #what-to-bring .wtb-list ul li {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#what-to-bring .wtb-list .content li::before,
#what-to-bring .wtb-list ul li::before {
  content: "•";
  position: absolute;
  left: -10px;
  top: -12px;
  color: #f03e7c;
  font-size: 40px;
  line-height: 1;
}
#what-to-bring.bg-dark {
  background-color: rgb(32, 30, 16);
}
#what-to-bring.bg-dark .wtb-description {
  color: #fff5d7 !important;
}
#what-to-bring.bg-dark .wtb-title,
#what-to-bring.bg-dark p {
  color: white;
}
#what-to-bring.bg-dark .wtb-list li {
  color: white;
}
#what-to-bring.bg-dark .wtb-image img {
  border-radius: 12px;
}

#careers {
  background-color: rgb(32, 30, 16);
  padding: 60px 16px;
  padding-top: 0;
}
#careers .cr-sub {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  #careers .cr-sub {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#careers .cr-cards .col-md-4 {
  padding: 0 16px;
}
#careers .cr-card {
  background-color: #3d3d3d;
  border-radius: 12px;
  padding: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #careers .cr-card {
    margin-bottom: 15px;
  }
}
#careers .cr-card .cr-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#careers .cr-card .cr-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 12px;
}
#careers .cr-card .cr-text {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 20px;
}
#careers .cr-card .cr-date {
  font-size: 12px;
  color: #949494;
}
@media (max-width: 768px) {
  #careers {
    padding: 40px 0;
  }
  #careers .cr-title {
    font-size: 32px;
  }
  #careers .cr-sub {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #careers .cr-sub {
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  #careers .cr-card {
    padding: 20px;
  }
}

/* === Open Positions Section === */
#open-positions {
  padding: 60px 6px;
}
#open-positions .op-label {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: black;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #open-positions .op-label {
    letter-spacing: 0;
  }
}
#open-positions .op-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: black;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #open-positions .op-title {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
}
#open-positions .op-list .op-item {
  background-color: #f5efe0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  /* shared styles for bullet blocks */
  /* hide toggles appropriately */
}
#open-positions .op-list .op-item .op-header {
  margin-bottom: 16px;
  color: #f03e7c;
}
#open-positions .op-list .op-item .op-header .op-status {
  margin-right: 16px;
  border-right: 1px solid #b29e8c;
  padding-right: 16px;
}
#open-positions .op-list .op-item .op-header button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #b29e8c;
}
#open-positions .op-list .op-item .op-position {
  font-size: 32px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 12px;
}
#open-positions .op-list .op-item .op-intro {
  font-size: 22px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 20px;
}
#open-positions .op-list .op-item .op-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  margin: 24px 0 12px;
}
#open-positions .op-list .op-item .op-text,
#open-positions .op-list .op-item .op-snippet {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.6;
}
#open-positions .op-list .op-item .op-bullets,
#open-positions .op-list .op-item .op-req-list {
  margin-bottom: 24px;
}
#open-positions .op-list .op-item .op-bullets .row > .col-md-4,
#open-positions .op-list .op-item .op-bullets .row > .col-md-6,
#open-positions .op-list .op-item .op-req-list .row > .col-md-4,
#open-positions .op-list .op-item .op-req-list .row > .col-md-6 {
  padding: 0 12px;
  margin-bottom: 16px;
}
#open-positions .op-list .op-item .op-bullets ul,
#open-positions .op-list .op-item .op-req-list ul {
  list-style: none;
  padding: 0;
}
#open-positions .op-list .op-item .op-bullets ul li,
#open-positions .op-list .op-item .op-req-list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #2a2a2a;
}
#open-positions .op-list .op-item .op-bullets ul li::before,
#open-positions .op-list .op-item .op-req-list ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e94f6d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
#open-positions .op-list .op-item.op-expanded .op-toggle {
  display: none;
}
#open-positions .op-list .op-item.op-collapsed .op-close {
  display: none;
}
#open-positions .op-list .op-item.op-collapsed .op-intro,
#open-positions .op-list .op-item.op-collapsed .op-bullets,
#open-positions .op-list .op-item.op-collapsed .op-subtitle,
#open-positions .op-list .op-item.op-collapsed .op-text,
#open-positions .op-list .op-item.op-collapsed .op-req-list {
  display: none;
}
@media (max-width: 768px) {
  #open-positions {
    padding: 40px 6px;
  }
  #open-positions .op-title {
    font-size: 28px;
  }
}

#member-profile.mp .mp-header {
  padding: 80px 0;
}
#member-profile.mp .mp-header .row.fa-start.fj-between {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#member-profile.mp .mp-header .mp-img-col img {
  display: block;
  width: 100%;
  max-width: 350px;
  border-radius: 12px;
}
#member-profile.mp .mp-header .mp-info-col {
  color: #ffffff;
}
#member-profile.mp .mp-header .mp-info-col .mp-name {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}
#member-profile.mp .mp-header .mp-info-col .mp-role {
  margin-top: 8px;
  font-size: 18px;
  color: #f03e7c;
}
#member-profile.mp .mp-body {
  background-color: #ffffff;
  padding: 80px 0;
}
#member-profile.mp .mp-body .mp-intro {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #262729;
  margin-bottom: 24px;
}
#member-profile.mp .mp-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #262729;
  max-width: 800px;
  margin: 0 auto;
}

#contact-section {
  padding-left: 16px;
  padding-right: 16px;
}
#contact-section.cs .cs-hero {
  border-radius: 12px;
  padding: 80px;
  color: #ffffff;
  margin: 40px 0;
}
@media (max-width: 768px) {
  #contact-section.cs .cs-hero {
    margin: 20px 0;
    padding: 25px;
  }
}
#contact-section.cs .cs-hero .cs-hero-pretitle {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 100;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #contact-section.cs .cs-hero .cs-hero-pretitle {
    letter-spacing: 0;
  }
}
#contact-section.cs .cs-hero .cs-hero-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 20px;
  max-width: 900px;
}
@media (max-width: 768px) {
  #contact-section.cs .cs-hero .cs-hero-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#contact-section.cs .cs-hero .cs-hero-subtitle {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #contact-section.cs .cs-hero .cs-hero-subtitle {
    font-size: 20px;
    letter-spacing: 0;
  }
}
#contact-section.cs .cs-hero .cs-hero-subtitle a {
  color: #ffffff;
  text-decoration: none;
}
#contact-section.cs .cs-hero .cs-hero-subtitle a:hover {
  text-decoration: underline;
}
#contact-section.cs .cs-form-section {
  padding: 64px 0;
  max-width: 1100px;
}
@media (max-width: 768px) {
  #contact-section.cs .cs-form-section {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  #contact-section.cs .cs-form-section .cs-info-col {
    padding: 0;
  }
}
#contact-section.cs .cs-form-section .cs-info-col .cs-form-title {
  font-size: 48px;
  font-weight: 300;
  color: #262729;
  margin-bottom: 16px;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-form-desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
  margin-bottom: 24px;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list {
  margin-bottom: 40px;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  color: #262729;
  margin-bottom: 0;
  padding: 10px 0;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li .icon {
  margin-right: 10px;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li .icon img {
  max-width: 25px;
  width: 100%;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li .cs-icon {
  margin-right: 8px;
  font-size: 18px;
  color: black;
  width: 25px;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li strong {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li a {
  color: #262729;
  text-decoration: none;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li a:hover {
  text-decoration: underline;
}
#contact-section.cs .cs-form-section .cs-info-col .cs-contact-list li:last-child {
  margin-bottom: 0;
}
#contact-section.cs .cs-form-section .cs-info-col .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
#contact-section.cs .cs-form-section .cs-info-col .address .icon {
  margin-right: 10px;
}
#contact-section.cs .cs-form-section .cs-info-col .address .icon img {
  max-width: 25px;
  width: 100%;
}
#contact-section.cs .cs-form-section .cs-info-col .address strong {
  display: block;
}
#contact-section.cs .cs-form-section .cs-info-col .address span {
  line-height: 1.8;
  margin-bottom: 15px;
  display: block;
}
#contact-section.cs .cs-form-section .cs-info-col .address a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#contact-section.cs .cs-form-section .cs-info-col .address a img {
  max-width: 25px;
  width: 100%;
  margin-left: 10px;
}
#contact-section.cs .cs-form-section .cs-info-col .address > i {
  font-size: 18px;
  min-width: 40px;
}
#contact-section.cs .cs-form-section .cs-form-col {
  padding: 0 25px;
}
@media (max-width: 768px) {
  #contact-section.cs .cs-form-section .cs-form-col {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  #contact-section.cs .cs-form-section .cs-form-col {
    padding-top: 25px;
  }
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form {
  margin-bottom: 20px;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form label {
  display: block;
  font-size: 14px;
  color: #262729;
  margin-bottom: 8px;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form .fui-input {
  font-size: 16px;
  padding: 12px 14px;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea,
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=tel],
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=password],
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=number],
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=email],
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=text] {
  display: block !important;
  width: 100%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
  background-color: rgba(143, 142, 132, 0.1019607843) !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  height: 48px !important;
  margin-bottom: 10px !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea::-webkit-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=tel]::-webkit-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=password]::-webkit-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=number]::-webkit-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=email]::-webkit-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=text]::-webkit-input-placeholder {
  color: #8f8e84 !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea::-moz-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=tel]::-moz-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=password]::-moz-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=number]::-moz-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=email]::-moz-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=text]::-moz-placeholder {
  color: #8f8e84 !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea:-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=tel]:-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=password]:-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=number]:-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=email]:-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=text]:-ms-input-placeholder {
  color: #8f8e84 !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea::-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=tel]::-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=password]::-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=number]::-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=email]::-ms-input-placeholder, #contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=text]::-ms-input-placeholder {
  color: #8f8e84 !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea::placeholder,
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=tel]::placeholder,
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=password]::placeholder,
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=number]::placeholder,
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=email]::placeholder,
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=text]::placeholder {
  color: #8f8e84 !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form textarea {
  height: 150px !important;
  resize: vertical !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=submit] {
  background-color: #f03e7c !important;
  color: white !important;
  border-radius: 12px !important;
  padding: 10px 28px !important;
  height: 48px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form input[type=submit]:hover {
  background-color: #e9125d !important;
  color: white !important;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form .cs-submit {
  width: 100%;
  margin-top: 24px;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form .cs-disclaimer {
  font-size: 12px;
  line-height: 1.4;
  color: #6b6b6b;
  margin-top: 12px;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form .cs-disclaimer a {
  color: #f03e7c;
  text-decoration: none;
}
#contact-section.cs .cs-form-section .cs-form-col .cs-form .cs-disclaimer a:hover {
  text-decoration: underline;
}

.top-addiction-banner {
  padding: 64px 16px;
  color: white;
}
.top-addiction-banner.with-spacer {
  padding-top: 200px;
}
.top-addiction-banner.with-spacer.dark-text {
  color: black;
}
.top-addiction-banner .at-pretitle {
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .top-addiction-banner .at-pretitle {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.top-addiction-banner .at-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  max-width: 400px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .top-addiction-banner .at-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
.top-addiction-banner .at-subtitle {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 20px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .top-addiction-banner .at-subtitle {
    font-size: 20px;
    color: #999;
    letter-spacing: 0;
  }
}
@media (max-width: 1260px) {
  .top-addiction-banner .at-hero-info {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1260px) {
  .top-addiction-banner .at-hero-img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .top-addiction-banner .at-hero-img {
    margin-bottom: -150px;
  }
}
@media (max-width: 768px) {
  .top-addiction-banner .at-hero-img {
    margin-top: 40px;
    margin-bottom: -80px;
  }
}
.top-addiction-banner .at-hero-img img {
  display: block;
  height: 700px;
  max-width: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .top-addiction-banner .at-hero-img img {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .top-addiction-banner .at-hero-img img {
    height: 300px !important;
    max-width: 100%;
  }
}

#addiction-types-section.at .grid-cards {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #addiction-types-section.at .grid-cards {
    padding-bottom: 64px;
    padding-top: 100px;
  }
}
#addiction-types-section.at .at-grid .at-grid-item {
  margin-bottom: 20px;
}
#addiction-types-section.at .at-grid .at-grid-item .at-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#addiction-types-section.at .at-grid .at-grid-item .at-card:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#addiction-types-section.at .at-grid .at-grid-item .at-card img {
  display: block;
  width: 100%;
  height: auto;
}
#addiction-types-section.at .at-grid .at-grid-item .at-card .at-card-label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  #addiction-types-section.at .at-grid .at-grid-item .at-card .at-card-label {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#facility-next-section {
  padding: 80px 16px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  #facility-next-section {
    padding: 64px 16px;
  }
}
#facility-next-section .fui-container {
  max-width: 1250px;
  margin: 0 auto;
}
#facility-next-section .fn-card {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #facility-next-section .fn-card {
    padding-left: 0;
    padding-right: 0;
  }
}
#facility-next-section .fn-facility .fn-card-inner {
  background-color: #201e10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
}
@media (max-width: 992px) {
  #facility-next-section .fn-facility .fn-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #facility-next-section .fn-facility .fn-card-inner .fn-image {
    width: 100%;
  }
}
#facility-next-section .fn-facility .fn-card-inner .fn-image img {
  min-width: 225px;
  max-width: 225px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 992px) {
  #facility-next-section .fn-facility .fn-card-inner .fn-image img {
    min-width: 100% !important;
    max-width: 100% !important;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
#facility-next-section .fn-facility .fn-card-inner .fn-content {
  color: white;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  #facility-next-section .fn-facility .fn-card-inner .fn-content {
    padding: 25px;
  }
}
#facility-next-section .fn-facility .fn-card-inner .fn-content .fn-pretitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
#facility-next-section .fn-facility .fn-card-inner .fn-content .fn-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 15px;
  max-width: 250px;
}
@media (max-width: 1260px) {
  #facility-next-section .fn-facility .fn-card-inner .fn-content .fn-title {
    font-size: 28px;
  }
}
#facility-next-section .fn-facility .fn-card-inner .fn-content .fn-text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #facility-next-section .fn-facility .fn-card-inner .fn-content .fn-text {
    margin-bottom: 40px;
  }
}
#facility-next-section .fn-facility .fn-card-inner .fn-content .fn-link {
  color: white;
}
#facility-next-section .fn-facility .fn-card-inner .fn-content .fn-link:hover {
  text-decoration: underline;
}
#facility-next-section .fn-facility .fn-card-inner .fn-content .fn-link i {
  font-size: 14px;
  margin-left: 15px;
}
#facility-next-section .fn-next .fn-card-inner {
  background: linear-gradient(79.99deg, #e87800 -95.01%, #f03e7c 47.41%, #b73cd3 158.98%, #4e6bff 220.66%, #2e9bf3 258.14%, #13c3ea 289.74%);
  border-radius: 12px;
}
#facility-next-section .fn-next .fn-card-inner .fn-image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  #facility-next-section .fn-next .fn-card-inner .fn-image img {
    min-width: 100% !important;
    max-width: 100% !important;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
#facility-next-section .fn-next .fn-card-inner .fn-content {
  padding: 25px 40px;
  color: white;
}
@media (max-width: 768px) {
  #facility-next-section .fn-next .fn-card-inner .fn-content {
    padding: 25px;
  }
}
#facility-next-section .fn-next .fn-card-inner .fn-content .fn-pretitle {
  font-size: 16px;
  margin-bottom: 10px;
}
#facility-next-section .fn-next .fn-card-inner .fn-content .fn-title {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  #facility-next-section .fn-next .fn-card-inner .fn-content .fn-title {
    font-size: 28px;
  }
}
#facility-next-section .fn-next .fn-card-inner .fn-content .fn-text {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  #facility-next-section .fn-next .fn-card-inner .fn-content .fn-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #facility-next-section .fn-next .fn-card-inner .fn-content .fn-text {
    margin-bottom: 40px;
  }
}
#facility-next-section .fn-next .fn-card-inner .fn-content .fn-link {
  display: block;
  color: white;
  margin-top: 25px;
}
#facility-next-section .fn-next .fn-card-inner .fn-content .fn-link:hover {
  text-decoration: underline;
}
#facility-next-section .fn-next .fn-card-inner .fn-content .fn-link i {
  font-size: 14px;
  margin-left: 15px;
}

#press-releases-section.pr .pr-header {
  text-align: center;
  padding: 80px 40px;
}
#press-releases-section.pr .pr-header .pr-pretitle {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: black;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  #press-releases-section.pr .pr-header .pr-pretitle {
    letter-spacing: 0;
  }
}
#press-releases-section.pr .pr-header .pr-title-main {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #9b9b92;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #press-releases-section.pr .pr-header .pr-title-main {
    font-size: 40px;
    letter-spacing: -1.36px;
  }
}
#press-releases-section.pr .pr-header .pr-title-sub {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #262729;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #press-releases-section.pr .pr-header .pr-title-sub {
    font-size: 34px;
    letter-spacing: -1.36px;
  }
}
#press-releases-section.pr .pr-categories .pr-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding: 0 10px;
  margin: 0 0 40px;
}
#press-releases-section.pr .pr-categories .pr-cat-list .pr-cat-item {
  display: inline-block;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 768px) {
  #press-releases-section.pr .pr-categories .pr-cat-list .pr-cat-item {
    padding: 10px 15px;
  }
}
#press-releases-section.pr .pr-categories .pr-cat-list .pr-cat-item.active {
  background-color: #1a1a0e;
  color: #f5f2e9;
}
#press-releases-section.pr .pr-categories .pr-cat-list .pr-cat-item:not(.active) {
  background-color: #f7f2e8;
  color: #262729;
}
#press-releases-section.pr .pr-categories .pr-cat-list .pr-cat-item:hover {
  text-decoration: none;
  opacity: 0.8;
}
#press-releases-section.pr .pr-posts .pr-post {
  margin-bottom: 60px;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-img img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  #press-releases-section.pr .pr-posts .pr-post .pr-post-img img {
    height: auto;
  }
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #6b6b6b;
  margin: 12px 0;
  margin-top: 25px;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-meta .pr-post-date {
  margin-right: 8px;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-meta .pr-post-sep {
  margin: 0 8px;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-meta .pr-post-cat {
  color: #f03e7c;
  text-decoration: none;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-meta .pr-post-cat:hover {
  text-decoration: underline;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-title {
  font-size: 32px;
  font-weight: 300;
  color: #262729;
  margin: 0 0 12px;
  line-height: 1.3;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-title:hover {
  color: #f03e7c;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  margin: 0;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-excerpt .pr-post-link {
  display: inline-block;
  margin-left: 4px;
  font-weight: 500;
  color: #f03e7c;
  text-decoration: none;
}
#press-releases-section.pr .pr-posts .pr-post .pr-post-excerpt .pr-post-link:hover {
  text-decoration: underline;
}

#access-path-section {
  padding-left: 16px;
  padding-right: 16px;
}
#access-path-section.ap .ap-banner {
  background-color: #1a1a0e;
  border-radius: 12px;
  padding: 80px 40px;
  text-align: center;
  color: #ffffff;
  margin: 40px 0;
}
@media (max-width: 768px) {
  #access-path-section.ap .ap-banner {
    padding: 40px 20px;
  }
}
#access-path-section.ap .ap-banner .ap-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1.92px;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  #access-path-section.ap .ap-banner .ap-title {
    font-size: 34px;
    letter-spacing: -1.36px;
  }
}
#access-path-section.ap .ap-banner .ap-title .ap-light {
  color: #9b9b92;
}
#access-path-section.ap .ap-banner .ap-title .ap-dark {
  color: #ffffff;
}
#access-path-section.ap .ap-banner .ap-desc {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #9b9b92;
  max-width: 1000px;
  margin: 0 auto 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #access-path-section.ap .ap-banner .ap-desc {
    letter-spacing: 0;
  }
}
#access-path-section.ap .ap-banner .ap-cta {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
#access-path-section.ap .ap-banner .ap-cta i {
  margin-left: 10px;
  font-size: 14px;
}
#access-path-section.ap .ap-banner .ap-cta:hover {
  text-decoration: underline;
}

#reco-phases-section.rp {
  padding: 15px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #reco-phases-section.rp {
    padding: 25px 0 !important;
  }
}
#reco-phases-section.rp .rp-body {
  padding: 80px 0;
  padding-top: 150px;
}
@media (max-width: 768px) {
  #reco-phases-section.rp .rp-body {
    padding-top: 100px;
    padding-bottom: 0 !important;
  }
}
#reco-phases-section.rp .rp-body .rp-body-content {
  text-align: center;
}
#reco-phases-section.rp .rp-body .rp-body-content .rp-intro {
  max-width: 800px;
  font-size: 48px;
  font-weight: 300;
  color: #262729;
  line-height: 1.4;
  margin: 15px auto;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #reco-phases-section.rp .rp-body .rp-body-content .rp-intro {
    font-size: 34px;
  }
}
#reco-phases-section.rp .rp-body .rp-body-content p {
  max-width: 1200px;
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  line-height: 1.2;
  color: #262729;
  margin: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #reco-phases-section.rp .rp-body .rp-body-content p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#reco-phases-section.rp .rp-body.small-padding {
  padding: 64px 15px;
  padding-top: 0;
}
#reco-phases-section.rp .rp-body.small-padding .rp-body-content .rp-intro {
  max-width: 600px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #reco-phases-section.rp .rp-body.small-padding .rp-body-content .rp-intro {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#reco-phases-section.rp .rp-body.small-padding .rp-body-content p {
  margin-bottom: 20px;
  max-width: 900px;
}
#reco-phases-section .grid-container {
  padding-bottom: 50px;
  max-width: 1250px;
}
#reco-phases-section .grid-container .single-col {
  margin-bottom: 20px;
}
#reco-phases-section .grid-container .single-col .card {
  border: 1px solid #eee;
  border-radius: 12px;
  aspect-ratio: 1;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#reco-phases-section .grid-container .single-col .card img {
  max-width: 100%;
}

#phases-details-section {
  padding-bottom: 50px;
}
#phases-details-section.pd .pd-item {
  margin-bottom: 40px;
}
#phases-details-section.pd .pd-item .row.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#phases-details-section.pd .pd-item .skew-box {
  background-color: black;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 12px;
  margin-right: 25px;
  margin-top: 6px;
}
#phases-details-section.pd .pd-item .skew-box.pink {
  background-color: #f03e7c;
}
#phases-details-section.pd .pd-item .skew-box .text {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  color: white;
  font-weight: bold;
  font-size: 14px;
}
#phases-details-section.pd .pd-item .pd-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
#phases-details-section.pd .pd-item .pd-item-label .pd-title {
  max-width: 300px;
  font-size: 32px;
  font-weight: 300;
  color: #262729;
  margin: 0;
}
#phases-details-section.pd .pd-item .pd-item-desc p {
  background-color: #f7f2e8;
  padding: 24px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.6;
  color: #262729;
  margin: 0;
}

section.faq-title-header {
  padding: 64px 15px;
  padding-top: 150px;
}
@media (max-width: 768px) {
  section.faq-title-header {
    padding-top: 100px;
  }
}
section.faq-title-header .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  line-height: 90%;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  section.faq-title-header .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.faq-title-header .main-title span {
  display: block;
}
section.faq-title-header .info-p {
  max-width: 1100px;
}
section.faq-title-header .info-p p {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  section.faq-title-header .info-p p {
    font-size: 16px;
    letter-spacing: 0;
  }
}

section.faq-questions {
  padding: 64px 15px;
}
@media (max-width: 768px) {
  section.faq-questions {
    padding: 25px 0;
    padding-top: 0;
  }
}
section.faq-questions .side-col .content {
  max-width: 300px;
}
@media (max-width: 768px) {
  section.faq-questions .side-col .content {
    border: 1px solid #eee;
    max-width: 100%;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 40px;
  }
}
section.faq-questions .side-col .single-tab .title {
  padding: 15px 20px;
  margin-bottom: 5px;
  cursor: pointer;
}
section.faq-questions .side-col .single-tab:hover .title, section.faq-questions .side-col .single-tab.active .title {
  background-color: black;
  color: white;
  border-radius: 12px;
}
section.faq-questions .main-col .single-faq {
  display: none;
}
section.faq-questions .main-col .single-faq.active {
  display: block;
}
section.faq-questions .main-col .single-faq-container {
  margin-bottom: 50px;
  max-width: 750px;
}
section.faq-questions .main-col .single-faq-container .faq-title {
  display: inline-block;
  font-size: 18px;
  background-color: black;
  border-radius: 12px;
  color: white;
  padding: 15px 20px;
}
section.faq-questions .main-col .single-faq-container .faq-content {
  padding-top: 10px;
  padding-left: 20px;
}
section.faq-questions .main-col .single-faq-container .faq-content p {
  line-height: 1.4;
}

section.single-service {
  padding: 64px 15px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  section.single-service {
    padding: 25px 0;
    padding-top: 50px;
  }
}
section.single-service .side-col .main-title {
  color: #f03e7c;
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  line-height: 90%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.single-service .side-col .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.single-service .side-col .content {
  max-width: 300px;
}
@media (max-width: 768px) {
  section.single-service .side-col .content {
    max-width: 100%;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 40px;
  }
  section.single-service .side-col .content .links {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px;
  }
  section.single-service .side-col .content .links .single-tab {
    margin-bottom: 10px !important;
  }
  section.single-service .side-col .content .links .single-tab:last-child {
    margin: 0 !important;
  }
  section.single-service .side-col .content .links .single-tab .title {
    outline: 1px solid #eee;
    border-radius: 12px;
  }
}
section.single-service .side-col .single-tab .title {
  padding: 15px 20px;
  margin-bottom: 5px;
  cursor: pointer;
}
section.single-service .side-col .single-tab:hover .title, section.single-service .side-col .single-tab.active .title {
  background-color: black;
  color: white;
  border-radius: 12px;
}
section.single-service .main-col {
  min-height: 1px;
  -webkit-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
}
section.single-service .main-col .main-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: rgb(143, 142, 132);
  line-height: 90%;
}
@media (max-width: 768px) {
  section.single-service .main-col .main-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
section.single-service .main-col .info-box-content {
  padding-top: 25px;
  max-width: 900px;
}
section.single-service .main-col .info-box-content ul {
  list-style: disc;
  padding-left: 40px;
}
section.single-service .main-col .info-box-content p,
section.single-service .main-col .info-box-content li,
section.single-service .main-col .info-box-content .prda-paragraph {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}
section.single-service .main-col .info-box-content li {
  margin-bottom: 10px;
}
section.single-service .main-col .info-box-content h2 {
  font-size: 32px;
  font-weight: 400;
  color: #262729;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  section.single-service .main-col .info-box-content h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
section.single-service .main-col .info-box-content h3 {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 400;
  color: #262729;
  margin: 0 0 15px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  section.single-service .main-col .info-box-content h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
section.single-service .main-col .info-box-content img {
  display: block;
  width: 100%;
  margin: 40px 0;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.single-service .main-col .info-box-content img {
    max-width: 100%;
  }
}

section.contact-us-today {
  padding: 25px 15px;
}
section.contact-us-today .fui-container {
  margin: 0 auto;
  border: 1px solid rgb(244, 240, 230);
  padding: 40px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.contact-us-today .fui-container {
    padding: 25px;
  }
}
section.contact-us-today .fui-container .title-col .title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 500;
  max-width: 350px;
}
@media (max-width: 768px) {
  section.contact-us-today .fui-container .title-col .title {
    letter-spacing: 0;
  }
}
section.contact-us-today .fui-container .info-col .content p {
  line-height: 1.4;
}
section.contact-us-today .fui-container .info-col .content p:last-child {
  margin: 0;
}

#single-team.rr .top-hero {
  position: relative;
}
#single-team.rr .top-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: white;
}
@media (max-width: 768px) {
  #single-team.rr .top-hero::before {
    display: none;
  }
}
#single-team.rr .top-hero .rr-hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single-team.rr .rr-hero {
  border-radius: 12px;
  padding: 80px 40px;
  margin: 0 auto;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 768px) {
  #single-team.rr .rr-hero {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
    padding-bottom: 0;
  }
}
#single-team.rr .rr-hero .rr-hero-img img {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}
#single-team.rr .rr-hero .rr-hero-text {
  padding-bottom: 100px;
}
#single-team.rr .rr-hero .rr-hero-text .rr-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: white;
  max-width: 600px;
  word-wrap: break-word;
  margin: 0 0 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #single-team.rr .rr-hero .rr-hero-text .rr-title {
    font-size: 40px;
    margin-top: 25px;
    letter-spacing: -1.6px;
  }
}
#single-team.rr .rr-hero .rr-hero-text .rr-desc {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #f03e7c;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  #single-team.rr .rr-hero .rr-hero-text .rr-desc {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#single-team.rr .rr-body {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #single-team.rr .rr-body {
    padding-top: 50px;
  }
}
#single-team.rr .rr-body .rr-body-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#single-team.rr .rr-body .rr-body-content .rr-body-title {
  font-size: 48px;
  font-weight: 300;
  color: #262729;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  #single-team.rr .rr-body .rr-body-content .rr-body-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#single-team.rr .rr-body .rr-body-content .rr-body-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: black;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  #single-team.rr .rr-body .rr-body-content .rr-body-text {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#residences-section.rr .top-hero {
  position: relative;
}
#residences-section.rr .top-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #f5f2e9;
}
@media (max-width: 768px) {
  #residences-section.rr .top-hero::before {
    display: none;
  }
}
#residences-section.rr .rr-hero {
  border-radius: 12px;
  padding: 80px 15px;
  margin: 0 auto;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 768px) {
  #residences-section.rr .rr-hero {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
  }
}
#residences-section.rr .rr-hero .rr-hero-img img {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}
#residences-section.rr .rr-hero .rr-hero-text .rr-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #262729;
  margin: 0 0 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #residences-section.rr .rr-hero .rr-hero-text .rr-title {
    font-size: 40px;
    margin-top: 25px;
    letter-spacing: -1.6px;
  }
}
#residences-section.rr .rr-hero .rr-hero-text .rr-desc {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #262729;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  #residences-section.rr .rr-hero .rr-hero-text .rr-desc {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#residences-section.rr .rr-body {
  background-color: #f7f2e8;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #residences-section.rr .rr-body {
    padding-top: 50px;
  }
}
#residences-section.rr .rr-body .rr-body-content {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
#residences-section.rr .rr-body .rr-body-content .rr-body-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #262729;
  line-height: 1.3;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  #residences-section.rr .rr-body .rr-body-content .rr-body-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#residences-section.rr .rr-body .rr-body-content .rr-body-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #262729;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  #residences-section.rr .rr-body .rr-body-content .rr-body-text {
    font-size: 18px;
    letter-spacing: 0;
  }
}

#residence-types-section.rt .fui-container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
#residence-types-section.rt .rt-grid .rt-grid-item {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #residence-types-section.rt .rt-grid .rt-grid-item {
    margin-bottom: 16px;
  }
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 768px) {
  #residence-types-section.rt .rt-grid .rt-grid-item .rt-card img {
    height: 500px;
  }
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 24px;
}
@media (min-width: 768px) {
  #residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content {
    max-width: 300px;
    border-radius: 12px;
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  #residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content .rt-card-title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content .rt-card-title {
    letter-spacing: 0;
  }
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content .rt-card-text {
  font-size: 14px;
  line-height: 1;
  color: rgb(143, 142, 132);
  margin: 0 0 12px;
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content .rt-card-link {
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1;
  display: block;
  color: rgb(32, 30, 16);
  text-decoration: none;
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content .rt-card-link i {
  font-size: 10px;
  margin-left: 10px;
}
#residence-types-section.rt .rt-grid .rt-grid-item .rt-card .rt-card-content .rt-card-link:hover {
  text-decoration: underline;
}
#residence-types-section.rt .rt-coming-soon {
  background-color: rgb(231, 221, 197);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #residence-types-section.rt .rt-coming-soon {
    font-size: 28px;
  }
}
#residence-types-section.rt .rt-coming-soon span {
  color: #262729;
  font-weight: 500;
}

#medical-treatments-block.rr .top-hero {
  position: relative;
}
#medical-treatments-block.rr .top-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #201e10;
}
@media (max-width: 1100px) {
  #medical-treatments-block.rr .top-hero::before {
    display: none;
  }
}
#medical-treatments-block.rr .rr-hero {
  border-radius: 12px;
  padding: 80px 16px !important;
  padding-top: 200px !important;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-hero {
    padding-top: 150px !important;
  }
}
#medical-treatments-block.rr .rr-hero .rr-hero-img {
  padding-left: 0;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-hero .rr-hero-img {
    padding: 0;
  }
}
#medical-treatments-block.rr .rr-hero .rr-hero-img img {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-hero .rr-hero-img img {
    max-width: 100%;
  }
}
#medical-treatments-block.rr .rr-hero .rr-hero-text {
  padding-right: 0;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-hero .rr-hero-text {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
#medical-treatments-block.rr .rr-hero .rr-hero-text .rr-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #262729;
  margin: 0 0 16px;
  line-height: 1.1;
}
@media (max-width: 992px) {
  #medical-treatments-block.rr .rr-hero .rr-hero-text .rr-title {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-hero .rr-hero-text .rr-title {
    font-size: 40px;
    margin-top: 15px;
    letter-spacing: -1.6px;
  }
}
#medical-treatments-block.rr .rr-hero .rr-hero-text .rr-desc {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #262729;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-hero .rr-hero-text .rr-desc {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#medical-treatments-block.rr .rr-body {
  background-color: #f7f2e8;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-body {
    padding-top: 50px;
  }
}
#medical-treatments-block.rr .rr-body .rr-body-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#medical-treatments-block.rr .rr-body .rr-body-content .rr-body-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: #262729;
  line-height: 1.3;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-body .rr-body-content .rr-body-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#medical-treatments-block.rr .rr-body .rr-body-content .rr-body-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #262729;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr .rr-body .rr-body-content .rr-body-text {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#medical-treatments-block #science-section.science-section {
  padding: 80px 16px !important;
  padding-top: 25px !important;
  background-color: #201e10;
  color: white;
}
@media (max-width: 992px) {
  #medical-treatments-block #science-section.science-section {
    padding: 40px 16px !important;
  }
}
#medical-treatments-block #science-section.science-section .science-intro {
  padding-left: 0;
}
#medical-treatments-block #science-section.science-section .science-intro .content {
  max-width: 500px;
}
#medical-treatments-block #science-section.science-section .science-intro h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #medical-treatments-block #science-section.science-section .science-intro h2 {
    font-size: 32px;
  }
}
#medical-treatments-block #science-section.science-section .science-intro p {
  font-size: 16px;
  line-height: 1.6;
}
#medical-treatments-block #science-section.science-section .science-cards {
  margin-top: 32px;
  padding: 0;
}
@media (max-width: 992px) {
  #medical-treatments-block #science-section.science-section .science-cards {
    margin-top: 0;
  }
}
#medical-treatments-block #science-section.science-section .science-cards .col-sm-6:nth-of-type(2) {
  padding-right: 0;
}
#medical-treatments-block #science-section.science-section .science-cards .col-sm-6:nth-of-type(2) .science-card {
  margin-left: auto;
}
@media (max-width: 768px) {
  #medical-treatments-block #science-section.science-section .science-cards .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
#medical-treatments-block #science-section.science-section .science-cards .science-card {
  background-color: #4b483b;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 16px;
  color: white;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #medical-treatments-block #science-section.science-section .science-cards .science-card {
    max-width: 100%;
  }
}
#medical-treatments-block #science-section.science-section .science-cards .science-card__percent {
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
#medical-treatments-block #science-section.science-section .science-cards .science-card__subtitle {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 80px;
}
#medical-treatments-block #science-section.science-section .science-cards .science-card__description {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  #medical-treatments-block #science-section.science-section .science-cards .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #medical-treatments-block #science-section.science-section .science-cards .row .col-sm-6 {
    padding-right: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #medical-treatments-block #science-section.science-section .science-cards .row .col-sm-6 .science-card__subtitle {
    margin-bottom: 25px;
  }
  #medical-treatments-block #science-section.science-section .science-cards .row .col-sm-6 .science-card {
    max-width: 100%;
  }
}
#medical-treatments-block.rr-cream .top-hero {
  position: relative;
}
#medical-treatments-block.rr-cream .top-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #f5f2e9 !important;
}
@media (max-width: 768px) {
  #medical-treatments-block.rr-cream .top-hero::before {
    display: none;
  }
}
@media (max-width: 768px) {
  #medical-treatments-block.rr-cream .top-hero {
    text-align: center;
  }
  #medical-treatments-block.rr-cream .top-hero .rr-hero-text {
    padding-top: 25px;
  }
  #medical-treatments-block.rr-cream .top-hero .rr-title {
    margin-top: 0 !important;
  }
}
#medical-treatments-block.no-bg .top-hero {
  position: relative;
}
#medical-treatments-block.no-bg .top-hero::before {
  display: none;
}
@media (min-width: 768px) {
  #medical-treatments-block.no-bg .rr-hero-text {
    padding-left: 100px;
  }
}
#medical-treatments-block .full-image {
  padding-top: 40px;
}
#medical-treatments-block .full-image img {
  height: 600px;
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#checklist-section {
  padding: 80px 0;
  padding-top: 200px;
}
#checklist-section .fui-container {
  max-width: 1200px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 768px) {
  #checklist-section {
    padding-top: 150px;
  }
}
#checklist-section .checklist-intro {
  padding-top: 50px;
}
@media (max-width: 768px) {
  #checklist-section .checklist-intro {
    padding-top: 25px;
  }
}
#checklist-section .checklist-intro .checklist-label {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #checklist-section .checklist-intro .checklist-label {
    letter-spacing: 0;
  }
}
#checklist-section .checklist-intro .checklist-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 768px) {
  #checklist-section .checklist-intro .checklist-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#checklist-section .checklist-progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5efe2;
  border-radius: 12px;
  padding: 15px 24px;
  margin: 24px 0;
  -webkit-box-shadow: 4px 4px 5px rgba(85, 61, 0, 0.1019607843);
          box-shadow: 4px 4px 5px rgba(85, 61, 0, 0.1019607843);
  height: 50px;
}
#checklist-section .checklist-progress-wrapper .checklist-progress-info {
  font-size: 14px;
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#checklist-section .checklist-progress-wrapper .checklist-progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px;
  height: 5px;
}
#checklist-section .checklist-progress-wrapper .checklist-progress .progress-bar {
  width: 0;
  height: 100%;
}
#checklist-section .checklist-progress-wrapper .checklist-percent {
  font-size: 14px;
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#checklist-section .checklist-accordion {
  margin-bottom: 16px;
  overflow: hidden;
}
#checklist-section .checklist-accordion .w-embed {
  margin-right: 10px;
}
#checklist-section .checklist-accordion .w-embed svg {
  color: white;
}
#checklist-section .checklist-accordion .checklist-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  background: #1c190b;
  border-radius: 12px;
  margin-bottom: 10px;
  height: 50px;
  line-height: 1;
}
#checklist-section .checklist-accordion .checklist-accordion-header i,
#checklist-section .checklist-accordion .checklist-accordion-header .category-title,
#checklist-section .checklist-accordion .checklist-accordion-header .category-count,
#checklist-section .checklist-accordion .checklist-accordion-header .toggle-icon {
  color: #fff;
}
#checklist-section .checklist-accordion .checklist-accordion-header i {
  font-size: 18px;
  margin-right: 12px;
}
#checklist-section .checklist-accordion .checklist-accordion-header .category-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}
#checklist-section .checklist-accordion .checklist-accordion-header .category-count {
  font-size: 14px;
  margin-right: 12px;
  font-family: "DM Mono", monospace;
}
#checklist-section .checklist-accordion .checklist-accordion-header .toggle-icon {
  font-size: 12px;
}
#checklist-section .checklist-accordion .checklist-accordion-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
#checklist-section .checklist-accordion .checklist-accordion-panel .checklist-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  background: #f5efe2;
  cursor: pointer;
  height: 50px;
}
#checklist-section .checklist-accordion .checklist-accordion-panel .checklist-item .checkbox {
  margin-right: 16px;
  font-size: 18px;
  color: #333;
}
#checklist-section .checklist-accordion .checklist-accordion-panel .checklist-item .item-text {
  font-size: 14px;
  color: #333;
}
#checklist-section .checklist-accordion .checklist-accordion-panel .checklist-item.checked {
  background-color: #e5ddc6 !important;
}
#checklist-section .checklist-accordion .checklist-accordion-panel .checklist-item.checked .checkbox i {
  color: #000;
}
#checklist-section .checklist-accordion .checklist-accordion-panel .checklist-item:last-child {
  border-bottom: none;
}

#amenities-section.am .am-header {
  padding: 80px 0 40px;
}
@media (max-width: 768px) {
  #amenities-section.am .am-header {
    padding: 64px 16px;
  }
}
#amenities-section.am .am-header .am-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #amenities-section.am .am-header .am-title {
    font-size: 40px;
    text-align: center;
    letter-spacing: -1.6px;
  }
}
#amenities-section.am .am-header .am-title .am-title-light {
  color: #9b9b92;
}
#amenities-section.am .am-header .am-title .am-title-dark {
  color: #262729;
}
#amenities-section.am .am-lists {
  padding-bottom: 40px;
  padding-left: 6px;
  padding-right: 6px;
}
#amenities-section.am .am-lists .am-col {
  margin-bottom: 24px;
}
#amenities-section.am .am-lists .am-col .am-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgb(143, 142, 132);
  padding-top: 40px;
}
#amenities-section.am .am-lists .am-col .am-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
  color: #262729;
  font-weight: 300;
}
#amenities-section.am .am-lists .am-col .am-list li::before {
  content: "•";
  position: absolute;
  left: -6px;
  top: -10px;
  color: #f03e7c;
  font-size: 40px;
  line-height: 1;
}
#amenities-section.am .am-image {
  margin-bottom: 40px;
}
#amenities-section.am .am-image img {
  display: block;
  width: 100%;
}

#treatment-overview-section.to {
  padding: 15px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #treatment-overview-section.to {
    padding-top: 50px;
  }
}
#treatment-overview-section.to .to-body {
  text-align: center;
  padding: 80px 0;
}
#treatment-overview-section.to .to-body .to-body-title {
  font-size: 48px;
  font-weight: 300;
  max-width: 800px;
  margin: 15px auto;
  color: #262729;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #treatment-overview-section.to .to-body .to-body-title {
    font-size: 34px;
  }
}
#treatment-overview-section.to .to-body .to-body-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1.2;
  font-weight: 300;
  color: #262729;
  max-width: 1250px;
  margin: 15px auto;
  margin-top: 25px;
}
@media (max-width: 768px) {
  #treatment-overview-section.to .to-body .to-body-text {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#our-services-section {
  background-color: #f5f2e9;
  padding: 15px;
}
#our-services-section.os .os-header {
  text-align: left;
  padding: 80px 15px;
  max-width: 1250px;
}
#our-services-section.os .os-header .os-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  #our-services-section.os .os-header .os-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#our-services-section.os .os-header .os-divider {
  width: 100%;
  height: 1px;
  background-color: #e1dccf;
  margin: 16px 0 24px;
}
#our-services-section.os .os-header .os-desc {
  font-size: 16px;
  line-height: 1.2;
  color: rgb(107, 107, 103);
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #our-services-section.os .os-header .os-desc {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#our-services-section.os .os-header .os-desc .os-link {
  color: #f03e7c;
  text-decoration: none;
  font-weight: 500;
}
#our-services-section.os .os-header .os-desc .os-link:hover {
  text-decoration: underline;
}
#our-services-section.os .os-grid {
  padding-bottom: 80px;
}
#our-services-section.os .os-grid .os-grid-item {
  margin-bottom: 24px;
}
#our-services-section.os .os-grid .os-grid-item .os-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#our-services-section.os .os-grid .os-grid-item .os-card:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
#our-services-section.os .os-grid .os-grid-item .os-card img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-services-section.os .os-grid .os-grid-item .os-card .os-card-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  #our-services-section.os .os-grid .os-grid-item .os-card .os-card-label {
    letter-spacing: 0;
  }
}

#testimonials-section.ts {
  background-color: #111111;
  color: #ffffff;
}
#testimonials-section.ts .ts-header {
  text-align: center;
  padding: 80px 15px;
}
#testimonials-section.ts .ts-header .ts-pretitle {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  #testimonials-section.ts .ts-header .ts-pretitle {
    letter-spacing: 0;
  }
}
#testimonials-section.ts .ts-header .ts-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  margin: 0 0 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #testimonials-section.ts .ts-header .ts-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
#testimonials-section.ts .ts-header .ts-desc {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  max-width: 900px;
  margin: 20px auto;
  line-height: 1.2;
  color: #e1dccf;
}
@media (max-width: 768px) {
  #testimonials-section.ts .ts-header .ts-desc {
    font-size: 16px;
  }
}
#testimonials-section.ts .ts-header .ts-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0;
  margin-top: 150px;
}
#testimonials-section.ts .ts-header .ts-filters .ts-filter {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#testimonials-section.ts .ts-header .ts-filters .ts-filter.active {
  background-color: #f03e7c;
  color: #ffffff;
}
#testimonials-section.ts .ts-header .ts-filters .ts-filter:not(.active) {
  background-color: #6b6b6b;
  color: #ffffff;
}
#testimonials-section.ts .ts-header .ts-filters .ts-filter:hover {
  opacity: 0.8;
}
#testimonials-section.ts .ts-cards {
  padding-bottom: 80px;
}
#testimonials-section.ts .ts-cards .ts-card-col {
  margin-bottom: 24px;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
  color: #262729;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-card-header .ts-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-card-header .ts-author .ts-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-card-header .ts-author .ts-handle {
  font-size: 14px;
  color: #6b6b6b;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-card-header .ts-logo {
  margin-left: auto;
  width: 24px;
  height: auto;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-text {
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 12px;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #6b6b6b;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-footer .ts-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
#testimonials-section.ts .ts-cards .ts-card-col .ts-card .ts-footer .ts-likes i.fa-heart {
  color: #f03e7c;
  font-size: 16px;
}
@media (min-width: 768px) {
  #testimonials-section {
    /* Make the center column cards pop upward */
    /* Left and right stay at the same height (optional slight effect) */
  }
  #testimonials-section .ts-card-col:nth-child(3n+2) .ts-card {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  #testimonials-section .ts-card-col:nth-child(3n+1) .ts-card,
  #testimonials-section .ts-card-col:nth-child(3n+3) .ts-card {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* Keep the stagger ONLY when not filtering */
@media (min-width: 768px) {
  #testimonials-section:not(.is-filtering) .ts-card-col:nth-child(3n+2) .ts-card {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  /* When filtering, kill transforms & transitions to avoid jumpiness */
  #testimonials-section.is-filtering .ts-card {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
section.our-medias-posts {
  background-color: rgb(32, 30, 16);
  padding: 25px 15px;
  padding-bottom: 50px;
}
section.our-medias-posts .main-title {
  font-size: 48px;
  line-height: 1.2;
  color: white;
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  section.our-medias-posts .main-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
section.our-medias-posts .main-title span {
  display: block;
}
section.our-medias-posts .fui-container {
  max-width: 1200px;
}
section.our-medias-posts .single-col {
  padding: 20px;
}
@media (max-width: 768px) {
  section.our-medias-posts .single-col {
    padding: 10px 0;
  }
}
section.our-medias-posts .single-col .card img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section.our-medias-posts .single-col .card img {
    height: auto;
  }
}
section.our-medias-posts .single-col .card .title {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 500;
  color: white;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section.our-medias-posts .single-col .card .title {
    letter-spacing: 0;
  }
}
section.our-medias-posts .single-col .card .excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  line-height: 1.4;
}
section.our-medias-posts .single-col .card .link {
  font-size: 14px;
  color: #f03e7c;
  text-decoration: none;
}
section.our-medias-posts .single-col .card .link:hover {
  text-decoration: underline;
}

#professional-referrals-banner.rr .top-hero {
  position: relative;
}
#professional-referrals-banner.rr .top-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: white;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .top-hero::before {
    display: none;
  }
}
#professional-referrals-banner.rr .rr-hero {
  border-radius: 12px;
  padding: 80px 15px;
  margin: 0 auto;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .rr-hero {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
    padding-bottom: 0;
  }
}
#professional-referrals-banner.rr .rr-hero .rr-hero-img img {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}
#professional-referrals-banner.rr .rr-hero .rr-hero-text {
  padding-bottom: 100px;
}
#professional-referrals-banner.rr .rr-hero .rr-hero-text .rr-title {
  font-size: 64px;
  letter-spacing: -2.56px;
  font-weight: 300;
  color: white;
  max-width: 600px;
  word-wrap: break-word;
  margin: 0 0 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .rr-hero .rr-hero-text .rr-title {
    font-size: 40px;
    margin-top: 25px;
    letter-spacing: -1.6px;
  }
}
#professional-referrals-banner.rr .rr-hero .rr-hero-text .rr-desc {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: white;
  line-height: 1.2;
  margin: 0;
  max-width: 400px;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .rr-hero .rr-hero-text .rr-desc {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#professional-referrals-banner.rr .rr-body {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .rr-body {
    padding-top: 50px;
  }
}
#professional-referrals-banner.rr .rr-body .rr-body-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#professional-referrals-banner.rr .rr-body .rr-body-content .rr-body-title {
  font-size: 48px;
  font-weight: 300;
  color: #262729;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .rr-body .rr-body-content .rr-body-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#professional-referrals-banner.rr .rr-body .rr-body-content .rr-body-text {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 300;
  color: black;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  #professional-referrals-banner.rr .rr-body .rr-body-content .rr-body-text {
    font-size: 16px;
    letter-spacing: 0;
  }
}