@font-face {
    font-family: 'Source Sans 3';
    src: url( '../fonts/source-sans-3/SourceSans3-Regular.woff2' ) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url( '../fonts/source-sans-3/SourceSans3-SemiBold.woff2' ) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url( '../fonts/source-sans-3/SourceSans3-Bold.woff2' ) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url( '../fonts/lora/Lora-Medium.woff2' ) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url( '../fonts/lora/Lora-SemiBold.woff2' ) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url( '../fonts/lora/Lora-Bold.woff2' ) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --content-font: 'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --heading-font: 'Lora', Georgia, serif;
    --blue-300: #597295;
    --blue-500: #1B365D;
    --blue-700: #102038;
    --yellow-300: #FF9E1B;
    --yellow-500: #E18A16; /* No se esta utilizando en el sistema de diseño */
    --yellow-700: #C37610;
    --system-error: #B2533E;
    --neutral-black: #07080D;
    --neutral-darkness: #73675C;
    --neutral-dark: #CCB5A0;
    --neutral-medium: #EFDCCD;
    --neutral-light: #F3E5DA;
    --neutral-extra-light: #F5F3ED;
    --neutral-white: #FFFFFF;
    --nnm-trs-duration: 0.25s;
    --nnm-trs-ease: cubic-bezier(.4, 0, .2, 1);
    --bs-body-line-height: 1.4;
    --swiper-theme-color: var( --blue-500 );
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --nnm-decor-lined-border-color: var( --neutral-dark );
    --swiper-divider-bg-color: var( --neutral-dark );
    --bs-accordion-border-radius: 0;
    --bs-border-radius: 0;
    --bs-border-width: 0;
    --bs-border-color-translucent: transparent;
    --bs-body-bg: transparent;
    --nnm-icon-plus: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\<path d='M7 1h2v6h6v2H9v6H7V9H1V7h6z' fill='currentColor'/>\</svg>");
    --nnm-icon-minus: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\<path d='M1 7h14v2H1z' fill='currentColor'/>\</svg>");
    --testimonial-card-bg: var( --neutral-light );
    --terciary-btn-color: var( --neutral-black );
    --secondary-btn-bg-color: transparent;
    --overlay-marquee-bg-color: var( --neutral-white );
    --bs-link-color-rgb: var( --blue-500 );
    --bs-link-hover-color-rgb: var( --blue-700 );
    --nnm-remodal-overlay-bg: rgba(7, 8, 13, 0.5);
    --icon-decoration-line-bg-color: var( --neutral-dark );
    --icon-decoration-svg-bg-color: var( --yellow-300 );
}

body {
    font-family: var( --content-font );
    background-color: var( --neutral-white );
    color: var( --neutral-black );
    font-size: 1rem;
}

