/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 920px;
  display: flex;
  align-items: end;
}
#hero .container {
  padding-bottom: 63px;
  z-index: 1;
}
#hero picture.main-image {
  z-index: -1;
  max-width: 100% !important;
  width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
}
#hero picture.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero .bottom-disclaimer {
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 900;
}
#hero .border-bottom {
  border-bottom: 2px solid #FFFFFF !important;
  padding-bottom: 11px;
  width: fit-content;
}
#hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background: rgba(35, 36, 32, 0.15);
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hero .container {
    padding-bottom: 0;
  }
  #hero .container-links {
    position: absolute;
    bottom: 77px;
    width: 100%;
    left: 0;
    right: 0;
  }
  #hero picture.main-image img {
    height: 100vh;
    object-fit: cover;
  }
  #hero .bottom-disclaimer {
    letter-spacing: 1px;
  }
}

/*Practice*/
#practice h2 {
  color: #F2F0EF;
}
#practice p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#practice .main-link {
  min-height: 74px;
  background: #EEEEED;
  border-radius: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 6px;
  padding-left: 17px;
  background: #464A3F;
  color: #FFFFFF;
}
#practice .line-divider {
  width: 100%;
  height: 1px;
  background: #EEEEED;
  display: block;
  margin-bottom: 4.5px;
  margin-top: 4.5px;
}
#practice .main-link-service {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 10px;
  padding-right: 10px;
}
#practice .main-link-service:hover {
  background: #FAFAFA;
  border-radius: 10px;
}
#practice .container-services {
  display: none;
}
#practice .container-services.active {
  display: block;
}
#practice p.h5 {
  margin-top: -45px;
}
#practice p.h4 {
  margin-bottom: 20px;
  margin-top: -10px;
}
#practice .practice-item-mobile {
  margin-bottom: 17px;
}
#practice .practice-item-mobile .main-link {
  cursor: pointer;
  padding-right: 17px;
}
#practice .practice-item-mobile .main-link.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
#practice .practice-item-mobile .accordion-icon {
  transition: transform 0.3s ease;
}
#practice .practice-item-mobile .main-link.active .accordion-icon {
  transform: rotate(180deg);
}
#practice .practice-item-mobile .last-item {
  border: 0;
}
#practice .practice-item-mobile.line-divider:last-of-type {
  display: none;
}
#practice .container-services-mobile {
  overflow: hidden;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  padding-left: 17px;
  padding-right: 17px;
}
#practice .container-services-mobile .line-divider:first-of-type {
  display: none;
}
#practice .container-services-mobile.active {
  display: block;
  padding-bottom: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1025px) {
  #practice .main-link {
    padding-left: 20px;
  }
  #practice p.h4 {
    margin-bottom: unset;
    margin-top: unset;
  }
  #practice p.h5 {
    margin-top: -49px;
  }
  #practice .main-link {
    min-height: 74px;
    background: #EEEEED;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #2D3126;
  }
  #practice .main-link.active, #practice .main-link:hover {
    background: #464A3F;
    color: #FFFFFF;
  }
}

/*About*/
#about {
  background: #F8F8F7;
}
#about h2 {
  color: #EBE9E8;
}
#about p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#about picture.main-image {
  width: 100% !important;
  height: 100% !important;
}
#about picture.main-image img {
  border-radius: 10px;
}
#about .container-disclaimer {
  background: #464A3F 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 592px;
  left: 0;
  position: relative;
  right: 0;
  z-index: 1;
  padding: 28px;
  margin-left: auto;
  margin-right: auto;
  bottom: 70px;
  width: calc(100% - 48px);
}
#about .container-disclaimer p {
  color: #F2F0EF;
}
#about p.h2.disclaimer {
  opacity: 0.25;
}
#about p.h5.subtitle {
  margin-top: -45px;
}
#about p.h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
#about .btn-transparent-black {
  width: 100%;
}
@media screen and (min-width: 641px) {
  #about .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #about p.h5.subtitle {
    margin-top: -49px;
  }
  #about p.h2.disclaimer {
    margin-top: -38px;
  }
  #about p.h4 {
    margin-top: 43px;
    margin-bottom: 20px;
  }
  #about .container-disclaimer {
    position: absolute;
    bottom: -70px;
    margin-left: auto;
    margin-right: auto;
  }
  #about picture.main-image {
    position: absolute;
    top: 0;
    right: 0;
  }
  #about picture.main-image img {
    height: 1004px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1025px) {
  #about p.h5.subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px) {
  #about p.h2.disclaimer {
    font-size: 50px;
  }
}

/*Services About*/
#services-about p.h5.title {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 2em;
}
#services-about .icon-direct-counsil,
#services-about .icon-discree-advocacy,
#services-about .icon-prompt-response,
#services-about .icon-transparent-pricing {
  font-size: 60px;
  color: #464A3F;
}
#services-about .main-content {
  border-bottom: 8px solid #F2F0EF;
  height: 100%;
  padding-bottom: 3em;
}
#services-about .main-content p {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 1025px) {
  #services-about .main-content {
    padding-bottom: 2em;
  }
}