img {
    max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.heading-font {
    font-family: var( --heading-font );
    font-weight: 600;
}

.content-font {
    font-family: var( --content-font );
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

header[id$="-header"] {
    --nnm-decor-lined-border-color: var( --neutral-white );
    background-color: var( --blue-500 );
    transition: background-color var(--nnm-trs-duration) var(--nnm-trs-ease), border var(--nnm-trs-duration) var(--nnm-trs-ease);
}

header[id$="-header"], header[id$="-header"].sticky {
    z-index: 1061;
}

header[id$="-header"].scrolled,
body.error404 header[id$="-header"]:not(.scrolled),
body.page-template-tmp-thank-you header[id$="-header"]:not(.scrolled) {
    background-color: var( --blue-700 );
}

header[id$="-header"].scrolled .decor--lined.decor--line-bottom {
    border-color: transparent;
}

header[id$="-header"], header[id$="-header"] a:not(.btn) {
    color: var( --neutral-white );
}

header[id$="-header"] a:not(.btn), footer a:not(.btn) {
    transition: color var(--nnm-trs-duration) var(--nnm-trs-ease);
    text-decoration: none;
}

header[id$="-header"] a:not(.btn):hover, header[id$="-header"] a:not(.btn):focus, header[id$="-header"] a:not(.btn):active {
    color: var( --yellow-300 );
}

header[id$="-header"] .navbar, header[id$="-header"] .mobile-menu > div.navbar-wrap {
    padding: 0.75rem 0;
}

.navbar-brand > .header-logo {
    width: auto;
    height: 3rem;
}

[id$=-nav-collapse].show {
    opacity: 1;
    visibility: visible
}

.burger-menu {
    border: 0;
    height: 1.9rem;
    width: 1.9rem
}

.burger-menu span {
    background-color: var( --neutral-white );
    display: block;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    transition: transform .5s;
    width: 100%
}

.burger-menu span:last-child {
    margin-bottom: 0
}

.burger-menu[aria-expanded=true] span:first-child {
    top: 0;
    transform: rotate(-45deg)
}

.burger-menu[aria-expanded=true] span:nth-child(2) {
    display: none;
    opacity: 0
}

.burger-menu[aria-expanded=true] span:last-child {
    bottom: 2px;
    display: block;
    opacity: 1;
    transform: rotate(45deg)
}

.burger-menu[aria-expanded=true] span:first-child,.burger-menu[aria-expanded=true] span:last-child {
    margin-bottom: 0
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none
}

[id$=-nav-collapse] {
    background-color: var( --blue-700 );
    bottom: 0;
    color: var( --neutral-white );
    display: block;
    height: 100% !important;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility .6s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);
    visibility: hidden;
    width: 100%;
    will-change: opacity,visibility;
    z-index: 1061;
}

.btn {
    font-weight: 700;
    border-radius: 0;
    padding: 0.725rem 1.5rem;
    border: 1px solid var( --yellow-300 );
    background-color: var( --yellow-300 );
    color: var( --neutral-black );
    text-transform: uppercase;
    transition: color var(--nnm-trs-duration) var(--nnm-trs-ease), background-color var(--nnm-trs-duration) var(--nnm-trs-ease), border-color var(--nnm-trs-duration) var(--nnm-trs-ease);
    display: inline-flex;
    gap: 1rem;
    line-height: 1.2;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn, 
.btn.btn--tertiary > .btn, 
.btn.btn--tertiary > .btn:hover, 
.btn.btn--tertiary > .btn:focus, 
.btn.btn--tertiary > .btn:active,
.cta-group > .btn-square:hover,
.cta-group > .btn-square:focus,
.cta-group > .btn-square:active,
.square-icon {
    border-color: var( --yellow-300 );
    background-color: var( --yellow-300 );
    color: var( --neutral-black );
}

.btn.btn--tertiary,
.btn.btn--tertiary:hover,
.btn.btn--tertiary:focus,
.btn.btn--tertiary:active {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: var( --terciary-btn-color );
    text-transform: none;
}

.btn.btn--secondary {
    background: var( --secondary-btn-bg-color );
    border-color: var( --neutral-black );
}

.btn:first-child.btn--secondary:hover,
.btn:first-child.btn--secondary:active,
.btn:first-child.btn--secondary:focus {
    color: var( --neutral-white );
}

.btn.btn--video {
    background: var( --blue-500 );
    color: var( --neutral-white );
    border: 0;
    padding: 0;
    gap: 0;
}

.btn.btn--video > .thumbnail {
    width: 7.5rem;
    height: 3rem;
}

.btn.btn--video > span:not(.thumbnail) {
    padding-left: 1.5rem;
    padding-right: 2rem;
}

.btn:not(.btn-icon)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform var(--nnm-trs-duration) var(--nnm-trs-ease), background-color var(--nnm-trs-duration) var(--nnm-trs-ease);
    transform: translateY(100%);
    z-index: 0;
}

.btn.btn--tertiary::before,
.btn.btn--tertiary > .btn::before,
.cta-group > .btn-square::before {
    content: none;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: var( --yellow-300 );
    color: var( --neutral-white );
    border-color: var( --blue-500 );
}

.btn:hover::before, .btn:focus::before, .btn:active::before,
.cta-card .btn.btn-alt:hover::before, .cta-card .btn.btn-alt:focus::before, .cta-card .btn.btn-alt:active::before {
    transform: translateY(0);
    background-color: var( --blue-500 );
}

.btn.btn-alt {
    background-color: var( --neutral-white );
    color: var( --blue-500 );
    border-color: var( --neutral-white );
}

.btn.btn-alt:hover, .btn.btn-alt:focus, .btn.btn-alt:active,
.btn.btn--video:hover, .btn.btn--video:focus, .btn.btn--video:active {
    background-color: var( --neutral-white );
    color: var( --neutral-black );
    border-color: var( --yellow-300 );
}

.btn.btn-alt:hover::before, .btn.btn-alt:focus::before, .btn.btn-alt:active::before,
.btn.btn--video:hover::before, .btn.btn--video:focus::before, .btn.btn--video:active::before {
    background-color: var( --yellow-300 );
}

.btn.btn--video > .thumbnail, .btn.btn--video > .thumbnail, .btn.btn--video > .thumbnail,
.cta-card .btn.btn-alt:hover, .cta-card .btn.btn-alt:focus, .cta-card .btn.btn-alt:active {
    color: var( --neutral-white );
    border-color: var( --blue-500 )
}

.btn > span {
    display: block;
    position: relative;
    z-index: 1;
}

.cta-group, .cta-group--btn {
    display: inline-flex;
    gap: 2px;
}

.cta-group--btn {
    gap: 1rem;
}

.btn.btn-square,
.cta-group--btn > .btn.btn-square,
.card__media > .btn.btn-square,
.square-icon {
    padding: 0.5rem;   
}

.btn > .btn-icon {
    display: flex;
    align-items: center;
}

.btn--icon-left {
    flex-direction: row;
}

.btn--icon-right {
    flex-direction: row-reverse;
}

.btn--sliding-icon .btn-icon svg {
    transition: transform var(--nnm-trs-duration) var(--nnm-trs-ease), opacity var(--nnm-trs-duration) var(--nnm-trs-ease);
}

.btn:hover .btn-icon svg:first-child {
    transform: translateX( 120% );
    opacity: 0;
}

.btn-icon svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    transform: translateX( -120% );
}

.btn.btn--icon-right .btn-icon svg:nth-child(2) {
    transform: translateX( 120% );   
}

.btn:hover .btn-icon svg:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.btn.btn--icon-right:hover .btn-icon svg:first-child {
    transform: translateX( -120% );   
}

.btn-icon svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.icon-svg {
    display: block;
    color: currentColor;
}

.btn--group {
    gap: 0.5rem;
}

.btn--group.absolute--buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.lang-sw {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
}

.lang-sw > .icon {
    flex-shrink: 0;
}

footer {
    background-color: var( --blue-700 );
    --swiper-pagination-color: var( --neutral-white );
    --swiper-pagination-bullet-inactive-color: var( --blue-300 );
}

footer, footer a:not(.btn) {
    color: var( --neutral-white );
}

footer a:not(.btn):hover, footer a:not(.btn):focus, footer a:not(.btn):active {
    color: var( --yellow-300 );
}

footer .services-grid-column .footer-widget ul.menu {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    column-gap: 1.6rem;
}

footer .footer-widget ul.menu > li > a {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 1rem;
}

footer .footer-widget ul.menu > li > a::after,
.location-card .location-name::after {
    content: "";
    font-family: dashicons;
    font-weight: normal;
    display: flex;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-45deg);
    color: inherit;
    position: relative;
    height: 16px;
    width: 16px;
    line-height: inherit;
    flex-shrink: 0;
    margin: 0px;
    background: transparent;
    align-items: center;
}

footer .footer-logo {
    margin-bottom: 0;
}

footer .footer-logo > img {
    max-height: 3.5rem;
}

footer .footer-copyright {
    font-size: 0.875rem;
}

footer .footer-copyright p:last-of-type {
    margin-bottom: 0;
}

footer a.powered-by {
    font-size: 0.875rem;
    color: var( --blue-300 );
    display: flex;
    flex-direction: column;
}

footer a.powered-by > img {
    height: 1rem;
}

.social-profiles {
    display: flex;
    gap: 1.5rem;
}

.social-profiles > a {
    flex-shrink: 0;
    display: block;
}

.social-profiles > a > svg {
    width: 1.5rem;
    width: 1.5rem;
}