/*Reviews*/
#reviews {
  background: #464A3F;
}
#reviews .icon-star {
  color: #F8B805;
  font-size: 27px;
}
#reviews .container-stars {
  gap: 7px;
}
#reviews .icon-quote {
  color: #F2F0EF;
  font-size: 45px;
}
#reviews h2 {
  color: #F2F0EF;
  opacity: 0.23;
}
#reviews p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #FFFFFF;
}
#reviews .testimonial-item {
  background: #51554B;
  border-radius: 5px;
}
#reviews .testimonial-text {
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#reviews .testimonial-text p {
  font-size: clamp(1.5rem, 1.5rem + 0.003125 * (100vw - 640px), 1.75rem) !important;
  line-height: 40px !important;
  font-family: "Playfair Display", "sans-serif";
  font-style: italic;
}
#reviews .testimonial-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
#reviews .testimonial-read-more {
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0;
  margin-top: 5px;
  font-weight: 600;
}
#reviews .testimonial-read-more.is-visible {
  display: inline-block;
}
#reviews p.h5.subtitle {
  margin-top: -45px;
}
#reviews .btn-transparent {
  width: 100%;
}
#reviews .owl-prev,
#reviews .owl-next {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F2F0EF;
  border-radius: 5px;
}
#reviews .owl-prev.disabled,
#reviews .owl-next.disabled {
  opacity: 0.1;
}
#reviews .owl-prev:hover,
#reviews .owl-next:hover {
  background: #F2F0EF;
}
#reviews .owl-prev:hover .icon-chevron-right,
#reviews .owl-prev:hover .icon-dhevron-left,
#reviews .owl-next:hover .icon-chevron-right,
#reviews .owl-next:hover .icon-dhevron-left {
  color: #51554B;
}
#reviews .owl-prev .icon-chevron-right,
#reviews .owl-prev .icon-dhevron-left,
#reviews .owl-next .icon-chevron-right,
#reviews .owl-next .icon-dhevron-left {
  color: #F2F0EF;
}
#reviews .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em;
  gap: 12px;
}
#reviews .testimonials-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
#reviews .testimonials-carousel .owl-item {
  height: auto;
  display: flex;
}
#reviews .testimonials-carousel .testimonial-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  #reviews .btn-transparent {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #reviews p.h5.subtitle {
    margin-top: -55px;
  }
  #reviews .owl-prev {
    position: absolute;
    top: 40%;
    left: -2vw;
  }
  #reviews .owl-next {
    position: absolute;
    top: 40%;
    right: -2vw;
  }
  #reviews .testimonial-item {
    min-height: 421px;
  }
}
@media screen and (min-width: 1640px) {
  #reviews .owl-prev {
    left: -5vw;
  }
  #reviews .owl-next {
    right: -5vw;
  }
}

/*Cases*/
#cases h2 {
  color: #F2F0EF;
}
#cases p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#cases .card-case {
  background: #F8F8F7;
  padding: 30px 30px 60px 30px;
  border-radius: 10px;
}
#cases .attachment-post-thumbnail {
  max-width: 178px;
}
#cases .container-image {
  margin-left: auto;
  width: fit-content;
}
#cases p.h5.subtitle {
  margin-top: -45px;
}
#cases .attachment-post-thumbnail {
  max-width: 110px;
}
#cases .btn-transparent-black {
  width: 100%;
}
#cases .owl-prev,
#cases .owl-next {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #282B22;
  border-radius: 5px;
}
#cases .owl-prev.disabled,
#cases .owl-next.disabled {
  opacity: 0.1;
}
#cases .owl-prev:hover,
#cases .owl-next:hover {
  background: #282B22;
}
#cases .owl-prev:hover .icon-chevron-right,
#cases .owl-prev:hover .icon-dhevron-left,
#cases .owl-next:hover .icon-chevron-right,
#cases .owl-next:hover .icon-dhevron-left {
  color: #FFFFFF;
}
#cases .owl-prev .icon-chevron-right,
#cases .owl-prev .icon-dhevron-left,
#cases .owl-next .icon-chevron-right,
#cases .owl-next .icon-dhevron-left {
  color: #282B22;
}
#cases .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em;
  gap: 12px;
}
#cases .owl-nav.disabled {
  display: none;
}
#cases .owl-stage {
  display: flex;
}
#cases .owl-item {
  height: inherit;
  display: flex;
}
#cases .card-case {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#cases .card-case .main-content {
  margin-top: auto;
}
@media screen and (min-width: 641px) {
  #cases .btn-transparent-black {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  #cases .main-link {
    padding-left: 20px;
  }
  #cases .attachment-post-thumbnail {
    max-width: 100px;
  }
  #cases .btn-transparent-black {
    margin-left: auto;
  }
  #cases p.h5.subtitle {
    margin-top: -49px;
  }
  #cases .card-case {
    padding: 30px 50px 70px;
    min-height: 575px;
  }
  #cases .owl-prev {
    position: absolute;
    top: 40%;
    left: -2vw;
  }
  #cases .owl-next {
    position: absolute;
    top: 40%;
    right: -2vw;
  }
}
@media screen and (min-width: 1640px) {
  #cases .attachment-post-thumbnail {
    max-width: 178px;
  }
  #cases .owl-prev {
    left: -5vw;
  }
  #cases .owl-next {
    right: -5vw;
  }
}