.contact-methods {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-methods > li > a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-methods > li > a svg {
    width: 1rem;
    height: 1rem;
}

.contact-methods > li > a > .contact-icon {
    flex-shrink: 0;
}

.bordered-columns > div {
    position: relative;
}

.bordered-columns > div + div::before {
    content: "";
    position: absolute;
    top: -0.5px;
    width: 100%;
    height: 1px;
    background: var( --nnm-decor-lined-border-color );
}

.bordered-columns.values-grid > div + div:nth-child(2n)::before,
.bordered-columns.locations-grid > div + div:nth-child(2n)::before {
    top: 0;
    left: -0.5px;
    width: 1px;
    height: 100%;
}

.bordered-row {
    border: 1px solid var( --nnm-decor-lined-border-color );
    border-left-width: 0;
    border-right-width: 0;
}

.location-card.is-featured .location-name,
.location-card.is-featured .location-phone {
    color: var( --yellow-300 );
}

.location-card .location-name {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.location-card .location-name, .location-card .location-phone {
    position: relative;
    font-weight: 600;
}

footer {
    --nnm-decor-lined-border-color: var( --blue-300 );
}

footer .location-card > .location-profile > .location-address,
footer .location-card > .location-profile:hover > .location-address,
footer .location-card > .location-profile:focus > .location-address,
footer .location-card > .location-profile:active > .location-address {
    color: var( --neutral-white );
}

.location-phone {
    align-items: center;
    gap: 0.5rem;
}

.location-phone svg {
    width: 1rem;
    height: 1rem;
}

.swiper-pagination-bullet {
    border-radius: 0;
}

.swiper-pagination.position-relative {
    bottom: auto;
}

.swiper-pagination-bullet-active {
    width: 1.5rem;
}

.error-404 h1 > .big-digit {
    font-size: 10rem;
}

.error-404 .decor--lined > span:first-child {
    letter-spacing: 0.75rem;
    margin-right: -0.75rem;
}

.error-404 {
    --nnm-decor-lined-border-color: var( --blue-300 );
}

.light-bg {
    background-color: var( --neutral-light );
}

.light-bg.neutral-extra-light {
    --overlay-marquee-bg-color: var( --neutral-extra-light );
    background-color: var( --neutral-extra-light );
}

.dark-bg {
    background-color: var( --blue-700 );
    --nnm-decor-lined-border-color: var( --blue-300 )
}

.dark-bg.blue-500 {
    --nnm-decor-lined-border-color: var( --neutral-white );
    background-color: var( --blue-500 );
}

.dark-bg, .dark-bg a:not(.btn) {
    color: var( --neutral-white );
}

.dark-bg .btn.btn--tertiary {
    --terciary-btn-color: var(--neutral-white);
}

.dark-bg.blue-500 .quote-icon {
    color: var( --blue-700 );
}

.decor--lined {
    padding-block: 0.5rem;
}

.decor--line-top {
    border-top: 1px solid var( --nnm-decor-lined-border-color );
}

.decor--line-bottom {
    border-bottom: 1px solid var( --nnm-decor-lined-border-color );
}

.decor--aux-text {
    font-size: 0.875rem;
    text-transform: uppercase;
}

.post-card {
    position: relative;
    height: 100%;
}

.post-card__link, .pa-card__link {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.card__media {
    overflow: hidden;
}

.card__media > .btn-square {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    transition: opacity var(--nnm-trs-duration) var(--nnm-trs-ease);
    pointer-events: none;
}

.card__media-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    overflow: hidden;
}

.card__media-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.post-card:hover .card__media-bg,
.testimonial-card.testimonial--video:hover .card__media-bg {
    transform: scale(1.15);
}

.post-card__content {
    position: relative;
    z-index: 2;
    color: var( --neutral-darkness );
}

.post-card__content .publish-date {
    color: var( --neutral-dark );
}

.post-card__content .post-card__title {
    color: var( --neutral-black );
}

.post-card:hover .post-card__content .post-card__title {
    color: var( --blue-500 );
}

.swiper--with-divider .swiper-slide {
    position: relative;
}

.nnm-img-filter {
    filter: grayscale(100%);
}

.cover-cc-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-media {
    position: relative;
}

.bg-media-elm {
    aspect-ratio: 16/9;
}

.bg-media-elm video, .bg-media-elm img, .bg-media-elm .lazy-video {
    object-fit: cover;
    padding: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}

.lazy-video {
    position: relative;
    overflow: hidden;
}

.lazy-video img,
.lazy-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lazy-video img {
    transition: opacity var(--nnm-trs-duration) var(--nnm-trs-ease);
}

.awards-marquee {
    overflow: hidden;
    position: relative;
}

.awards-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.award-item {
    flex: 0 0 auto;
    padding-inline: 1rem;
    display: flex;
    align-items: center;
}

.award-item__logo {
    height: 3.5rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ornament-title svg {
    width: auto;
    height: 3.875rem;
    flex-shrink: 0;
}

.default-bg {
    --nnm-decor-lined-border-color: var( --neutral-light );
}

.accordion {
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-icon-width: 2rem;
    --bs-accordion-btn-icon-height: 2rem;
    --bs-accordion-btn-border-color: var( --neutral-light );
    --bs-accordion-btn-icon-width-inner: 1rem;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: var(--neutral-black);
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-icon: var( --nnm-icon-plus );
    --bs-accordion-btn-icon-open: var( --nnm-icon-minus );
}

.accordion-button::after {
    border: 1px solid var( --bs-accordion-btn-border-color );
    background-size: var( --bs-accordion-btn-icon-width-inner );
    background-position: center;
    color: var( --neutral-black );
    transition: background-image var(--nnm-trs-duration) var(--nnm-trs-ease), background-color var(--nnm-trs-duration) var(--nnm-trs-ease), border-color var(--nnm-trs-duration) var(--nnm-trs-ease);
    background-image: var( --bs-accordion-btn-icon );
}

.accordion-button:hover::after {
    background-color: var( --yellow-300 );
    border-color: var( --yellow-300 );
}

.accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: var( --bs-accordion-btn-icon-open );
}

.accordion-item {
    border: 0;
}

.accordion-item + .accordion-item {
    border-top: 1px solid var( --bs-accordion-btn-border-color );
}

.accordion-button {
    text-transform: uppercase;
    font-weight: 600;
}

.accordion-body {
    padding-top: 0;
}

.same-height--slides .swiper .swiper-slide {
    height: auto;
}

.same-height--slides .swiper .swiper-slide > div {
    height: 100%;
}

.testimonial-card {
    position: relative;
    padding: 1rem;
    padding-top: 2rem;
}

.testimonial-card.testimonial--video {
    padding: 0;
    padding-top: 0.5rem;
    cursor: pointer;
    color: var( --neutral-white );
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var( --neutral-dark );
    background-color: var( --testimonial-card-bg );
}

.testimonial-card > .card-quote-icon {
    position: absolute;
    top: 0;
    left: 3.125rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    background-color: var( --testimonial-card-bg );
}

.testimonial-card > .content,
.testimonial-card > .card__media {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.testimonial-card .card__media-inner {
    height: 100%;
    aspect-ratio: unset;
}

.testimonial-card .card__media > .btn-square {
    opacity: 1;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.testimonial-card.testimonial--video .author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1rem;
}

.testimonials-swiper .swiper-slide:not(:last-child) + .swiper-slide .testimonial-card::before {
    border-left-width: 0;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--yellow-300);
    border: none;
    cursor: pointer;
    z-index: 10;
}

.swiper-object-element {
    position: relative;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.rating {
    gap: 0.5rem;
}

.rating > .x-of > span {
    color: var( --neutral-darkness );
    font-size: 1.15rem;
}

.desktop-overlap-asset.overlap--horizontal {
    margin-top: -10rem;
}

.team-swiper .swiper-slide > .team-card,
.team-grid > .team-card {
    aspect-ratio: 2 / 3;
}

.team-card .bg-media-elm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: unset;
}

.team-card {
    padding: 0.5rem;
}

.team-card .member-info {
    position: relative;
    padding: 0.5rem;
    background-color: var( --neutral-white );
}

.team-card .member-info > .name {
    font-size: 0.875rem;
}

.team-card .member-info > .job-title {
    font-size: 0.75rem;
    color: var( --neutral-darkness );
}

.overlay--marquee::before, .overlay--marquee::after {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3.5rem;
    background: linear-gradient(90deg, var(--overlay-marquee-bg-color) 14.9%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.overlay--marquee::after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, var(--overlay-marquee-bg-color) 14.9%, rgba(0, 0, 0, 0) 100%);
}

.square-icon {
    display: inline-flex;
    flex-shrink: 0;
}

.case-result-item {
    position: relative;
}

.case-result-item > .case-type {
    gap: 0.75rem;
}

.case-result-item .amount {
    color: var( --yellow-500 );
}

.case-result-item .result p:last-of-type {
    margin-bottom: 0;
}

.case-results {
    gap: 2rem;
}

.case-results .case-result-item + .case-result-item::before,
.practice-areas-grid > .pa-card .thumbnail > .thumbnail--img {
    content: "";
    position: absolute;
    top: -1rem;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var( --neutral-medium );
}

.practice-areas-grid > .pa-card {
    background-color: var( --neutral-white );
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

.practice-areas-grid > .pa-card .thumbnail {
    flex-grow: 1;
    height: 10rem;
    position: relative;
}

.practice-areas-grid > .pa-card .thumbnail > .thumbnail--img  {
    top: 0;
    height: 100%;
}

.practice-areas-grid {
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid var( --neutral-medium );
    background-color: var( --neutral-medium );
    gap: 1px;
}

.practice-areas-grid > .pa-card,
.practice-areas-grid > .pa-card .thumbnail > .content {
    transition: background-color var(--nnm-trs-duration) var(--nnm-trs-ease), color var(--nnm-trs-duration) var(--nnm-trs-ease), opacity var(--nnm-trs-duration) var(--nnm-trs-ease);
}

.practice-areas-grid > .pa-card > .pa-title {
    padding: 0.75rem 1rem;
    gap: 0.5rem;
}

.practice-areas-grid > .pa-card > .pa-title .icon-cta {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem;
    color: var( --yellow-300 );
}

.practice-areas-grid > .pa-card > .thumbnail > .content {
    padding: 1.25rem;
    padding-top: 0;
    opacity: 0;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.practice-areas-grid > .pa-card:hover,
.practice-areas-grid > .pa-card:hover .thumbnail > .content {
    background-color: var( --blue-500 );
    color: var( --neutral-white );
}

.practice-areas-grid > .pa-card:hover .thumbnail > .content {
    opacity: 1;
}

.practice-areas-grid > .pa-card .content > .description {
    max-height: 12.5rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--neutral-white) var(--blue-500);
    padding-right: 8px;
    flex-grow: 1;
}

.homepage-hero {
    --nnm-decor-lined-border-color: var( --neutral-white );
    background: linear-gradient(180deg, #1B365D 0%, #0088CF 100%);
}

.homepage-hero, .homepage-hero a:not(.btn) {
    color: var( --neutral-white );
}

.homepage-hero .hero-content .big-title {
    font-size: 2rem;
    font-size: clamp(2rem, 6.5vw, 7rem);
}

.homepage-hero .hero-extra-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.40) 100%);
}

.media-appereance {
    gap: 0.25rem;
}

.media-appereance img {
    height: 1.75rem;
    object-fit: contain;
    object-position: center;
}

.g-reviews-widget .google-logo {
    height: 1.25rem;
    width: auto;
}

.g-reviews-widget .stars {
    width: auto;
    height: 0.75rem;
}

.homepage-hero .hero-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}

.homepage-hero .hero-wrap > img {
    height: 15rem;
    object-fit: cover;
    object-position: left top;
}

.remodal-close {
    left: auto;
    right: 0;
    background-color: var( --yellow-300 );
    color: var( --neutral-black );
    z-index: 3;
}

.remodal-close, .remodal-close:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remodal #wistia-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.remodal-overlay {
    background: var( --nnm-remodal-overlay-bg );
}

body.fixed-form-open {
    overflow: hidden;
}

.fixed-contact-form {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1060;
    transform: translateY(100%);
    transition: all var(--nnm-trs-duration) var(--nnm-trs-ease);
    visibility: hidden;
    padding-bottom: env(safe-area-inset-bottom);
}

.fixed-contact-form.active {
    transform: translateY(0);
    visibility: visible;
}

.fixed--buttons {
    z-index: 1050;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var( --neutral-white );
    border-top: 1px solid var( --neutral-medium );
    padding: 0.5rem 1.5rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
}

.fixed--buttons.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fixed-contact-form .btn-square {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var( --blue-700 );
    border-color: var( --blue-700 );
    color: var( --neutrral-white );
}

.fixed-contact-form .btn-square::before {
    content: none;
}

.form-control {
    border: 1px solid var( --blue-300 );
}

.floating-labels-form .form-control {
    background-color: inherit;
    border-color: var( --blue-300 );
    border-radius: 0;
    color: var(--neutral-white );
    padding: 0.75rem 1rem;
    box-shadow: none !important;
    line-height: 1.4;
}