/*Process*/
#process {
  background: #464A3F;
}
#process h2 {
  color: #F2F0EF;
  opacity: 0.23;
}
#process p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #FFFFFF;
}
#process .main-content {
  color: #FFFFFF;
}
#process p.h4 {
  margin-bottom: 40px;
}
#process .main-link {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  font-weight: 900;
  color: #FFFFFF;
  opacity: 0.8;
  padding-left: 10px;
  padding-right: 10px;
}
#process .main-link:hover {
  background: #585C52 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}
#process .line-divider {
  width: 100%;
  height: 1px;
  background: #EEEEED;
  opacity: 0.2;
  display: block;
  margin-bottom: 4.5px;
  margin-top: 4.5px;
}
#process .main-processes {
  height: 407px;
  overflow-y: scroll;
  direction: rtl;
}
#process .main-processes::-webkit-scrollbar {
  width: 7px;
}
#process .main-processes::-webkit-scrollbar-track {
  background: #65685F 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
#process .main-processes::-webkit-scrollbar-thumb {
  background: #F2F0EF 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
#process .main-processes::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
@supports (scrollbar-width: thin) and (not selector(::-webkit-scrollbar)) {
  #process .main-processes {
    scrollbar-color: #F2F0EF #65685F;
  }
}
#process .main-processes > * {
  direction: ltr;
}
#process p.h5.subtitle {
  margin-top: -45px;
}
#process .main-content {
  margin-top: 45px;
}
#process p.h4 {
  margin-bottom: 20px;
}
#process .main-processes {
  padding-left: 2em;
}
#process .btn-transparent {
  width: 100%;
}
@media screen and (min-width: 641px) {
  #process .btn-transparent {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #process p.h5.subtitle {
    margin-top: -49px;
  }
  #process::-webkit-scrollbar {
    width: 14px;
  }
  #process p.h4 {
    max-width: 650px;
  }
  #process .main-processes {
    padding-left: 3em;
  }
  #process .main-content-bottom {
    max-width: 623px;
  }
  #process .btn-transparent {
    width: fit-content;
  }
}

/*Resources*/
#resources h2 {
  color: #F2F0EF;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#resources p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#resources picture {
  z-index: -1;
  width: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
#resources picture img {
  border-radius: 10px;
  width: 100% !important;
  height: 100% !important;
}
#resources .main-content {
  color: #FFFFFF;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
  z-index: 1;
}
#resources .main-content p:not(.h4) {
  font-size: 16px;
  line-height: 30px;
}
#resources .main-content p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
#resources .main-content p.h3 {
  margin-bottom: 15px;
}
#resources .main-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 511px;
}
#resources .main-card img {
  position: relative;
  z-index: 0;
  transition: transform 0.4s ease;
  min-height: 511px;
  object-fit: cover;
}
#resources .main-card:hover img {
  transform: scale(1.1);
}
#resources .main-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(40, 43, 34, 0.57);
  pointer-events: none;
}
#resources p.h5.subtitle {
  margin-top: -45px;
}
#resources .btn-transparent-black {
  width: 100%;
}
#resources p.h4-subtitle {
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  #resources .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #resources p.h5.subtitle {
    margin-top: -49px;
  }
  #resources .btn-transparent-black {
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  #resources h2 {
    font-size: 45px !important;
  }
  #resources p.h4-subtitle {
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  #resources .main-content {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}

/*FAQ*/
#faq {
  background: #F8F8F7;
}
#faq h2 {
  color: #F2F0EF;
}
#faq p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#faq .container-faq {
  background: #EEEEED;
}
#faq .answer p, #faq .answer li {
  font-size: 16px !important;
  line-height: 30px !important;
}
#faq ul {
  margin-top: 1em;
}
#faq .question {
  font-weight: bold;
}
#faq .answer {
  display: none;
}
#faq p.h5.subtitle {
  margin-top: -45px;
}
#faq p.h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#faq .btn-transparent-black {
  width: 100%;
}
#faq .container-faq {
  cursor: pointer;
}
#faq {
  border-bottom: 4px solid #EEEEED;
}
@media screen and (min-width: 641px) {
  #faq .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #faq p.h5.subtitle {
    margin-top: -49px;
  }
  #faq .btn-transparent-black {
    width: fit-content;
  }
  #faq p.h4 {
    margin-top: unset;
    margin-bottom: 10px;
  }
}