.floating-labels-form .form-control:focus,
.floating-labels-form .form-control:active {
    border-color: var( --blue-300 );
}

.floating-labels-form .control-wrap > label {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 0;
    pointer-events: none;
    padding: 0 1rem;
    transition: all .2s ease;
    transform-origin: 0% 100%;
    line-height: 1;
    color: var( --neutral-white );
}

.floating-labels-form .control-wrap.not-empty > label {
    top: 0;
    transform: translateY(8px) scale(0.8);
    transform-origin: 0 0;
    padding: 0 1.25rem;
    color: var( --blue-300 );
}

.floating-labels-form .control-wrap.not-empty .form-control {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

textarea.form-control {
    max-height: 6.5rem;
}

.form-control.wpcf7-not-valid {
    border-color: var( --system-error );
}

.wpcf7-not-valid-tip {
    font-size: 0.875rem;
    color: var( --system-error );
    margin-top: 0.25rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 1rem;
    font-size: 95%;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.lang-sw svg {
    height: 1.25rem;
    width: 1.25rem;
}

ul.no-list {
    list-style: none;
    padding: 0;
}

.pa-list {
    gap: 0.5rem;
}

.pa-list > .pa-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var( --yellow-300 );
}

.pa-list > .pa-item > a {
    text-decoration: none;
    gap: 0.5rem;
    transition: font-weight var( --nnm-trs-duration ) var( --nnm-trs-ease );
}

.pa-list > .pa-item > a:hover {
    font-weight: 700;
}

.cta-card {
    background-color: var( --yellow-300 );
}

.cta-card > .content {
    padding: 1.5rem;
    position: relative;
}

.cta-card, .cta-card a:not(.btn) {
    color: var( --neutral-black );
}

.cta-card .image {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.locations-grid, .masonry-grid {
    background-color: var( --neutral-dark );
    grid-template-columns: repeat( 2, 1fr );
    gap: 1px;
}

.locations-grid > div, .masonry-grid > div {
    background-color: var( --neutral-extra-light );
}

.locations-grid a {
    text-decoration: none;
}

.masonry-grid > div {
    background-color: var( --neutral-white );
}

.icon-decoration {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-decoration svg {
    color: var( --icon-decoration-svg-bg-color );
    width: 1.25rem;
    height: 1.25rem;
}

.icon-decoration::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var( --icon-decoration-line-bg-color );
}

.quote .quote-icon > svg {
    height: 2rem;
    width: auto;
}

.team-grid {
    grid-template-columns: repeat( 2, 1fr );
    gap: 0.5rem;
}

.cta-card {
    position: relative;
}

.masonry-grid .icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var( --yellow-300 );
    display: block;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pagination .nav-links .page-numbers.current {
    color: var( --neutral-white );
    background-color: var( --blue-500 );
}

.pagination .nav-links .page-numbers {
    border-radius: 0;
    height: 40px;
    width: 40px;
    color: var( --blue-500 );
    background-color: var( --neutral-extra-light );
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: 600;
}

.page-hero .title--w-icon .icon {
    color: var( --yellow-300 );
    font-size: 1rem;
}

.page-hero .title--w-icon .icon > svg {
    width: 1.25rem;
    height: 1.25rem;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

@media( min-width: 520px ) {
    footer .services-grid-column .footer-widget ul.menu {
        grid-template-columns: repeat( 2, 1fr );
    }
}

@media( max-width: 767px ) {
    footer {
        padding-bottom: 8rem;
    }
}

@media( min-width: 768px ) {
    .swiper--with-divider .swiper-slide:not(:last-child) + .swiper-slide::before {
        content: "";
        position: absolute;
        left: -0.75rem;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: var(--swiper-divider-bg-color);
    }
    .team-swiper .swiper-slide > .team-card,
    .team-grid > .team-card {
        aspect-ratio: 2 / 2.5;
    }
}

@media( max-width: 991px ) {
    .intro-section .bordered-columns > div + div::before {
        content: none;
    }
}

@media (min-width: 992px) {
    header[id$="-header"] .navbar {
        padding: 1.5rem 0;
    }
    .navbar-brand {
        margin-right: 1.75rem;
    }
    .navbar-brand > .header-logo {
        height: 4rem;
    }
    .bordered-columns > div + div::before {
        top: 0;
        left: -0.5px;
        width: 1px;
        height: 100%;
    }
    footer .footer-logo > img {
        width: 100%;
        max-height: 7rem;
    }
    footer a.powered-by > img {
        height: 1.25rem;
    }
    .error-404 h1 > .big-digit {
        font-size: 15rem;
    }
    .error-404 .decor--lined > span:first-child {
        letter-spacing: 1.75rem;
        margin-right: -1.75rem;
    }
    .btn.btn-square, .cta-group--btn > .btn.btn-square, .card__media > .btn.btn-square, .square-icon {
        padding: 0.625rem;   
    }
    .site-header .cta-group .btn.btn-square {
        padding: 1rem;
    }
    .swiper--with-divider .swiper-slide:not(:last-child) + .swiper-slide::before {
        left: -1.5rem;
    }
    .desktop-overlap-asset {
        margin-top: -5rem;
    }
    .desktop-overlap-asset.overlap--horizontal {
        margin-top: 0;
        max-width: 120%;
        margin-left: -15%;
    }
    .card__media-inner {
        aspect-ratio: 16 / 8;
    }
    .card__media > .btn-square {
        opacity: 0;
    }
    .post-card:hover .card__media > .btn-square {
        opacity: 1;
    }
    .bg-media-elm {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        aspect-ratio: unset;
    }
    .section-media > .bg-media-elm {
        width: 50%;
    }
    .section-media.right--media > .bg-media-elm {
        margin-left: auto;
    }
    .award-item__logo {
        height: 5.5rem;
    }
    .award-item {
        padding-inline: 1.5rem;
    }
    .ornament-title svg {
        height: 5rem;
        flex-shrink: 0;
    }
    .swiper-button-prev, .swiper-button-next {
        --swiper-navigation-sides-offset: -3.25rem;
    }
    .btn--group {
        gap: 1rem;
    }
    .team-card {
        padding: 1rem;
    }
    .team-card .member-info {
        padding: 0.75rem;
    }
    .team-card .member-info > .name {
        font-size: 1rem;
    }
    .team-card .member-info > .job-title {
        font-size: 0.875rem;
    }
    .overlay--marquee::before, .overlay--marquee::after {
        content: "";
    }
    .case-result-item > .case-type {
        gap: 1.5rem;
    }
    .case-results {
        gap: 2.5rem;
    }
    .case-results .case-result-item + .case-result-item::before {
        top: -1.25rem;
    }
    .practice-areas-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .practice-areas-grid > .pa-card > .thumbnail > .content {
        display: flex;
    }
    .practice-areas-grid > .pa-card > .pa-title {
        padding: 1.25rem;
        gap: 1rem;
    }
    .practice-areas-grid > .pa-card .thumbnail {
        height: 14.5rem;
    }
    .practice-areas-grid > .pa-card:hover .thumbnail {
        filter: none;
    }
    .homepage-hero .hero-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    .homepage-hero .hero-content .big-title {
        font-size: 7rem;
        font-size: clamp(2rem, 6.5vw, 7rem);
    }
    .homepage-hero .hero-content .big-title > span {
        font-size: 4.5rem;
        font-size: clamp(1.25rem, 4.5vw, 4.5rem);
    }
    .media-appereance {
        gap: 1.5rem;
    }
    .media-appereance img {
        height: 2.5rem;
    }
    .homepage-hero .hero-extra-content {
        background: transparent;
    }
    .homepage-hero .g-reviews-widget {
        background-color: var( --neutral-light );
        color: var( --neutral-black );
        --nnm-decor-lined-border-color: var( --neutral-dark );
    }
    .g-reviews-widget .stars {
        height: 1rem;
    }
    .homepage-hero .hero-wrap {
        bottom: -10%;
    }
    .homepage-hero .hero-wrap > img {
        height: auto;
    }
    .btn-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .btn {
        padding: 1rem 1.5rem;
    }
    .btn.btn--video > .thumbnail {
        height: 3.625rem;
    }
    .floating-labels-form .form-control {
        padding: 1.25rem 1rem;
    }
    .floating-labels-form .control-wrap > label {
        top: 1.5rem;
    }
    .floating-labels-form .control-wrap.not-empty .form-control {
        padding-top: 1.75rem;
        padding-bottom: 0.75rem;
    }
    .floating-labels-form .control-wrap.not-empty > label {
        transform: translateY(12px) scale(0.85);
    }
    .fixed--buttons {
        background: transparent;
        border-width: 0;
        padding: 1.5rem 0;
    }
    .cta-card > .content {
        padding: 2rem;
    }
    .locations-grid, .team-grid, .masonry-grid {
        grid-template-columns: repeat( 3, 1fr );
    }
    .icon-decoration svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .quote .quote-icon > svg {
        height: 3rem;
    }
    .masonry-grid .icon svg, .page-hero .title--w-icon .icon > svg {
        width: 2rem;
        height: 2rem;
    }
}

@media( min-width: 1200px ){
    .h1, h1 {
        font-size: 3.5rem;
    }
    .h2, h2 {
        font-size: 2.5rem;
    }
    .h3, h3 {
        font-size: 1.75rem;
    }
    .h4, h4 {
        font-size: 1.25rem;
    }
    [id$=-nav-collapse] {
        background: transparent !important;
        bottom: 0;
        height: auto!important;
        opacity: 1;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        visibility: visible;
        width: auto
    }
    .practice-areas-grid > .pa-card > .pa-title {
        font-size: 1.25rem;
    }
    .team-grid {
        grid-template-columns: repeat( 4, 1fr );
    }
    .sticky-sidebar {
        z-index: 3;
        top: 8.875rem;;
    }
}