﻿@charset "UTF-8";:root,[data-bs-theme=light] {
    --bs-brand-primary: #1f2b50;
    --bs-llp-blue: #1f2b50;
    --bs-llp-red: #db323d;
    --bs-llp-grey: #F0F0F0;
    --bs-careers-purple: #1f2b50;
    --bs-careers-pink: #CD516C;
    --bs-careers-dark-orange: #CA4C12;
    --bs-careers-yellow: #FFCE34;
    --bs-primary-10: hsl(from #004F9E h s l/10%);
    --bs-llp-red-10: hsl(from #DB323D h s l/10%);
    --bs-primary-80: rgba(31, 43, 80, .8);
    --bs-llp-red-80: rgba(219, 50, 61, .8);
    --bs-careers-purple-10: hsl(from #5A3774 h s l/10%);
    --bs-careers-purple-80: rgba(90, 55, 116, .8);
    --bs-bg-teal-20: rgba(0, 168, 220, .2);
    --bs-careers-orange: #EF8F21;
    --bs-llp-green: #C9D44E;
    --bs-financial-light-purple: #BF388C;
    --bs-financial-dark-purple: #38093C;
    --bs-financial-med-purple: #A42775;
    --bs-financial-dark-purple-80: rgba(56, 9, 60, .8);
    --bs-natural-stone-bg: #f2efe7;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Poppins", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Poppins", Arial, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: normal;
    --bs-body-line-height: 1.5;
    --bs-body-color: #1f2b50;
    --bs-body-color-rgb: 31, 43, 80;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #1f2b50;
    --bs-link-color-rgb: 31, 43, 80;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #1f2b50;
    --bs-link-hover-color-rgb: 31, 43, 80;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #1f2b50;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #798096;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #060910;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #131a30;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #798096;
    --bs-link-hover-color: #9499ab;
    --bs-link-color-rgb: 121, 128, 150;
    --bs-link-hover-color-rgb: 148, 153, 171;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,*:before,*:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,.h6,.gform_validation_errors .gform_submission_error,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-family: Poppins,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,.h1 {
    font-size: clamp(2.875rem,.971rem + 5.29vw,4.25rem)
}

h2,.h2 {
    font-size: clamp(1.75rem,1.078rem + 1.9vw,2.5rem)
}

h3,.h3 {
    font-size: clamp(1.625rem,1.401rem + .63vw,1.875rem)
}

h4,.h4 {
    font-size: 1.25rem
}

h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error {
    font-size: 1.125rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small,.small {
    font-size: 1.125rem
}

mark,.mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: calc(1.28125rem + .375vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .lead {
        font-size:1.5625rem
    }
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled,.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\a0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: .125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:hover,.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,.navbar-text a:hover,.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, .55);
    --bs-navbar-hover-color: rgba(255, 255, 255, .75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 1.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 0;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 45px;
    --bs-card-box-shadow: 0 6px 12px 0 rgba(0, 90, 255, .05);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #F0F0F0;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-top,.card-img-bottom {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: rgba(242, 239, 231, .3);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: #1f2b50;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #1f2b50;
    --bs-accordion-active-bg: transparent
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23798096'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23798096'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item:before {
    content: counters(section,".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: .5;
    --bs-btn-close-hover-opacity: .75;
    --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: .25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition:none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition:none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.showing,.offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition:none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show {
        visibility: visible
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition:none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show {
        visibility: visible
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition:none
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show {
        visibility: visible
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing,.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing,.offcanvas.hiding,.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        mask-position: -200% 0%
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-primary:hover,.link-primary:focus {
    color: RGBA(10,88,202,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-secondary:hover,.link-secondary:focus {
    color: RGBA(86,94,100,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-success:hover,.link-success:focus {
    color: RGBA(20,108,67,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-info:hover,.link-info:focus {
    color: RGBA(61,213,243,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-warning:hover,.link-warning:focus {
    color: RGBA(255,205,57,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-danger:hover,.link-danger:focus {
    color: RGBA(176,42,55,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-light:hover,.link-light:focus {
    color: RGBA(249,250,251,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-dark:hover,.link-dark:focus {
    color: RGBA(26,30,33,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-body-emphasis:hover,.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion: reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,.gfield--type-fileupload:not(:has(.gform_drop_area)) input.large,.gfield_required .gfield_required_text,.gform_heading,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.visually-hidden:not(caption),.gfield--type-fileupload:not(:has(.gform_drop_area)) input.large:not(caption),.gfield_required .gfield_required_text:not(caption),.gform_heading:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute!important
}

.stretched-link:after,.card--small a:after,.card .btn-link:after,.card input[type=submit]:after,.card .gfield--type-fileupload .gform_drop_area button:after,.gfield--type-fileupload .gform_drop_area .card button:after,.card .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card .ginput_container_fileupload:after,.card--arrow a:after,.contact-cards .card--contact a.card-text:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.object-fit-contain {
    object-fit: contain!important
}

.object-fit-cover {
    object-fit: cover!important
}

.object-fit-fill {
    object-fit: fill!important
}

.object-fit-scale {
    object-fit: scale-down!important
}

.object-fit-none {
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-inline-grid {
    display: inline-grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem #00000013!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d!important
}

.shadow-none {
    box-shadow: none!important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translate(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    column-gap: 0!important
}

.column-gap-1 {
    column-gap: .25rem!important
}

.column-gap-2 {
    column-gap: .5rem!important
}

.column-gap-3 {
    column-gap: 1rem!important
}

.column-gap-4 {
    column-gap: 1.5rem!important
}

.column-gap-5 {
    column-gap: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-light {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10,.link-opacity-10-hover:hover {
    --bs-link-opacity: .1
}

.link-opacity-25,.link-opacity-25-hover:hover {
    --bs-link-opacity: .25
}

.link-opacity-50,.link-opacity-50-hover:hover {
    --bs-link-opacity: .5
}

.link-opacity-75,.link-opacity-75-hover:hover {
    --bs-link-opacity: .75
}

.link-opacity-100,.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,.link-offset-1-hover:hover {
    text-underline-offset: .125em!important
}

.link-offset-2,.link-offset-2-hover:hover {
    text-underline-offset: .25em!important
}

.link-offset-3,.link-offset-3-hover:hover {
    text-underline-offset: .375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-underline-opacity-0,.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: .1
}

.link-underline-opacity-25,.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: .25
}

.link-underline-opacity-50,.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: .5
}

.link-underline-opacity-75,.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: .75
}

.link-underline-opacity-100,.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    user-select: all!important
}

.user-select-auto {
    user-select: auto!important
}

.user-select-none {
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        object-fit: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-inline-grid {
        display: inline-grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        column-gap: 3rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .object-fit-md-contain {
        object-fit: contain!important
    }

    .object-fit-md-cover {
        object-fit: cover!important
    }

    .object-fit-md-fill {
        object-fit: fill!important
    }

    .object-fit-md-scale {
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        object-fit: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-inline-grid {
        display: inline-grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        column-gap: 0!important
    }

    .column-gap-md-1 {
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        column-gap: 3rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .object-fit-lg-contain {
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        object-fit: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-inline-grid {
        display: inline-grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        column-gap: 3rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .object-fit-xl-contain {
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        object-fit: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-inline-grid {
        display: inline-grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        column-gap: 3rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .object-fit-xxl-contain {
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        object-fit: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-inline-grid {
        display: inline-grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        column-gap: 3rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-inline-grid {
        display: inline-grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

html,body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.pkf-financial-planning {
    color: #38093c
}

h1.font-size-display,.font-size-display.h1 {
    font-size: 4.5rem
}

h1,.h1,.visual-h1,.has-visual-h-1-font-size {
    font-size: clamp(2.875rem,.971rem + 5.29vw,4.25rem);
    line-height: clamp(3.438rem,.841rem + 7.21vw,5.313rem);
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h1,.h1,.visual-h1,.has-visual-h-1-font-size {
        margin-bottom:1.25rem
    }
}

h2,.h2,.visual-h2,.has-visual-h-2-font-size {
    font-size: clamp(1.75rem,1.078rem + 1.9vw,2.5rem);
    line-height: clamp(2.125rem,.74rem + 3.85vw,3.125rem);
    margin-bottom: 1.125rem
}

h3,.h3,.visual-h3,.has-visual-h-3-font-size {
    font-size: clamp(1.625rem,1.401rem + .63vw,1.875rem);
    line-height: clamp(2rem,1.308rem + 1.92vw,2.5rem);
    margin-bottom: 1rem
}

h4,.h4,.visual-h4,.bullet-list-with-icon li:not(:has(img)) h1,.bullet-list-with-icon li:not(:has(img)) .h1,.bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) h3,.bullet-list-with-icon li:not(:has(img)) .h3,.bullet-list-with-icon li:not(:has(img)) h4,.bullet-list-with-icon li:not(:has(img)) .h4,.bullet-list-with-icon li:not(:has(img)) h5,.bullet-list-with-icon li:not(:has(img)) .h5,.bullet-list-with-icon li:not(:has(img)) h6,.bullet-list-with-icon li:not(:has(img)) .h6,.bullet-list-with-icon li:not(:has(img)) .gform_validation_errors .gform_submission_error,.gform_validation_errors .bullet-list-with-icon li:not(:has(img)) .gform_submission_error,.bullet-list-with-icon li:not(:has(img)) p,.bullet-list-with-icon--small h1,.bullet-list-with-icon--small .h1,.bullet-list-with-icon--small h2,.bullet-list-with-icon--small .h2,.bullet-list-with-icon--small h3,.bullet-list-with-icon--small .h3,.bullet-list-with-icon--small h4,.bullet-list-with-icon--small .h4,.bullet-list-with-icon--small h5,.bullet-list-with-icon--small .h5,.bullet-list-with-icon--small h6,.bullet-list-with-icon--small .h6,.bullet-list-with-icon--small .gform_validation_errors .gform_submission_error,.gform_validation_errors .bullet-list-with-icon--small .gform_submission_error,.bullet-list-with-icon--small p,.has-visual-h-4-font-size {
    font-size: 1.25rem;
    line-height: 1.5625rem
}

h5,.h5,.visual-h5,.has-visual-h-5-font-size,h6,.h6,.gform_validation_errors .gform_submission_error,.visual-h6,.has-visual-h-6-font-size {
    font-size: 1.125rem;
    line-height: 1.75rem
}

p {
    margin-bottom: 1.5rem
}

p+img {
    margin-bottom: 1.5rem
}

p+a.btn-link,.gfield--type-fileupload:not(:has(.gform_drop_area)) p+a.ginput_container_fileupload:after {
    margin-top: 0
}

p,a,strong,ul li,ol li {
    font-size: 1.125rem
}

.has-text-align-center {
    text-align: center
}

@layer links-default {
    a: not(.btn-link):not(input[type=submit]) {
        color:#db323d;
        text-decoration: solid underline 1px;
        text-decoration-color: transparent;
        text-underline-offset: 3px;
        transition: text-decoration-color .2s ease-in-out
    }

    a: not(.btn-link):not(input[type=submit]):hover {
        text-decoration-color:currentColor;
        text-decoration-thickness: 2px
    }
}

mark.has-inline-color,.has-inline-color.mark {
    padding: 0
}

table {
    border-left: 1px solid #1f2b50;
    border-top: 1px solid #1f2b50
}

th,td {
    border-bottom: 1px solid #1f2b50;
    border-right: 1px solid #1f2b50;
    padding: 5px 10px
}

blockquote {
    background-color: #f2efe7;
    border: none;
    border-radius: 2.1875rem;
    font-size: 1.125rem;
    padding: 2.1875rem;
    text-align: center
}

blockquote>*:last-child {
    margin-bottom: 0
}

body.pkf-financial-planning.single blockquote {
    background-color: #f0f0f0
}

body.pkf-careers.single blockquote {
    background-color: #ffe699
}

p a:not(.btn-link):not(input[type=submit]):not(:has(span)):hover {
    text-decoration-thickness: 2px
}

@layer btn-default {
    .btn-link,.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload .gform_drop_area button,input[type=submit] {
        background-color: #1f2b50;
        border: solid 2px transparent;
        border-radius: 30px;
        cursor: pointer;
        display: inline-flex;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: normal;
        padding: .6875rem 1.25rem;
        text-align: center;
        transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
    }

    .btn-link:hover,.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload .gform_drop_area button: hover,input[type=submit]:hover {
        background-color:#c9d44e;
        color: #fff
    }
}

.btn-link,.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload .gform_drop_area button,input[type=submit],.btn-link:hover {
    text-decoration: none
}

.btn-link,.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload .gform_drop_area button,input[type=submit] {
    color: #fff
}

body.pkf-financial-planning .btn-link,body.pkf-financial-planning .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .ginput_container_fileupload:after,body.pkf-financial-planning .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning button,body.pkf-financial-planning input[type=submit] {
    background-color: #38093c
}

body.pkf-financial-planning .btn-link:hover,body.pkf-financial-planning .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .ginput_container_fileupload:hover:after,body.pkf-financial-planning .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning button:hover,body.pkf-financial-planning input[type=submit]:hover {
    background-color: #a42775;
    color: #fff
}

body.pkf-careers .btn-link:hover,body.pkf-careers .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .ginput_container_fileupload:hover:after,body.pkf-careers .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers button:hover,body.pkf-careers input[type=submit]:hover {
    background-color: #ef8f21
}

.btn-link:hover,.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload .gform_drop_area button:hover,input[type=submit]:hover {
    color: #1f2b50
}

.btn-link[disabled],.gfield--type-fileupload:not(:has(.gform_drop_area)) [disabled].ginput_container_fileupload:after,.gfield--type-fileupload .gform_drop_area button[disabled],input[disabled][type=submit] {
    opacity: .5;
    pointer-events: none
}

.btn-link--secondary {
    background-color: #1f2b50;
    color: #fff
}

.btn-link--secondary:hover {
    background-color: #f2efe7;
    border-color: #1f2b50;
    color: #1f2b50
}

.btn-link--tertiary {
    background-color: #fff;
    color: #1f2b50
}

.btn-link--tertiary:hover {
    background-color: #1f2b50;
    color: #fff
}

.btn-link--quaternary {
    background-color: #fff;
    color: #1f2b50
}

.btn-link--quaternary:hover {
    background-color: #1f2b50;
    color: #fff
}

.btn-link--outline,.btn-link--outline-alt {
    background-color: transparent
}

.btn-link--outline:hover,.btn-link--outline-alt:hover {
    background-color: transparent;
    border-color: #1f2b50;
    color: #1f2b50
}

.btn-link--outline {
    color: #1f2b50
}

body.pkf-llp-site .btn-link--outline {
    background-color: #fff;
    border-color: #c9d44e
}

body.pkf-llp-site .btn-link--outline:hover {
    border-color: #1f2b50
}

body.pkf-financial-planning .btn-link--outline {
    background-color: #fff;
    border-color: #bf388c;
    color: #38093c
}

body.pkf-financial-planning .btn-link--outline:hover {
    background-color: #bf388c!important;
    border-color: #bf388c;
    color: #fff
}

body.pkf-careers .btn-link--outline {
    background-color: #fff;
    border-color: #ef8f21
}

body.pkf-careers .btn-link--outline:hover {
    background-color: #ef8f21;
    color: #1f2b50
}

.btn-link--outline.bg-white {
    background-color: #fff
}

.btn-link--outline-alt {
    border-color: #c9d751;
    color: #1f2b50
}

.btn-link span:not(.ico)+span.ico,.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after span:not(.ico)+span.ico,.gfield--type-fileupload .gform_drop_area button span:not(.ico)+span.ico,input[type=submit] span:not(.ico)+span.ico {
    margin-left: .3125rem
}

section a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a),section .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) section a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,footer a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a),footer .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) footer a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after {
    position: relative;
    padding-right: 2rem
}

section a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a) span,section .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after span,.gfield--type-fileupload:not(:has(.gform_drop_area)) section a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after span,footer a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a) span,footer .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after span,.gfield--type-fileupload:not(:has(.gform_drop_area)) footer a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after span {
    padding-right: .5rem
}

section a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,section .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) section a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,footer a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,footer .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) footer a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):after {
    background: url(../images/icons/icon-external-white.svg) center no-repeat;
    background-size: contain;
    content: "";
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    translate: -10px calc(-50% - 2px);
    width: 1.25rem
}

section a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):hover:after,section .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) section a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):hover:after,footer a.btn-link:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):hover:after,footer .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) footer a.ginput_container_fileupload:not(p a)[target=_blank]:not(.share-list a):not(.social-list a):not(a:has(img):not(.link-url)):not(.btn-job-search):not(.person-details a):hover:after {
    background: https://careers.pkf-francisclark.co.uk/wp-content/themes/pkfparentphase3/assets/images/icons/icon-external-green.svg) center no-repeat
}

a:has(.download-icon) .download-icon {
    margin-left: .3125rem;
    translate: 0 -3px
}

a:has(.download-icon) .download-icon path {
    transition: stroke .2s ease-in-out
}

a:has(.download-icon):hover .download-icon path {
    stroke: #db323d
}

.form-field+.form-field,.form-field+.gfield,.gfield+.form-field,.gfield+.gfield {
    margin-top: 1.875rem
}

.form-field label:not(.gchoice label),.form-field legend,.gfield label:not(.gchoice label),.gfield legend {
    font-size: 1.125rem
}

@media (max-width: 575.98px) {
    .form-field label:not(.gchoice label),.form-field legend,.gfield label:not(.gchoice label),.gfield legend {
        margin-bottom:.3125rem
    }
}

.form-field input[type=text],.form-field input[type=url],.form-field input[type=tel],.form-field input[type=number],.form-field input[type=color],.form-field input[type=email],.form-field textarea,.form-field select,.gfield input[type=text],.gfield input[type=url],.gfield input[type=tel],.gfield input[type=number],.gfield input[type=color],.gfield input[type=email],.gfield textarea,.gfield select {
    border: none;
    border-radius: 10px;
    color: #1f2b50;
    font-size: 1rem;
    padding: 1rem;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    width: 100%
}

body.pkf-financial-planning .form-field input[type=text],body.pkf-financial-planning .form-field input[type=url],body.pkf-financial-planning .form-field input[type=tel],body.pkf-financial-planning .form-field input[type=number],body.pkf-financial-planning .form-field input[type=color],body.pkf-financial-planning .form-field input[type=email],body.pkf-financial-planning .form-field textarea,body.pkf-financial-planning .form-field select,body.pkf-financial-planning .gfield input[type=text],body.pkf-financial-planning .gfield input[type=url],body.pkf-financial-planning .gfield input[type=tel],body.pkf-financial-planning .gfield input[type=number],body.pkf-financial-planning .gfield input[type=color],body.pkf-financial-planning .gfield input[type=email],body.pkf-financial-planning .gfield textarea,body.pkf-financial-planning .gfield select {
    color: #38093c
}

.form-field input[type=text]:hover,.form-field input[type=url]:hover,.form-field input[type=tel]:hover,.form-field input[type=number]:hover,.form-field input[type=color]:hover,.form-field input[type=email]:hover,.form-field textarea:hover,.form-field select:hover,.gfield input[type=text]:hover,.gfield input[type=url]:hover,.gfield input[type=tel]:hover,.gfield input[type=number]:hover,.gfield input[type=color]:hover,.gfield input[type=email]:hover,.gfield textarea:hover,.gfield select:hover {
    background-color: #f2efe7;
    box-shadow: inset 0 0 0 .5px #1f2b50
}

body.pkf-financial-planning .form-field input[type=text]:hover,body.pkf-financial-planning .form-field input[type=url]:hover,body.pkf-financial-planning .form-field input[type=tel]:hover,body.pkf-financial-planning .form-field input[type=number]:hover,body.pkf-financial-planning .form-field input[type=color]:hover,body.pkf-financial-planning .form-field input[type=email]:hover,body.pkf-financial-planning .form-field textarea:hover,body.pkf-financial-planning .form-field select:hover,body.pkf-financial-planning .gfield input[type=text]:hover,body.pkf-financial-planning .gfield input[type=url]:hover,body.pkf-financial-planning .gfield input[type=tel]:hover,body.pkf-financial-planning .gfield input[type=number]:hover,body.pkf-financial-planning .gfield input[type=color]:hover,body.pkf-financial-planning .gfield input[type=email]:hover,body.pkf-financial-planning .gfield textarea:hover,body.pkf-financial-planning .gfield select:hover {
    box-shadow: inset 0 0 0 .5px #38093c
}

.form-field input[type=text]:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field input[type=url]:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field input[type=tel]:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field input[type=number]:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field input[type=color]:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field input[type=email]:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field textarea:not(.user-is-tabbing):not(.nav-search-form):focus,.form-field select:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield input[type=text]:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield input[type=url]:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield input[type=tel]:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield input[type=number]:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield input[type=color]:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield input[type=email]:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield textarea:not(.user-is-tabbing):not(.nav-search-form):focus,.gfield select:not(.user-is-tabbing):not(.nav-search-form):focus {
    box-shadow: inset 0 0 0 1px #1f2b50
}

body.pkf-financial-planning .form-field input[type=text]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field input[type=url]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field input[type=tel]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field input[type=number]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field input[type=color]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field input[type=email]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field textarea:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .form-field select:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield input[type=text]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield input[type=url]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield input[type=tel]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield input[type=number]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield input[type=color]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield input[type=email]:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield textarea:not(.user-is-tabbing):not(.nav-search-form):focus,body.pkf-financial-planning .gfield select:not(.user-is-tabbing):not(.nav-search-form):focus {
    box-shadow: inset 0 0 0 1px #38093c
}

.form-field input[type=text]::placeholder,.form-field input[type=url]::placeholder,.form-field input[type=tel]::placeholder,.form-field input[type=number]::placeholder,.form-field input[type=color]::placeholder,.form-field input[type=email]::placeholder,.form-field textarea::placeholder,.form-field select::placeholder,.gfield input[type=text]::placeholder,.gfield input[type=url]::placeholder,.gfield input[type=tel]::placeholder,.gfield input[type=number]::placeholder,.gfield input[type=color]::placeholder,.gfield input[type=email]::placeholder,.gfield textarea::placeholder,.gfield select::placeholder {
    color: #1f2b50
}

body.pkf-financial-planning .form-field input[type=text]::placeholder,body.pkf-financial-planning .form-field input[type=url]::placeholder,body.pkf-financial-planning .form-field input[type=tel]::placeholder,body.pkf-financial-planning .form-field input[type=number]::placeholder,body.pkf-financial-planning .form-field input[type=color]::placeholder,body.pkf-financial-planning .form-field input[type=email]::placeholder,body.pkf-financial-planning .form-field textarea::placeholder,body.pkf-financial-planning .form-field select::placeholder,body.pkf-financial-planning .gfield input[type=text]::placeholder,body.pkf-financial-planning .gfield input[type=url]::placeholder,body.pkf-financial-planning .gfield input[type=tel]::placeholder,body.pkf-financial-planning .gfield input[type=number]::placeholder,body.pkf-financial-planning .gfield input[type=color]::placeholder,body.pkf-financial-planning .gfield input[type=email]::placeholder,body.pkf-financial-planning .gfield textarea::placeholder,body.pkf-financial-planning .gfield select::placeholder {
    color: #38093c
}

.custom-select,.ginput_container_select,.address_country {
    position: relative
}

.custom-select:before,.ginput_container_select:before,.address_country:before {
    background: url(https://careers.pkf-francisclark.co.uk/wp-content/themes/pkfparent/assets/images/icons/chevron-down.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: .4375rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    translate: 0 -50%;
    width: .75rem
}

.custom-select select,.ginput_container_select select,.address_country select {
    appearance: none;
    background-color: transparent
}

.ginput_container,.gchoice {
    position: relative
}

.gchoice+.gchoice {
    margin-top: .75rem
}

body:not(.wp-admin) input[type=checkbox],body:not(.wp-admin) input[type=radio] {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

body:not(.wp-admin) input[type=checkbox]+label,body:not(.wp-admin) input[type=radio]+label {
    cursor: pointer;
    padding-left: 1.875rem
}

body:not(.wp-admin) input[type=checkbox]+label:before,body:not(.wp-admin) input[type=checkbox]+label:after,body:not(.wp-admin) input[type=radio]+label:before,body:not(.wp-admin) input[type=radio]+label:after {
    position: absolute;
    height: 1.375rem;
    width: 1.375rem
}

body:not(.wp-admin) input[type=checkbox]+label:before,body:not(.wp-admin) input[type=radio]+label:before {
    background-color: #fff;
    border: 1px solid #1f2b50;
    content: "";
    left: 0;
    top: 2px;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out
}

body:not(.wp-admin) input[type=checkbox]+label:hover:before,body:not(.wp-admin) input[type=radio]+label:hover:before {
    background-color: #0000000d;
    box-shadow: inset 0 0 0 .5px #1f2b50
}

body:not(.wp-admin) input[type=checkbox]+label:hover:not(.user-is-tabbing):focus,body:not(.wp-admin) input[type=radio]+label:hover:not(.user-is-tabbing):focus {
    box-shadow: inset 0 0 0 1px #1f2b50
}

body:not(.wp-admin) input[type=checkbox]+label:before {
    border-radius: 4px
}

body:not(.wp-admin) input[type=checkbox]+label:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: none;
    height: .625rem;
    left: .5625rem;
    top: .4375rem;
    transform: rotate(45deg);
    width: .3125rem
}

body:not(.wp-admin) input[type=checkbox]:checked+label:before {
    background-color: #1f2b50
}

body:not(.wp-admin) input[type=checkbox]:checked+label:after {
    content: ""
}

body:not(.wp-admin) input[type=radio]+label:before {
    border-radius: 50%
}

body:not(.wp-admin) input[type=radio]+label:after {
    background-color: #fff;
    border-radius: 50%;
    content: none;
    height: .625rem;
    left: .375rem;
    top: .5rem;
    width: .625rem
}

body:not(.wp-admin) input[type=radio]:checked+label:before {
    background-color: #1f2b50
}

body:not(.wp-admin) input[type=radio]:checked+label:after {
    content: ""
}

body:not(.wp-admin) .bg-financial-med-purple input[type=checkbox]+label:before,body:not(.wp-admin) input[type=radio]+label:before {
    border-color: #38093c;
    box-shadow: inset 0 0 0 .5px #38093c
}

body:not(.wp-admin) .bg-financial-med-purple input[type=checkbox]+label:hover:before,body:not(.wp-admin) input[type=radio]+label:hover:before {
    background-color: #f5d5e9
}

body:not(.wp-admin) .bg-financial-med-purple input[type=checkbox]+label:hover:after,body:not(.wp-admin) input[type=radio]+label:hover:after {
    border-color: #38093c
}

body:not(.wp-admin).pkf-financial-planning .bg-natural-stone-bg input[type=checkbox]+label:before,body:not(.wp-admin) input[type=radio]+label:before {
    border-color: #38093c;
    box-shadow: inset 0 0 0 .5px #38093c
}

.gform_validation_errors {
    border: 1px solid #EB0000;
    border-radius: 10px;
    margin: 1.5rem 0;
    display: none;
    padding: .625rem 1.25rem
}

.gform_validation_errors .gform_submission_error {
    margin-bottom: 0
}

.gform_validation_errors ol {
    margin-bottom: 0;
    margin-top: .75rem
}

.gfield_validation_message {
    color: #eb0000;
    font-size: 1.125rem;
    margin-top: .375rem;
    padding-top: .1875rem;
    text-align: center;
    translate: 65px 0;
    width: 100%
}

.ui-datepicker {
    background-color: #fff
}

.ui-datepicker-header {
    border: solid 1px #1f2b50;
    padding: .75rem
}

.ui-datepicker-header .ui-datepicker-title {
    background-color: #fff;
    display: flex
}

.ui-datepicker-header .ui-datepicker-title select:not(:first-child) {
    margin-left: .75rem
}

.ui-datepicker-header .ui-datepicker-next {
    margin-left: .75rem
}

.ui-datepicker-calendar th span,.ui-datepicker-calendar th a,.ui-datepicker-calendar td span,.ui-datepicker-calendar td a {
    padding: .75rem
}

.cky-switch input[type=checkbox],.cky-switch input[type=radio] {
    opacity: 1
}

.gform_heading {
    margin-bottom: 1.25rem
}

.gform_page_footer {
    margin-top: 1.25rem
}

.gform_fields {
    display: grid;
    grid-row-gap: 0;
    grid-template-columns: repeat(12,1fr)
}

@media (min-width: 576px) {
    .gform_fields {
        grid-column-gap:1.5rem
    }
}

.gfield {
    grid-column: 1/-1;
    min-width: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.gfield--width-half,.gfield--width-third,.gfield--width-quarter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.gfield--width-half .gfield_label,.gfield--width-third .gfield_label,.gfield--width-quarter .gfield_label {
    margin-bottom: auto
}

.gfield label.gfield_label,.gfield legend.gfield_label {
    font-weight: 700;
    padding-right: 1.5rem;
    width: 8.125rem
}

.gfield .ginput_container {
    width: calc(100% - 130px)
}

.gfield_required {
    position: relative
}

.gfield_required:after {
    content: "*";
    margin-left: .125rem
}

.gfield--type-fileupload {
    overflow: clip
}

.gfield--type-fileupload .gform_fileupload_rules,.gfield--type-fileupload .gform_drop_area .gform_drop_instructions {
    display: block
}

.gfield--type-fileupload:not(:has(.gform_drop_area)) {
    position: relative
}

.gfield--type-fileupload:not(:has(.gform_drop_area)) .gfield_label {
    height: 120px;
    text-align: start;
    width: 100%;
    z-index: 5
}

.gfield--type-fileupload:not(:has(.gform_drop_area)) .gfield_label:hover {
    cursor: pointer
}

.gfield--type-fileupload:not(:has(.gform_drop_area)) .gfield_label:hover+.ginput_container_fileupload:after {
    background-color: #1f2b50
}

.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload {
    position: absolute;
    translate: 130px 0;
    width: fit-content
}

.gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after {
    content: "Choose file"
}

.gform_validation_errors {
    border: 1px solid #EB0000;
    padding: .625rem 1.25rem
}

.gfield_error input {
    border-color: #eb0000
}

.gfield_error .validation_message {
    color: #eb0000;
    font-size: 1.125rem
}

.gform_footer {
    display: flex;
    justify-content: center;
    margin-top: 1.875rem
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label,.gform_wrapper.gravity-theme .hidden_sub_label,.gform_wrapper.gravity-theme .screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    word-wrap: normal!important;
    -webkit-clip-path: inset(50%)
}

.gform_confirmation_message {
    font-weight: 700;
    margin-top: 1.5rem
}

.ginput_complex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .75rem 1.5rem
}

@media (min-width: 576px) {
    .ginput_complex {
        flex-direction:row
    }
}

.ginput_complex input+label,.ginput_complex select+label {
    font-weight: 400
}

.ginput_complex .name_first,.ginput_complex .name_last {
    flex: 1
}

.ginput_complex .ginput_full {
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .ginput_complex .ginput_left,.ginput_complex .ginput_right {
        flex:0 0 calc(50% - .75rem)
    }
}

.ginput_complex .gf_clear_complex {
    display: none
}

.ginput_complex+.validation_message {
    margin-top: 0
}

@media (min-width: 576px) {
    .gfield--width-quarter {
        grid-column:span 3
    }

    .gfield--width-third {
        grid-column: span 4
    }

    .gfield--width-five-twelfths {
        grid-column: span 5
    }

    .gfield--width-half {
        grid-column: span 6
    }

    .gfield--width-seven-twelfths {
        grid-column: span 7
    }

    .gfield--width-two-thirds {
        grid-column: span 8
    }

    .gfield--width-three-quarter {
        grid-column: span 9
    }

    .gfield--width-five-sixths {
        grid-column: span 10
    }

    .gfield--width-eleven-twelfths {
        grid-column: span 11
    }

    .gfield--width-full {
        grid-column: span 12
    }
}

.gfield.gf_list_inline .gfield_checkbox .gchoice,.gfield.gf_list_inline .gfield_radio .gchoice {
    display: inline-block;
    padding-right: 1rem
}

@media (min-width: 576px) {
    .gfield.gf_list_2col_vertical .gfield_checkbox,.gfield.gf_list_2col_vertical .gfield_radio {
        column-count:2;
        grid-column-gap: 1rem
    }
}

@media (min-width: 576px) {
    .gfield.gf_list_3col_vertical .gfield_checkbox,.gfield.gf_list_3col_vertical .gfield_radio {
        column-count:3;
        grid-column-gap: 1rem
    }
}

@media (min-width: 576px) {
    .gfield.gf_list_4col_vertical .gfield_checkbox,.gfield.gf_list_4col_vertical .gfield_radio {
        column-count:4;
        grid-column-gap: 1rem
    }
}

@media (min-width: 576px) {
    .gfield.gf_list_5col_vertical .gfield_checkbox,.gfield.gf_list_5col_vertical .gfield_radio {
        column-count:5;
        grid-column-gap: 1rem
    }
}

.gform_wrapper .gf_progressbar_title {
    margin-bottom: 0
}

.gform_wrapper .gf_progressbar,.gform_wrapper .gf_progressbar_percentage {
    border-radius: 30px
}

.gform_wrapper .gf_progressbar {
    background: #F0F0F0;
    margin-bottom: 1.25rem;
    position: relative
}

.gform_wrapper .gf_progressbar_percentage {
    background: #1f2b50;
    font-size: 1.125rem;
    padding: 0 .625rem;
    text-align: right
}

.block--grey .gf_progressbar {
    background-color: #fff
}

body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) a:focus {
    box-shadow: none;
    outline: none
}

body.user-is-tabbing *:focus,body.user-is-tabbing input[type=checkbox]:focus+label:before,body.user-is-tabbing input[type=radio]:focus+label:before {
    box-shadow: 0 0 0 .125rem #fff;
    outline: .125rem solid #000000;
    outline-offset: .125rem
}

.unsupported-browser {
    display: none
}

@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none) {
    .unsupported-browser {
        display: block
    }
}

@media (max-width: 991.98px) {
    .container {
        padding-left:1.25rem;
        padding-right: 1.25rem
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .container {
        max-width:100%
    }
}

.wp-block-image.size-full img {
    border-radius: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .columns-block-row.text-right {
        flex-direction:row-reverse
    }
}

img {
    max-width: 100%
}

.bg-brand-primary {
    background-color: #1f2b50
}

.has-brand-primary-color {
    color: #1f2b50
}

.bg-llp-blue,body.pkf-llp-site .hero {
    background-color: #1f2b50
}

.has-llp-blue-color {
    color: #1f2b50
}

.bg-llp-red {
    background-color: #db323d
}

.has-llp-red-color {
    color: #db323d
}

.bg-llp-grey {
    background-color: #f0f0f0
}

.has-llp-grey-color {
    color: #f0f0f0
}

.bg-careers-purple,body.pkf-careers .hero {
    background-color: #1f2b50
}

.has-careers-purple-color {
    color: #1f2b50
}

.bg-careers-pink {
    background-color: #cd516c
}

.has-careers-pink-color {
    color: #cd516c
}

.bg-careers-dark-orange {
    background-color: #ca4c12
}

.has-careers-dark-orange-color {
    color: #ca4c12
}

.bg-careers-yellow {
    background-color: #ffce34
}

.has-careers-yellow-color {
    color: #ffce34
}

.bg-primary-10 {
    background-color: hsl(from #004F9E h s l/10%)
}

.has-primary-10-color {
    color: hsl(from #004F9E h s l/10%)
}

.bg-llp-red-10 {
    background-color: hsl(from #DB323D h s l/10%)
}

.has-llp-red-10-color {
    color: hsl(from #DB323D h s l/10%)
}

.bg-primary-80 {
    background-color: #1f2b50cc
}

.has-primary-80-color {
    color: #1f2b50cc
}

.bg-llp-red-80 {
    background-color: #db323dcc
}

.has-llp-red-80-color {
    color: #db323dcc
}

.bg-careers-purple-10 {
    background-color: hsl(from #5A3774 h s l/10%)
}

.has-careers-purple-10-color {
    color: hsl(from #5A3774 h s l/10%)
}

.bg-careers-purple-80 {
    background-color: #5a3774cc
}

.has-careers-purple-80-color {
    color: #5a3774cc
}

.bg-bg-teal-20 {
    background-color: #00a8dc33
}

.has-bg-teal-20-color {
    color: #00a8dc33
}

.bg-careers-orange {
    background-color: #ef8f21
}

.has-careers-orange-color {
    color: #ef8f21
}

.bg-llp-green {
    background-color: #c9d44e
}

.has-llp-green-color {
    color: #c9d44e
}

.bg-financial-light-purple {
    background-color: #bf388c
}

.has-financial-light-purple-color {
    color: #bf388c
}

.bg-financial-dark-purple {
    background-color: #38093c
}

.has-financial-dark-purple-color {
    color: #38093c
}

.bg-financial-med-purple {
    background-color: #a42775
}

.has-financial-med-purple-color {
    color: #a42775
}

.bg-financial-dark-purple-80 {
    background-color: #38093ccc
}

.has-financial-dark-purple-80-color {
    color: #38093ccc
}

.bg-natural-stone-bg {
    background-color: #f2efe7
}

.has-natural-stone-bg-color {
    color: #f2efe7
}

:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) h1,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .h1,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) h2,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .h2,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) h3,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .h3,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) h4,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .h4,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) h5,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .h5,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) h6,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .h6,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .gform_validation_errors .gform_submission_error,.gform_validation_errors :is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) .gform_submission_error,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) p,:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) a:not(.btn-link):not(input[type=submit]):not(.share-list a):not(.breadcrumbs a),:is(.bg-llp-blue,body.pkf-llp-site .hero,.bg-careers-purple,body.pkf-careers .hero,.bg-llp-red) li {
    color: #fff
}

table {
    display: block;
    height: 100%!important;
    margin-bottom: 1.5rem;
    overflow: auto;
    width: 100%!important
}

table tbody {
    display: inline-table;
    width: 100%
}

table tr {
    width: 100%
}

table td {
    min-width: 6.25rem;
    width: auto
}

.wp-caption:has(img) {
    height: auto;
    width: 100%!important
}

.block-image-video-text.bg-llp-blue .btn-link,body.pkf-llp-site .block-image-video-text.hero .btn-link,.block-image-video-text.bg-llp-blue input[type=submit],body.pkf-llp-site .block-image-video-text.hero input[type=submit],.block-image-video-text.bg-llp-blue .gfield--type-fileupload .gform_drop_area button,body.pkf-llp-site .block-image-video-text.hero .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .block-image-video-text.bg-llp-blue button,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .block-image-video-text.hero button,body.pkf-llp-site .gfield--type-fileupload .gform_drop_area .block-image-video-text.hero button,.block-image-video-text.bg-llp-blue .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,body.pkf-llp-site .block-image-video-text.hero .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .block-image-video-text.bg-llp-blue .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .block-image-video-text.hero .ginput_container_fileupload:after,body.pkf-llp-site .gfield--type-fileupload:not(:has(.gform_drop_area)) .block-image-video-text.hero .ginput_container_fileupload:after {
    background-color: #c9d44e;
    color: #1f2b50
}

.block-image-video-text.bg-llp-blue .btn-link:hover,body.pkf-llp-site .block-image-video-text.hero .btn-link:hover,.block-image-video-text.bg-llp-blue input[type=submit]:hover,body.pkf-llp-site .block-image-video-text.hero input[type=submit]:hover,.block-image-video-text.bg-llp-blue .gfield--type-fileupload .gform_drop_area button:hover,body.pkf-llp-site .block-image-video-text.hero .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .block-image-video-text.bg-llp-blue button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .block-image-video-text.hero button:hover,body.pkf-llp-site .gfield--type-fileupload .gform_drop_area .block-image-video-text.hero button:hover,.block-image-video-text.bg-llp-blue .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,body.pkf-llp-site .block-image-video-text.hero .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .block-image-video-text.bg-llp-blue .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .block-image-video-text.hero .ginput_container_fileupload:hover:after,body.pkf-llp-site .gfield--type-fileupload:not(:has(.gform_drop_area)) .block-image-video-text.hero .ginput_container_fileupload:hover:after {
    background-color: #f2efe7
}

.block-image-video-text.bg-llp-grey .bg-wrapper,.block-image-video-text.primary-10 .bg-wrapper,.block-image-video-text.llp-grey .bg-wrapper,.block-image-video-text.llp-red-10 .bg-wrapper,.card.primary-10,.card.llp-grey,.card.llp-red-10,.card.bg-bg-primary-10,.card.bg-bg-llp-grey,.card.bg-llp-red {
    background-color: #f2efe7
}

.card.primary-10 *:not(.btn-link):not(input[type=submit]),.card.llp-grey *:not(.btn-link):not(input[type=submit]),.card.llp-red-10 *:not(.btn-link):not(input[type=submit]),.card.bg-bg-primary-10 *:not(.btn-link):not(input[type=submit]),.card.bg-bg-llp-grey *:not(.btn-link):not(input[type=submit]),.card.bg-llp-red *:not(.btn-link):not(input[type=submit]) {
    color: #1f2b50!important
}

body.pkf-financial-planning .card.primary-10 *:not(.btn-link):not(input[type=submit]),body.pkf-financial-planning .card.llp-grey *:not(.btn-link):not(input[type=submit]),body.pkf-financial-planning .card.llp-red-10 *:not(.btn-link):not(input[type=submit]),body.pkf-financial-planning .card.bg-bg-primary-10 *:not(.btn-link):not(input[type=submit]),body.pkf-financial-planning .card.bg-bg-llp-grey *:not(.btn-link):not(input[type=submit]),body.pkf-financial-planning .card.bg-llp-red *:not(.btn-link):not(input[type=submit]) {
    color: #38093c!important
}

.card.primary-10.card--arrow .ico,.card.llp-grey.card--arrow .ico,.card.llp-red-10.card--arrow .ico,.card.bg-bg-primary-10.card--arrow .ico,.card.bg-bg-llp-grey.card--arrow .ico,.card.bg-llp-red.card--arrow .ico {
    background-color: #c9d44e
}

body.pkf-financial-planning .card.primary-10.card--arrow .ico,body.pkf-financial-planning .card.llp-grey.card--arrow .ico,body.pkf-financial-planning .card.llp-red-10.card--arrow .ico,body.pkf-financial-planning .card.bg-bg-primary-10.card--arrow .ico,body.pkf-financial-planning .card.bg-bg-llp-grey.card--arrow .ico,body.pkf-financial-planning .card.bg-llp-red.card--arrow .ico {
    background-color: #bf388c;
    background-image: url(../images/icons/icon-arrow-right-white.svg)
}

body.pkf-careers .card.primary-10.card--arrow .ico,body.pkf-careers .card.llp-grey.card--arrow .ico,body.pkf-careers .card.llp-red-10.card--arrow .ico,body.pkf-careers .card.bg-bg-primary-10.card--arrow .ico,body.pkf-careers .card.bg-bg-llp-grey.card--arrow .ico,body.pkf-careers .card.bg-llp-red.card--arrow .ico {
    background-color: #ef8f21
}

.card.primary-10.card--arrow:hover .ico,.card.llp-grey.card--arrow:hover .ico,.card.llp-red-10.card--arrow:hover .ico,.card.bg-bg-primary-10.card--arrow:hover .ico,.card.bg-bg-llp-grey.card--arrow:hover .ico,.card.bg-llp-red.card--arrow:hover .ico {
    background-color: #1f2b50
}

body.pkf-financial-planning .card.primary-10.card--arrow:hover .ico,body.pkf-financial-planning .card.llp-grey.card--arrow:hover .ico,body.pkf-financial-planning .card.llp-red-10.card--arrow:hover .ico,body.pkf-financial-planning .card.bg-bg-primary-10.card--arrow:hover .ico,body.pkf-financial-planning .card.bg-bg-llp-grey.card--arrow:hover .ico,body.pkf-financial-planning .card.bg-llp-red.card--arrow:hover .ico {
    background-color: #38093c
}

body.pkf-careers .card.primary-10.card--arrow:hover .ico,body.pkf-careers .card.llp-grey.card--arrow:hover .ico,body.pkf-careers .card.llp-red-10.card--arrow:hover .ico,body.pkf-careers .card.bg-bg-primary-10.card--arrow:hover .ico,body.pkf-careers .card.bg-bg-llp-grey.card--arrow:hover .ico,body.pkf-careers .card.bg-llp-red.card--arrow:hover .ico {
    background-color: #1f2b50;
    background-image: url(../images/icons/icon-arrow-right-white.svg)
}

.admin-bar .header {
    top: 46px
}

@media (min-width: 768px) {
    .admin-bar .header {
        top:32px
    }
}

.header {
    background-color: #fff;
    box-shadow: inset 0 -2px #f0f0f0;
    padding-bottom: 1.375rem;
    position: static;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    z-index: 100
}

@media (max-width: 991.98px) {
    body.pkf-financial-planning .header {
        padding-bottom:.375rem
    }
}

@supports (position: sticky) {
    .header {
        position:sticky;
        top: 0
    }
}

@media (max-width: 1199.98px) {
    .header {
        background-color:#1f2b50;
        box-shadow: inset 0 -2px #1f2b50
    }

    body.pkf-financial-planning .header {
        background-color: #38093c;
        box-shadow: none
    }
}

@media (min-width: 1200px) {
    .header {
        padding-bottom:0;
        padding-top: 1.4375rem
    }
}

@media (min-width: 992px) {
    .pkf-financial-planning .header {
        min-height:7.125rem
    }
}

@media (min-width: 1200px) {
    .pkf-financial-planning .header {
        min-height:7.5rem
    }
}

.header__top {
    z-index: 10
}

body.pkf-financial-planning .header__top .btn-header-cta-one {
    border-color: #f2efe7;
    color: #38093c
}

body.pkf-careers .header__top .btn-header-cta-one {
    border-color: #f2efe7
}

@media (max-width: 1199.98px) {
    .header__top {
        background-color:#1f2b50;
        margin-bottom: .625rem;
        position: relative
    }

    body.pkf-financial-planning .header__top {
        background-color: #38093c
    }

    .header__top p {
        color: #fff;
        font-size: 1.125rem;
        padding: .3125rem 0 .125rem
    }
}

@media (min-width: 1200px) {
    .header__top {
        gap:.625rem
    }

    .header__top a,.header__top button {
        border-radius: 30px;
        font-size: 1.125rem;
        gap: .75rem;
        line-height: 1.25rem;
        padding: .625rem 1.25rem;
        transition: background-color .2s ease-in-out,border-color .2s ease-in-out
    }

    .header__top a.btn-header-cta-two,.header__top button.btn-header-cta-two {
        background-color: #c9d44e;
        color: #1f2b50
    }

    .header__top a.btn-header-cta-two:hover,.header__top button.btn-header-cta-two:hover {
        background-color: #1f2b50;
        color: #fff
    }

    body.pkf-careers .header__top a.btn-header-cta-two,body.pkf-careers .header__top button.btn-header-cta-two {
        background-color: #ef8f21;
        color: #1f2b50
    }

    body.pkf-careers .header__top a.btn-header-cta-two:hover,body.pkf-careers .header__top button.btn-header-cta-two:hover {
        background-color: #1f2b50;
        color: #fff
    }

    body.pkf-financial-planning .header__top a.btn-header-cta-two,body.pkf-financial-planning .header__top button.btn-header-cta-two {
        background-color: #bf388c;
        color: #fff
    }

    body.pkf-financial-planning .header__top a.btn-header-cta-two:hover,body.pkf-financial-planning .header__top button.btn-header-cta-two:hover {
        background-color: #38093c
    }

    .header__top a span:not(.ico),.header__top button span:not(.ico) {
        white-space: nowrap
    }

    .header__top a .ico,.header__top button .ico {
        font-size: 1.25rem;
        translate: 0 -2px
    }

    .header__top a:has(.icon-magnifying-glass),.header__top button:has(.icon-magnifying-glass) {
        background-color: #1f2b50;
        color: #fff
    }

    .header__top a:has(.icon-magnifying-glass):hover,.header__top button:has(.icon-magnifying-glass):hover {
        background-color: #c9d44e;
        color: #1f2b50
    }

    body.pkf-careers .header__top a:has(.icon-magnifying-glass):hover,body.pkf-careers .header__top button:has(.icon-magnifying-glass):hover {
        background-color: #ef8f21
    }

    body.pkf-financial-planning .header__top a:has(.icon-magnifying-glass),body.pkf-financial-planning .header__top button:has(.icon-magnifying-glass) {
        background-color: #38093c
    }

    body.pkf-financial-planning .header__top a:has(.icon-magnifying-glass):hover,body.pkf-financial-planning .header__top button:has(.icon-magnifying-glass):hover {
        background-color: #bf388c;
        color: #fff
    }

    .header__top a[target=_blank],.header__top button[target=_blank] {
        background-color: #fff;
        color: #1f2b50;
        padding-bottom: .625rem;
        padding-right: 2.3125rem;
        padding-top: .625rem;
        position: relative
    }

    body.pkf-financial-planning .header__top a[target=_blank]:hover,body.pkf-financial-planning .header__top button[target=_blank]:hover {
        background-color: #38093c;
        border-color: #38093c;
        color: #fff
    }

    body.pkf-financial-planning .header__top a[target=_blank]:hover:after,body.pkf-financial-planning .header__top button[target=_blank]:hover:after {
        background: url(../images/icons/icon-external-white.svg) center no-repeat!important
    }

    .header__top a[target=_blank]:after,.header__top button[target=_blank]:after {
        background-size: contain;
        content: "";
        height: 1.25rem;
        position: absolute;
        right: 0;
        top: 50%;
        translate: -14px -50%;
        width: 1.25rem
    }

    body.pkf-financial-planning .header__top a[target=_blank].btn-header-cta-one:after,body.pkf-financial-planning .header__top button[target=_blank].btn-header-cta-one:after {
        background: url(../images/icons/icon-external-purple.svg) center no-repeat
    }

    body.pkf-careers .header__top a[target=_blank].btn-header-cta-one:after,body.pkf-careers .header__top button[target=_blank].btn-header-cta-one:after {
        background: url(../images/icons/icon-external-orange.svg) center no-repeat
    }

    body.pkf-llp-site .header__top a[target=_blank].btn-header-cta-two:not(:hover),body.pkf-llp-site .header__top button[target=_blank].btn-header-cta-two:not(:hover) {
        background-color: #c9d44e
    }

    body.pkf-financial-planning .header__top a[target=_blank].btn-header-cta-two:not(:hover),body.pkf-financial-planning .header__top button[target=_blank].btn-header-cta-two:not(:hover) {
        background-color: #bf388c
    }

    body.pkf-careers .header__top a[target=_blank].btn-header-cta-two:not(:hover),body.pkf-careers .header__top button[target=_blank].btn-header-cta-two:not(:hover) {
        background-color: #ef8f21
    }

    body.pkf-financial-planning .header__top a[target=_blank].btn-header-cta-two,body.pkf-financial-planning .header__top button[target=_blank].btn-header-cta-two {
        color: #fff
    }

    .header__top a[target=_blank].btn-header-cta-two:after,.header__top button[target=_blank].btn-header-cta-two:after {
        background: url(../images/icons/icon-external-blue.svg) center no-repeat
    }

    body.pkf-financial-planning .header__top a[target=_blank].btn-header-cta-two:after,body.pkf-financial-planning .header__top button[target=_blank].btn-header-cta-two:after {
        background: url(../images/icons/icon-external-white.svg) center no-repeat
    }

    body.pkf-financial-planning .header__top a[target=_blank].btn-header-cta-two:hover,body.pkf-financial-planning .header__top button[target=_blank].btn-header-cta-two:hover {
        background-color: #38093c
    }

    .header__top a[target=_blank]:hover,.header__top button[target=_blank]:hover {
        background-color: #f2efe7
    }

    .header__top a[target=_blank] span,.header__top button[target=_blank] span {
        margin-right: .3125rem
    }

    .header__top button {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .header__top p {
        padding-right:.625rem;
        translate: 0 -1px
    }
}

@media (max-width: 991.98px) {
    .pkf-financial-planning .header .col-6:has(.header__logo) {
        width:100%
    }
}

.header__logo {
    display: block
}

@media (max-width: 1199.98px) {
    .header__logo {
        margin-top:.625rem
    }
}

.header__logo img {
    max-height: 5rem;
    max-width: 4.6875rem;
    object-position: left;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 10
}

@media (max-width: 1199.98px) {
    body.menu-is-open .header__logo img {
        display:none
    }

    body.menu-is-open .header__logo img+img {
        display: block!important
    }

    .header__logo img.logo-desktop {
        display: none
    }

    .header__logo img.logo-mobile {
        display: block;
        max-width: 10.875rem
    }
}

@media (min-width: 1200px) {
    .header__logo img {
        max-width:18.0625rem
    }

    .header__logo img.logo-mobile {
        display: none
    }
}

@media (min-width: 1200px) {
    .header button {
        appearance:none;
        background-color: transparent;
        border: none
    }
}

@media (min-width: 1200px) {
    .header nav.navbar {
        padding-bottom:0;
        padding-top: .3125rem
    }

    .header nav.navbar a:not(.desktop-menu__cta a),.header nav.navbar button {
        font-weight: 700
    }

    .header nav.navbar a:not(.desktop-menu__collapse-inner a),.header nav.navbar button:not(.desktop-menu__collapse-inner button) {
        align-items: center;
        font-size: 1.25rem
    }

    .header nav.navbar a:not(.desktop-menu__collapse-inner a):not(:hover),.header nav.navbar button:not(.desktop-menu__collapse-inner button):not(:hover) {
        text-decoration: none
    }
}

.header .header__ctas {
    gap: .75rem
}

@media (max-width: 1199.98px) {
    .header .header__ctas {
        align-items:center
    }

    body.pkf-financial-planning .header .header__ctas {
        background-color: #38093c
    }

    .header .header__ctas .search-modal-wrapper span:not(.ico),.header .header__ctas .header__client-login span:not(.ico) {
        padding-right: 0
    }
}

.header .header__ctas .header__client-login {
    border-radius: 30px;
    gap: .75rem;
    padding-bottom: .5625rem;
    padding-top: .5625rem;
    transition: background-color .2s ease-in-out;
    align-items: center
}

body.pkf-llp-site .header .header__ctas .header__client-login {
    background: #C9D44E;
    color: #1f2b50
}

body.pkf-financial-planning .header .header__ctas .header__client-login {
    background: #BF388C;
    color: #fff
}

body.pkf-careers .header .header__ctas .header__client-login {
    background: #EF8F21;
    color: #1f2b50
}

.header .header__ctas .header__client-login:hover {
    background-color: #db323d;
    color: #fff
}

.header .header__ctas .header__client-login .ico:before {
    padding-top: 10px
}

@media (max-width: 1199.98px) {
    .header .header__ctas .search-modal-wrapper,.header .header__ctas .header__client-login {
        font-size:1.125rem;
        transition: width .2s ease-in-out;
        width: 50%
    }

    .header .header__ctas .search-modal-wrapper:has(.icon-magnifying-glass) a,.header .header__ctas .header__client-login:has(.icon-magnifying-glass) a {
        background-color: #fff;
        color: #1f2b50
    }

    body.pkf-financial-planning .header .header__ctas .search-modal-wrapper:has(.icon-magnifying-glass) a,body.pkf-financial-planning .header .header__ctas .header__client-login:has(.icon-magnifying-glass) a {
        color: #38093c
    }

    .header .header__ctas .search-modal-wrapper:has(.icon-magnifying-glass) a .ico,.header .header__ctas .header__client-login:has(.icon-magnifying-glass) a .ico {
        color: #1f2b50
    }

    body.pkf-financial-planning .header .header__ctas .search-modal-wrapper:has(.icon-magnifying-glass) a .ico,body.pkf-financial-planning .header .header__ctas .header__client-login:has(.icon-magnifying-glass) a .ico {
        color: #38093c
    }

    .header .header__ctas .header__client-login span {
        transition: font-size .2s ease-in-out
    }

    .header .header__ctas:not(:has(.nav-search-form:is(:active,:focus))) .header__client-login,.header .header__ctas:not(:has(.nav-search-submit:is(:active,:focus))) .header__client-login {
        display: flex;
        justify-content: space-between
    }

    .header .header__ctas:has(.nav-search-form:is(:active,:focus)) .search-modal-wrapper,.header .header__ctas:has(.nav-search-submit:is(:active,:focus)) .search-modal-wrapper {
        width: 100%
    }

    .header .header__ctas:has(.nav-search-form:is(:active,:focus)) .header__client-login,.header .header__ctas:has(.nav-search-submit:is(:active,:focus)) .header__client-login {
        gap: 0;
        width: fit-content
    }

    .header .header__ctas:has(.nav-search-form:is(:active,:focus)) .header__client-login span:not(.ico),.header .header__ctas:has(.nav-search-submit:is(:active,:focus)) .header__client-login span:not(.ico) {
        font-size: 0;
        margin-right: 0
    }
}

@media (max-width: 1199.98px) {
    body:not(.menu-is-open) .header__ctas {
        opacity:0;
        pointer-events: none;
        position: absolute;
        width: 0;
        transition: opacity .2s ease-in-out,background-color .2s ease-in-out
    }
}

.footer {
    background-color: #1f2b50;
    overflow: clip;
    padding: 1.25rem 0
}

body.pkf-financial-planning .footer {
    background-color: #38093c
}

@media (min-width: 768px) {
    .footer {
        padding:2.25rem 0
    }
}

@media (min-width: 992px) {
    .footer {
        padding:4.0625rem 0
    }
}

.footer .row {
    row-gap: 1.875rem
}

.footer .row+.row {
    margin-top: 1.625rem
}

@media (min-width: 992px) {
    .footer .row+.row {
        margin-top:3.75rem
    }
}

.footer__logo-primary {
    height: auto;
    max-width: 18.0625rem;
    width: 100%
}

.pkf-financial-planning .footer__logo-primary {
    max-width: 18.75rem
}

@media (min-width: 1200px) {
    .pkf-financial-planning .footer__logo-primary {
        max-width:21.875rem
    }
}

.pkf-financial-planning .footer .footer__list-col:has(.footer__logo-primary) {
    width: 100%
}

.footer__logo-secondary {
    object-fit: contain
}

@media (min-width: 768px) {
    .footer__logo-secondary {
        height:4.625rem;
        width: 12.125rem
    }
}

@media (max-width: 991.98px) {
    .footer__logos {
        column-gap:.625rem;
        row-gap: 1.8125rem
    }
}

@media (min-width: 992px) {
    .footer__logos {
        gap:.75rem
    }

    .footer__logos.footer__logos--bottom {
        padding-bottom: 3.4375rem;
        padding-top: 2.75rem
    }
}

.footer__logos li img {
    height: auto;
    max-height: 10.9375rem;
    max-width: 21.875rem;
    object-fit: contain;
    width: 100%
}

@media (min-width: 992px) {
    .footer__logos li img {
        max-height:6.25rem
    }
}

.footer__logos.footer__logos--top {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width: 992px) {
    .footer__logos.footer__logos--top {
        align-items:center;
        display: flex;
        justify-content: space-between
    }
}

.footer__logos.footer__logos--top.footer__logos--top-seocndary {
    gap: 1.25rem
}

@media (max-width: 767.98px) {
    .footer__logos.footer__logos--top.footer__logos--top-seocndary {
        margin-top:1.875rem
    }
}

.footer h2,.footer .h2,.footer h3,.footer .h3,.footer h4,.footer .h4,.footer h5,.footer .h5,.footer h6,.footer .h6,.footer .gform_validation_errors .gform_submission_error,.gform_validation_errors .footer .gform_submission_error,.footer p,.footer ul li,.footer ol li,.footer strong,.footer a:not(.social-list a) {
    color: #fff
}

@media (min-width: 992px) {
    .footer__list-col {
        flex:1
    }
}

.footer__list-col h2.visual-h4,.footer__list-col .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) .footer__list-col h2,.footer__list-col .bullet-list-with-icon--small h2,.bullet-list-with-icon--small .footer__list-col h2,.footer__list-col .visual-h4.h2,.footer__list-col .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) .footer__list-col .h2,.footer__list-col .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small .footer__list-col .h2,.footer__list-col .wp-editor-wrapper :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) {
    margin-bottom: .5625rem
}

body.pkf-llp-site .footer__list-col h2.visual-h4,body.pkf-llp-site .footer__list-col .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) body.pkf-llp-site .footer__list-col h2,body.pkf-llp-site .footer__list-col .bullet-list-with-icon--small h2,.bullet-list-with-icon--small body.pkf-llp-site .footer__list-col h2,body.pkf-llp-site .footer__list-col .visual-h4.h2,body.pkf-llp-site .footer__list-col .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) body.pkf-llp-site .footer__list-col .h2,body.pkf-llp-site .footer__list-col .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small body.pkf-llp-site .footer__list-col .h2,body.pkf-llp-site .footer__list-col .wp-editor-wrapper :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) {
    color: #c9d44e
}

body.pkf-financial-planning .footer__list-col h2.visual-h4,body.pkf-financial-planning .footer__list-col .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) body.pkf-financial-planning .footer__list-col h2,body.pkf-financial-planning .footer__list-col .bullet-list-with-icon--small h2,.bullet-list-with-icon--small body.pkf-financial-planning .footer__list-col h2,body.pkf-financial-planning .footer__list-col .visual-h4.h2,body.pkf-financial-planning .footer__list-col .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) body.pkf-financial-planning .footer__list-col .h2,body.pkf-financial-planning .footer__list-col .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small body.pkf-financial-planning .footer__list-col .h2,body.pkf-financial-planning .footer__list-col .wp-editor-wrapper :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) {
    color: #bf388c
}

body.pkf-careers .footer__list-col h2.visual-h4,body.pkf-careers .footer__list-col .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) body.pkf-careers .footer__list-col h2,body.pkf-careers .footer__list-col .bullet-list-with-icon--small h2,.bullet-list-with-icon--small body.pkf-careers .footer__list-col h2,body.pkf-careers .footer__list-col .visual-h4.h2,body.pkf-careers .footer__list-col .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) body.pkf-careers .footer__list-col .h2,body.pkf-careers .footer__list-col .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small body.pkf-careers .footer__list-col .h2,body.pkf-careers .footer__list-col .wp-editor-wrapper :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) {
    color: #ef8f21
}

@media (min-width: 992px) {
    .footer__list-col h2.visual-h4,.footer__list-col .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) .footer__list-col h2,.footer__list-col .bullet-list-with-icon--small h2,.bullet-list-with-icon--small .footer__list-col h2,.footer__list-col .visual-h4.h2,.footer__list-col .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) .footer__list-col .h2,.footer__list-col .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small .footer__list-col .h2,.footer__list-col .wp-editor-wrapper :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) {
        font-size:1.25rem;
        font-weight: 700;
        margin-bottom: .9375rem
    }
}

.footer__list li:not(:first-child) {
    margin-top: .3125rem
}

@media (min-width: 992px) {
    .footer__list li:not(:first-child) {
        margin-top:.1875rem
    }
}

.footer__list li a {
    font-size: .875rem;
    text-decoration-color: transparent
}

.footer__list li a:hover,.footer__list li a.active {
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px
}

.footer__workplace-logos {
    column-gap: .625rem;
    row-gap: 1.8125rem
}

.footer__socials {
    gap: 1.875rem
}

.footer__copy a:not(:hover) {
    text-decoration: solid 1px underline
}

.footer__socials p,.footer__socials a,.footer__copy p,.footer__copy a {
    font-size: .75rem
}

@media (min-width: 768px) {
    .footer__socials p,.footer__socials a,.footer__copy p,.footer__copy a {
        font-size:.875rem
    }
}

@media (max-width: 991.98px) {
    .footer__signup {
        text-align:center
    }
}

@media (max-width: 991.98px) {
    .footer__signup .wp-editor-wrapper p {
        line-height:1.875rem
    }
}

@media (min-width: 992px) {
    .footer__signup .wp-editor-wrapper p {
        font-size:.875rem
    }
}

.footer__signup .wp-editor-wrapper+.btn-link,.footer__signup .wp-editor-wrapper+input[type=submit],.footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button,.gfield--type-fileupload .gform_drop_area .footer__signup .wp-editor-wrapper+button,.footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:after {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1.5rem;
    padding: .6875rem 1.25rem
}

body.pkf-llp-site .footer__signup .wp-editor-wrapper+.btn-link,body.pkf-llp-site .footer__signup .wp-editor-wrapper+input[type=submit],body.pkf-llp-site .footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .footer__signup .wp-editor-wrapper+button,body.pkf-llp-site .footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:after {
    background: #C9D44E;
    color: #1f2b50
}

body.pkf-financial-planning .footer__signup .wp-editor-wrapper+.btn-link,body.pkf-financial-planning .footer__signup .wp-editor-wrapper+input[type=submit],body.pkf-financial-planning .footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .footer__signup .wp-editor-wrapper+button,body.pkf-financial-planning .footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:after {
    background: #BF388C;
    color: #fff
}

body.pkf-careers .footer__signup .wp-editor-wrapper+.btn-link,body.pkf-careers .footer__signup .wp-editor-wrapper+input[type=submit],body.pkf-careers .footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button,.gfield--type-fileupload .gform_drop_area body.pkf-careers .footer__signup .wp-editor-wrapper+button,body.pkf-careers .footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:after {
    background: #EF8F21;
    color: #1f2b50
}

body.pkf-careers .footer__signup .wp-editor-wrapper+.btn-link:hover,body.pkf-careers .footer__signup .wp-editor-wrapper+input[type=submit]:hover,body.pkf-careers .footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .footer__signup .wp-editor-wrapper+button:hover,body.pkf-careers .footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:hover:after {
    background-color: #fff
}

@media (min-width: 1200px) {
    .footer__signup .wp-editor-wrapper+.btn-link,.footer__signup .wp-editor-wrapper+input[type=submit],.footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button,.gfield--type-fileupload .gform_drop_area .footer__signup .wp-editor-wrapper+button,.footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:after {
        margin-top:1.25rem
    }
}

.footer__signup .wp-editor-wrapper+.btn-link:hover,.footer__signup .wp-editor-wrapper+input[type=submit]:hover,.footer__signup .gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button:hover,.gfield--type-fileupload .gform_drop_area .footer__signup .wp-editor-wrapper+button:hover,.footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .footer__signup .wp-editor-wrapper+.ginput_container_fileupload:hover:after {
    color: #db323d
}

@media (min-width: 992px) {
    .footer__content {
        position:relative;
        z-index: 5
    }
}

.footer__pebble {
    bottom: 0;
    left: 0;
    position: absolute
}

.footer__pebble.footer__pebble--careers {
    display: none
}

@media (max-width: 991.98px) {
    .footer__pebble {
        display:none
    }
}

.footer__pebble:first-child {
    bottom: -33px;
    left: -75px
}

.footer__pebble:nth-child(2) {
    bottom: 167px;
    left: 483px
}

.footer__pebble:nth-child(3) {
    bottom: -219px;
    left: 60px
}

body.pkf-llp-site .footer .footer__signup.footer__list-col .btn-link:hover,body.pkf-llp-site .footer .footer__signup.footer__list-col input[type=submit]:hover,body.pkf-llp-site .footer .footer__signup.footer__list-col .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .footer .footer__signup.footer__list-col button:hover,body.pkf-llp-site .footer .footer__signup.footer__list-col .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .footer .footer__signup.footer__list-col .ginput_container_fileupload:hover:after {
    background: #fff!important
}

@media (min-width: 1200px) {
    .navbar-toggler {
        display:none
    }
}

.navbar-toggler {
    background-color: #fff;
    border-radius: 30px;
    border: none;
    color: #1f2b50;
    font-size: 1.125rem;
    font-weight: 700;
    max-width: 7.75rem;
    padding: 1rem 1.875rem 1rem 1.0625rem;
    position: absolute;
    right: 1.5rem;
    width: 100%;
    z-index: 5
}

body.pkf-financial-planning .navbar-toggler {
    color: #38093c
}

@media (max-width: 991.98px) {
    body.pkf-financial-planning .navbar-toggler {
        translate:0 -32px
    }
}

.navbar-toggler .icon-arrow-down {
    height: 1.5rem;
    position: absolute;
    right: 0;
    width: 1.5rem
}

.navbar-toggler .icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-blue.svg) center no-repeat;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

body.pkf-financial-planning .navbar-toggler .icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-d-purple.svg) center no-repeat
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-toggler {
        display:block!important;
        right: calc((100vw - 960px)/2);
        translate: -12px 0
    }
}

.navbar-toggler[aria-expanded=true] .ico {
    rotate: -180deg;
    translate: -17px -3px
}

.navbar-toggler span:not(.ico) {
    padding-right: 1.125rem
}

.navbar-toggler .ico {
    display: inline-block;
    font-size: .5625rem;
    translate: -20px -2px;
    transition: rotate .2s ease-in-out,translate .2s ease-in-out
}

.wrapper-navbar .navbar .mobile-menu {
    background-color: #1f2b50;
    border-radius: 0 0 45px 45px;
    left: 50%;
    height: calc(100vh - 142px);
    margin-left: -50vw;
    overflow-y: scroll;
    opacity: 0;
    padding: 1.0625rem 0 3rem;
    position: fixed;
    top: 182px;
    transform: translateY(-150vh);
    transition: opacity .2s ease-in-out;
    width: 100vw
}

body.pkf-financial-planning .wrapper-navbar .navbar .mobile-menu {
    background-color: #38093c
}

.admin-bar .wrapper-navbar .navbar .mobile-menu {
    height: calc(100vh - 187px)
}

.wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button {
    position: relative
}

.wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button[aria-expanded=true] {
    border-bottom-width: 2px;
    border-bottom-style: solid
}

body.pkf-llp-site .wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button[aria-expanded=true] {
    border-color: #c9d44e
}

body.pkf-financial-planning .wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button[aria-expanded=true] {
    border-color: #bf388c
}

body.pkf-careers .wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button[aria-expanded=true] {
    border-color: #ef8f21
}

.wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button .icon-arrow-down {
    height: 1.5rem;
    position: absolute;
    right: 0;
    width: 1.5rem
}

.wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button .icon-arrow-down:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

body.pkf-llp-site .wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button .icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-green.svg) center no-repeat
}

body.pkf-financial-planning .wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button .icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-purple.svg) center no-repeat
}

body.pkf-careers .wrapper-navbar .navbar .mobile-menu .container>ul.mobile-menu__main>li>button .icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-orange.svg) center no-repeat
}

.wrapper-navbar .navbar .mobile-menu__btn {
    appearance: none;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0
}

.wrapper-navbar .navbar .mobile-menu__btn[aria-expanded=true] .ico {
    rotate: -180deg
}

.wrapper-navbar .navbar .mobile-menu__btn .ico {
    font-size: 1.125rem;
    transition: rotate .2s ease-in-out
}

.wrapper-navbar .navbar .mobile-menu ul {
    padding: 1.5rem 0
}

.wrapper-navbar .navbar .mobile-menu ul li:not(:last-child) {
    border-bottom: solid 2px #fff
}

body.pkf-llp-site .wrapper-navbar .navbar .mobile-menu ul li:not(:last-child) {
    border-bottom-style: solid;
    border-color: #c9d44e
}

body.pkf-financial-planning .wrapper-navbar .navbar .mobile-menu ul li:not(:last-child) {
    border-bottom-style: solid;
    border-color: #bf388c
}

body.pkf-careers .wrapper-navbar .navbar .mobile-menu ul li:not(:last-child) {
    border-bottom-style: solid;
    border-color: #ef8f21
}

body.pkf-llp-site .wrapper-navbar .navbar .mobile-menu ul li .collapse li button[aria-expanded=true] {
    color: #c9d44e
}

body.pkf-financial-planning .wrapper-navbar .navbar .mobile-menu ul li .collapse li button[aria-expanded=true] {
    color: #bf388c
}

body.pkf-careers .wrapper-navbar .navbar .mobile-menu ul li .collapse li button[aria-expanded=true] {
    color: #ef8f21
}

.wrapper-navbar .navbar .mobile-menu ul li .collapse li button[aria-expanded=true] .ico.icon-arrow-dot-right {
    rotate: -90deg!important
}

.wrapper-navbar .navbar .mobile-menu ul ul {
    padding: .375rem 0 1.875rem 2.5rem
}

.wrapper-navbar .navbar .mobile-menu ul ul li:not(:last-child) {
    border-bottom-width: 1px
}

.wrapper-navbar .navbar .mobile-menu ul ul .mobile-menu__btn .ico {
    font-size: .625rem
}

.wrapper-navbar .navbar .mobile-menu ul ul ul {
    padding-left: 3rem
}

.wrapper-navbar .navbar .mobile-menu ul ul ul li:not(:last-child) {
    border-bottom-color: #fff!important
}

.wrapper-navbar .navbar .mobile-menu a,.wrapper-navbar .navbar .mobile-menu button {
    display: block;
    text-align: start
}

.wrapper-navbar .navbar .mobile-menu ul a:not(ul ul a),.wrapper-navbar .navbar .mobile-menu ul button:not(ul ul button) {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.875rem;
    padding: 1.25rem 0
}

.wrapper-navbar .navbar .mobile-menu ul ul :is(a,button):not(ul ul ul :is(a,button)) {
    font-weight: 700
}

.wrapper-navbar .navbar .mobile-menu ul ul :is(a,button) {
    padding: .3125rem 0 .4375rem
}

.wrapper-navbar .navbar .mobile-menu ul ul li a {
    font-family: Poppins,Arial,sans-serif
}

.wrapper-navbar .navbar .mobile-menu button {
    gap: .75rem
}

.wrapper-navbar .navbar .mobile-menu a:not(.header__client-login) {
    color: #fff;
    display: inline-block;
    text-decoration: none
}

.wrapper-navbar .navbar .mobile-menu a:not(.header__client-login)[target=_blank] {
    position: relative;
    width: 100%
}

.wrapper-navbar .navbar .mobile-menu a:not(.header__client-login)[target=_blank] span {
    display: inline-block;
    padding-right: 3rem
}

.wrapper-navbar .navbar .mobile-menu a:not(.header__client-login)[target=_blank]:after {
    background-size: contain;
    content: "";
    height: 1.25rem;
    position: absolute;
    right: -10px;
    top: 50%;
    translate: -14px -50%;
    width: 1.25rem
}

body.pkf-llp-site .wrapper-navbar .navbar .mobile-menu a:not(.header__client-login)[target=_blank]:after {
    background: url(../images/icons/icon-external-green.svg) center no-repeat
}

body.pkf-financial-planning .wrapper-navbar .navbar .mobile-menu a:not(.header__client-login)[target=_blank]:after {
    background: url(../images/icons/icon-external-purple.svg) center no-repeat
}

body.pkf-careers .wrapper-navbar .navbar .mobile-menu a:not(.header__client-login)[target=_blank]:after {
    background: url(../images/icons/icon-external-orange.svg) center no-repeat
}

.wrapper-navbar .navbar.is-active .mobile-menu {
    transform: translateY(0);
    opacity: 1
}

.pkf-financial-planning .wrapper-navbar .navbar.is-active .mobile-menu {
    transform: translateY(-4px)
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .admin-bar .wrapper-navbar .navbar.is-active .mobile-menu {
        transform:translateY(-15px)
    }
}

.mobile-menu__main .icon-arrow-dot-right {
    font-size: .75rem!important;
    rotate: 90deg!important
}

body.pkf-llp-site .mobile-menu__main .icon-arrow-dot-right {
    color: #c9d44e!important
}

body.pkf-financial-planning .mobile-menu__main .icon-arrow-dot-right {
    color: #bf388c!important
}

body.pkf-careers .mobile-menu__main .icon-arrow-dot-right {
    color: #ef8f21!important
}

@media (max-width: 1199.98px) {
    body.menu-is-open {
        overflow:hidden
    }
}

.desktop-menu__top {
    gap: .25rem
}

.desktop-menu__collapse {
    display: flex;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 7.625rem;
    width: 100vw
}

.desktop-menu__collapse-inner {
    background-color: #f2efe7;
    border-radius: 0 0 45px 45px;
    max-height: calc(100vh - 200px);
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    scrollbar-width: none;
    overflow-x: clip;
    overflow-y: scroll
}

.desktop-menu__collapse-inner::-webkit-scrollbar {
    display: none
}

.desktop-menu__btn {
    appearance: none;
    background-color: transparent;
    border: none;
    color: #1f2b50;
    gap: .3125rem
}

.desktop-menu__btn:not(.desktop-menu__btn--inner) {
    border-radius: .625rem .625rem 0 0;
    height: 100%;
    transition: background-color .2s ease-in-out,color .2s ease-in-out
}

.desktop-menu__btn:not(.desktop-menu__btn--inner) span:not(.ico) {
    text-decoration: solid underline 2px;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: text-decoration-color .2s ease-in-out
}

.desktop-menu__btn:not(.desktop-menu__btn--inner):hover span:not(.ico) {
    text-decoration-color: currentColor
}

.desktop-menu__btn:not(.desktop-menu__btn--inner) .ico {
    transition: rotate .2s ease-in-out,color .2s ease-in-out
}

.desktop-menu__btn:not(.desktop-menu__btn--inner)[aria-expanded=true] {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-financial-planning .desktop-menu__btn:not(.desktop-menu__btn--inner)[aria-expanded=true] {
    background-color: #bf388c;
    color: #fff
}

.desktop-menu__btn:not(.desktop-menu__btn--inner)[aria-expanded=true] .ico {
    rotate: -180deg
}

.desktop-menu__btn:not(.desktop-menu__btn--inner)[aria-expanded=true] .ico.ico.icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-white.svg) center no-repeat
}

.desktop-menu__btn:not(.desktop-menu__btn--inner),.desktop-menu .desktop-menu__top-link {
    padding: .625rem .75rem 1.125rem
}

.desktop-menu .desktop-menu__top-link .desktop-menu__top-link {
    padding: .625rem .75rem
}

body.pkf-financial-planning .desktop-menu .desktop-menu__top-link {
    color: #38093c
}

.desktop-menu .desktop-menu__top-link[target=_blank] {
    position: relative
}

.desktop-menu .desktop-menu__top-link[target=_blank]:after {
    background-size: contain;
    content: "";
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    translate: -14px calc(-50% - 3px);
    width: 1.25rem
}

body.pkf-llp-site .desktop-menu .desktop-menu__top-link[target=_blank]:after {
    background: url(../images/icons/icon-external-green.svg) center no-repeat
}

body.pkf-financial-planning .desktop-menu .desktop-menu__top-link[target=_blank]:after {
    background: url(../images/icons/icon-external-purple.svg) center no-repeat
}

body.pkf-careers .desktop-menu .desktop-menu__top-link[target=_blank]:after {
    background: url(../images/icons/icon-external-orange.svg) center no-repeat
}

.desktop-menu .desktop-menu__top-link[target=_blank] span {
    padding-right: calc(1.5rem + 4px)
}

.desktop-menu__btn span:not(.ico),.desktop-menu__link span:not(.ico) {
    text-align: left;
    white-space: normal
}

body.pkf-financial-planning .desktop-menu__btn,body.pkf-financial-planning .desktop-menu__link {
    color: #38093c
}

.desktop-menu__btn .ico,.desktop-menu__link .ico {
    height: 1.5rem;
    position: relative;
    width: 1.5rem
}

.desktop-menu__btn .ico.icon-arrow-down:before,.desktop-menu__link .ico.icon-arrow-down:before {
    content: "";
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.5rem
}

body.pkf-llp-site .desktop-menu__btn .ico.icon-arrow-down:before,body.pkf-llp-site .desktop-menu__link .ico.icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-green.svg) center no-repeat
}

body.pkf-financial-planning .desktop-menu__btn .ico.icon-arrow-down:before,body.pkf-financial-planning .desktop-menu__link .ico.icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-purple.svg) center no-repeat
}

body.pkf-careers .desktop-menu__btn .ico.icon-arrow-down:before,body.pkf-careers .desktop-menu__link .ico.icon-arrow-down:before {
    background: url(../images/icons/icon-arrow-down-orange.svg) center no-repeat
}

.desktop-menu__col {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.desktop-menu__col:nth-child(2) {
    background-color: #f2efe7;
    z-index: 5
}

.desktop-menu__col:nth-child(3):has(.desktop-menu__col-inner--translate-menu.show) .desktop-menu__col-inner {
    padding-top: 4.5rem
}

.desktop-menu__col:nth-child(3):has(.desktop-menu__col-inner--translate-menu.show) .desktop-menu__col-inner a {
    color: #fff;
    font-size: 1.125rem
}

.desktop-menu__col:nth-child(3):has(.desktop-menu__col-inner--translate-menu.show) ul li:not(:first-child) {
    margin-top: .75rem
}

.desktop-menu__secondary li:not(:first-child) {
    margin-top: .25rem
}

.desktop-menu__secondary li .desktop-menu__btn--inner,.desktop-menu__secondary li .desktop-menu__link {
    border-bottom: solid 2px;
    border-bottom-color: #fff;
    padding: .375rem 0;
    transition: border-bottom-color .2s ease-in-out;
    width: 100%
}

.desktop-menu__secondary li .desktop-menu__btn--inner:hover,.desktop-menu__secondary li .desktop-menu__link:hover {
    border-bottom-color: #1f2b50
}

body.pkf-financial-planning .desktop-menu__secondary li .desktop-menu__btn--inner:hover,body.pkf-financial-planning .desktop-menu__secondary li .desktop-menu__link:hover {
    border-bottom-color: #38093c
}

.desktop-menu__secondary li .desktop-menu__btn--inner .ico,.desktop-menu__secondary li .desktop-menu__link .ico {
    transition: translate .2s ease-in-out
}

.desktop-menu__secondary li .desktop-menu__btn--inner {
    position: relative;
    width: 100%;
    z-index: 25
}

.desktop-menu__secondary li .desktop-menu__btn--inner span:not(.ico) {
    margin-right: .625rem
}

.desktop-menu__secondary li .desktop-menu__btn--inner .ico {
    rotate: -90deg;
    translate: -11px -3px
}

.desktop-menu__secondary li .desktop-menu__btn--inner .ico:before {
    background: url(../images/icons/icon-arrow-down-blue.svg) center no-repeat!important
}

body.pkf-financial-planning .desktop-menu__secondary li .desktop-menu__btn--inner .ico:before {
    background-image: url(../images/icons/icon-arrow-down-purple-dark.svg)!important
}

.desktop-menu__secondary li .desktop-menu__btn--inner[aria-expanded=true] {
    border-bottom-color: #1f2b50
}

.desktop-menu__secondary li .desktop-menu__btn--inner[aria-expanded=true] .ico {
    translate: 0 -3px
}

.desktop-menu__secondary li .desktop-menu__btn--inner span:not(.ico) {
    margin-right: .5rem
}

.desktop-menu__secondary li .desktop-menu__link {
    display: inline-block;
    text-decoration: none
}

.desktop-menu__secondary li .desktop-menu__link[target=_blank] {
    position: relative;
    width: 100%
}

.desktop-menu__secondary li .desktop-menu__link[target=_blank] span {
    display: inline-block;
    padding-right: 3rem
}

.desktop-menu__secondary li .desktop-menu__link[target=_blank]:after {
    background-size: contain;
    content: "";
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    translate: -14px -50%;
    width: 1.25rem
}

body.pkf-llp-site .desktop-menu__secondary li .desktop-menu__link[target=_blank]:after {
    background: url(../images/icons/icon-external-primary-dark.svg) center no-repeat
}

body.pkf-financial-planning .desktop-menu__secondary li .desktop-menu__link[target=_blank]:after {
    background: url(../images/icons/icon-external-purple.svg) center no-repeat
}

body.pkf-careers .desktop-menu__secondary li .desktop-menu__link[target=_blank]:after {
    background: url(../images/icons/icon-external-primary-dark.svg) center no-repeat
}

.desktop-menu__col-inner {
    height: 100%;
    padding: 2.1875rem 0 3.75rem;
    position: relative
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu {
    position: relative
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu:before {
    background-color: #1f2b50;
    content: "";
    height: calc(100% + 44px);
    left: 0;
    position: absolute;
    top: -44px;
    transition: width .2s ease-in-out;
    width: 0
}

body.pkf-financial-planning .desktop-menu__col-inner.desktop-menu__col-inner--translate-menu:before {
    background-color: #38093c
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu a {
    color: #fff
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu:has(.desktop-menu__translated.show):before {
    width: 100vw
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu .desktop-menu__translated {
    position: relative;
    translate: calc(-100% - 1.875rem);
    transition: translate .2s ease-in-out
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu .desktop-menu__translated ul {
    padding-left: 2rem
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu .desktop-menu__translated ul li:not(:first-child) {
    margin-top: 1rem
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu .desktop-menu__translated ul li a {
    font-weight: 400
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu .desktop-menu__translated ul li a:not(:hover) {
    text-decoration: none
}

.desktop-menu__col-inner.desktop-menu__col-inner--translate-menu .desktop-menu__translated.show {
    translate: 0
}

.desktop-menu__cta h2,.desktop-menu__cta .h2 {
    margin-bottom: 1.375rem;
    padding-bottom: 1.375rem;
    color: #1f2b50
}

body.pkf-llp-site .desktop-menu__cta h2,body.pkf-llp-site .desktop-menu__cta .h2 {
    border-bottom: 10px solid #C9D44E
}

body.pkf-financial-planning .desktop-menu__cta h2,body.pkf-financial-planning .desktop-menu__cta .h2 {
    border-bottom: 10px solid #BF388C;
    color: #38093c
}

body.pkf-careers .desktop-menu__cta h2,body.pkf-careers .desktop-menu__cta .h2 {
    border-bottom: 10px solid #EF8F21
}

.desktop-menu__cta p {
    color: #1f2b50
}

body.pkf-financial-planning .desktop-menu__cta p {
    color: #38093c
}

.desktop-menu__cta .btn-link,.desktop-menu__cta input[type=submit],.desktop-menu__cta .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .desktop-menu__cta button,.desktop-menu__cta .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .desktop-menu__cta .ginput_container_fileupload:after {
    font-size: 1rem
}

.desktop-menu .dropdown-toggle:after {
    content: none
}

.block {
    position: relative
}

.block--spc {
    padding: 1.5rem 0
}

@media (min-width: 768px) {
    .block--spc {
        padding:2.25rem 0
    }
}

@media (min-width: 992px) {
    .block--spc {
        padding:3rem 0
    }
}

.block--white+.block--white,.block--grey+.block--grey {
    padding-top: 0
}

.block.testimonial.pt-0.pb-0 {
    padding-top: 0!important;
    padding-bottom: 1.5rem!important
}

@media (min-width: 768px) {
    .block.testimonial.pt-0.pb-0 {
        padding-bottom:2.25rem!important
    }
}

@media (min-width: 992px) {
    .block.testimonial.pt-0.pb-0 {
        padding-bottom:3rem!important
    }
}

.block--grey {
    background-color: #f0f0f0
}

.block__bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.block-intro {
    margin-bottom: 2rem;
    row-gap: .75rem
}

.block-intro .col-lg-10>*:last-child {
    margin-bottom: 0
}

body.pkf-llp-site .block-intro .block-title {
    color: #1f2b50
}

body.pkf-financial-planning .block-intro .block-title {
    color: #38093c
}

body.pkf-careers .block-intro .block-title {
    color: #1f2b50
}

@media (min-width: 992px) {
    .block-intro .block-title:last-child,.block-intro .block-text:last-child {
        margin-bottom:0
    }
}

.wp-editor-wrapper>*:last-child {
    margin-bottom: 0
}

.wp-editor-wrapper+.btn-link,.wp-editor-wrapper+input[type=submit],.gfield--type-fileupload .gform_drop_area .wp-editor-wrapper+button,.gfield--type-fileupload:not(:has(.gform_drop_area)) .wp-editor-wrapper+.ginput_container_fileupload:after {
    margin-top: 1.125rem
}

.block-margin-top {
    margin-top: .5rem
}

.block-margin-bottom {
    margin-bottom: .5rem
}

.no-js .collapse {
    display: block
}

.navbar-search .form-field .nav-search-form[type=text] {
    border-radius: 30px;
    border: solid 1px #fff;
    font-size: 1.125rem;
    padding: .5625rem 1.25rem
}

@media (max-width: 1199.98px) {
    .navbar-search .form-field .nav-search-form[type=text] {
        font-weight:700
    }
}

.navbar-search .form-field .nav-search-form[type=text]::placeholder {
    transition: color .2s ease-in-out
}

.navbar-search .form-field .nav-search-form[type=text]:active::placeholder,.navbar-search .form-field .nav-search-form[type=text]:focus::placeholder {
    color: transparent
}

.navbar-search .form-field .nav-search-form[type=text]+.nav-search-submit {
    appearance: none;
    background-color: transparent;
    border: none;
    height: calc(100% - 2px);
    position: absolute;
    right: 1px;
    top: 1px;
    width: 3rem
}

.navbar-search .form-field .nav-search-form[type=text]+.nav-search-submit .ico {
    color: #1f2b50;
    font-size: 1.25rem
}

body.pkf-financial-planning .navbar-search .form-field .nav-search-form[type=text]+.nav-search-submit .ico {
    color: #38093c
}

@media (max-width: 1199.98px) {
    .navbar-search .form-field .nav-search-form[type=text]+.nav-search-submit .ico {
        display:inline-block;
        translate: 2px 2px
    }
}

@media (max-width: 1199.98px) {
    .search-toggler+.search-modal-wrapper {
        display:none
    }
}

body:has(.search-modal-wrapper.active) .header {
    background-color: #f2efe7
}

@media (min-width: 1200px) {
    .search-modal-wrapper {
        background-color:#f2efe7;
        border-bottom: solid 2px #e9e4d6;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateY(-200vh);
        transition: transform .2s ease-in-out;
        width: 100vw;
        z-index: 555
    }

    .search-modal-wrapper.active {
        transform: translateY(0)
    }

    .search-modal-wrapper .search-modal {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
        padding: 3.5625rem .75rem 3rem
    }

    .search-modal-wrapper .search-modal__title {
        font-size: 2.875rem;
        font-weight: 700;
        max-width: 48.125rem;
        text-align: center
    }

    .search-modal-wrapper .search-modal .navbar-search {
        max-width: 48.125rem;
        width: 100%
    }

    .search-modal-wrapper .search-modal .navbar-search .input-group {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .search-modal-wrapper .search-modal .navbar-search .nav-search-form {
        background-color: transparent;
        border: none;
        border-bottom: solid 5px #C9D44E;
        border-radius: 0;
        font-size: 1.875rem;
        padding: 1.875rem 1.5rem 1.25rem;
        text-align: center
    }

    body.pkf-financial-planning .search-modal-wrapper .search-modal .navbar-search .nav-search-form {
        border-bottom-color: #bf388c
    }

    .search-modal-wrapper .search-modal .navbar-search .nav-search-form:hover,.search-modal-wrapper .search-modal .navbar-search .nav-search-form:active,.search-modal-wrapper .search-modal .navbar-search .nav-search-form:focus {
        box-shadow: none
    }

    .search-modal-wrapper .search-modal .navbar-search .nav-search-form::placeholder {
        font-style: italic
    }

    .search-modal-wrapper .search-modal .navbar-search .nav-search-form+.nav-search-submit {
        background-color: #1f2b50;
        border-radius: 10px;
        color: #fff;
        font-size: 1.875rem;
        font-weight: 700;
        margin-top: 1.8125rem;
        padding: 1.1875rem 3.6875rem;
        position: relative!important;
        transition: background-color .2s ease-in-out;
        width: auto
    }

    body.pkf-financial-planning .search-modal-wrapper .search-modal .navbar-search .nav-search-form+.nav-search-submit {
        background-color: #38093c
    }

    .search-modal-wrapper .search-modal .navbar-search .nav-search-form+.nav-search-submit:hover {
        background-color: #c9d44e;
        color: #1f2b50
    }

    body.pkf-financial-planning .search-modal-wrapper .search-modal .navbar-search .nav-search-form+.nav-search-submit:hover {
        background-color: #bf388c;
        color: #fff
    }

    .search-modal-wrapper .search-modal__close {
        position: absolute;
        right: calc((100vw - 1140px)/2);
        top: .75rem
    }

    .search-modal-wrapper .search-modal__close:hover span {
        text-decoration-thickness: 2px
    }

    .search-modal-wrapper .search-modal__close span {
        color: #1f2b50;
        font-size: 1.125rem;
        font-weight: 700;
        text-decoration: solid underline 1px currentColor
    }

    body.pkf-financial-planning .search-modal-wrapper .search-modal__close span {
        color: #38093c
    }
}

.columns-block.grid--2 .columns-block-row {
    display: flex;
    flex-wrap: wrap
}

.columns-block.grid--2 .columns-block-row {
    display: flex
}

.columns-block.grid--2 .columns-block-row .card {
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .columns-block.grid--2 .columns-block-row .card {
        flex:0 0 calc(50% - 12px)
    }
}

.columns-block.grid--2 .columns-block-row .card:nth-child(odd) {
    background-color: hsl(from #004F9E h s l/10%)
}

.columns-block.grid--2 .columns-block-row .card:nth-child(even) {
    background-color: hsl(from #DB323D h s l/10%)
}

.columns-block.grid--2 .columns-block-row .card:nth-child(even)>* {
    color: #db323d
}

.columns-block.grid--3 .columns-block-row {
    display: flex
}

.columns-block.grid--3 .columns-block-row .card {
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .columns-block.grid--3 .columns-block-row .card {
        flex:0 0 calc(50% - 12px)
    }
}

@media (min-width: 992px) {
    .columns-block.grid--3 .columns-block-row .card {
        flex:0 0 calc(33% - 13px)
    }
}

.columns-block.grid--4 .columns-block-row {
    display: flex
}

.columns-block.grid--4 .columns-block-row .card {
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .columns-block.grid--4 .columns-block-row .card {
        flex:0 0 calc(50% - 12px)
    }
}

@media (min-width: 992px) {
    .columns-block.grid--4 .columns-block-row .card {
        flex:0 0 calc(33% - 13px)
    }
}

@media (min-width: 1200px) {
    .columns-block.grid--4 .columns-block-row .card {
        flex:0 0 calc(25% - 18px)
    }
}

.columns-block.grid--4 .columns-block-row .card.card--main.card--image .card-img-wrapper {
    padding-bottom: 293px
}

.grid .column-content {
    align-self: unset!important
}

@media (min-width: 768px) {
    .grid--3 .acf-innerblocks-container>.block-editor-block-list__block {
        flex:0 0 calc(50% - 12px)
    }
}

@media (min-width: 992px) {
    .grid--3 .acf-innerblocks-container>.block-editor-block-list__block {
        flex:0 0 calc(33% - 12px)
    }
}

@media (min-width: 768px) {
    .grid--4 .acf-innerblocks-container>.block-editor-block-list__block {
        flex:0 0 calc(50% - 12px)
    }
}

@media (min-width: 992px) {
    .grid--4 .acf-innerblocks-container>.block-editor-block-list__block {
        flex:0 0 calc(33% - 12px)
    }
}

@media (min-width: 1200px) {
    .grid--4 .acf-innerblocks-container>.block-editor-block-list__block {
        flex:0 0 calc(25% - 18px)
    }
}

.acf-block-preview:has(.card) .card {
    height: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.wp-block-acf-column-content,.column-content {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-acf-column-content:not(:only-of-type),.column-content:not(:only-of-type) {
        flex:0 0 calc(50% - .75rem)
    }
}

@media (min-width: 992px) {
    .wp-block-acf-column-content:not(:only-of-type),.column-content:not(:only-of-type) {
        flex:1
    }
}

.column-content .has-text-align-left {
    text-align: left!important
}

.column-content .has-text-align-center {
    text-align: center!important
}

.column-content .has-text-align-right {
    text-align: right!important
}

.column-content .wp-block-image.is-style-rounded img {
    border-radius: 50px
}

.column-content:not(.columns-block.block-title-template) .column-content>*:last-child {
    margin-bottom: 0
}

.column-content h2,.column-content .h2,.column-content h3,.column-content .h3,.column-content h4,.column-content .h4,.column-content h5,.column-content .h5,.column-content h6,.column-content .h6,.column-content .gform_validation_errors .gform_submission_error,.gform_validation_errors .column-content .gform_submission_error,.column-content p,.column-content .wp-block-image img {
    width: 100%
}

.column-content .btn-link+.btn-link,.column-content input[type=submit]+.btn-link,.column-content .gfield--type-fileupload .gform_drop_area button+.btn-link,.gfield--type-fileupload .gform_drop_area .column-content button+.btn-link,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+.btn-link,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+.btn-link,.column-content .btn-link+input[type=submit],.column-content input[type=submit]+input[type=submit],.column-content .gfield--type-fileupload .gform_drop_area button+input[type=submit],.gfield--type-fileupload .gform_drop_area .column-content button+input[type=submit],.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+input[type=submit],.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+input[type=submit],.column-content .gfield--type-fileupload .gform_drop_area .btn-link+button,.gfield--type-fileupload .gform_drop_area .column-content .btn-link+button,.column-content .gfield--type-fileupload .gform_drop_area input[type=submit]+button,.gfield--type-fileupload .gform_drop_area .column-content input[type=submit]+button,.column-content .gfield--type-fileupload .gform_drop_area button+button,.gfield--type-fileupload .gform_drop_area .column-content button+button,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .gform_drop_area .ginput_container_fileupload:after+button,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .gform_drop_area .ginput_container_fileupload:after+button,.gfield--type-fileupload:not(:has(.gform_drop_area)) .gform_drop_area .column-content .ginput_container_fileupload:after+button,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .btn-link+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .btn-link+.ginput_container_fileupload:after,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) input[type=submit]+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content input[type=submit]+.ginput_container_fileupload:after,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .gform_drop_area button+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .gform_drop_area .column-content button+.ginput_container_fileupload:after,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+.ginput_container_fileupload:after,.column-content .btn-link+p,.column-content input[type=submit]+p,.column-content .gfield--type-fileupload .gform_drop_area button+p,.gfield--type-fileupload .gform_drop_area .column-content button+p,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+p,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+p,.column-content .btn-link+img,.column-content input[type=submit]+img,.column-content .gfield--type-fileupload .gform_drop_area button+img,.gfield--type-fileupload .gform_drop_area .column-content button+img,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+img,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+img,.column-content .btn-link+ul,.column-content input[type=submit]+ul,.column-content .gfield--type-fileupload .gform_drop_area button+ul,.gfield--type-fileupload .gform_drop_area .column-content button+ul,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+ul,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+ul,.column-content .btn-link+ol,.column-content input[type=submit]+ol,.column-content .gfield--type-fileupload .gform_drop_area button+ol,.gfield--type-fileupload .gform_drop_area .column-content button+ol,.column-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after+ol,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-content .ginput_container_fileupload:after+ol {
    margin-top: 1rem
}

.column-content .wp-block-image.aligncenter {
    text-align: center
}

.column-content .wp-block-image.alignleft {
    float: left;
    margin-right: 1rem
}

.column-content .wp-block-image.alignright {
    float: right;
    margin-left: 1rem
}

.column-content img {
    height: auto
}

@media (max-width: 767.98px) {
    .column-content p {
        margin-top:0
    }
}

.two-col-text .columns-block-row .column-content:not(:only-of-type):not(.card--cta-content):nth-child(1) {
    border-bottom-style: solid;
    border-bottom-width: 10px;
    padding-bottom: 1.5rem
}

body.pkf-llp-site .two-col-text .columns-block-row .column-content:not(:only-of-type):not(.card--cta-content):nth-child(1) {
    border-color: #c9d44e
}

body.pkf-financial-planning .two-col-text .columns-block-row .column-content:not(:only-of-type):not(.card--cta-content):nth-child(1) {
    border-color: #bf388c
}

body.pkf-careers .two-col-text .columns-block-row .column-content:not(:only-of-type):not(.card--cta-content):nth-child(1) {
    border-color: #ef8f21
}

body.single-people_story .two-col-text .columns-block-row .column-content:not(.card--cta-content):nth-child(1) {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 0
}

.columns-block-row,.columns-block-row>.acf-innerblocks-container {
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

@media (min-width: 992px) {
    .columns-block-row,.columns-block-row>.acf-innerblocks-container {
        gap:3rem
    }
}

.hero {
    position: relative
}

body.pkf-financial-planning .hero {
    background-color: #38093c
}

body.pkf-financial-planning .hero h1,body.pkf-financial-planning .hero .h1,body.pkf-financial-planning .hero h2,body.pkf-financial-planning .hero .h2 {
    color: #fff
}

@media (min-width: 768px) {
    .hero-body {
        overflow:clip
    }
}

.hero__col:has(.wp-editor-wrapper) {
    padding-bottom: 1.5rem;
    padding-top: .75rem
}

@media (min-width: 768px) {
    .hero__col:has(.wp-editor-wrapper) {
        padding-bottom:3rem;
        padding-top: 3rem
    }

    .swiper-initialized .hero__col:has(.wp-editor-wrapper) {
        padding-bottom: 12.125rem
    }
}

@media (min-width: 992px) {
    .hero__col:has(.wp-editor-wrapper) {
        padding-bottom:4.5rem;
        padding-top: 4.5rem
    }

    .swiper-initialized .hero__col:has(.wp-editor-wrapper) {
        padding-bottom: 12rem
    }
}

.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h1:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h1:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h2:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h2:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h3:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h3:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h4:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h4:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h5:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h5:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h6:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h6:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .gform_validation_errors .gform_submission_error:has(img),.gform_validation_errors .hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .gform_submission_error:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper p:has(img),.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper a:has(img) {
    pointer-events: none
}

.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h1:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h1:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h2:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h2:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h3:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h3:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h4:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h4:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h5:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h5:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h6:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h6:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .gform_validation_errors .gform_submission_error:has(img) img,.gform_validation_errors .hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .gform_submission_error:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper p:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper a:has(img) img {
    margin-top: .6875rem
}

@media (min-width: 768px) {
    .hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h1:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h1:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h2:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h2:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h3:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h3:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h4:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h4:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h5:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h5:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper h6:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .h6:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .gform_validation_errors .gform_submission_error:has(img) img,.gform_validation_errors .hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper .gform_submission_error:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper p:has(img) img,.hero__col:has(.wp-editor-wrapper) .wp-editor-wrapper a:has(img) img {
        margin-top:.3125rem
    }
}

.hero .glassdoor-logo {
    margin: .625rem 0 .5rem;
    object-fit: contain;
    object-position: center
}

.hero-slider-block .hero__col {
    position: relative
}

@media (max-width: 991.98px) {
    .hero-slider-block .hero__col:has(img:not(.glassdoor-logo)) {
        justify-content:center
    }
}

@media (min-width: 992px) {
    .hero-slider-block .hero__col:has(img:not(.glassdoor-logo)) img:not(:is(a,p,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) img) {
        height:auto;
        max-height: 95%;
        position: absolute;
        translate: 32px 0;
        width: auto
    }
}

@media screen and (min-width: 1400px) {
    .hero-slider-block .hero__col:has(img:not(.glassdoor-logo)) img:not(:is(a,p,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) img) {
        height:100%;
        min-height: calc(100% + 24px);
        max-height: none;
        object-fit: contain;
        object-position: bottom;
        width: 100%
    }
}

.hero-slider-block .hero__link {
    margin-top: 1.5rem
}

body.pkf-llp-site .hero-slider-block .hero__link:not(:hover) {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-careers .hero-slider-block .hero__link:not(:hover) {
    background-color: #ef8f21;
    color: #1f2b50
}

body.pkf-financial-planning .hero-slider-block .hero__link:not(:hover) {
    background-color: #bf388c;
    color: #fff
}

.hero-slider-block .hero__link:hover {
    background-color: #fff!important
}

body.pkf-financial-planning .hero-slider-block .hero__link:hover {
    color: #1f2b50
}

.hero-slider-block .swiper-wrapper {
    position: relative
}

@media (min-width: 992px) {
    .hero-slider-block .swiper-wrapper .container .row .col-md-6.hero_col_img {
        height:100%;
        justify-content: flex-end;
        max-width: 685px;
        position: absolute;
        right: 20px;
        width: 50%
    }
}

@media screen and (min-width: 1400px) {
    .hero-slider-block .swiper-wrapper .container .row .col-md-6.hero_col_img {
        right:calc((100vw - 1320px)/2 - 48px)
    }
}

@media (max-width: 991.98px) {
    .hero-slider-block .swiper-wrapper .container .row {
        flex-direction:column
    }

    .hero-slider-block .swiper-wrapper .container .row .col-md-6.hero_col_copy {
        padding-bottom: 1.5rem;
        width: 100%
    }

    .hero-slider-block .swiper-wrapper .container .row .col-md-6.hero_col_img {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        right: -5px
    }

    .hero-slider-block .swiper-wrapper .container .row .col-md-6.hero_col_img img {
        width: 100%
    }
}

@media (min-width: 992px) {
    .hero-slider-block .swiper-slide {
        margin:auto
    }
}

.hero-slider-block .swiper-controls {
    bottom: 30px;
    margin-top: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 5
}

.hero-slider-block .swiper-controls .container {
    gap: 1.875rem;
    justify-content: center
}

@media (min-width: 992px) {
    .hero-slider-block .swiper-controls .container {
        justify-content:flex-start
    }
}

.hero-slider-block .swiper-controls button.swiper-arrow:hover {
    background-color: #fff
}

.hero-slider-block .swiper-controls button.swiper-arrow:hover.swiper-arrow--next .ico:before {
    background: url(../images/icons/icon-arrow-right-blue.svg) center no-repeat
}

.hero-slider-block .swiper-controls button.swiper-arrow:hover.swiper-arrow--prev .ico:before {
    background: url(../images/icons/icon-arrow-left-blue.svg) center no-repeat
}

@media (min-width: 992px) {
    .hero-slider-block .swiper-controls {
        bottom:4.625rem
    }
}

.hero-slider-block .swiper-controls .swiper-pagination-bullet:before {
    background: #fff
}

body.pkf-financial-planning .hero-slider-block .swiper-controls .swiper-pagination-bullet:before {
    border-color: #1f2b50
}

.hero-slider-block .swiper-controls .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before {
    background-color: #fff
}

body.pkf-financial-planning .hero-slider-block .swiper-controls .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before {
    background-color: #bf388c
}

.hero-slider-block .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #fff
}

body.pkf-llp-site .hero-slider-block .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #c9d44e
}

body.pkf-careers .hero-slider-block .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #ef8f21
}

body.pkf-financial-planning .hero-slider-block .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #bf388c
}

@media (max-width: 767.98px) {
    .hero-slider-block .swiper-controls .hero-swiper-pagination {
        display:none
    }
}

.image-text .bg-wrapper {
    border-radius: 1.875rem
}

@media (max-width: 767.98px) {
    .image-text .bg-wrapper .column-content img {
        border-top-left-radius:1.875rem;
        border-top-right-radius: 1.875rem
    }
}

@media (min-width: 768px) {
    .image-text .bg-wrapper .column-content img {
        border-bottom-left-radius:1.875rem;
        border-top-left-radius: 1.875rem
    }
}

@media (max-width: 767.98px) {
    .image-text .bg-wrapper .column-content:not(:has(img))+.column-content:has(img) img {
        border-top-left-radius:1.875rem;
        border-top-right-radius: 1.875rem
    }
}

@media (min-width: 768px) {
    .image-text .bg-wrapper .column-content:not(:has(img))+.column-content:has(img) img {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 1.875rem;
        border-top-left-radius: 0;
        border-top-right-radius: 1.875rem
    }
}

@media (min-width: 768px) {
    .image-text .bg-wrapper .columns-block-row.text-right {
        flex-direction:row-reverse
    }

    .image-text .bg-wrapper .columns-block-row.text-right .column-content:has(img) img {
        border-radius: 1.875rem 0 0 1.875rem
    }
}

@media (max-width: 767.98px) {
    .image-text .columns-block-row {
        gap:0;
        flex-direction: column-reverse
    }
}

@media (min-width: 768px) {
    .image-text .columns-block-row.text-left .column-content:not(:has(img)) {
        padding:3rem 0 3rem 3rem
    }
}

@media (min-width: 768px) {
    .image-text .columns-block-row.text-right .column-content:not(:has(img)) {
        padding:3rem 3rem 3rem 0
    }
}

.image-text .columns-block-row .column-content {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-text .columns-block-row .column-content:not(:has(img)) {
    padding: 1.5rem
}

.image-text .columns-block-row .column-content:has(img) img {
    width: 100%
}

@media (max-width: 767.98px) {
    .image-text .columns-block-row .column-content:has(img) img {
        aspect-ratio:4/3
    }
}

@media (min-width: 768px) {
    .image-text .columns-block-row .column-content:has(img) img {
        height:100%
    }
}

.image-text .columns-block-row .column-content:has(img) img {
    object-fit: cover;
    object-position: center
}

.image-text a+.person-search {
    margin-top: 1.5rem
}

@media (min-width: 992px) {
    .image-text a+.person-search {
        margin-top:3rem
    }
}

section.image-text.bg-llp-blue .person-search label,body.pkf-llp-site section.image-text.hero .person-search label,section.image-text.bg-careers-purple .person-search label,body.pkf-careers section.image-text.hero .person-search label {
    color: #fff
}

.video-text .bg-wrapper {
    border-radius: 1.875rem
}

@media (min-width: 768px) {
    .video-text .bg-wrapper {
        padding:3rem
    }
}

@media (max-width: 767.98px) {
    .video-text .bg-wrapper .column-content:has(.video-block) .video-wrap__play,.video-text .bg-wrapper .column-content:has(.video-block) iframe {
        border-radius:1.875rem 1.875rem 0 0
    }
}

@media (min-width: 768px) {
    .video-text .bg-wrapper .column-content:has(.video-block) .video-wrap__play,.video-text .bg-wrapper .column-content:has(.video-block) iframe {
        border-radius:10px
    }
}

@media (max-width: 767.98px) {
    .video-text .columns-block-row {
        gap:0
    }
}

@media (min-width: 992px) {
    .video-text .columns-block-row {
        column-gap:3rem
    }
}

.video-text .columns-block-row .column-content {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.video-text .columns-block-row .column-content:has(.video-block) .video-block {
    width: 100%
}

@media (max-width: 767.98px) {
    .video-text .columns-block-row .column-content:not(:has(.video-block)) {
        order:2;
        padding: 1.5rem
    }

    .video-text .columns-block-row .column-content:not(:has(.video-block))+.column-content:has(.video-block) {
        order: 1
    }
}

@media (max-width: 767.98px) {
    .video-text .video-block__transcript {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .video-text .video-block__transcript {
        margin-top:1.5rem
    }
}

.video-text .video-block__transcript button {
    border-radius: 30px;
    font-size: 1.125rem;
    font-weight: 700;
    gap: .75rem;
    margin-bottom: 1.5rem
}

.video-text .video-block__transcript button[aria-expanded=true] .ico {
    rotate: -180deg
}

.video-text .video-block__transcript button .ico {
    font-size: .5rem;
    transition: rotate .2s ease-in-out
}

@media (min-width: 768px) {
    .video-text .text-left+.row .video-block__transcript .btn-link,.video-text .text-left+.row .video-block__transcript input[type=submit],.video-text .text-left+.row .video-block__transcript .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .video-text .text-left+.row .video-block__transcript button,.video-text .text-left+.row .video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-text .text-left+.row .video-block__transcript .ginput_container_fileupload:after {
        margin:0 0 0 auto
    }
}

.video-text .column-content .video-block .video-block__transcript {
    align-items: flex-start;
    margin-top: 1.5rem
}

.video-text .column-content .video-block .video-block__transcript button {
    margin: 0
}

@media (max-width: 767.98px) {
    .video-text .column-content .video-block .video-wrap__play,.video-text .column-content .video-block .video-block iframe {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0
    }

    .video-text .column-content .video-block .video-block__transcript {
        align-items: center
    }
}

.video-text .column-content:nth-child(2) .video-block .video-block__transcript {
    align-items: flex-end
}

@media (max-width: 767.98px) {
    .video-text .column-content:nth-child(2) .video-block .video-block__transcript {
        align-items:center
    }
}

.image-text .person-search,.video-text .person-search {
    container-type: inline-size;
    container-name: form-body;
    width: 100%
}

.image-text .person-search .input-group,.video-text .person-search .input-group {
    align-items: end;
    gap: 1rem
}

@container form-body (max-width: 399px) {
    .image-text .person-search .input-group,.video-text .person-search .input-group {
        flex-direction: column
    }

    .image-text .person-search .input-group button,.video-text .person-search .input-group button {
        justify-content: center;
        width: 100%
    }
}

.image-text .person-search .input-group label,.video-text .person-search .input-group label {
    margin-bottom: .1875rem
}

.image-text .person-search .input-group button,.video-text .person-search .input-group button {
    align-items: center;
    border-radius: 6.25rem;
    display: flex;
    gap: .5rem;
    padding-bottom: .8125rem;
    padding-top: .8125rem
}

.video-text .person-search,section.video .person-search {
    margin-top: 1.5rem
}

@media (min-width: 768px) {
    .video-text .video-block__transcript,section.video .video-block__transcript {
        margin-top:1.5rem;
        align-items: start;
        display: flex;
        flex-direction: column
    }

    .video-text .video-block__transcript p,section.video .video-block__transcript p {
        margin-bottom: 0;
        margin-top: 1.5rem
    }
}

.video {
    border-radius: 1.875rem
}

@media (min-width: 768px) {
    .video h1+.video-block,.video .h1+.video-block,.video h2+.video-block,.video .h2+.video-block,.video h3+.video-block,.video .h3+.video-block,.video h4+.video-block,.video .h4+.video-block,.video h5+.video-block,.video .h5+.video-block,.video h6+.video-block,.video .h6+.video-block,.video .gform_validation_errors .gform_submission_error+.video-block,.gform_validation_errors .video .gform_submission_error+.video-block,.video p+.video-block {
        margin-top:3rem
    }
}

.video-block .video-wrap__play,.video-block iframe {
    border-radius: 1.875rem
}

.video-block+.btn-link,.video-block+input[type=submit],.gfield--type-fileupload .gform_drop_area .video-block+button,.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block+.ginput_container_fileupload:after {
    display: flex;
    margin: 1.5rem auto 0;
    width: fit-content
}

@media (min-width: 768px) {
    .video-block+.btn-link,.video-block+input[type=submit],.gfield--type-fileupload .gform_drop_area .video-block+button,.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block+.ginput_container_fileupload:after {
        margin-top:3rem
    }
}

body.wp-admin .video .acf-field-video-fields-video-url p {
    color: #444!important;
    margin-top: .75rem
}

body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .btn-link:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper input[type=submit]:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper button:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .ginput_container_fileupload:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover):after {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .btn-linkbtn-link:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript button {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-llp-site .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript button:hover {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .btn-link:not(:hover),body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper input[type=submit]:not(:hover),body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper button:not(:hover),body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .ginput_container_fileupload:not(:hover):after {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .btn-link:hover,body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper input[type=submit]:hover,body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper button:hover,body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .block-image-video-text.bg-llp-green .bg-wrapper .ginput_container_fileupload:hover:after {
    background-color: #f2efe7;
    color: #1f2b50
}

body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .btn-link:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper input[type=submit]:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper button:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover),body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .ginput_container_fileupload:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):not(:hover):after {
    background-color: #ef8f21;
    color: #1f2b50
}

body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .btn-link:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover,body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper input[type=submit]:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover,body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper button:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover,body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .block-image-video-text.bg-natural-stone-bg .bg-wrapper .ginput_container_fileupload:not(.video-block__transcript .btn-link):not(.video-block__transcript input[type=submit]):not(.video-block__transcript .gfield--type-fileupload .gform_drop_area button):not(.gfield--type-fileupload .gform_drop_area .video-block__transcript button):not(.video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload::after):not(.gfield--type-fileupload:not(:has(.gform_drop_area)) .video-block__transcript .ginput_container_fileupload::after):hover:after {
    background-color: #1f2b50!important;
    color: #ef8f21
}

body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .btn-link:not(:hover),body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .btn-link:not(:hover),body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .btn-link:not(:hover),body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper input[type=submit]:not(:hover),body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper input[type=submit]:not(:hover),body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper input[type=submit]:not(:hover),body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper button:not(:hover),body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper button:not(:hover),body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper button:not(:hover),body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .ginput_container_fileupload:not(:hover):after,body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .ginput_container_fileupload:not(:hover):after,body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .ginput_container_fileupload:not(:hover):after {
    background-color: #ef8f21;
    color: #1f2b50
}

body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .btn-link:hover,body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .btn-link:hover,body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .btn-link:hover,body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper input[type=submit]:hover,body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper input[type=submit]:hover,body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper input[type=submit]:hover,body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper button:hover,body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper button:hover,body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper button:hover,body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .block-image-video-text.bg-llp-blue .bg-wrapper .ginput_container_fileupload:hover:after,body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers body.pkf-llp-site .block-image-video-text.hero .bg-wrapper .ginput_container_fileupload:hover:after,body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site body.pkf-careers .block-image-video-text.hero .bg-wrapper .ginput_container_fileupload:hover:after {
    background-color: #f2efe7!important;
    color: #1f2b50
}

body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .column-content h2,body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .column-content .h2,body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .column-content p,body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .column-content label {
    color: #fff
}

body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .btn-link:hover,body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple input[type=submit]:hover,body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple button:hover,body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .ginput_container_fileupload:hover:after {
    background-color: #f2efe7;
    color: #38093c
}

body.pkf-financial-planning .block-image-video-text.bg-financial-dark-purple .collapse * {
    color: #fff
}

body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .btn-link,body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript input[type=submit],body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript button,body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .ginput_container_fileupload:after {
    background-color: #38093c
}

body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .btn-link:hover,body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript input[type=submit]:hover,body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript button:hover,body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .block-image-video-text.bg-natural-stone-bg .bg-wrapper .video-block__transcript .ginput_container_fileupload:hover:after {
    background-color: #bf388c
}

body.pkf-financial-planning .block-image-video-text .bg-wrapper .btn-link:not(:hover),body.pkf-financial-planning .block-image-video-text .bg-wrapper input[type=submit]:not(:hover),body.pkf-financial-planning .block-image-video-text .bg-wrapper .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .block-image-video-text .bg-wrapper button:not(:hover),body.pkf-financial-planning .block-image-video-text .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .block-image-video-text .bg-wrapper .ginput_container_fileupload:not(:hover):after {
    background-color: #bf388c;
    color: #fff
}

@media (min-width: 576px) {
    .image-gallery {
        overflow:clip
    }
}

body.pkf-llp-site .image-gallery .logo-block-intro h1,body.pkf-llp-site .image-gallery .logo-block-intro .h1,body.pkf-llp-site .image-gallery .logo-block-intro h2,body.pkf-llp-site .image-gallery .logo-block-intro .h2,body.pkf-llp-site .image-gallery .logo-block-intro h3,body.pkf-llp-site .image-gallery .logo-block-intro .h3,body.pkf-llp-site .image-gallery .logo-block-intro h4,body.pkf-llp-site .image-gallery .logo-block-intro .h4,body.pkf-llp-site .image-gallery .logo-block-intro h5,body.pkf-llp-site .image-gallery .logo-block-intro .h5,body.pkf-llp-site .image-gallery .logo-block-intro h6,body.pkf-llp-site .image-gallery .logo-block-intro .h6,body.pkf-llp-site .image-gallery .logo-block-intro .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .image-gallery .logo-block-intro .gform_submission_error {
    color: #1f2b50
}

body.pkf-financial-planning .image-gallery .logo-block-intro h1,body.pkf-financial-planning .image-gallery .logo-block-intro .h1,body.pkf-financial-planning .image-gallery .logo-block-intro h2,body.pkf-financial-planning .image-gallery .logo-block-intro .h2,body.pkf-financial-planning .image-gallery .logo-block-intro h3,body.pkf-financial-planning .image-gallery .logo-block-intro .h3,body.pkf-financial-planning .image-gallery .logo-block-intro h4,body.pkf-financial-planning .image-gallery .logo-block-intro .h4,body.pkf-financial-planning .image-gallery .logo-block-intro h5,body.pkf-financial-planning .image-gallery .logo-block-intro .h5,body.pkf-financial-planning .image-gallery .logo-block-intro h6,body.pkf-financial-planning .image-gallery .logo-block-intro .h6,body.pkf-financial-planning .image-gallery .logo-block-intro .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .image-gallery .logo-block-intro .gform_submission_error {
    color: #38093c
}

body.pkf-careers .image-gallery .logo-block-intro h1,body.pkf-careers .image-gallery .logo-block-intro .h1,body.pkf-careers .image-gallery .logo-block-intro h2,body.pkf-careers .image-gallery .logo-block-intro .h2,body.pkf-careers .image-gallery .logo-block-intro h3,body.pkf-careers .image-gallery .logo-block-intro .h3,body.pkf-careers .image-gallery .logo-block-intro h4,body.pkf-careers .image-gallery .logo-block-intro .h4,body.pkf-careers .image-gallery .logo-block-intro h5,body.pkf-careers .image-gallery .logo-block-intro .h5,body.pkf-careers .image-gallery .logo-block-intro h6,body.pkf-careers .image-gallery .logo-block-intro .h6,body.pkf-careers .image-gallery .logo-block-intro .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .image-gallery .logo-block-intro .gform_submission_error {
    color: #1f2b50
}

.image-gallery .row {
    row-gap: 1.5rem
}

@media (min-width: 768px) {
    .image-gallery:not(:has(.swiper)) .col-md-6.col-lg-4 {
        flex:1
    }

    .image-gallery:not(:has(.swiper)) .col-md-6.col-lg-4 img {
        width: 100%
    }
}

@media (min-width: 576px) {
    .image-gallery .swiper {
        overflow:visible
    }
}

.image-gallery .swiper-slide {
    width: auto
}

@media (max-width: 575.98px) {
    .image-gallery .swiper-slide {
        align-items:center;
        display: flex;
        height: auto;
        justify-content: center
    }
}

.image-gallery .swiper-slide img {
    height: 16.875rem;
    object-fit: cover;
    object-position: center
}

.image-gallery .swiper-controls {
    gap: .75rem;
    margin-top: 1.5rem
}

.image-gallery img {
    border-radius: 20px
}

.image-gallery__grid-wrapper {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1,auto)
}

.image-gallery__grid-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%
}

@media (min-width: 768px) {
    .image-gallery__grid-wrapper {
        grid-template-columns:repeat(2,auto)
    }

    .image-gallery__grid-wrapper img:first-child {
        grid-column: 1/span 2;
        margin-bottom: 1.5rem
    }

    .image-gallery__grid-wrapper img:not(:first-child) {
        height: 100%
    }
}

.image-gallery__grid-wrapper img {
    aspect-ratio: 16/10
}

body.pkf-llp-site .tabbed-content .block-title {
    color: #1f2b50
}

body.pkf-financial-planning .tabbed-content .block-title {
    color: #38093c
}

body.pkf-careers .tabbed-content .block-title {
    color: #1f2b50
}

@media (max-width: 991.98px) {
    .tabbed-content .card-tabbed-content button,.tabbed-content .card-tabbed-content__body {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

.tabbed-content .btn-link,.tabbed-content input[type=submit],.tabbed-content .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .tabbed-content button,.tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .tabbed-content .ginput_container_fileupload:after {
    margin-top: 1.5rem
}

body.pkf-llp-site .tabbed-content .btn-link,body.pkf-llp-site .tabbed-content input[type=submit],body.pkf-llp-site .tabbed-content .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .tabbed-content button,body.pkf-llp-site .tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .tabbed-content .ginput_container_fileupload:after {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-llp-site .tabbed-content .btn-link:hover,body.pkf-llp-site .tabbed-content input[type=submit]:hover,body.pkf-llp-site .tabbed-content .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .tabbed-content button:hover,body.pkf-llp-site .tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .tabbed-content .ginput_container_fileupload:hover:after {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-financial-planning .tabbed-content .btn-link,body.pkf-financial-planning .tabbed-content input[type=submit],body.pkf-financial-planning .tabbed-content .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .tabbed-content button,body.pkf-financial-planning .tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .tabbed-content .ginput_container_fileupload:after {
    background-color: #bf388c
}

body.pkf-financial-planning .tabbed-content .btn-link:hover,body.pkf-financial-planning .tabbed-content input[type=submit]:hover,body.pkf-financial-planning .tabbed-content .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .tabbed-content button:hover,body.pkf-financial-planning .tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .tabbed-content .ginput_container_fileupload:hover:after {
    background-color: #38093c;
    color: #fff
}

body.pkf-careers .tabbed-content .btn-link,body.pkf-careers .tabbed-content input[type=submit],body.pkf-careers .tabbed-content .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-careers .tabbed-content button,body.pkf-careers .tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .tabbed-content .ginput_container_fileupload:after {
    background-color: #ef8f21
}

body.pkf-careers .tabbed-content .btn-link:hover,body.pkf-careers .tabbed-content input[type=submit]:hover,body.pkf-careers .tabbed-content .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .tabbed-content button:hover,body.pkf-careers .tabbed-content .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .tabbed-content .ginput_container_fileupload:hover:after {
    background-color: #1f2b50;
    color: #fff
}

.tabbed-content .accordion {
    background-color: #f2efe7;
    border-radius: 20px;
    padding-bottom: 1.25rem;
    padding-top: .3125rem
}

.tabbed-content img {
    aspect-ratio: 16/9;
    border-radius: 10px
}

.tabbed-content img+.wp-editor-wrapper {
    margin-top: 1.125rem
}

.tabbed-content .card-tabbed-content__header h2,.tabbed-content .card-tabbed-content__header .h2,.tabbed-content .card-tabbed-content__header h3,.tabbed-content .card-tabbed-content__header .h3,.tabbed-content .card-tabbed-content__header h4,.tabbed-content .card-tabbed-content__header .h4,.tabbed-content .card-tabbed-content__header h5,.tabbed-content .card-tabbed-content__header .h5,.tabbed-content .card-tabbed-content__header h6,.tabbed-content .card-tabbed-content__header .h6,.tabbed-content .card-tabbed-content__header .gform_validation_errors .gform_submission_error,.gform_validation_errors .tabbed-content .card-tabbed-content__header .gform_submission_error {
    margin-bottom: 0
}

.tabbed-content .card-tabbed-content__header button {
    align-items: center;
    background-color: transparent;
    border: none;
    box-shadow: 0 3px 0 transparent;
    color: #1f2b50;
    font-size: inherit;
    font-weight: inherit;
    padding-top: 1.25rem;
    text-align: left;
    transition: box-shadow .2s ease-in-out;
    width: 100%
}

body.pkf-financial-planning .tabbed-content .card-tabbed-content__header button {
    color: #38093c
}

.tabbed-content .card-tabbed-content__header button[aria-expanded=true] {
    margin-bottom: 1.5rem
}

body.pkf-llp-site .tabbed-content .card-tabbed-content__header button[aria-expanded=true] span:first-child {
    border-bottom-color: #c9d44e;
    box-shadow: 0 3px #c9d44e
}

body.pkf-financial-planning .tabbed-content .card-tabbed-content__header button[aria-expanded=true] span:first-child {
    border-bottom-color: #bf388c;
    box-shadow: 0 3px #bf388c
}

body.pkf-careers .tabbed-content .card-tabbed-content__header button[aria-expanded=true] span:first-child {
    border-bottom-color: #ef8f21;
    box-shadow: 0 3px #ef8f21
}

.tabbed-content .card-tabbed-content__header button .accordion-button-wrap {
    border-bottom: solid 1px transparent;
    position: relative;
    transition: border-bottom-color .2s ease-in-out
}

.tabbed-content .card-tabbed-content__header button .accordion-button-wrap span:first-child {
    border-bottom: 2px solid #fff;
    padding-bottom: .625rem
}

.tabbed-content .card-tabbed-content__header button .accordion-button-wrap span:not(.ico) {
    padding-right: 2rem;
    width: 100%
}

.tabbed-content .card-tabbed-content__header button .accordion-button-wrap .ico {
    flex-shrink: 0;
    translate: -23px -20px;
    position: absolute;
    right: 0;
    top: 50%
}

.tabbed-content .card-tabbed-content__header button .accordion-button-wrap .ico:before {
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-repeat: no-repeat;
    content: "";
    height: 17px;
    position: absolute;
    width: 23px
}

body.pkf-financial-planning .tabbed-content .card-tabbed-content__header button .accordion-button-wrap .ico:before {
    background-image: url(../images/icons/icon-arrow-right-d-purple.svg)
}

.tabbed-content .card-tabbed-content__body {
    padding-bottom: 1.25rem;
    padding-top: .1875rem
}

.tabbed-content__left,.tabbed-content__right {
    display: flex;
    flex-direction: column;
    background-color: #f2efe7
}

@media (min-width: 992px) {
    .tabbed-content__left,.tabbed-content__right {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }
}

.tabbed-content__left {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    justify-content: center;
    width: 40%
}

@media (min-width: 992px) {
    .tabbed-content__left {
        padding-bottom:calc(3rem - 6px);
        padding-left: 3rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 1200px) {
    .tabbed-content__left {
        padding-left:3.75rem;
        padding-right: 4.3125rem
    }
}

.tabbed-content__right {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    justify-content: center;
    position: relative;
    width: 60%
}

@media (min-width: 992px) {
    .tabbed-content__right {
        padding-left:2.5rem;
        padding-right: 3rem
    }
}

@media (min-width: 1200px) {
    .tabbed-content__right {
        padding-left:4.3125rem;
        padding-right: 3.75rem
    }
}

.tabbed-content__right .tab-content {
    align-items: center;
    display: flex
}

.tabbed-content__right .tab-content>.tab-pane {
    display: block;
    margin-right: -100%;
    visibility: hidden;
    width: 100%
}

.tabbed-content__right .tab-content>.active {
    visibility: visible
}

.tabbed-content .tabbed-content-nav {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tabbed-content .tabbed-content-nav .tabbed-content__title {
    margin-bottom: 2.8125rem
}

.tabbed-content .tabbed-content-nav__links {
    flex-direction: column
}

.tabbed-content .tabbed-content-nav__links a {
    border-bottom: 1px solid #fff;
    color: #1f2b50;
    box-shadow: 0 1px 0 transparent;
    display: block;
    left: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.4375rem;
    position: relative;
    text-decoration: none;
    transition: border-bottom-color .2s ease-in-out,opacity .2s ease-in-out,box-shadow .2s ease-in-out
}

body.pkf-financial-planning .tabbed-content .tabbed-content-nav__links a {
    color: #38093c
}

.tabbed-content .tabbed-content-nav__links a span {
    display: inline-block;
    line-height: 1.5625rem
}

.tabbed-content .tabbed-content-nav__links a span:not(.ico) {
    padding-right: 2rem
}

.tabbed-content .tabbed-content-nav__links a span.ico {
    flex-shrink: 0;
    translate: -23px -50%;
    position: absolute;
    right: 0;
    top: calc(50% - 8px)
}

.tabbed-content .tabbed-content-nav__links a span.ico:before {
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-repeat: no-repeat;
    content: "";
    height: 17px;
    position: absolute;
    width: 23px
}

body.pkf-financial-planning .tabbed-content .tabbed-content-nav__links a span.ico:before {
    background-image: url(../images/icons/icon-arrow-right-d-purple.svg)
}

.tabbed-content .tabbed-content-nav__links a:not(:first-child) {
    margin-top: 2.5rem
}

body.pkf-llp-site .tabbed-content .tabbed-content-nav__links a.active,body.pkf-llp-site .tabbed-content .tabbed-content-nav__links a:hover {
    border-bottom-color: #c9d44e
}

body.pkf-financial-planning .tabbed-content .tabbed-content-nav__links a.active,body.pkf-financial-planning .tabbed-content .tabbed-content-nav__links a:hover {
    border-bottom-color: #bf388c
}

body.pkf-careers .tabbed-content .tabbed-content-nav__links a.active,body.pkf-careers .tabbed-content .tabbed-content-nav__links a:hover {
    border-bottom-color: #ef8f21
}

body.pkf-llp-site .tabbed-content .tabbed-content-nav__links a.active {
    box-shadow: 0 3px #c9d44e
}

body.pkf-financial-planning .tabbed-content .tabbed-content-nav__links a.active {
    box-shadow: 0 3px #bf388c
}

body.pkf-careers .tabbed-content .tabbed-content-nav__links a.active {
    box-shadow: 0 3px #ef8f21
}

@media (min-width: 768px) {
    .hero-single:has(.breadcrumbs) .wp-block-image,.hero-podcast:has(.breadcrumbs) .wp-block-image {
        margin-top:3.125rem
    }
}

@media (max-width: 767.98px) {
    .hero-single:not(:has(.wp-block-image)) .hero__col:first-child,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child {
        padding-bottom:1.5rem
    }
}

.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .wp-editor-wrapper,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .wp-editor-wrapper {
    width: 100%
}

.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .hero-single__info,.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .share-list,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .hero-single__info,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .share-list {
    justify-content: center;
    width: 100%
}

.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .wp-block-heading,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .wp-block-heading {
    text-align: center;
    width: 100%
}

.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .btn-link,.hero-single:not(:has(.wp-block-image)) .hero__col:first-child input[type=submit],.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .hero-single:not(:has(.wp-block-image)) .hero__col:first-child button,.hero-single:not(:has(.wp-block-image)) .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .hero-single:not(:has(.wp-block-image)) .hero__col:first-child .ginput_container_fileupload:after,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .btn-link,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child input[type=submit],.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child button,.hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .hero-podcast:not(:has(.wp-block-image)) .hero__col:first-child .ginput_container_fileupload:after {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content
}

.hero-single .hero__col:not(:has(.wp-block-image)),.hero-podcast .hero__col:not(:has(.wp-block-image)) {
    padding-top: 1.25rem
}

@media (min-width: 768px) {
    .hero-single .hero__col:not(:has(.wp-block-image)),.hero-podcast .hero__col:not(:has(.wp-block-image)) {
        flex:1;
        padding-bottom: 3rem;
        padding-top: 3.375rem
    }
}

@media (min-width: 992px) {
    .hero-single .hero__col:not(:has(.wp-block-image)),.hero-podcast .hero__col:not(:has(.wp-block-image)) {
        align-items:start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 4.5rem;
        padding-top: 4.5625rem
    }
}

.hero-single .hero__col:not(:has(.wp-block-image)) .share-list,.hero-podcast .hero__col:not(:has(.wp-block-image)) .share-list {
    margin-top: 1rem
}

@media (min-width: 768px) {
    .hero-single .hero__col:not(:has(.wp-block-image)) .share-list,.hero-podcast .hero__col:not(:has(.wp-block-image)) .share-list {
        margin-top:1.5rem
    }
}

@media (max-width: 767.98px) {
    .hero-single .hero__col:has(.wp-block-image),.hero-podcast .hero__col:has(.wp-block-image) {
        margin-top:.3125rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width: 768px) {
    .hero-single .hero__col:has(.wp-block-image),.hero-podcast .hero__col:has(.wp-block-image) {
        align-items:center;
        display: flex;
        padding-bottom: 4.5rem;
        padding-top: 4.5rem
    }
}

.hero-single .hero__col:has(.wp-block-image) .wp-block-image,.hero-podcast .hero__col:has(.wp-block-image) .wp-block-image {
    margin-top: 0
}

.hero-single .hero__col:has(.wp-block-image) .wp-block-image img,.hero-podcast .hero__col:has(.wp-block-image) .wp-block-image img {
    border-radius: 10px;
    width: 100%
}

.hero .hero-single__info {
    font-size: 1.125rem;
    gap: 1rem;
    margin-bottom: .9375rem
}

@media (min-width: 768px) {
    .hero .hero-single__info {
        margin-bottom:1.5rem
    }
}

.hero .hero-single__info span,.hero .hero-single__info strong {
    color: #fff;
    font-size: 1.125rem
}

body.pkf-financial-planning .hero .hero-single__info span,body.pkf-financial-planning .hero .hero-single__info strong {
    color: #1f2b50
}

.block.block--spc.testimonial>.container {
    max-width: none;
    padding: 0
}

@media (min-width: 992px) {
    .testimonial-feed {
        overflow:clip
    }
}

.testimonial-feed .row {
    gap: 1.5rem
}

.testimonial-feed__row:has(.testimonial-item--grid) {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: initial
}

@media (min-width: 768px) {
    .testimonial-feed__row:has(.testimonial-item--grid) {
        grid-template-columns:repeat(2,1fr)
    }

    .testimonial-feed.num-cards-1 .testimonial-feed__row:has(.testimonial-item--grid) {
        grid-template-columns: repeat(1,1fr)
    }
}

.testimonial-feed h1,.testimonial-feed .h1,.testimonial-feed h2,.testimonial-feed .h2,.testimonial-feed h3,.testimonial-feed .h3,.testimonial-feed h4,.testimonial-feed .h4,.testimonial-feed h5,.testimonial-feed .h5,.testimonial-feed h6,.testimonial-feed .h6,.testimonial-feed .gform_validation_errors .gform_submission_error,.gform_validation_errors .testimonial-feed .gform_submission_error {
    margin-bottom: 2rem
}

body.pkf-llp-site .testimonial-feed h1,body.pkf-llp-site .testimonial-feed .h1,body.pkf-llp-site .testimonial-feed h2,body.pkf-llp-site .testimonial-feed .h2,body.pkf-llp-site .testimonial-feed h3,body.pkf-llp-site .testimonial-feed .h3,body.pkf-llp-site .testimonial-feed h4,body.pkf-llp-site .testimonial-feed .h4,body.pkf-llp-site .testimonial-feed h5,body.pkf-llp-site .testimonial-feed .h5,body.pkf-llp-site .testimonial-feed h6,body.pkf-llp-site .testimonial-feed .h6,body.pkf-llp-site .testimonial-feed .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .testimonial-feed .gform_submission_error {
    color: #1f2b50
}

body.pkf-financial-planning .testimonial-feed h1,body.pkf-financial-planning .testimonial-feed .h1,body.pkf-financial-planning .testimonial-feed h2,body.pkf-financial-planning .testimonial-feed .h2,body.pkf-financial-planning .testimonial-feed h3,body.pkf-financial-planning .testimonial-feed .h3,body.pkf-financial-planning .testimonial-feed h4,body.pkf-financial-planning .testimonial-feed .h4,body.pkf-financial-planning .testimonial-feed h5,body.pkf-financial-planning .testimonial-feed .h5,body.pkf-financial-planning .testimonial-feed h6,body.pkf-financial-planning .testimonial-feed .h6,body.pkf-financial-planning .testimonial-feed .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .testimonial-feed .gform_submission_error {
    color: #38093c
}

body.pkf-careers .testimonial-feed h1,body.pkf-careers .testimonial-feed .h1,body.pkf-careers .testimonial-feed h2,body.pkf-careers .testimonial-feed .h2,body.pkf-careers .testimonial-feed h3,body.pkf-careers .testimonial-feed .h3,body.pkf-careers .testimonial-feed h4,body.pkf-careers .testimonial-feed .h4,body.pkf-careers .testimonial-feed h5,body.pkf-careers .testimonial-feed .h5,body.pkf-careers .testimonial-feed h6,body.pkf-careers .testimonial-feed .h6,body.pkf-careers .testimonial-feed .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .testimonial-feed .gform_submission_error {
    color: #1f2b50
}

@media (min-width: 992px) {
    .testimonial-feed .swiper {
        overflow:visible
    }
}

@media (max-width: 991.98px) {
    .testimonial-feed .testimonial-feed-swiper-pagination {
        display:none
    }
}

.testimonial-feed .swiper-controls {
    margin-top: 1.5rem
}

.testimonial-feed .testimonial-item {
    border-radius: 35px;
    font-size: 1.125rem;
    padding: 35px;
    text-align: center;
    background-color: #f2efe7
}

.testimonial-feed .testimonial-item .testimonial-item-content {
    font-family: Helvetica;
    font-style: italic
}

.testimonial-feed .testimonial-item .testimonial-item-content span {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin-top: 16px
}

.testimonial-feed .testimonial-item .testimonial-item-nav {
    margin-top: 1.5rem
}

.testimonial-feed .testimonial-item .testimonial-item-nav .btn-link,.testimonial-feed .testimonial-item .testimonial-item-nav input[type=submit],.testimonial-feed .testimonial-item .testimonial-item-nav .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .testimonial-feed .testimonial-item .testimonial-item-nav button,.testimonial-feed .testimonial-item .testimonial-item-nav .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .testimonial-feed .testimonial-item .testimonial-item-nav .ginput_container_fileupload:after {
    margin: 0
}

.testimonial__title {
    margin-bottom: 1.5rem
}

.testimonial__col:not(:first-child) {
    margin-top: 1.5rem
}

@media (min-width: 768px) {
    .testimonial__col.col-md-6:nth-child(-n+2) {
        margin-top:0
    }
}

@media (min-width: 768px) {
    .testimonial__col.col-md-4:nth-child(-n+3) {
        margin-top:0
    }
}

.testimonial figure {
    margin-bottom: 0
}

.card-testi {
    height: 100%
}

.card-testi .ico {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .75rem
}

.card-testi blockquote {
    border: none;
    margin-bottom: 0;
    padding-left: 0
}

.card-testi blockquote p {
    margin-bottom: .75rem
}

.card-testi .card-body>*:last-child {
    margin-bottom: 0
}

.blog-reel__title {
    color: #1f2b50
}

body.pkf-financial-planning .blog-reel__title {
    color: #38093c
}

.blog-reel__intro {
    margin-bottom: 1.9375rem
}

@media (min-width: 992px) {
    .blog-reel__intro {
        margin-bottom:1.625rem
    }
}

.blog-reel a.blog-reel__cta {
    margin: 0
}

@media (min-width: 992px) {
    .blog-reel--half-card {
        overflow:clip
    }
}

@media (min-width: 992px) {
    .blog-reel--half-card .swiper {
        overflow:visible
    }
}

.blog-reel--half-card .swiper-slide {
    height: auto
}

.blog-reel--half-card .swiper-slide .card--feed {
    height: 100%
}

.blog-reel--half-card .swiper-slide .card--feed .card__body {
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-reel--half-card .swiper-slide .card--feed .card__body .btn-link,.blog-reel--half-card .swiper-slide .card--feed .card__body input[type=submit],.blog-reel--half-card .swiper-slide .card--feed .card__body .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .blog-reel--half-card .swiper-slide .card--feed .card__body button,.blog-reel--half-card .swiper-slide .card--feed .card__body .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .blog-reel--half-card .swiper-slide .card--feed .card__body .ginput_container_fileupload:after {
    margin: auto 0 0
}

.blog-reel--half-card .swiper-controls {
    gap: .75rem
}

@media (min-width: 992px) {
    .people-stories {
        overflow:clip
    }
}

@media (max-width: 991.98px) {
    .people-stories:has(.block-intro):not(:has(.swiper-controls)) .swiper {
        padding-bottom:5.4375rem
    }
}

@media (max-width: 991.98px) {
    .people-stories:has(.block-intro):has(.swiper-controls) .swiper-controls {
        margin-top:2.75rem
    }
}

@media (max-width: 991.98px) {
    .people-stories .block-intro {
        margin-bottom:.875rem
    }

    .people-stories .block-intro h2,.people-stories .block-intro .h2 {
        font-size: 1.625rem
    }
}

@media (max-width: 991.98px) {
    .people-stories .block-intro .col-lg-2,.people-stories .block-intro .col-lg-3 {
        position:absolute;
        bottom: 1.5rem
    }
}

.people-stories .row {
    row-gap: 1.5rem
}

@media (min-width: 992px) {
    .people-stories .swiper {
        overflow:visible
    }
}

.people-stories .swiper-controls .swiper-pagination-bullet:before {
    border-color: #1f2b50
}

body.pkf-careers .people-stories .swiper-controls .swiper-pagination-bullet:before {
    border-color: #5a3774
}

.people-stories .swiper-controls .swiper-pagination-bullet:hover:before,.people-stories .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #1f2b50
}

body.pkf-careers .people-stories .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .people-stories .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #5a3774
}

@media (max-width: 991.98px) {
    .people-stories .swiper-controls .people-swiper-pagination {
        display:none
    }
}

@media (max-width: 991.98px) {
    .people-stories .swiper-controls .swiper-buttons {
        margin-left:auto;
        margin-right: 0
    }
}

.people-stories .swiper-controls .swiper-buttons .swiper-arrow {
    background-color: #1f2b50
}

body.pkf-careers .people-stories .swiper-controls .swiper-buttons .swiper-arrow:not(:hover) {
    background-color: #ef8f21
}

body.pkf-careers .people-stories .swiper-controls .swiper-buttons .swiper-arrow:hover:not(.swiper-button-disabled) {
    background-color: #1f2b50
}

.people-stories .swiper-controls {
    margin-top: 1.5rem
}

.people-stories .story-item {
    border-radius: 35px;
    font-size: 1.125rem;
    padding: 35px;
    text-align: center
}

.people-stories .story-item .story-item-img {
    position: relative
}

.people-stories .story-item .story-item-img img {
    max-height: 150px;
    transition: opacity .2s ease-in-out
}

@media (min-width: 768px) {
    .people-stories .story-item:has(img + .hover-image):hover img:not(.hover-image) {
        opacity:0
    }

    .people-stories .story-item:has(img + .hover-image):hover img.hover-image {
        opacity: 1!important
    }
}

@media (max-width: 767.98px) {
    .people-stories .story-item:has(img + .hover-image) .hover-image {
        display:none
    }
}

@media (min-width: 768px) {
    .people-stories .story-item:has(img + .hover-image) .hover-image {
        height:100%;
        left: 50%;
        object-fit: contain;
        object-position: center;
        opacity: 0;
        position: absolute;
        top: 50%;
        translate: -50% -50%;
        width: auto
    }
}

body.pkf-financial-planning .people-stories .story-item {
    background-color: #f0f0f0
}

body.pkf-careers .people-stories .story-item {
    background-color: #f2efe7
}

body.pkf-llp-site .people-stories .story-item {
    background-color: #00a8dc33
}

.people-stories .story-item .story-item-content {
    margin: 1.5rem
}

@media (max-width: 991.98px) {
    .people-stories .story-item .story-item-content {
        margin-left:0;
        margin-right: 0
    }
}

.people-stories .story-item .story-item-content p {
    font-family: Helvetica;
    font-style: italic
}

.people-stories .story-item .story-item-content span {
    font-weight: 700
}

.people-stories .story-item .story-item-nav .btn-link,.people-stories .story-item .story-item-nav input[type=submit],.people-stories .story-item .story-item-nav .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .people-stories .story-item .story-item-nav button,.people-stories .story-item .story-item-nav .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .people-stories .story-item .story-item-nav .ginput_container_fileupload:after {
    margin: 0
}

.people-stories .row.block-intro .col-lg-10 {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 0
}

.map-info #map-wrap {
    height: 550px;
    border-radius: 20px
}

.map-info #map-wrap .gm-style-iw {
    background-color: #1f2b50;
    padding: 0
}

body.pkf-financial-planning .map-info #map-wrap .gm-style-iw {
    background-color: #38093c
}

.map-info #map-wrap .gm-style-iw .gm-style-iw-d {
    overflow: auto!important;
    border-bottom: 19px solid;
    border-top: 19px solid
}

.map-info #map-wrap .gm-style-iw .gm-style-iw-chr {
    padding: 0;
    position: relative
}

.map-info #map-wrap .gm-style-iw .gm-style-iw-chr .gm-style-iw-ch {
    padding: 0
}

.map-info #map-wrap .gm-style-iw .gm-style-iw-chr button {
    height: 48px!important;
    opacity: 1;
    position: absolute!important;
    right: 0;
    top: 5px
}

.map-info #map-wrap .gm-style-iw .gm-style-iw-chr button span {
    background-color: #fff
}

.map-info #map-wrap .gm-style-iw .map-info-wrap {
    color: #fff;
    font-family: Poppins;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    max-width: 218px;
    padding: 0 1rem
}

.map-info #map-wrap .gm-style-iw .map-info-wrap .map-info-top {
    font-weight: 700;
    padding-right: 2rem
}

.map-info #map-wrap .gm-style-iw .map-info-wrap .map-info-middle {
    margin-bottom: 16px;
    margin-top: 8px
}

.map-info #map-wrap .gm-style-iw-t {
    translate: 0 -9px
}

.map-info #map-wrap .gm-style-iw-tc:after {
    background-color: #1f2b50
}

body.pkf-financial-planning .map-info #map-wrap .gm-style-iw-tc:after {
    background-color: #38093c
}

@media (min-width: 992px) {
    .careers-feed {
        overflow:clip
    }
}

.careers-feed .container {
    overflow: hidden
}

.careers-feed .row {
    row-gap: 1.5rem
}

@media (max-width: 991.98px) {
    .careers-feed .block-intro {
        padding-bottom:1.5rem;
        border-bottom-width: 10px
    }

    body.pkf-llp-site .careers-feed .block-intro {
        border-bottom-style: solid;
        border-color: #c9d44e
    }

    body.pkf-financial-planning .careers-feed .block-intro {
        border-bottom-style: solid;
        border-color: #bf388c
    }

    body.pkf-careers .careers-feed .block-intro {
        border-bottom-style: solid;
        border-color: #ef8f21
    }
}

.careers-feed .block-intro .row {
    align-items: center
}

.careers-feed .block-intro .col-lg-10:has(h2,.h2) {
    border: none;
    border-bottom-style: none!important;
    padding-bottom: 0
}

.careers-feed .block-intro .col-lg-10:has(h2,.h2)>*:last-child {
    margin-bottom: 0
}

.careers-feed .swiper {
    width: 100%;
    height: 100%
}

@media (min-width: 992px) {
    .careers-feed .swiper {
        overflow:visible
    }
}

.careers-feed .swiper .swiper-slide {
    margin-top: 0!important
}

@media (min-width: 992px) {
    .careers-feed .swiper .swiper-wrapper {
        flex-direction:row;
        transform: translateZ(0);
        flex-wrap: wrap
    }

    .careers-feed .swiper .swiper-slide {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        height: calc((100% - 24px)/2);
        justify-content: center;
        margin-bottom: 24px
    }
}

.careers-feed .swiper-controls {
    margin-top: 1.5rem
}

.careers-feed .careers-item {
    align-items: flex-start;
    border-radius: 10px;
    font-size: 1.125rem;
    padding: 20px;
    width: 100%;
    background-color: #f2efe7
}

.careers-feed .careers-item .careers-item-content {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0125rem;
    line-height: 1.5625rem;
    padding-right: 15px
}

.careers-feed .careers-item .careers-item-content h3.card-text.jobtitle,.careers-feed .careers-item .careers-item-content .card-text.jobtitle.h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5625rem;
    margin-bottom: .25rem
}

.careers-feed .careers-item .careers-item-content .location_office {
    color: #1f2b50
}

.careers-feed .careers-item .careers-item-content .location_office br:first-child {
    display: none
}

.careers-feed .careers-item .careers-item-nav .ico {
    height: 3rem;
    width: 3rem;
    display: flex
}

body.pkf-careers .careers-feed .careers-item .careers-item-nav .ico {
    background-color: #ef8f21
}

body.pkf-llp-site .careers-feed .careers-item .careers-item-nav .ico {
    background-color: #c9d44e
}

body.pkf-financial-planning .careers-feed .careers-item .careers-item-nav .ico {
    background-color: #bf388c
}

.careers-feed .no.jobs {
    background-color: #f2efe7;
    border-radius: 20px;
    padding: 1.5rem;
    width: 100%
}

.careers-feed .no.jobs h4,.careers-feed .no.jobs .h4 {
    margin-bottom: 0
}

.careers-feed .no-jobs a {
    color: #1f2b50
}

.hero-internal {
    overflow: clip
}

@media screen and (min-width: 1400px) {
    .hero-internal .container {
        position:relative
    }
}

.hero-internal.hero-internal .hero__link {
    margin-top: 1.5rem
}

body.pkf-llp-site .hero-internal.hero-internal .hero__link:not(:hover) {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-careers .hero-internal.hero-internal .hero__link:not(:hover) {
    background-color: #ef8f21;
    color: #1f2b50
}

body.pkf-financial-planning .hero-internal.hero-internal .hero__link:not(:hover) {
    background-color: #bf388c;
    color: #fff
}

.hero-internal.hero-internal .hero__link:hover {
    background-color: #fff
}

body.pkf-financial-planning .hero-internal.hero-internal .hero__link:hover {
    background-color: #f2efe7;
    color: #38093c
}

@media (min-width: 992px) {
    .hero-internal .hero__col.hero_col_img {
        height:100%;
        justify-content: flex-end;
        max-width: 708px;
        position: absolute;
        right: 20px;
        width: 50%
    }
}

@media screen and (min-width: 1400px) {
    .hero-internal .hero__col.hero_col_img {
        bottom:0;
        right: 0;
        top: initial;
        translate: 0
    }
}

.hero-internal .hero__col.hero_col_img .wp-block-image {
    margin-bottom: 0;
    height: 100%
}

@media (min-width: 992px) {
    .hero-internal .hero__col.hero_col_img img {
        height:100%;
        translate: 17px 0;
        width: auto;
        max-width: none;
        position: absolute
    }
}

@media screen and (min-width: 1400px) {
    .hero-internal .hero__col.hero_col_img img {
        object-fit:contain;
        object-position: bottom;
        translate: 0;
        width: auto;
        max-width: 50vw
    }
}

@media (min-width: 992px) {
    body.single-person .hero-internal .hero__col.hero_col_img img {
        height:100%;
        max-height: 14.3125rem;
        max-width: none;
        width: auto;
        top: initial;
        bottom: 0;
        translate: 1.5rem 0
    }
}

@media (min-width: 1200px) {
    body.single-person .hero-internal .hero__col.hero_col_img img {
        max-height:17.4375rem
    }
}

@media (min-width: 1400px) {
    body.single-person .hero-internal .hero__col.hero_col_img img {
        max-height:20rem
    }
}

@media (max-width: 991.98px) {
    .hero-internal {
        flex-direction:column
    }

    .hero-internal .col-md-6.hero_col_copy {
        padding-bottom: 2rem;
        width: 100%
    }

    .hero-internal .col-md-6.hero_col_img {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        right: -5px
    }

    .hero-internal .col-md-6.hero_col_img img {
        width: 100%
    }
}

@media (min-width: 768px) {
    .hero-single:has(.breadcrumbs) .wp-block-image {
        margin-top:3.125rem
    }
}

.hero-single .column-content:not(:has(.wp-block-image)) {
    align-items: flex-start;
    padding-top: 2.1875rem
}

@media (min-width: 768px) {
    .hero-single .column-content:not(:has(.wp-block-image)) {
        padding-bottom:3rem;
        padding-top: 3.375rem
    }
}

@media (min-width: 992px) {
    .hero-single .column-content:not(:has(.wp-block-image)) {
        padding-bottom:4.5rem;
        padding-top: 4.5625rem
    }
}

.hero-single .column-content:not(:has(.wp-block-image)) .share-list {
    margin-top: 1rem
}

@media (min-width: 768px) {
    .hero-single .column-content:not(:has(.wp-block-image)) .share-list {
        margin-top:1.5rem
    }
}

@media (max-width: 767.98px) {
    .hero-single .column-content:has(.wp-block-image) {
        padding-bottom:1.5rem
    }
}

@media (min-width: 768px) {
    .hero-single .column-content:has(.wp-block-image) {
        padding-top:2.0625rem
    }
}

.hero-single .column-content:has(.wp-block-image) .wp-block-image img {
    border-radius: 10px
}

.hero.hero-single .hero-single__info {
    font-size: 1.125rem;
    gap: 1rem;
    margin-bottom: .9375rem
}

@media (min-width: 768px) {
    .hero.hero-single .hero-single__info {
        margin-bottom:1.5rem
    }
}

.hero.hero-single .hero-single__info span,.hero.hero-single .hero-single__info strong {
    color: #fff;
    font-size: 1.125rem
}

body.pkf-financial-planning .hero.hero-single .hero-single__info span,body.pkf-financial-planning .hero.hero-single .hero-single__info strong {
    color: #fff
}

body.pkf-llp-site .hero.hero-single .hero__col:first-child .btn-link:not(:hover),body.pkf-llp-site .hero.hero-single .hero__col:first-child input[type=submit]:not(:hover),body.pkf-llp-site .hero.hero-single .hero__col:first-child .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .hero.hero-single .hero__col:first-child button:not(:hover),body.pkf-llp-site .hero.hero-single .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .hero.hero-single .hero__col:first-child .ginput_container_fileupload:not(:hover):after {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-careers .hero.hero-single .hero__col:first-child .btn-link:not(:hover),body.pkf-careers .hero.hero-single .hero__col:first-child input[type=submit]:not(:hover),body.pkf-careers .hero.hero-single .hero__col:first-child .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .hero.hero-single .hero__col:first-child button:not(:hover),body.pkf-careers .hero.hero-single .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .hero.hero-single .hero__col:first-child .ginput_container_fileupload:not(:hover):after {
    background-color: #ef8f21;
    color: #1f2b50
}

body.pkf-financial-planning .hero.hero-single .hero__col:first-child .btn-link:not(:hover),body.pkf-financial-planning .hero.hero-single .hero__col:first-child input[type=submit]:not(:hover),body.pkf-financial-planning .hero.hero-single .hero__col:first-child .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .hero.hero-single .hero__col:first-child button:not(:hover),body.pkf-financial-planning .hero.hero-single .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .hero.hero-single .hero__col:first-child .ginput_container_fileupload:not(:hover):after {
    background-color: #bf388c;
    color: #fff
}

.hero.hero-single .hero__col:first-child .btn-link:hover,.hero.hero-single .hero__col:first-child input[type=submit]:hover,.hero.hero-single .hero__col:first-child .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .hero.hero-single .hero__col:first-child button:hover,.hero.hero-single .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .hero.hero-single .hero__col:first-child .ginput_container_fileupload:hover:after {
    background-color: #fff!important
}

body.pkf-financial-planning .hero.hero-single .hero__col:first-child .btn-link:hover,body.pkf-financial-planning .hero.hero-single .hero__col:first-child input[type=submit]:hover,body.pkf-financial-planning .hero.hero-single .hero__col:first-child .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .hero.hero-single .hero__col:first-child button:hover,body.pkf-financial-planning .hero.hero-single .hero__col:first-child .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .hero.hero-single .hero__col:first-child .ginput_container_fileupload:hover:after {
    color: #1f2b50
}

.block-counting-figures .figure-items-wrap {
    align-items: flex-start;
    background-color: #db323d;
    border-radius: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 32px;
    padding: 3rem
}

@media (max-width: 767.98px) {
    .block-counting-figures .figure-items-wrap {
        justify-content:center
    }
}

@media (max-width: 575.98px) {
    .block-counting-figures .figure-items-wrap {
        padding:24px
    }
}

.block-counting-figures .figure-items-wrap h5,.block-counting-figures .figure-items-wrap .h5 {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: -.01875rem;
    line-height: 2.5rem;
    margin-bottom: 32px;
    text-align: center
}

.block-counting-figures .figure-items-wrap .card--figure {
    background-color: transparent;
    border-radius: 0;
    column-gap: 1rem;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 18.75rem;
    min-height: 142px;
    width: 100%;
    position: relative
}

.block-counting-figures .figure-items-wrap .card--figure.counting-up-no-icon {
    justify-content: center
}

.block-counting-figures .figure-items-wrap .card--figure.counting-up-no-icon span.count {
    padding-right: 0
}

@media (max-width: 1199.98px) {
    .block-counting-figures .figure-items-wrap .card--figure {
        margin-bottom:24px
    }
}

@media (max-width: 575.98px) {
    .block-counting-figures .figure-items-wrap .card--figure {
        justify-content:flex-start
    }

    .block-counting-figures .figure-items-wrap .card--figure.counting-up-no-icon p {
        padding-left: 0;
        text-align: center
    }
}

.block-counting-figures .figure-items-wrap .card--figure .count-stat {
    gap: 1rem;
    padding: 0 1.5rem;
    width: 100%
}

.block-counting-figures .figure-items-wrap .card--figure img {
    align-self: center;
    max-height: 46px
}

@media (max-width: 575.98px) {
    .block-counting-figures .figure-items-wrap .card--figure img {
        padding-left:0;
        width: 40px
    }
}

.block-counting-figures .figure-items-wrap .card--figure span {
    font-size: 4.375rem;
    font-weight: 700;
    line-height: normal;
    width: auto
}

@media (max-width: 575.98px) {
    .block-counting-figures .figure-items-wrap .card--figure span {
        align-content:center;
        font-size: 2.875rem;
        margin-bottom: 0;
        padding-left: 16px;
        padding-right: 0
    }
}

.block-counting-figures .figure-items-wrap .card--figure p {
    font-size: 1.125rem;
    text-align: center
}

@media (max-width: 575.98px) {
    .block-counting-figures .figure-items-wrap .card--figure p {
        padding-left:56px;
        text-align: left
    }
}

.block-counting-figures .countup-info {
    background-color: #1f2b50;
    border-radius: 20px;
    display: flex;
    padding: 24px
}

@media (max-width: 767.98px) {
    .block-counting-figures .countup-info {
        flex-direction:column
    }
}

body.pkf-careers .block-counting-figures .countup-info {
    background-color: #5a3774
}

.block-counting-figures .countup-info .card--icon-horizontal {
    background-color: transparent;
    border-radius: 0!important;
    width: 50%
}

@media (max-width: 767.98px) {
    .block-counting-figures .countup-info .card--icon-horizontal {
        width:100%
    }
}

@media (max-width: 575.98px) {
    .block-counting-figures .countup-info .card--icon-horizontal {
        margin-bottom:32px;
        padding: 0
    }
}

.block-counting-figures .countup-info .card--icon-horizontal .container-wrapper {
    grid-template-columns: .5fr 6.5fr
}

@media (max-width: 575.98px) {
    .block-counting-figures .countup-info .card--icon-horizontal .container-wrapper {
        grid-template-columns:1fr
    }
}

.block-counting-figures .countup-info .card--icon-horizontal .container-wrapper .column-content {
    color: #fff
}

.block-counting-figures .countup-info .card--icon-horizontal .container-wrapper .column-content figure img {
    max-width: 50px;
    width: 100%
}

@media (max-width: 575.98px) {
    .block-counting-figures .countup-info .card--icon-horizontal .container-wrapper .column-content {
        justify-content:flex-start
    }
}

.block-counting-figures .countup-info .card--icon-horizontal .container-wrapper .column-content h2,.block-counting-figures .countup-info .card--icon-horizontal .container-wrapper .column-content .h2 {
    color: #fff
}

@media (min-width: 992px) {
    .logo-carousel {
        overflow:clip
    }
}

.logo-carousel .row {
    row-gap: 1.5rem
}

.logo-carousel .logo-block-intro h1,.logo-carousel .logo-block-intro .h1,.logo-carousel .logo-block-intro h2,.logo-carousel .logo-block-intro .h2,.logo-carousel .logo-block-intro h3,.logo-carousel .logo-block-intro .h3,.logo-carousel .logo-block-intro h4,.logo-carousel .logo-block-intro .h4,.logo-carousel .logo-block-intro h5,.logo-carousel .logo-block-intro .h5,.logo-carousel .logo-block-intro h6,.logo-carousel .logo-block-intro .h6,.logo-carousel .logo-block-intro .gform_validation_errors .gform_submission_error,.gform_validation_errors .logo-carousel .logo-block-intro .gform_submission_error {
    color: #1f2b50
}

body.pkf-financial-planning .logo-carousel .logo-block-intro h1,body.pkf-financial-planning .logo-carousel .logo-block-intro .h1,body.pkf-financial-planning .logo-carousel .logo-block-intro h2,body.pkf-financial-planning .logo-carousel .logo-block-intro .h2,body.pkf-financial-planning .logo-carousel .logo-block-intro h3,body.pkf-financial-planning .logo-carousel .logo-block-intro .h3,body.pkf-financial-planning .logo-carousel .logo-block-intro h4,body.pkf-financial-planning .logo-carousel .logo-block-intro .h4,body.pkf-financial-planning .logo-carousel .logo-block-intro h5,body.pkf-financial-planning .logo-carousel .logo-block-intro .h5,body.pkf-financial-planning .logo-carousel .logo-block-intro h6,body.pkf-financial-planning .logo-carousel .logo-block-intro .h6,body.pkf-financial-planning .logo-carousel .logo-block-intro .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .logo-carousel .logo-block-intro .gform_submission_error {
    color: #38093c
}

.logo-carousel .swiper .swiper-slide {
    border-radius: 10px;
    border: 2px solid #f2efe7;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .logo-carousel .swiper {
        overflow:visible
    }

    .logo-carousel .swiper .swiper-slide {
        max-width: 306px
    }
}

.logo-carousel .swiper-controls {
    gap: .75rem;
    margin-top: 1.5rem
}

.logo-carousel img {
    max-width: 200px
}

@media (min-width: 768px) {
    .block-title-template .columns-block-row {
        flex-wrap:nowrap
    }
}

@media (min-width: 768px) {
    .block-title-template .columns-block-row .column-content:not(:only-child):first-child {
        align-items:start;
        width: 75%
    }

    .block-title-template .columns-block-row .column-content:not(:only-child):last-child {
        align-items: end;
        width: 25%
    }
}

.block-title-template .column-content {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    position: relative
}

@media (max-width: 767.98px) {
    .block-title-template .column-content {
        align-items:start
    }
}

.block-title-template .column-content * {
    margin: 0
}

@media (min-width: 768px) {
    .block-title-template .column-content {
        flex:initial
    }

    .block-title-template .column-content .btn-link--basic {
        max-width: 30%;
        position: absolute;
        right: 0;
        top: .3125rem
    }
}

.block-title-template h1:only-of-type,.block-title-template .h1:only-of-type,.block-title-template h2:only-of-type,.block-title-template .h2:only-of-type,.block-title-template h3:only-of-type,.block-title-template .h3:only-of-type,.block-title-template h4:only-of-type,.block-title-template .h4:only-of-type,.block-title-template h5:only-of-type,.block-title-template .h5:only-of-type,.block-title-template h6:only-of-type,.block-title-template .h6:only-of-type,.block-title-template .gform_validation_errors .gform_submission_error:only-of-type,.gform_validation_errors .block-title-template .gform_submission_error:only-of-type,.block-title-template .btn-link:only-of-type,.block-title-template input[type=submit]:only-of-type,.block-title-template .gfield--type-fileupload .gform_drop_area button:only-of-type,.gfield--type-fileupload .gform_drop_area .block-title-template button:only-of-type,.block-title-template .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:only-of-type:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .block-title-template .ginput_container_fileupload:only-of-type:after {
    margin-bottom: 0
}

body.wp-admin .block-title-template .container {
    max-width: none!important
}

.block-title-template .acf-innerblocks-container {
    display: flex;
    gap: .75rem;
    margin-bottom: 1.25rem
}

.block-title-template .acf-innerblocks-container:not(:has(.wp-block-acf-column-content + .wp-block-acf-column-content)) {
    flex-direction: column
}

@media (min-width: 768px) {
    .block-title-template .acf-innerblocks-container .block-editor-block-list__layout:has(.wp-block-acf-button-primary) {
        flex-direction:row;
        justify-content: end
    }
}

@media (min-width: 992px) {
    section.featured-posts {
        overflow:clip
    }
}

section.featured-posts .row {
    row-gap: 1.5rem
}

section.featured-posts .row .col-lg-10 {
    border-bottom: none;
    border-color: transparent!important;
    border-bottom-style: none!important;
    padding-bottom: .1rem
}

@media (min-width: 992px) {
    section.featured-posts .card.card--feed .card-img-wrapper img {
        max-height:19.0625rem
    }
}

@media (min-width: 992px) {
    section.featured-posts .swiper {
        overflow:visible
    }
}

@media (max-width: 991.98px) {
    section.featured-posts .swiper-controls .featured-posts-swiper-pagination {
        display:none
    }
}

section.featured-posts .swiper-controls .swiper-pagination-bullet:before {
    border-color: #5a3774
}

body.pkf-careers section.featured-posts .swiper-controls .swiper-pagination-bullet:before {
    border-color: #5a3774
}

section.featured-posts .swiper-controls .swiper-pagination-bullet:hover:before,section.featured-posts .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #1f2b50
}

body.pkf-careers section.featured-posts .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers section.featured-posts .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #5a3774
}

section.featured-posts .swiper-controls .swiper-buttons .swiper-arrow {
    background-color: #bf388c
}

body.pkf-llp-site section.featured-posts .swiper-controls .swiper-buttons .swiper-arrow {
    background-color: #c9d44e
}

body.pkf-financial-planning section.featured-posts .swiper-controls .swiper-buttons .swiper-arrow {
    background-color: #bf388c
}

body.pkf-financial-planning section.featured-posts .swiper-controls .swiper-buttons .swiper-arrow:hover {
    background-color: #5a3774
}

body.pkf-careers section.featured-posts .swiper-controls .swiper-buttons .swiper-arrow {
    background-color: #ef8f21
}

section.featured-posts .swiper-controls .swiper-buttons .swiper-arrow:hover:not(.swiper-button-disabled) {
    background-color: #1f2b50
}

section.featured-posts .swiper-controls {
    margin-top: .5rem
}

@media (min-width: 992px) {
    section.featured-posts .mobile-view {
        display:none
    }

    section.featured-posts .swiper-controls {
        display: none!important
    }
}

@media (max-width: 991.98px) {
    section.featured-posts .desktop-view {
        display:none
    }

    section.featured-posts .mobile-view .card.card--small .col-5 {
        width: 100%
    }

    section.featured-posts .mobile-view .card.card--small .col-5 figure img {
        height: auto;
        aspect-ratio: 16/9
    }
}

section.featured-posts .mob-post-feed-f-cta {
    margin-top: 2rem
}

@media (min-width: 992px) {
    .column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*:last-child {
        margin-bottom:2rem
    }
}

.column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*:last-child.btn-link,.column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>input[type=submit]:last-child,.column-cards-with-image .gfield--type-fileupload .gform_drop_area .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>button:last-child,.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>button:last-child,.column-cards-with-image .gfield--type-fileupload:not(:has(.gform_drop_area)) .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*.ginput_container_fileupload:last-child:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*.ginput_container_fileupload:last-child:after {
    margin: auto 1.5rem 1.5rem
}

@media (min-width: 992px) {
    .column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*:last-child.btn-link,.column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>input[type=submit]:last-child,.column-cards-with-image .gfield--type-fileupload .gform_drop_area .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>button:last-child,.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>button:last-child,.column-cards-with-image .gfield--type-fileupload:not(:has(.gform_drop_area)) .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*.ginput_container_fileupload:last-child:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card--image:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*.ginput_container_fileupload:last-child:after {
        margin:auto 1.5rem 2rem
    }
}

.column-cards-with-image .card--image:not(:has(.wp-block-image)) {
    padding-top: 2rem
}

.column-cards-with-image .card--image .wp-block-image {
    border-radius: 45px 45px 0 0;
    overflow: hidden
}

@media (min-width: 992px) {
    .column-cards-with-image .card--image .wp-block-image {
        margin-bottom:.75rem
    }
}

.column-cards-with-image .card--image .wp-block-image img {
    aspect-ratio: 16/9;
    border-radius: 45px 45px 0 0!important;
    height: auto;
    object-fit: cover;
    transition: scale .2s ease-in-out;
    width: 100%
}

.column-cards-with-image .card--image h1,.column-cards-with-image .card--image .h1,.column-cards-with-image .card--image h2,.column-cards-with-image .card--image .h2,.column-cards-with-image .card--image h3,.column-cards-with-image .card--image .h3,.column-cards-with-image .card--image h4,.column-cards-with-image .card--image .h4,.column-cards-with-image .card--image h5,.column-cards-with-image .card--image .h5,.column-cards-with-image .card--image h6,.column-cards-with-image .card--image .h6,.column-cards-with-image .card--image .gform_validation_errors .gform_submission_error,.gform_validation_errors .column-cards-with-image .card--image .gform_submission_error,.column-cards-with-image .card--image p,.column-cards-with-image .card--image .btn-link,.column-cards-with-image .card--image input[type=submit],.column-cards-with-image .card--image .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card--image button,.column-cards-with-image .card--image .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card--image .ginput_container_fileupload:after {
    margin-left: 2rem;
    margin-right: 2rem
}

body.pkf-financial-planning .column-cards-with-image .card--image h1,body.pkf-financial-planning .column-cards-with-image .card--image .h1,body.pkf-financial-planning .column-cards-with-image .card--image h2,body.pkf-financial-planning .column-cards-with-image .card--image .h2,body.pkf-financial-planning .column-cards-with-image .card--image h3,body.pkf-financial-planning .column-cards-with-image .card--image .h3,body.pkf-financial-planning .column-cards-with-image .card--image h4,body.pkf-financial-planning .column-cards-with-image .card--image .h4,body.pkf-financial-planning .column-cards-with-image .card--image h5,body.pkf-financial-planning .column-cards-with-image .card--image .h5,body.pkf-financial-planning .column-cards-with-image .card--image h6,body.pkf-financial-planning .column-cards-with-image .card--image .h6,body.pkf-financial-planning .column-cards-with-image .card--image .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .column-cards-with-image .card--image .gform_submission_error,body.pkf-financial-planning .column-cards-with-image .card--image p {
    color: #38093c
}

.column-cards-with-image .card--image:hover .wp-block-image img {
    scale: 1.3
}

.column-cards-with-image .card--image:hover:has(a) h1,.column-cards-with-image .card--image:hover:has(a) .h1,.column-cards-with-image .card--image:hover:has(a) h2,.column-cards-with-image .card--image:hover:has(a) .h2,.column-cards-with-image .card--image:hover:has(a) h3,.column-cards-with-image .card--image:hover:has(a) .h3,.column-cards-with-image .card--image:hover:has(a) h4,.column-cards-with-image .card--image:hover:has(a) .h4,.column-cards-with-image .card--image:hover:has(a) h5,.column-cards-with-image .card--image:hover:has(a) .h5,.column-cards-with-image .card--image:hover:has(a) h6,.column-cards-with-image .card--image:hover:has(a) .h6,.column-cards-with-image .card--image:hover:has(a) .gform_validation_errors .gform_submission_error,.gform_validation_errors .column-cards-with-image .card--image:hover:has(a) .gform_submission_error {
    text-decoration-color: currentColor
}

.column-cards-with-image .card-grid-wrapper .bg-llp-blue .btn-link:not(:hover),.column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .btn-link:not(:hover),body.pkf-llp-site .column-cards-with-image .card-grid-wrapper .hero .btn-link:not(:hover),.column-cards-with-image .card-grid-wrapper .bg-llp-blue input[type=submit]:not(:hover),.column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero input[type=submit]:not(:hover),body.pkf-llp-site .column-cards-with-image .card-grid-wrapper .hero input[type=submit]:not(:hover),.column-cards-with-image .card-grid-wrapper .bg-llp-blue .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card-grid-wrapper .bg-llp-blue button:not(:hover),.column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero button:not(:hover),body.pkf-llp-site .column-cards-with-image .card-grid-wrapper .hero .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .column-cards-with-image .card-grid-wrapper .hero button:not(:hover),.column-cards-with-image .card-grid-wrapper .bg-llp-blue .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card-grid-wrapper .bg-llp-blue .ginput_container_fileupload:not(:hover):after,.column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .ginput_container_fileupload:not(:hover):after,body.pkf-llp-site .column-cards-with-image .card-grid-wrapper .hero .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .column-cards-with-image .card-grid-wrapper .hero .ginput_container_fileupload:not(:hover):after {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-llp-blue .btn-link:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .btn-link:not(:hover),body.pkf-llp-site body.pkf-careers .column-cards-with-image .card-grid-wrapper .hero .btn-link:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-llp-blue input[type=submit]:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero input[type=submit]:not(:hover),body.pkf-llp-site body.pkf-careers .column-cards-with-image .card-grid-wrapper .hero input[type=submit]:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-llp-blue .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-llp-blue button:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero button:not(:hover),body.pkf-llp-site body.pkf-careers .column-cards-with-image .card-grid-wrapper .hero .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site body.pkf-careers .column-cards-with-image .card-grid-wrapper .hero button:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-llp-blue .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-llp-blue .ginput_container_fileupload:not(:hover):after,body.pkf-careers .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .column-cards-with-image .card-grid-wrapper body.pkf-llp-site .hero .ginput_container_fileupload:not(:hover):after,body.pkf-llp-site body.pkf-careers .column-cards-with-image .card-grid-wrapper .hero .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site body.pkf-careers .column-cards-with-image .card-grid-wrapper .hero .ginput_container_fileupload:not(:hover):after {
    background-color: #ef8f21
}

.column-cards-with-image .card-grid-wrapper .bg-brand-primary,.column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange {
    color: #fff
}

.column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .btn-link:hover,.column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange input[type=submit]:hover,.column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange button:hover,.column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .ginput_container_fileupload:hover:after {
    background-color: #f2efe7;
    color: #1f2b50
}

.column-cards-with-image .card-grid-wrapper .bg-llp-green .btn-link:hover,.column-cards-with-image .card-grid-wrapper .bg-llp-green input[type=submit]:hover,.column-cards-with-image .card-grid-wrapper .bg-llp-green .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card-grid-wrapper .bg-llp-green button:hover,.column-cards-with-image .card-grid-wrapper .bg-llp-green .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card-grid-wrapper .bg-llp-green .ginput_container_fileupload:hover:after {
    background-color: #f2efe7;
    color: #1f2b50
}

.column-cards-with-image .card-grid-wrapper .bg-brand-primary .btn-link:not(:hover),.column-cards-with-image .card-grid-wrapper .bg-brand-primary input[type=submit]:not(:hover),.column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card-grid-wrapper .bg-brand-primary button:not(:hover),.column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card-grid-wrapper .bg-brand-primary .ginput_container_fileupload:not(:hover):after {
    background-color: #c9d44e;
    color: #1f2b50
}

.column-cards-with-image .card-grid-wrapper .bg-brand-primary .btn-link:hover,.column-cards-with-image .card-grid-wrapper .bg-brand-primary input[type=submit]:hover,.column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .column-cards-with-image .card-grid-wrapper .bg-brand-primary button:hover,.column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .column-cards-with-image .card-grid-wrapper .bg-brand-primary .ginput_container_fileupload:hover:after {
    background-color: #f2efe7
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange h3,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .h3,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary h3,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .h3 {
    color: #fff
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .btn-link,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange input[type=submit],body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange button,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .ginput_container_fileupload:after,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .btn-link,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary input[type=submit],body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary button,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .ginput_container_fileupload:after {
    background-color: #1f2b50
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .btn-link:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange input[type=submit]:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange button:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-careers-dark-orange .ginput_container_fileupload:hover:after,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .btn-link:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary input[type=submit]:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary button:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-brand-primary .ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #1f2b50
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple p,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple h3,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple .h3 {
    color: #fff
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple .btn-link:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple input[type=submit]:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple button:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-med-purple .ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #38093c
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple p,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple h3,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .h3 {
    color: #fff
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .btn-link,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple input[type=submit],body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple button,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .ginput_container_fileupload:after {
    background-color: #bf388c;
    color: #fff
}

body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .btn-link:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple input[type=submit]:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple button:hover,body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .column-cards-with-image .card-grid-wrapper .bg-financial-dark-purple .ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #38093c
}

body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .btn-link:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary input[type=submit]:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary button:not(:hover),body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .ginput_container_fileupload:not(:hover):after {
    background-color: #ef8f21
}

body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .btn-link:hover,body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary input[type=submit]:hover,body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary button:hover,body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .column-cards-with-image .card-grid-wrapper .bg-brand-primary .ginput_container_fileupload:hover:after {
    background-color: #f2efe7
}

.column-cards-with-image.natural-stone-bg .card {
    background-color: #f2efe7
}

.column-cards-with-image article.card.natural-stone-bg {
    background-color: #f2efe7
}

.column-cards-with-image.llp-green .card {
    background-color: #c9d44e
}

.column-cards-with-image article.card.llp-green {
    background-color: #c9d44e
}

.column-cards-with-image.brand-primary .card {
    background-color: #1f2b50
}

.column-cards-with-image article.card.brand-primary {
    background-color: #1f2b50
}

.column-cards-with-image.careers-dark-orange .card {
    background-color: #ca4c12
}

.column-cards-with-image article.card.careers-dark-orange {
    background-color: #ca4c12
}

.column-cards-with-image.financial-dark-purple .card {
    background-color: #38093c
}

.column-cards-with-image article.card.financial-dark-purple {
    background-color: #38093c
}

.column-cards-with-image.financial-med-purple .card {
    background-color: #a42775
}

.column-cards-with-image article.card.financial-med-purple {
    background-color: #a42775
}

.cta-block .bg-wrapper {
    border-radius: 6.25rem;
    overflow: clip;
    padding: 2rem 2.8125rem;
    position: relative
}

@media (max-width: 767.98px) {
    .cta-block .bg-wrapper {
        border-radius:1.875rem
    }
}

@media (min-width: 992px) {
    .cta-block .bg-wrapper:not(:has(.column-content + .column-content)) {
        padding:3rem 13.75rem
    }
}

.cta-block .bg-wrapper:not(:has(.column-content + .column-content)) .column-content {
    text-align: center!important
}

@media (max-width: 767.98px) {
    .cta-block .bg-wrapper:has(.column-content + .column-content) {
        text-align:center
    }
}

.cta-block .bg-wrapper:has(.column-content + .column-content):after {
    background: url(../images/decorations/bg-counting-up.svg) center no-repeat;
    background-size: contain!important;
    top: -33px;
    content: "";
    height: 12.375rem;
    position: absolute;
    rotate: 107deg;
    width: 24.4375rem;
    left: -172px
}

@media (min-width: 768px) {
    .cta-block .bg-wrapper:has(.column-content + .column-content):after {
        bottom:initial;
        height: 29.375rem;
        left: -82px;
        right: initial;
        rotate: 133deg;
        top: -240px;
        width: 31.25rem
    }
}

@media (max-width: 767.98px) {
    .cta-block .bg-wrapper:has(.column-content + .column-content):not(:has(.btn-link)) {
        padding-bottom:4.5rem
    }
}

body.pkf-llp-site .cta-block .bg-wrapper {
    background-color: #c9d44e
}

body.pkf-financial-planning .cta-block .bg-wrapper {
    background-color: #bf388c
}

body.pkf-careers .cta-block .bg-wrapper {
    background-color: #ca4c12
}

body.wp-admin .cta-block .bg-wrapper {
    background-color: #1f2b50
}

body.pkf-llp-site .cta-block .bg-wrapper .btn-link:hover,body.pkf-llp-site .cta-block .bg-wrapper input[type=submit]:hover,body.pkf-llp-site .cta-block .bg-wrapper .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .cta-block .bg-wrapper button:hover,body.pkf-llp-site .cta-block .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .cta-block .bg-wrapper .ginput_container_fileupload:hover:after {
    background-color: #f2efe7;
    color: #1f2b50
}

.cta-block .columns-block-row .column-content {
    z-index: 5
}

.cta-block .columns-block-row .column-content h1,.cta-block .columns-block-row .column-content .h1,.cta-block .columns-block-row .column-content h2,.cta-block .columns-block-row .column-content .h2,.cta-block .columns-block-row .column-content h3,.cta-block .columns-block-row .column-content .h3,.cta-block .columns-block-row .column-content h4,.cta-block .columns-block-row .column-content .h4,.cta-block .columns-block-row .column-content h5,.cta-block .columns-block-row .column-content .h5,.cta-block .columns-block-row .column-content h6,.cta-block .columns-block-row .column-content .h6,.cta-block .columns-block-row .column-content .gform_validation_errors .gform_submission_error,.gform_validation_errors .cta-block .columns-block-row .column-content .gform_submission_error,.cta-block .columns-block-row .column-content p,.cta-block .columns-block-row .column-content a:not(.btn-link):not(input[type=submit]),.cta-block .columns-block-row .column-content strong {
    color: #fff
}

body.pkf-llp-site .cta-block .columns-block-row .column-content h1,body.pkf-llp-site .cta-block .columns-block-row .column-content .h1,body.pkf-llp-site .cta-block .columns-block-row .column-content h2,body.pkf-llp-site .cta-block .columns-block-row .column-content .h2,body.pkf-llp-site .cta-block .columns-block-row .column-content h3,body.pkf-llp-site .cta-block .columns-block-row .column-content .h3,body.pkf-llp-site .cta-block .columns-block-row .column-content h4,body.pkf-llp-site .cta-block .columns-block-row .column-content .h4,body.pkf-llp-site .cta-block .columns-block-row .column-content h5,body.pkf-llp-site .cta-block .columns-block-row .column-content .h5,body.pkf-llp-site .cta-block .columns-block-row .column-content h6,body.pkf-llp-site .cta-block .columns-block-row .column-content .h6,body.pkf-llp-site .cta-block .columns-block-row .column-content .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .cta-block .columns-block-row .column-content .gform_submission_error,body.pkf-llp-site .cta-block .columns-block-row .column-content p,body.pkf-llp-site .cta-block .columns-block-row .column-content a:not(.btn-link):not(input[type=submit]),body.pkf-llp-site .cta-block .columns-block-row .column-content strong {
    color: #1f2b50
}

.cta-block .columns-block-row .column-content h1:only-child,.cta-block .columns-block-row .column-content .h1:only-child,.cta-block .columns-block-row .column-content h2:only-child,.cta-block .columns-block-row .column-content .h2:only-child,.cta-block .columns-block-row .column-content h3:only-child,.cta-block .columns-block-row .column-content .h3:only-child,.cta-block .columns-block-row .column-content h4:only-child,.cta-block .columns-block-row .column-content .h4:only-child,.cta-block .columns-block-row .column-content h5:only-child,.cta-block .columns-block-row .column-content .h5:only-child,.cta-block .columns-block-row .column-content h6:only-child,.cta-block .columns-block-row .column-content .h6:only-child,.cta-block .columns-block-row .column-content .gform_validation_errors .gform_submission_error:only-child,.gform_validation_errors .cta-block .columns-block-row .column-content .gform_submission_error:only-child,.cta-block .columns-block-row .column-content p:only-child,.cta-block .columns-block-row .column-content a:not(.btn-link):not(input[type=submit]):only-child,.cta-block .columns-block-row .column-content strong:only-child {
    margin-bottom: 0
}

.cta-block .columns-block-row .column-content .cta-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem
}

body.pkf-careers .cta-block .columns-block-row .column-content .cta-btns .btn-link--tertiary:hover {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns .btn-link:hover,body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns input[type=submit]:hover,body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns button:hover,body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns .ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #38093c
}

body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns .btn-link--tertiary {
    background-color: #fff;
    color: #38093c
}

body.pkf-financial-planning .cta-block .columns-block-row .column-content .cta-btns .btn-link--tertiary:hover {
    background-color: #38093c;
    color: #fff
}

.cta-block .columns-block-row .column-content>*:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .cta-block .columns-block-row:has(.column-content + .column-content) {
        display:grid;
        grid-column-gap: 0;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: 1fr
    }

    .cta-block .columns-block-row:has(.column-content + .column-content) .column-content:first-child {
        grid-area: 1/1/2/9;
        padding-right: .75rem
    }

    .cta-block .columns-block-row:has(.column-content + .column-content) .column-content:last-child {
        align-items: center;
        display: flex;
        grid-area: 1/9/2/13;
        height: 100%;
        justify-content: end;
        padding-left: .75rem
    }
}

.cta-block.cta-size-small .columns-block-row .column-content {
    display: flex;
    align-items: center
}

.cta-block.cta-size-small .columns-block-row .column-content h2,.cta-block.cta-size-small .columns-block-row .column-content .h2 {
    font-size: 1.625rem;
    line-height: 2rem
}

@media (min-width: 768px) {
    .cta-block.cta-size-small .columns-block-row .column-content h2,.cta-block.cta-size-small .columns-block-row .column-content .h2 {
        font-size:1.25rem;
        line-height: 1.5625rem
    }
}

@media (max-width: 767.98px) {
    .cta-block.cta-size-small .columns-block-row .column-content:has(a) {
        display:flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center
    }
}

.cta-block.cta-size-large .bg-wrapper {
    background: url(../images/decorations/bg-cta-large.svg) no-repeat;
    background-position: 111% -675px;
    background-size: 57%;
    border-radius: 30px
}

@media (max-width: 767.98px) {
    .cta-block.cta-size-large .bg-wrapper {
        background:url(../images/decorations/bg-cta-mob2.svg) no-repeat;
        background-position: center bottom;
        border-radius: 30px
    }
}

.cta-block.cta-size-large h2,.cta-block.cta-size-large .h2 {
    font-size: clamp(1.75rem,.712rem + 2.88vw,2.5rem)
}

.contact-cards .card-row-wrapper {
    row-gap: 1.5rem
}

.contact-cards .card-row-wrapper .card-col:only-child {
    flex: 1
}

@media (min-width: 992px) {
    .contact-cards .card-row-wrapper .card-col {
        flex:1
    }
}

.contact-cards .card--contact {
    align-items: center;
    background-color: #f2efe7;
    display: flex;
    height: 100%;
    padding: 1.5rem 1.5rem 0;
    position: relative;
    text-align: center
}

body.pkf-financial-planning .contact-cards .card--contact {
    color: #fff
}

body.pkf-llp-site .contact-cards .card--contact {
    background-color: #c9d44e
}

body.pkf-financial-planning .contact-cards .card--contact {
    background-color: #bf388c
}

body.pkf-careers .contact-cards .card--contact {
    background-color: #ef8f21
}

.contact-cards .card--contact .wp-block-image img {
    border-radius: 0;
    height: 3.125rem;
    object-fit: contain;
    width: 3.125rem
}

.contact-cards .card--contact .wp-block-image+* {
    margin-top: 1.6875rem
}

.contact-cards .card--contact .card-title {
    margin-bottom: .125rem;
    text-align: center;
    word-break: break-word
}

body.pkf-financial-planning .contact-cards .card--contact .card-title {
    color: #fff
}

.contact-cards .card--contact a.card-text {
    text-align: center;
    word-break: break-word
}

body.pkf-financial-planning .contact-cards .card--contact a.card-text {
    color: #fff
}

.contact-cards .card--contact a.card-text:not(:hover) {
    text-decoration-color: transparent
}

body.wp-admin .contact-cards .card--contact .block-editor-block-list__block {
    display: flex;
    justify-content: center
}

.bullet-list-with-icon {
    align-items: center
}

.bullet-list-with-icon--small img {
    height: 1.25rem;
    margin-top: .1875rem;
    object-fit: contain;
    width: 1.25rem
}

@media (max-width: 991.98px) {
    .bullet-list-with-icon--small img {
        margin-top:0
    }
}

.bullet-list-with-icon--small h1,.bullet-list-with-icon--small .h1,.bullet-list-with-icon--small h2,.bullet-list-with-icon--small .h2,.bullet-list-with-icon--small h3,.bullet-list-with-icon--small .h3,.bullet-list-with-icon--small h4,.bullet-list-with-icon--small .h4,.bullet-list-with-icon--small h5,.bullet-list-with-icon--small .h5,.bullet-list-with-icon--small h6,.bullet-list-with-icon--small .h6,.bullet-list-with-icon--small .gform_validation_errors .gform_submission_error,.gform_validation_errors .bullet-list-with-icon--small .gform_submission_error,.bullet-list-with-icon--small p {
    margin-bottom: .375rem
}

.bullet-list-with-icon--large img {
    height: 2.5rem;
    object-fit: contain;
    width: 2.5rem
}

.bullet-list-with-icon--large h1,.bullet-list-with-icon--large .h1,.bullet-list-with-icon--large h2,.bullet-list-with-icon--large .h2,.bullet-list-with-icon--large h3,.bullet-list-with-icon--large .h3,.bullet-list-with-icon--large h4,.bullet-list-with-icon--large .h4,.bullet-list-with-icon--large h5,.bullet-list-with-icon--large .h5,.bullet-list-with-icon--large h6,.bullet-list-with-icon--large .h6,.bullet-list-with-icon--large .gform_validation_errors .gform_submission_error,.gform_validation_errors .bullet-list-with-icon--large .gform_submission_error,.bullet-list-with-icon--large p {
    margin-bottom: .625rem
}

.bullet-list-with-icon--large h1 strong,.bullet-list-with-icon--large .h1 strong,.bullet-list-with-icon--large h1 span,.bullet-list-with-icon--large .h1 span,.bullet-list-with-icon--large h2 strong,.bullet-list-with-icon--large .h2 strong,.bullet-list-with-icon--large h2 span,.bullet-list-with-icon--large .h2 span,.bullet-list-with-icon--large h3 strong,.bullet-list-with-icon--large .h3 strong,.bullet-list-with-icon--large h3 span,.bullet-list-with-icon--large .h3 span,.bullet-list-with-icon--large h4 strong,.bullet-list-with-icon--large .h4 strong,.bullet-list-with-icon--large h4 span,.bullet-list-with-icon--large .h4 span,.bullet-list-with-icon--large h5 strong,.bullet-list-with-icon--large .h5 strong,.bullet-list-with-icon--large h5 span,.bullet-list-with-icon--large .h5 span,.bullet-list-with-icon--large h6 strong,.bullet-list-with-icon--large .h6 strong,.bullet-list-with-icon--large .gform_validation_errors .gform_submission_error strong,.gform_validation_errors .bullet-list-with-icon--large .gform_submission_error strong,.bullet-list-with-icon--large h6 span,.bullet-list-with-icon--large .h6 span,.bullet-list-with-icon--large .gform_validation_errors .gform_submission_error span,.gform_validation_errors .bullet-list-with-icon--large .gform_submission_error span,.bullet-list-with-icon--large p strong,.bullet-list-with-icon--large p span {
    font-size: 1.875rem;
    line-height: 2.5rem
}

.bullet-list-with-icon--large h1 strong,.bullet-list-with-icon--large .h1 strong,.bullet-list-with-icon--large h2 strong,.bullet-list-with-icon--large .h2 strong,.bullet-list-with-icon--large h3 strong,.bullet-list-with-icon--large .h3 strong,.bullet-list-with-icon--large h4 strong,.bullet-list-with-icon--large .h4 strong,.bullet-list-with-icon--large h5 strong,.bullet-list-with-icon--large .h5 strong,.bullet-list-with-icon--large h6 strong,.bullet-list-with-icon--large .h6 strong,.bullet-list-with-icon--large .gform_validation_errors .gform_submission_error strong,.gform_validation_errors .bullet-list-with-icon--large .gform_submission_error strong,.bullet-list-with-icon--large p strong {
    font-weight: 700
}

.bullet-list-with-icon--small h1 strong,.bullet-list-with-icon--small .h1 strong,.bullet-list-with-icon--small h1 span,.bullet-list-with-icon--small .h1 span,.bullet-list-with-icon--small h2 strong,.bullet-list-with-icon--small .h2 strong,.bullet-list-with-icon--small h2 span,.bullet-list-with-icon--small .h2 span,.bullet-list-with-icon--small h3 strong,.bullet-list-with-icon--small .h3 strong,.bullet-list-with-icon--small h3 span,.bullet-list-with-icon--small .h3 span,.bullet-list-with-icon--small h4 strong,.bullet-list-with-icon--small .h4 strong,.bullet-list-with-icon--small h4 span,.bullet-list-with-icon--small .h4 span,.bullet-list-with-icon--small h5 strong,.bullet-list-with-icon--small .h5 strong,.bullet-list-with-icon--small h5 span,.bullet-list-with-icon--small .h5 span,.bullet-list-with-icon--small h6 strong,.bullet-list-with-icon--small .h6 strong,.bullet-list-with-icon--small .gform_validation_errors .gform_submission_error strong,.gform_validation_errors .bullet-list-with-icon--small .gform_submission_error strong,.bullet-list-with-icon--small h6 span,.bullet-list-with-icon--small .h6 span,.bullet-list-with-icon--small .gform_validation_errors .gform_submission_error span,.gform_validation_errors .bullet-list-with-icon--small .gform_submission_error span,.bullet-list-with-icon--small p strong,.bullet-list-with-icon--small p span {
    font-size: inherit
}

.bullet-list-with-icon li:not(:has(img)) {
    margin-bottom: 0;
    padding-left: 2rem;
    position: relative
}

.bullet-list-with-icon li:not(:has(img)):before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: .4375rem;
    left: 8px;
    position: absolute;
    top: 10px;
    width: .4375rem
}

.bullet-list-with-icon li {
    border-bottom: solid 1px #1f2b50;
    gap: .5rem
}

.bullet-list-with-icon li img+p {
    margin-top: 0
}

body.pkf-financial-planning .bullet-list-with-icon li {
    border-bottom-color: #fff
}

.bullet-list-with-icon li:not(:first-child) {
    margin-top: .875rem
}

.bullet-card-grid .block-intro .col-lg-10>*:last-child {
    margin-bottom: 0
}

body.pkf-llp-site .bullet-card-grid .block-intro .btn-link.hero__link:hover,body.pkf-llp-site .bullet-card-grid .block-intro input.hero__link[type=submit]:hover,body.pkf-llp-site .bullet-card-grid .block-intro .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .bullet-card-grid .block-intro button.hero__link:hover,body.pkf-llp-site .bullet-card-grid .block-intro .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .bullet-card-grid .block-intro .hero__link.ginput_container_fileupload:hover:after {
    background-color: #c9d44e;
    color: #1f2b50
}

.bullet-card-grid .bg-wrapper>p {
    line-height: 1.75rem
}

.bullet-card-grid .bg-wrapper.visual-h3 .wp-block-heading {
    font-size: 1.875rem
}

.bullet-card-grid .bg-wrapper.visual-h3 .wp-block-heading.bullet-card-grid__subheading {
    margin-bottom: 1rem
}

.bullet-card-grid .bg-wrapper.visual-h4 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small h1.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid h1.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h1 .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h1 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small h2.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid h2.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h2 .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h2 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small h3.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid h3.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h3 .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h3 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small h4.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid h4.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h4 .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h4 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small h5.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid h5.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h5 .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h5 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small h6.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid h6.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h6 .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h6 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small .gform_validation_errors .bg-wrapper.gform_submission_error .wp-block-heading,.bullet-list-with-icon--small .gform_validation_errors .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading,.bullet-card-grid .gform_validation_errors .bullet-list-with-icon--small .bg-wrapper.gform_submission_error .wp-block-heading,.gform_validation_errors .bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading,.bullet-card-grid .bullet-list-with-icon--small p.bg-wrapper .wp-block-heading,.bullet-list-with-icon--small .bullet-card-grid p.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h1.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h1.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h1 .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h1 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h2.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h2.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h2 .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h2 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h3.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h3.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h3 .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h3 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h4.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h4.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h4 .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h4 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h5.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h5.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h5 .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h5 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h6.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h6.bg-wrapper .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h6 .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h6 .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .gform_validation_errors .bg-wrapper.gform_submission_error .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .gform_validation_errors .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading,.bullet-card-grid .gform_validation_errors .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.gform_submission_error .wp-block-heading,.gform_validation_errors .bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) p.bg-wrapper .wp-block-heading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid p.bg-wrapper .wp-block-heading {
    font-size: 1.25rem
}

.bullet-card-grid .bg-wrapper.visual-h4 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small h1.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid h1.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h1 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h1 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small h2.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid h2.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h2 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h2 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small h3.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid h3.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h3 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h3 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small h4.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid h4.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h4 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h4 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small h5.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid h5.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h5 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h5 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small h6.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid h6.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .bg-wrapper.h6 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.h6 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small .gform_validation_errors .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .gform_validation_errors .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .gform_validation_errors .bullet-list-with-icon--small .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.gform_validation_errors .bullet-list-with-icon--small .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon--small p.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon--small .bullet-card-grid p.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h1.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h1.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h1 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h1 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h2.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h2.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h2 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h2 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h3.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h3.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h3 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h3 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h4.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h4.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h4 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h4 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h5.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h5.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h5 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h5 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) h6.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid h6.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.h6 .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.h6 .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) .gform_validation_errors .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .gform_validation_errors .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .gform_validation_errors .bullet-list-with-icon li:not(:has(img)) .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.gform_validation_errors .bullet-list-with-icon li:not(:has(img)) .bullet-card-grid .bg-wrapper.gform_submission_error .wp-block-heading.bullet-card-grid__subheading,.bullet-card-grid .bullet-list-with-icon li:not(:has(img)) p.bg-wrapper .wp-block-heading.bullet-card-grid__subheading,.bullet-list-with-icon li:not(:has(img)) .bullet-card-grid p.bg-wrapper .wp-block-heading.bullet-card-grid__subheading {
    margin-bottom: 1.25rem
}

.bullet-card-grid .bg-wrapper h4,.bullet-card-grid .bg-wrapper .h4 {
    line-height: 34px
}

@media (max-width: 991.98px) {
    .bullet-card-grid .bg-wrapper h4,.bullet-card-grid .bg-wrapper .h4 {
        line-height:24px
    }
}

.bullet-card-grid .bg-wrapper .btn-link.hero__link,.bullet-card-grid .bg-wrapper input.hero__link[type=submit],.bullet-card-grid .bg-wrapper .gfield--type-fileupload .gform_drop_area button.hero__link,.gfield--type-fileupload .gform_drop_area .bullet-card-grid .bg-wrapper button.hero__link,.bullet-card-grid .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .bullet-card-grid .bg-wrapper .hero__link.ginput_container_fileupload:after {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-careers .bullet-card-grid .bg-wrapper .btn-link.hero__link,body.pkf-careers .bullet-card-grid .bg-wrapper input.hero__link[type=submit],body.pkf-careers .bullet-card-grid .bg-wrapper .gfield--type-fileupload .gform_drop_area button.hero__link,.gfield--type-fileupload .gform_drop_area body.pkf-careers .bullet-card-grid .bg-wrapper button.hero__link,body.pkf-careers .bullet-card-grid .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .bullet-card-grid .bg-wrapper .hero__link.ginput_container_fileupload:after {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-careers .bullet-card-grid .bg-wrapper .btn-link.hero__link:hover,body.pkf-careers .bullet-card-grid .bg-wrapper input.hero__link[type=submit]:hover,body.pkf-careers .bullet-card-grid .bg-wrapper .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .bullet-card-grid .bg-wrapper button.hero__link:hover,body.pkf-careers .bullet-card-grid .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .bullet-card-grid .bg-wrapper .hero__link.ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #1f2b50
}

.bullet-card-grid .bg-wrapper .btn-link.hero__link:hover,.bullet-card-grid .bg-wrapper input.hero__link[type=submit]:hover,.bullet-card-grid .bg-wrapper .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area .bullet-card-grid .bg-wrapper button.hero__link:hover,.bullet-card-grid .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .bullet-card-grid .bg-wrapper .hero__link.ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #1f2b50
}

body.pkf-financial-planning .bullet-card-grid .bg-wrapper .btn-link.hero__link,body.pkf-financial-planning .bullet-card-grid .bg-wrapper input.hero__link[type=submit],body.pkf-financial-planning .bullet-card-grid .bg-wrapper .gfield--type-fileupload .gform_drop_area button.hero__link,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .bullet-card-grid .bg-wrapper button.hero__link,body.pkf-financial-planning .bullet-card-grid .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .bullet-card-grid .bg-wrapper .hero__link.ginput_container_fileupload:after {
    background-color: #38093c
}

body.pkf-financial-planning .bullet-card-grid .bg-wrapper .btn-link.hero__link:hover,body.pkf-financial-planning .bullet-card-grid .bg-wrapper input.hero__link[type=submit]:hover,body.pkf-financial-planning .bullet-card-grid .bg-wrapper .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .bullet-card-grid .bg-wrapper button.hero__link:hover,body.pkf-financial-planning .bullet-card-grid .bg-wrapper .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .bullet-card-grid .bg-wrapper .hero__link.ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #1f2b50
}

.bullet-card-grid .bg-wrapper.no-bg-color .bullet-list-with-icon li {
    border-bottom-color: #1f2b50
}

body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .bullet-list-with-icon li {
    border-bottom-color: #38093c
}

body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .btn-link.hero__link,body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color input.hero__link[type=submit],body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload .gform_drop_area button.hero__link,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color button.hero__link,body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .hero__link.ginput_container_fileupload:after {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .btn-link.hero__link:hover,body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color input.hero__link[type=submit]:hover,body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color button.hero__link:hover,body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .bullet-card-grid .bg-wrapper.no-bg-color .hero__link.ginput_container_fileupload:hover:after {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .btn-link.hero__link,body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color input.hero__link[type=submit],body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload .gform_drop_area button.hero__link,.gfield--type-fileupload .gform_drop_area body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color button.hero__link,body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .hero__link.ginput_container_fileupload:after {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .btn-link.hero__link:hover,body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color input.hero__link[type=submit]:hover,body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color button.hero__link:hover,body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .bullet-card-grid .bg-wrapper.no-bg-color .hero__link.ginput_container_fileupload:hover:after {
    background-color: #ef8f21;
    color: #1f2b50
}

body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .btn-link.hero__link,body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color input.hero__link[type=submit],body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload .gform_drop_area button.hero__link,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color button.hero__link,body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .hero__link.ginput_container_fileupload:after {
    background-color: #38093c
}

body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .btn-link.hero__link:hover,body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color input.hero__link[type=submit]:hover,body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload .gform_drop_area button.hero__link:hover,.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color button.hero__link:hover,body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .gfield--type-fileupload:not(:has(.gform_drop_area)) .hero__link.ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .bullet-card-grid .bg-wrapper.no-bg-color .hero__link.ginput_container_fileupload:hover:after {
    background-color: #bf388c;
    color: #fff
}

.bullet-card-grid .bg-llp-green,.bullet-card-grid .bg-financial-light-purple,.bullet-card-grid .bg-careers-orange {
    border-radius: 20px;
    padding: 1.5rem
}

@media (min-width: 992px) {
    .bullet-card-grid .bg-llp-green,.bullet-card-grid .bg-financial-light-purple,.bullet-card-grid .bg-careers-orange {
        padding:2rem
    }
}

.bullet-card-grid .bg-financial-light-purple h1,.bullet-card-grid .bg-financial-light-purple .h1,.bullet-card-grid .bg-financial-light-purple h2,.bullet-card-grid .bg-financial-light-purple .h2,.bullet-card-grid .bg-financial-light-purple h3,.bullet-card-grid .bg-financial-light-purple .h3,.bullet-card-grid .bg-financial-light-purple h4,.bullet-card-grid .bg-financial-light-purple .h4,.bullet-card-grid .bg-financial-light-purple h5,.bullet-card-grid .bg-financial-light-purple .h5,.bullet-card-grid .bg-financial-light-purple h6,.bullet-card-grid .bg-financial-light-purple .h6,.bullet-card-grid .bg-financial-light-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .bullet-card-grid .bg-financial-light-purple .gform_submission_error,.bullet-card-grid .bg-financial-light-purple p {
    color: #fff
}

.bullet-card-grid .bg-financial-light-purple li:not(:has(img)):before {
    background-color: #fff
}

.bullet-card-grid .bullet-block-rows {
    display: flex;
    gap: 1.5rem
}

@media (max-width: 991.98px) {
    .bullet-card-grid .bullet-block-rows {
        flex-direction:column;
        gap: .8125rem
    }
}

.bullet-card-grid .block-intro .col-12>*:last-child {
    margin-bottom: 0
}

.bullet-card-grid .bullet-block-cta {
    margin-top: 2rem
}

.card--arrow {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem;
    position: relative
}

.card--arrow.bg-brand-primary *,.card--arrow.bg-careers-dark-orange * {
    color: #fff
}

body.pkf-llp-site .card--arrow.bg-brand-primary .ico {
    background-color: #c9d44e
}

body.pkf-careers .card--arrow.bg-brand-primary .ico {
    background-color: #ef8f21
}

body.pkf-llp-site .card--arrow.bg-brand-primary:hover .ico {
    background-color: #f2efe7;
    background-image: url(../images/icons/icon-arrow-right-blue.svg)
}

body.pkf-financial-planning .card--arrow.bg-brand-primary:hover .ico {
    background-color: #bf388c;
    background-image: url(../images/icons/icon-arrow-right-white.svg)
}

body.pkf-careers .card--arrow.bg-brand-primary:hover .ico {
    background-color: #f2efe7;
    background-image: url(../images/icons/icon-arrow-right-blue.svg)
}

.card--arrow.bg-financial-light-purple .ico {
    background-image: url(../images/icons/icon-arrow-right-d-purple.svg)
}

.card--arrow.bg-financial-light-purple:hover .ico {
    background-color: #38093c;
    background-image: url(../images/icons/icon-arrow-right-white.svg)
}

.card--arrow.bg-financial-dark-purple .ico {
    background-image: url(../images/icons/icon-arrow-right-d-purple.svg)
}

.card--arrow.bg-financial-dark-purple:hover .ico {
    background-color: #bf388c;
    background-image: url(../images/icons/icon-arrow-right-white.svg)
}

.card--arrow.bg-natural-stone-bg * {
    color: #1f2b50!important
}

body.pkf-financial-planning .card--arrow.bg-natural-stone-bg * {
    color: #38093c!important
}

body.pkf-llp-site .card--arrow.bg-natural-stone-bg .ico {
    background-color: #c9d44e
}

body.pkf-financial-planning .card--arrow.bg-natural-stone-bg .ico {
    background-color: #38093c;
    background-image: url(../images/icons/icon-arrow-right-white.svg)
}

body.pkf-careers .card--arrow.bg-natural-stone-bg .ico {
    background-color: #ef8f21
}

body.pkf-llp-site .card--arrow.bg-natural-stone-bg:hover .ico {
    background-color: #1f2b50
}

body.pkf-financial-planning .card--arrow.bg-natural-stone-bg:hover .ico {
    background-color: #bf388c
}

body.pkf-careers .card--arrow.bg-natural-stone-bg:hover .ico {
    background-color: #1f2b50
}

body.pkf-careers .card--arrow.bg-llp-green {
    background-color: #ef8f21
}

body.pkf-financial-planning .card--arrow.bg-llp-green {
    background-color: #bf388c
}

.card--arrow:has(a):hover .wp-block-heading {
    text-decoration-color: currentColor
}

.card--arrow .wp-block-heading {
    margin-right: .75rem;
    text-decoration: solid 2px underline;
    text-decoration-color: transparent;
    text-underline-offset: 2px;
    transition: text-decoration-color .2s ease-in-out
}

body.pkf-financial-planning .card--arrow .wp-block-heading {
    color: #fff
}

.card--arrow p:last-of-type {
    margin-bottom: 0
}

.card--arrow a {
    text-decoration: none
}

.card--arrow span.ico {
    border-radius: 50%;
    padding: .75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    background: url(../images/icons/icon-arrow-right-blue.svg) center no-repeat,#f2efe7;
    background-size: 1.4375rem 1.4375rem
}

.card--arrow span.ico:before {
    content: ""
}

.card--arrow:hover .ico {
    background: url(../images/icons/icon-arrow-right-white.svg) center no-repeat,#1f2b50;
    background-size: 1.4375rem 1.4375rem;
    transition: background .2s ease-in-out
}

.card--image-horizontal {
    container-type: inline-size;
    container-name: card-body;
    padding: 2rem
}

.card--image-horizontal.bg-careers-orange * {
    color: #1f2b50
}

body:not(.wp-admin) .card--image-horizontal .container-wrapper {
    display: grid;
    gap: 1.625rem;
    grid-template-columns: repeat(1,1fr)
}

@container card-body (max-width: 529px) {
    body: not(.wp-admin) .card--image-horizontal .container-wrapper p {
        text-align:center
    }
}

@container card-body (min-width: 530px) {
    body: not(.wp-admin) .card--image-horizontal .container-wrapper {
        gap:1.5rem;
        grid-template-columns: 1fr 2fr
    }

    body: not(.wp-admin) .card--image-horizontal .container-wrapper .column-content:has(p) {
        align-self:center!important
    }
}

.card--image-horizontal .container-wrapper .column-content:has(.wp-block-image) {
    display: flex;
    justify-content: center
}

@media (min-width: 1200px) {
    .card--image-horizontal .container-wrapper .column-content:not(:has(.wp-block-image)) {
        align-items:center;
        display: flex
    }
}

.card--image-horizontal .container-wrapper .wp-block-image {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 10.125rem;
    justify-content: center;
    overflow: clip;
    width: 10.125rem
}

.card--image-horizontal .container-wrapper .wp-block-image img {
    height: auto;
    max-height: 8.875rem;
    max-width: 8.875rem;
    object-fit: contain;
    scale: .8;
    width: 100%
}

@media (max-width: 991.98px) {
    .block-intro+.card-grid-wrapper {
        margin-top:1.5rem
    }
}

@media (min-width: 768px) {
    .job-search .columns-block-row.text-right {
        flex-direction:row-reverse
    }
}

.job-search .columns-block-row .column-content:nth-child(1) h3,.job-search .columns-block-row .column-content:nth-child(1) .h3 {
    border-bottom: 10px solid #EF8F21;
    font-size: 2.5rem;
    padding-bottom: 1.3rem;
    line-height: 3.125rem
}

.job-search .job-search-block-wrap {
    max-width: 636px
}

.job-search .job-search-block-wrap .job-search-nav-top .nav.nav-tabs {
    border: 0
}

.job-search .job-search-block-wrap .job-search-nav-top .nav.nav-tabs .btn-search-job {
    background-color: #1f2b50;
    border-radius: 20px 20px 0 0;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    height: 3.5rem;
    letter-spacing: -.0125rem;
    line-height: 1.5625rem;
    width: 50%
}

.job-search .job-search-block-wrap .job-search-nav-top .nav.nav-tabs .btn-search-job.active {
    background-color: #ca4c12
}

.job-search .job-search-block-wrap .job-search-content-container {
    background-color: #ca4c12;
    border-radius: 0 0 20px 20px;
    padding: 1.5rem
}

@media screen and (max-width: 1399px) {
    .job-search .job-search-block-wrap .job-search-content-container .job-search-fields {
        width:100%
    }
}

@media screen and (min-width: 1400px) {
    .job-search .job-search-block-wrap .job-search-content-container .job-search-fields {
        max-width:326px
    }
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield {
    margin-bottom: 1.5rem;
    margin-top: 0
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield .ginput_container.ginput_container_select {
    width: 100%
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield select,.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield input[type=text] {
    background-color: #fff;
    border: 0;
    color: #1f2b50;
    box-shadow: none
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield select::placeholder,.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield input[type=text]::placeholder {
    color: #1f2b50;
    opacity: 1
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield select:hover,.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield select:active,.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield input[type=text]:hover,.job-search .job-search-block-wrap .job-search-content-container .job-search-fields .gfield input[type=text]:active {
    box-shadow: inset 0 0 0 .5px #1f2b50
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-nav-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1399px) {
    .job-search .job-search-block-wrap .job-search-content-container .job-search-nav-bottom {
        align-items:flex-start;
        flex-direction: column
    }

    .job-search .job-search-block-wrap .job-search-content-container .job-search-nav-bottom .btn-job-search.purple {
        margin-bottom: 8px
    }

    .job-search .job-search-block-wrap .job-search-content-container .job-search-nav-bottom span {
        display: none
    }
}

@media screen and (min-width: 1400px) {
    .job-search .job-search-block-wrap .job-search-content-container .job-search-nav-bottom {
        column-gap:.75rem
    }
}

.job-search .job-search-block-wrap .job-search-content-container .job-search-nav-bottom span {
    font-size: 1.125rem;
    color: #fff
}

.job-search .job-search-block-wrap .btn-job-search {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    padding: .6875rem
}

.job-search .job-search-block-wrap .btn-job-search.purple {
    background-color: #1f2b50;
    background-image: url(../images/icons/magnifying-glass-white.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-left: 1rem;
    text-align: left;
    width: 100%
}

@media screen and (min-width: 1400px) {
    .job-search .job-search-block-wrap .btn-job-search.purple {
        max-width:326px;
        min-width: 326px
    }
}

.job-search .job-search-block-wrap .btn-job-search.purple:hover {
    background-color: #ef8f21;
    background-image: url(../images/icons/magnifying-glass.svg);
    color: #1f2b50
}

.job-search .job-search-block-wrap .btn-job-search.transparent {
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    transition: backgrounc-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;
    width: 100%
}

@media screen and (min-width: 1400px) {
    .job-search .job-search-block-wrap .btn-job-search.transparent {
        max-width:326px
    }
}

.job-search .job-search-block-wrap .btn-job-search.transparent:hover {
    background-color: #ef8f21;
    border-color: #1f2b50;
    color: #1f2b50
}

.job-search .job-search-block-wrap .btn-job-search:after {
    display: none
}

.two-col-text .column-content>*:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .two-col-text .column-content:has(*:is(h2,.h2):first-child + p)+.column-content>*:is(p):first-child {
        padding-top:clamp(3.688rem,1.759rem + 4.02vw,4.25rem)
    }
}

body.pkf-financial-planning .two-col-text .column-content h1,body.pkf-financial-planning .two-col-text .column-content .h1,body.pkf-financial-planning .two-col-text .column-content h2,body.pkf-financial-planning .two-col-text .column-content .h2,body.pkf-financial-planning .two-col-text .column-content h3,body.pkf-financial-planning .two-col-text .column-content .h3,body.pkf-financial-planning .two-col-text .column-content h4,body.pkf-financial-planning .two-col-text .column-content .h4,body.pkf-financial-planning .two-col-text .column-content h5,body.pkf-financial-planning .two-col-text .column-content .h5,body.pkf-financial-planning .two-col-text .column-content h6,body.pkf-financial-planning .two-col-text .column-content .h6,body.pkf-financial-planning .two-col-text .column-content .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .two-col-text .column-content .gform_submission_error,body.pkf-financial-planning .two-col-text .column-content p,body.pkf-financial-planning .two-col-text .column-content a:not(.btn-link):not(input[type=submit]),body.pkf-financial-planning .two-col-text .column-content li {
    color: #38093c
}

.two-col-text .card--cta-content {
    border-radius: 20px;
    padding: 1.5rem
}

.two-col-text .card--cta-content:not(.bg-llp-green):not(.bg-financial-light-purple):not(.bg-careers-orange) {
    background-color: #f2efe7
}

.two-col-text .card--cta-content.bg-financial-light-purple *,.two-col-text .card--cta-content.bg-financial-med-purple * {
    color: #fff!important
}

.two-col-text .card--cta-content>*:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .two-col-text .card--cta-content {
        padding:2rem
    }
}

@media (max-width: 767.98px) {
    .accordion-block .columns-block-row {
        position:relative
    }

    .accordion-block .columns-block-row .column-content:last-child {
        margin-bottom: .3125rem
    }
}

.accordion-block .columns-block-row .column-content:not(:has(.accordion)) h1,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h1,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) h2,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h2,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) h3,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h3,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) h4,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h4,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) h5,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h5,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) h6,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h6,.accordion-block .columns-block-row .column-content:not(:has(.accordion)) .gform_validation_errors .gform_submission_error,.gform_validation_errors .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .gform_submission_error {
    color: #1f2b50
}

body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) h1,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h1,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) h2,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h2,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) h3,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h3,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) h4,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h4,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) h5,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h5,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) h6,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .h6,body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .accordion-block .columns-block-row .column-content:not(:has(.accordion)) .gform_submission_error {
    color: #38093c
}

@media (min-width: 768px) {
    .accordion-block .columns-block-row:has(.column-content + .column-content) {
        display:grid;
        grid-template-columns: repeat(2,1fr)
    }

    .accordion-block .columns-block-row:has(.column-content + .column-content) .column-content:has(.wp-block-image) {
        display: flex;
        height: 100%;
        flex-direction: column
    }

    .accordion-block .columns-block-row:has(.column-content + .column-content) .column-content:has(.wp-block-image) .wp-block-image {
        margin: auto 0 0
    }
}

@media (min-width: 1200px) {
    .accordion-block .columns-block-row:has(.column-content + .column-content) {
        grid-template-columns:repeat(12,1fr)
    }

    .accordion-block .columns-block-row:has(.column-content + .column-content) .column-content:first-child {
        grid-area: 1/1/2/5
    }

    .accordion-block .columns-block-row:has(.column-content + .column-content) .column-content:has(.accordion) {
        grid-area: 1/5/2/13
    }
}

.accordion-block .wp-block-image {
    margin-bottom: 0;
    margin-top: 2rem
}

@media (max-width: 767.98px) {
    .accordion-block .columns-block-row .column-content:first-child {
        border-bottom-style:solid;
        border-bottom-width: 10px;
        margin-bottom: 2rem;
        padding-bottom: .5rem
    }

    .accordion-block .columns-block-row .column-content:first-child .wp-block-heading+p {
        margin-bottom: 1.0625rem
    }
}

@media (min-width: 768px) {
    .accordion-block .columns-block-row .column-content:first-child:has(h2 + p,.h2 + p) p {
        border-bottom-style:solid;
        border-bottom-width: 10px;
        padding-bottom: 1.6875rem
    }

    body.pkf-llp-site .accordion-block .columns-block-row .column-content:first-child:has(h2 + p,.h2 + p) p {
        border-color: #c9d44e
    }

    body.pkf-financial-planning .accordion-block .columns-block-row .column-content:first-child:has(h2 + p,.h2 + p) p {
        color: #38093c;
        border-color: #bf388c
    }

    body.pkf-careers .accordion-block .columns-block-row .column-content:first-child:has(h2 + p,.h2 + p) p {
        border-color: #ef8f21
    }
}

body.pkf-llp-site .accordion-block .columns-block-row .column-content:first-child {
    border-color: #c9d44e
}

body.pkf-financial-planning .accordion-block .columns-block-row .column-content:first-child {
    color: #38093c;
    border-color: #bf388c
}

body.pkf-careers .accordion-block .columns-block-row .column-content:first-child {
    border-color: #ef8f21
}

.accordion-block .columns-block-row .column-content:first-child p:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .accordion-block .columns-block-row {
        gap:0
    }
}

section.form-block .columns-block-row {
    background-color: #f2efe7
}

section.form-block .columns-block-row.bg-llp-green {
    background-color: #c9d44e
}

section.form-block .columns-block-row.bg-llp-green .gform_footer input[type=submit] {
    background-color: #1f2b50;
    color: #fff
}

section.form-block .columns-block-row.bg-llp-green .gform_footer input[type=submit]:hover {
    background-color: #fff;
    color: #1f2b50
}

section.form-block .columns-block-row.bg-careers-dark-orange {
    background-color: #ef8f21
}

section.form-block .columns-block-row.bg-careers-dark-orange .gform_footer input[type=submit] {
    background-color: #1f2b50;
    color: #fff
}

section.form-block .columns-block-row.bg-careers-dark-orange .gform_footer input[type=submit]:hover {
    background-color: #fff;
    color: #1f2b50
}

section.form-block .columns-block-row.bg-financial-med-purple {
    background-color: #bf388c
}

section.form-block .columns-block-row.bg-financial-med-purple .column-content h2.wp-block-heading,section.form-block .columns-block-row.bg-financial-med-purple .column-content .wp-block-heading.h2,section.form-block .columns-block-row.bg-financial-med-purple .column-content p,section.form-block .columns-block-row.bg-financial-med-purple .column-content a,section.form-block .columns-block-row.bg-financial-med-purple .column-content label,section.form-block .columns-block-row.bg-financial-med-purple .column-content legend,section.form-block .columns-block-row.bg-financial-med-purple .column-content .gform_confirmation_message_2.gform_confirmation_message {
    color: #fff!important
}

section.form-block .columns-block-row.bg-financial-med-purple .column-content input:hover,section.form-block .columns-block-row.bg-financial-med-purple .column-content input:focus,section.form-block .columns-block-row.bg-financial-med-purple .column-content textarea:hover,section.form-block .columns-block-row.bg-financial-med-purple .column-content textarea:focus,section.form-block .columns-block-row.bg-financial-med-purple .column-content select:hover,section.form-block .columns-block-row.bg-financial-med-purple .column-content select:focus {
    background-color: #f5d5e9!important;
    border-color: #38093c
}

section.form-block .columns-block-row.bg-financial-med-purple .column-content .gfield_description {
    color: #fff
}

section.form-block .columns-block-row.bg-financial-med-purple .gform_footer input[type=submit] {
    color: #fff!important
}

section.form-block .columns-block-row.bg-financial-med-purple .gform_footer input[type=submit]:hover {
    background-color: #fff!important;
    color: #bf388c!important
}

section.form-block .columns-block-row.bg-natural-stone-bg .gform_footer input[type=submit] {
    background-color: #c9d44e;
    color: #1f2b50
}

section.form-block .columns-block-row.bg-natural-stone-bg .gform_footer input[type=submit]:hover {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-financial-planning section.form-block .columns-block-row.bg-natural-stone-bg .gform_footer input[type=submit] {
    background-color: #bf388c;
    color: #fff
}

body.pkf-financial-planning section.form-block .columns-block-row.bg-natural-stone-bg .gform_footer input[type=submit]:hover {
    background-color: #38093c
}

body.pkf-careers section.form-block .columns-block-row.bg-natural-stone-bg .gform_footer input[type=submit] {
    background-color: #ef8f21
}

body.pkf-careers section.form-block .columns-block-row.bg-natural-stone-bg .gform_footer input[type=submit]:hover {
    background-color: #1f2b50;
    color: #ef8f21
}

section.form-block .columns-block-row .column-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 636px;
    color: #1f2b50
}

body.pkf-financial-planning section.form-block .columns-block-row .column-content {
    color: #38093c
}

section.form-block .columns-block-row .column-content .wp-block-heading {
    color: #1f2b50;
    margin-bottom: 1rem
}

body.pkf-financial-planning section.form-block .columns-block-row .column-content .wp-block-heading {
    color: #38093c
}

section.form-block .columns-block-row .column-content>p {
    font-size: 1.25rem;
    margin-bottom: 0
}

section.form-block .columns-block-row .column-content>p strong {
    font-size: inherit
}

section.form-block .columns-block-row .column-content .form-block-wrap {
    display: flex;
    justify-content: center
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block {
    max-width: 550px
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block form select {
    background-color: #fff
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield--type-consent {
    justify-content: flex-end
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=text]:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=text]:focus,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=email]:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=email]:focus,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=tel]:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=tel]:focus,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=number]:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=number]:focus,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=checkbox]:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=checkbox]:focus,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield select:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield select:focus,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield textarea:hover,section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield textarea:focus {
    background-color: hsl(from #004F9E h s l/10%)
}

body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=text]:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=text]:focus,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=email]:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=email]:focus,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=tel]:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=tel]:focus,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=number]:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=number]:focus,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=checkbox]:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield input[type=checkbox]:focus,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield select:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield select:focus,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield textarea:hover,body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block form .gfield textarea:focus {
    background-color: hsl(from #5A3774 h s l/10%);
    color: #38093c
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block .gform_footer input[type=submit] {
    height: 52px;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block label a {
    font-size: 1rem
}

body.pkf-financial-planning section.form-block .columns-block-row .column-content .form-block-wrap .form-block label a {
    color: #38093c
}

section.form-block .columns-block-row .column-content .form-block-wrap .form-block .gfield.gfield--type-honeypot {
    display: none
}

section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message {
    font-size: 1.25rem;
    margin-top: 0;
    text-align: center
}

section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message h1,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .h1,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message h2,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .h2,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message h3,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .h3,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message h4,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .h4,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message h5,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .h5,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message h6,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .h6,section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .gform_validation_errors .gform_submission_error,.gform_validation_errors section.form-block .columns-block-row .column-content .form-block-wrap .gform_confirmation_message .gform_submission_error {
    margin-bottom: 0
}

section.form-block .columns-block-row .column-content .form-block-wrap .gfield .gfield_description {
    padding-top: 10px;
    padding-left: 10rem
}

section.form-block .columns-block-row .column-content .form-block-wrap .gfield.gfield--type-textarea {
    align-items: flex-start
}

section.form-block .columns-block-row .column-content .form-block-wrap .gfield.gfield--type-textarea .gfield_description {
    order: -1;
    padding-bottom: 10px;
    padding-left: 10rem
}

section.form-block .columns-block-row .column-content .form-block-wrap .gfield--type-checkbox {
    align-items: flex-start
}

section.form-block .columns-block-row .column-content .form-block-wrap .validation_message {
    padding-left: calc(6rem + 32px);
    text-align: left;
    color: #60732a;
    position: relative
}

section.form-block .columns-block-row .column-content .form-block-wrap .validation_message:before {
    background-image: url(../images/icons/form-error.svg);
    background-position: left center;
    content: "";
    height: 24px;
    left: 96px;
    position: absolute;
    width: 24px
}

@media (max-width: 575.98px) {
    section.form-block .columns-block-row .column-content .form-block-wrap .validation_message {
        padding-left:0;
        translate: 32px 0
    }

    section.form-block .columns-block-row .column-content .form-block-wrap .validation_message:before {
        left: -32px
    }
}

@media (min-width: 576px) {
    section.form-block .columns-block-row .formcontents .wp-block-heading,section.form-block .columns-block-row .formcontents p {
        text-align:center
    }
}

@media (max-width: 575.98px) {
    section.form-block .container {
        padding:0
    }

    section.form-block .columns-block-row {
        padding: 1.5rem
    }

    section.form-block .columns-block-row .column-content .form-block .gfield {
        flex-direction: column
    }

    section.form-block .columns-block-row .column-content .form-block .gfield .ginput_container {
        width: 100%
    }

    section.form-block .columns-block-row .column-content .form-block .gfield label.gfield_label,section.form-block .columns-block-row .column-content .form-block .gfield legend.gfield_label {
        padding-right: 0;
        width: 100%
    }

    section.form-block .columns-block-row .column-content .form-block .gform_footer {
        justify-content: flex-start
    }

    section.form-block .columns-block-row .column-content .form-block .gfield.gfield--type-textarea .gfield_description {
        padding-left: 0
    }
}

@media (min-width: 576px) {
    section.form-block .columns-block-row {
        background-image:url(../images/decorations/bg-frm.svg);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 80%;
        border-radius: 45px;
        padding: 3rem
    }

    section.form-block .columns-block-row.frm-has-bg {
        background-image: url(../images/decorations/bg-frm-colour.svg)
    }

    section.form-block .columns-block-row .wp-block-heading {
        text-align: center!important
    }

    section.form-block .columns-block-row>p {
        text-align: center!important
    }

    section.form-block .columns-block-row .form-block .gfield .ginput_container {
        width: calc(100% - 160px)
    }

    section.form-block .columns-block-row .form-block .gfield label.gfield_label,section.form-block .columns-block-row .form-block .gfield legend.gfield_label {
        padding-right: 1rem;
        text-align: right;
        width: 10rem
    }

    section.form-block .columns-block-row .form-block .gform_footer {
        padding-right: 5rem
    }
}

body.pkf-financial-planning input[type=checkbox]:checked+label:before {
    background-color: #38093c
}

body.pkf-financial-planning input[type=checkbox]:checked+label:after {
    content: ""
}

.directions-template .columns-block-row .column-content:nth-child(1) {
    border-width: 10px
}

body.pkf-llp-site .directions-template .columns-block-row .column-content:nth-child(1) {
    border-bottom-style: solid;
    border-color: #c9d44e
}

body.pkf-financial-planning .directions-template .columns-block-row .column-content:nth-child(1) {
    border-bottom-style: solid;
    border-color: #bf388c
}

body.pkf-careers .directions-template .columns-block-row .column-content:nth-child(1) {
    border-bottom-style: solid;
    border-color: #ef8f21
}

@media (min-width: 768px) {
    .directions-template .columns-block-row .column-content:nth-child(1) {
        max-width:416px
    }
}

.directions-template .columns-block-row .column-content:nth-child(2) {
    max-width: 838px
}

body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) h1,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .h1,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) h2,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .h2,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) h3,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .h3,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) h4,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .h4,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) h5,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .h5,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) h6,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .h6,body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .directions-template .column-content:not(:has(.location-directions)) .gform_submission_error {
    color: #1f2b50
}

body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) h1,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .h1,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) h2,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .h2,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) h3,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .h3,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) h4,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .h4,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) h5,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .h5,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) h6,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .h6,body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .directions-template .column-content:not(:has(.location-directions)) .gform_submission_error {
    color: #38093c
}

body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) h1,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .h1,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) h2,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .h2,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) h3,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .h3,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) h4,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .h4,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) h5,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .h5,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) h6,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .h6,body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .directions-template .column-content:not(:has(.location-directions)) .gform_submission_error {
    color: #1f2b50
}

.location-directions .accordion .accordion-item:not(:first-child) {
    margin-top: 1rem
}

.location-directions .accordion .accordion-button {
    font-size: 1.875rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: -.01875rem;
    line-height: 2.5rem;
    padding: 2.7rem 5.875rem 2.7rem 3rem;
    transition: border-radius .2s ease-in-out,background-color .2s ease-in-out
}

@media (min-width: 992px) {
    .location-directions .accordion .accordion-button {
        padding-right:9.25rem
    }
}

.location-directions .accordion .accordion-button .accordion-open-close span {
    color: #1f2b50;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration-line: underline
}

.location-directions .accordion .accordion-button .accordion-open-close span:nth-of-type(1) {
    display: none
}

.location-directions .accordion .accordion-button.collapsed .accordion-open-close span:nth-of-type(1) {
    display: inline
}

.location-directions .accordion .accordion-button.collapsed .accordion-open-close span:nth-of-type(2) {
    display: none
}

body.pkf-llp-site .location-directions .accordion .accordion-button:hover:not([aria-expanded=true]) {
    border-color: #c9d44e
}

body.pkf-financial-planning .location-directions .accordion .accordion-button:hover:not([aria-expanded=true]) {
    border-color: #bf388c
}

body.pkf-careers .location-directions .accordion .accordion-button:hover:not([aria-expanded=true]) {
    border-color: #ef8f21
}

@media (max-width: 767.98px) {
    .location-directions .accordion .accordion-button {
        padding:1.5rem
    }
}

.location-directions .accordion .accordion-body p {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.card--icon-horizontal {
    container-type: inline-size;
    container-name: card-body;
    border-radius: 1.25rem!important;
    display: flex;
    justify-content: center;
    padding: 1.5rem
}

body:not(.wp-admin) .card--icon-horizontal .container-wrapper {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 6fr
}

@container card-body (max-width: 299px) {
    .card--icon-horizontal .container-wrapper {
        grid-template-columns: repeat(1,1fr)
    }
}

.card--icon-horizontal .column-content:has(.wp-block-image) {
    display: flex;
    justify-content: center;
    align-items: center
}

.card--icon-horizontal .column-content:not(:has(.wp-block-image)) {
    align-self: center!important
}

.card--icon-horizontal .column-content:not(:has(.wp-block-image)) strong {
    font-size: 1.25rem
}

body.pkf-financial-planning .card--icon-horizontal .column-content:not(:has(.wp-block-image)) {
    color: #fff
}

.card--icon-horizontal p:last-of-type {
    margin-bottom: 0
}

.card--icon-horizontal .wp-block-image img {
    border-radius: 0;
    height: 3.125rem;
    object-fit: contain;
    width: 3.125rem
}

body.wp-admin .card--icon-horizontal {
    display: block;
    padding: 2rem 2rem 0!important
}

body.pkf-financial-planning .card--icon-horizontal.bg-natural-stone-bg .column-content:not(:has(.wp-block-image)) {
    color: #38093c
}

.card--image-square {
    container-type: inline-size;
    container-name: card-body;
    background-color: transparent!important
}

body.wp-admin .card--image-square {
    max-width: none;
    width: 100%
}

body.wp-admin .card--image-square .wp-block {
    max-width: none
}

.card--image-square.bg-brand-primary .column-content:not(:has(.wp-block-image)):after {
    background-color: #1f2b50
}

.card--image-square.bg-llp-blue .column-content:not(:has(.wp-block-image)):after,body.pkf-llp-site .card--image-square.hero .column-content:not(:has(.wp-block-image)):after {
    background-color: #1f2b50
}

.card--image-square.bg-llp-red .column-content:not(:has(.wp-block-image)):after {
    background-color: #db323d
}

.card--image-square.bg-llp-grey .column-content:not(:has(.wp-block-image)):after {
    background-color: #f0f0f0
}

.card--image-square.bg-careers-purple .column-content:not(:has(.wp-block-image)):after,body.pkf-careers .card--image-square.hero .column-content:not(:has(.wp-block-image)):after {
    background-color: #1f2b50
}

.card--image-square.bg-careers-pink .column-content:not(:has(.wp-block-image)):after {
    background-color: #cd516c
}

.card--image-square.bg-careers-dark-orange .column-content:not(:has(.wp-block-image)):after {
    background-color: #ca4c12
}

.card--image-square.bg-careers-yellow .column-content:not(:has(.wp-block-image)):after {
    background-color: #ffce34
}

.card--image-square.bg-primary-10 .column-content:not(:has(.wp-block-image)):after {
    background-color: hsl(from #004F9E h s l/10%)
}

.card--image-square.bg-llp-red-10 .column-content:not(:has(.wp-block-image)):after {
    background-color: hsl(from #DB323D h s l/10%)
}

.card--image-square.bg-primary-80 .column-content:not(:has(.wp-block-image)):after {
    background-color: #1f2b50cc
}

.card--image-square.bg-llp-red-80 .column-content:not(:has(.wp-block-image)):after {
    background-color: #db323dcc
}

.card--image-square.bg-careers-purple-10 .column-content:not(:has(.wp-block-image)):after {
    background-color: hsl(from #5A3774 h s l/10%)
}

.card--image-square.bg-careers-purple-80 .column-content:not(:has(.wp-block-image)):after {
    background-color: #5a3774cc
}

.card--image-square.bg-bg-teal-20 .column-content:not(:has(.wp-block-image)):after {
    background-color: #00a8dc33
}

.card--image-square.bg-careers-orange .column-content:not(:has(.wp-block-image)):after {
    background-color: #ef8f21
}

.card--image-square.bg-llp-green .column-content:not(:has(.wp-block-image)):after {
    background-color: #c9d44e
}

.card--image-square.bg-financial-light-purple .column-content:not(:has(.wp-block-image)):after {
    background-color: #bf388c
}

.card--image-square.bg-financial-dark-purple .column-content:not(:has(.wp-block-image)):after {
    background-color: #38093c
}

.card--image-square.bg-financial-med-purple .column-content:not(:has(.wp-block-image)):after {
    background-color: #a42775
}

.card--image-square.bg-financial-dark-purple-80 .column-content:not(:has(.wp-block-image)):after {
    background-color: #38093ccc
}

.card--image-square.bg-natural-stone-bg .column-content:not(:has(.wp-block-image)):after {
    background-color: #f2efe7
}

.card--image-square:hover img {
    scale: 1.2
}

.card--image-square:hover h1,.card--image-square:hover .h1,.card--image-square:hover h2,.card--image-square:hover .h2,.card--image-square:hover h3,.card--image-square:hover .h3,.card--image-square:hover h4,.card--image-square:hover .h4,.card--image-square:hover h5,.card--image-square:hover .h5,.card--image-square:hover h6,.card--image-square:hover .h6,.card--image-square:hover .gform_validation_errors .gform_submission_error,.gform_validation_errors .card--image-square:hover .gform_submission_error {
    text-decoration-color: currentColor
}

.card--image-square .column-content:has(.wp-block-image) .wp-block-image {
    border-radius: 20px;
    overflow: clip
}

.card--image-square .column-content:has(.wp-block-image) .wp-block-image img {
    aspect-ratio: 1/1;
    height: 100%;
    min-height: 27.5rem;
    object-fit: cover;
    width: 100%
}

@media (min-width: 992px) {
    .card--image-square .column-content:has(.wp-block-image) .wp-block-image img {
        max-height:41.5625rem
    }
}

.card--image-square .column-content:not(:has(.wp-block-image)) {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1.5rem;
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 5
}

@media (min-width: 992px) {
    .card--image-square .column-content:not(:has(.wp-block-image)) {
        padding:1.5rem 1.5rem 1.5rem 0
    }

    .card--image-square .column-content:not(:has(.wp-block-image)):before {
        content: "";
        display: flex;
        height: 10px;
        left: 0;
        max-width: 455px;
        position: absolute;
        bottom: 24px;
        width: calc(100% - 156px)
    }

    body.pkf-llp-site .card--image-square .column-content:not(:has(.wp-block-image)):before {
        background-color: #c9d44e
    }

    body.pkf-financial-planning .card--image-square .column-content:not(:has(.wp-block-image)):before {
        background-color: #bf388c
    }

    body.pkf-careers .card--image-square .column-content:not(:has(.wp-block-image)):before {
        background-color: #ef8f21
    }
}

body:not(.wp-admin) .card--image-square .column-content:not(:has(.wp-block-image)) {
    flex: initial;
    translate: 0 -100%
}

.card--image-square .column-content:not(:has(.wp-block-image)):after {
    border-radius: 0 0 20px 20px;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media (min-width: 992px) {
    @container card-body (min-width: 400px) {
        .card--image-square .column-content:not(:has(.wp-block-image)) {
            align-items:center;
            flex-direction: row;
            gap: .75rem;
            justify-content: start;
            padding-bottom: 3rem
        }

        .card--image-square .column-content:not(:has(.wp-block-image)):after {
            min-height: 12.3125rem
        }
    }

    @container card-body (min-width: 600px) {
        .card--image-square .column-content:not(:has(.wp-block-image)) {
            padding: 3rem
        }

        @media (min-width: 992px) and (min-width: 992px) {
            .card--image-square .column-content:not(:has(.wp-block-image)) {
                padding:3rem 3rem 3rem 0
            }
        }
    }
}

.card--image-square h1,.card--image-square .h1,.card--image-square h2,.card--image-square .h2,.card--image-square h3,.card--image-square .h3,.card--image-square h4,.card--image-square .h4,.card--image-square h5,.card--image-square .h5,.card--image-square h6,.card--image-square .h6,.card--image-square .gform_validation_errors .gform_submission_error,.gform_validation_errors .card--image-square .gform_submission_error {
    color: #fff;
    margin-bottom: 0;
    text-decoration: solid underline 4px;
    text-decoration: transparent;
    text-underline-offset: 4px;
    min-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 992px) {
    .card--image-square h1,.card--image-square .h1,.card--image-square h2,.card--image-square .h2,.card--image-square h3,.card--image-square .h3,.card--image-square h4,.card--image-square .h4,.card--image-square h5,.card--image-square .h5,.card--image-square h6,.card--image-square .h6,.card--image-square .gform_validation_errors .gform_submission_error,.gform_validation_errors .card--image-square .gform_submission_error {
        padding-left:3rem
    }
}

body.pkf-financial-planning .card--image-square h1.wp-block-heading,body.pkf-financial-planning .card--image-square .wp-block-heading.h1,body.pkf-financial-planning .card--image-square h2.wp-block-heading,body.pkf-financial-planning .card--image-square .wp-block-heading.h2,body.pkf-financial-planning .card--image-square h3.wp-block-heading,body.pkf-financial-planning .card--image-square .wp-block-heading.h3,body.pkf-financial-planning .card--image-square h4.wp-block-heading,body.pkf-financial-planning .card--image-square .wp-block-heading.h4,body.pkf-financial-planning .card--image-square h5.wp-block-heading,body.pkf-financial-planning .card--image-square .wp-block-heading.h5,body.pkf-financial-planning .card--image-square h6.wp-block-heading,body.pkf-financial-planning .card--image-square .wp-block-heading.h6,body.pkf-financial-planning .card--image-square .gform_validation_errors .wp-block-heading.gform_submission_error,.gform_validation_errors body.pkf-financial-planning .card--image-square .wp-block-heading.gform_submission_error {
    color: #fff
}

@container card-body (max-width: 399px) {
    .card--image-square h1,.card--image-square .h1,.card--image-square h2,.card--image-square .h2,.card--image-square h3,.card--image-square .h3,.card--image-square h4,.card--image-square .h4,.card--image-square h5,.card--image-square .h5,.card--image-square h6,.card--image-square .h6,.card--image-square .gform_validation_errors .gform_submission_error,.gform_validation_errors .card--image-square .gform_submission_error {
        font-size: 1.75rem;
        line-height: 2.125rem
    }
}

.card--image-square .btn-link,.card--image-square input[type=submit],.card--image-square .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .card--image-square button,.card--image-square .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card--image-square .ginput_container_fileupload:after {
    margin-right: 0
}

body.pkf-llp-site .card--image-square .btn-link:not(:hover),body.pkf-llp-site .card--image-square input[type=submit]:not(:hover),body.pkf-llp-site .card--image-square .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-llp-site .card--image-square button:not(:hover),body.pkf-llp-site .card--image-square .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-llp-site .card--image-square .ginput_container_fileupload:not(:hover):after {
    background-color: #c9d44e
}

body.pkf-financial-planning .card--image-square .btn-link:not(:hover),body.pkf-financial-planning .card--image-square input[type=submit]:not(:hover),body.pkf-financial-planning .card--image-square .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-financial-planning .card--image-square button:not(:hover),body.pkf-financial-planning .card--image-square .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-financial-planning .card--image-square .ginput_container_fileupload:not(:hover):after {
    background-color: #bf388c
}

body.pkf-careers .card--image-square .btn-link:not(:hover),body.pkf-careers .card--image-square input[type=submit]:not(:hover),body.pkf-careers .card--image-square .gfield--type-fileupload .gform_drop_area button:not(:hover),.gfield--type-fileupload .gform_drop_area body.pkf-careers .card--image-square button:not(:hover),body.pkf-careers .card--image-square .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:not(:hover):after,.gfield--type-fileupload:not(:has(.gform_drop_area)) body.pkf-careers .card--image-square .ginput_container_fileupload:not(:hover):after {
    background-color: #ef8f21
}

.card--image-square .btn-link--tertiary span {
    color: #1f2b50
}

body.pkf-financial-planning .card--image-square .btn-link--tertiary span {
    color: #fff
}

.card--image-square .btn-link--tertiary:hover {
    background-color: #fff
}

body.pkf-financial-planning .card--image-square .btn-link--tertiary:hover {
    background-color: #f2efe7!important
}

body.pkf-financial-planning .card--image-square .btn-link--tertiary:hover span {
    color: #38093c
}

body.pkf-careers .card--image-square .btn-link--tertiary:hover {
    background-color: #f2efe7!important
}

body.wp-admin .card--image-square {
    display: block;
    padding: 2rem 2rem 0!important
}

body.wp-admin .card--image-square:after {
    content: none
}

body.wp-admin .card--image-square a:after {
    content: none
}

body.wp-admin .card--image-square {
    margin-top: 0!important;
    padding: 0!important
}

body.wp-admin .card--image-square .column-content {
    display: block;
    position: relative
}

body.wp-admin .card--image-square .column-content img {
    border-radius: 20px
}

.person-details .card {
    padding: 1.5rem
}

body.pkf-financial-planning .person-details .card * {
    color: #fff
}

@media (min-width: 992px) {
    .person-details .card h3,.person-details .card .h3 {
        margin-bottom:1.5rem
    }
}

.person-details .card h4,.person-details .card .h4 {
    margin-bottom: 1.5rem
}

.person-details .card a:not(:hover) {
    text-decoration: none
}

.person-details .card a:hover {
    text-decoration: underline
}

body:not(.pkf-financial-planning) .person-details .card a span.ico:before {
    color: #1f2b50
}

.person-details .card ul {
    column-gap: 3rem;
    row-gap: .75rem
}

.person-details .card ul.person-details__expertise-list li:not(:first-child) {
    margin-top: 1rem
}

.person-details .card+.card {
    margin-top: 1.5rem
}

@media (min-width: 992px) {
    .person-details__title {
        margin-bottom:2.8125rem!important
    }
}

.person-details__title h1,.person-details__title .h1,.person-details__title h2,.person-details__title .h2,.person-details__title h3,.person-details__title .h3,.person-details__title h4,.person-details__title .h4,.person-details__title h5,.person-details__title .h5,.person-details__title h6,.person-details__title .h6,.person-details__title .gform_validation_errors .gform_submission_error,.gform_validation_errors .person-details__title .gform_submission_error {
    border-width: 10px;
    color: #1f2b50;
    margin-bottom: 1.5rem!important;
    padding-bottom: 1.5rem
}

body.pkf-llp-site .person-details__title h1,body.pkf-llp-site .person-details__title .h1,body.pkf-llp-site .person-details__title h2,body.pkf-llp-site .person-details__title .h2,body.pkf-llp-site .person-details__title h3,body.pkf-llp-site .person-details__title .h3,body.pkf-llp-site .person-details__title h4,body.pkf-llp-site .person-details__title .h4,body.pkf-llp-site .person-details__title h5,body.pkf-llp-site .person-details__title .h5,body.pkf-llp-site .person-details__title h6,body.pkf-llp-site .person-details__title .h6,body.pkf-llp-site .person-details__title .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .person-details__title .gform_submission_error {
    border-bottom-style: solid;
    border-color: #c9d44e
}

body.pkf-financial-planning .person-details__title h1,body.pkf-financial-planning .person-details__title .h1,body.pkf-financial-planning .person-details__title h2,body.pkf-financial-planning .person-details__title .h2,body.pkf-financial-planning .person-details__title h3,body.pkf-financial-planning .person-details__title .h3,body.pkf-financial-planning .person-details__title h4,body.pkf-financial-planning .person-details__title .h4,body.pkf-financial-planning .person-details__title h5,body.pkf-financial-planning .person-details__title .h5,body.pkf-financial-planning .person-details__title h6,body.pkf-financial-planning .person-details__title .h6,body.pkf-financial-planning .person-details__title .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .person-details__title .gform_submission_error {
    border-bottom-style: solid;
    border-color: #bf388c
}

body.pkf-careers .person-details__title h1,body.pkf-careers .person-details__title .h1,body.pkf-careers .person-details__title h2,body.pkf-careers .person-details__title .h2,body.pkf-careers .person-details__title h3,body.pkf-careers .person-details__title .h3,body.pkf-careers .person-details__title h4,body.pkf-careers .person-details__title .h4,body.pkf-careers .person-details__title h5,body.pkf-careers .person-details__title .h5,body.pkf-careers .person-details__title h6,body.pkf-careers .person-details__title .h6,body.pkf-careers .person-details__title .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .person-details__title .gform_submission_error {
    border-bottom-style: solid;
    border-color: #ef8f21
}

body.pkf-financial-planning .person-details__title h1,body.pkf-financial-planning .person-details__title .h1,body.pkf-financial-planning .person-details__title h2,body.pkf-financial-planning .person-details__title .h2,body.pkf-financial-planning .person-details__title h3,body.pkf-financial-planning .person-details__title .h3,body.pkf-financial-planning .person-details__title h4,body.pkf-financial-planning .person-details__title .h4,body.pkf-financial-planning .person-details__title h5,body.pkf-financial-planning .person-details__title .h5,body.pkf-financial-planning .person-details__title h6,body.pkf-financial-planning .person-details__title .h6,body.pkf-financial-planning .person-details__title .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .person-details__title .gform_submission_error {
    color: #38093c
}

.person-details__contact h3,.person-details__contact .h3,.person-details__contact h4,.person-details__contact .h4,.person-details__expertise h3,.person-details__expertise .h3,.person-details__expertise h4,.person-details__expertise .h4 {
    text-decoration: none!important
}

@media (max-width: 991.98px) {
    .card-image-icon .block-intro .col-lg-10 {
        margin-bottom:.3125rem
    }
}

.card-image-icon .block-intro .col-lg-10>*:last-child {
    margin-bottom: 0
}

.card-image-icon .card--image-icon {
    background-color: transparent;
    border-radius: 0
}

.card-image-icon .card--image-icon:hover img.card-img {
    opacity: 1!important
}

.card-image-icon .card--image-icon:hover .wp-block-image:nth-child(2) img {
    filter: brightness(0) saturate(100%) invert(1)
}

.card-image-icon .card--image-icon:hover .wp-block-image:first-child:after {
    opacity: 0
}

.card-image-icon .card--image-icon:hover:has(.icon-hover) .wp-block-image .icon-default {
    opacity: 0
}

.card-image-icon .card--image-icon:hover:has(.icon-hover) .wp-block-image .icon-hover {
    opacity: 1
}

.card-image-icon .card--image-icon:hover .card-title {
    text-decoration-color: currentColor;
    text-decoration-thickness: 2px
}

.card-image-icon .card--image-icon .wp-block-image {
    transition: opacity .2s ease-in-out
}

.card-image-icon .card--image-icon .wp-block-image:first-child {
    position: relative
}

.card-image-icon .card--image-icon .wp-block-image:first-child:after {
    background-color: #f2efe7;
    bottom: 0;
    content: "";
    border-radius: 20px;
    left: 0;
    height: 100%;
    position: absolute;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.card-image-icon .card--image-icon .wp-block-image:first-child img {
    border-radius: 20px;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.card-image-icon .card--image-icon .wp-block-image:first-child img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center
}

.card-image-icon .card--image-icon .wp-block-image:last-child img {
    height: 4.5rem;
    object-fit: contain;
    width: 5.125rem
}

.card-image-icon .card--image-icon .wp-block-image+.wp-block-image {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    translate: -50% -50%
}

.card-image-icon .card--image-icon .wp-block-image .icon-hover {
    height: 4.5rem;
    left: 50%;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 5.125rem
}

.card-image-icon .card--image-icon .card-title {
    margin-bottom: .875rem;
    margin-top: 1.5rem
}

.card-image-icon .card--image-icon .card-title+.btn-link,.card-image-icon .card--image-icon .card-title+input[type=submit],.card-image-icon .card--image-icon .gfield--type-fileupload .gform_drop_area .card-title+button,.gfield--type-fileupload .gform_drop_area .card-image-icon .card--image-icon .card-title+button,.card-image-icon .card--image-icon .gfield--type-fileupload:not(:has(.gform_drop_area)) .card-title+.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card-image-icon .card--image-icon .card-title+.ginput_container_fileupload:after {
    margin-top: auto
}

.card-image-icon.image-icon-secondary .card--image-icon .wp-block-image:first-child:after {
    background-color: #1f2b50
}

body.pkf-financial-planning .card-image-icon.image-icon-secondary .card--image-icon .wp-block-image:first-child:after {
    background-color: #38093c
}

.hero-podcast .container .row .hero__col:nth-child(2) {
    justify-content: flex-end
}

.hero-podcast .container .row .hero__col:nth-child(2) .wp-block-image {
    margin-top: 0
}

@media (max-width: 767.98px) {
    .hero-podcast .container .hero__col:has(.wp-block-heading) {
        padding-bottom:1.5rem
    }
}

.hero-podcast .column-content {
    flex-grow: 1
}

.hero-podcast .column-content:not(:has(.wp-block-image)) {
    padding-bottom: 1.5rem;
    padding-top: 2.1875rem
}

@media (min-width: 768px) {
    .hero-podcast .column-content:not(:has(.wp-block-image)) {
        padding-bottom:3rem;
        padding-top: 3rem
    }

    .swiper-initialized .hero-podcast .column-content:not(:has(.wp-block-image)) {
        padding-bottom: 12.125rem
    }
}

@media (min-width: 992px) {
    .hero-podcast .column-content:not(:has(.wp-block-image)) {
        padding-bottom:4.5rem;
        padding-top: 4.5rem
    }

    .swiper-initialized .hero-podcast .column-content:not(:has(.wp-block-image)) {
        padding-bottom: 14rem
    }
}

@media (min-width: 768px) {
    .hero-podcast .column-content:has(.wp-block-image) {
        padding-top:2.0625rem
    }
}

.hero-podcast .column-content .wp-block-image img {
    border-radius: 10px;
    width: 100%
}

@media (min-width: 768px) {
    body:not(.wp-admin) .hero-podcast .column-content .wp-block-image img {
        max-height:22.5rem;
        object-fit: contain
    }
}

.hero-podcast .column-content .share-list {
    margin-top: 1.625rem
}

.single-podcast {
    width: 100%
}

.podcast-buttons {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .podcast-buttons {
        grid-template-columns:repeat(2,1fr);
        gap: .5rem;
        max-width: 28.125rem
    }
}

.podcast-buttons a {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    gap: .75rem;
    padding: .375rem;
    text-decoration: none
}

@media (min-width: 768px) {
    .podcast-buttons a {
        min-width:13.5625rem
    }
}

.podcast-buttons a:hover small,.podcast-buttons a:hover .small,.podcast-buttons a:hover strong {
    text-decoration: solid underline 1px currentColor
}

.podcast-buttons a span small,.podcast-buttons a span .small,.podcast-buttons a span strong {
    color: #000;
    display: block
}

.block:not(.hero) .podcast-buttons a {
    border: solid 2px #F0F0F0
}

section:not(.video-text) .video-block .video-wrap:not(:first-child),section:not(.video-text) .video-block__link:not(:first-child) {
    margin-top: 1.5rem
}

section:not(.video-text) .video-block__transcript {
    margin-top: 1.5rem
}

section:not(.video-text) .video-block__transcript button {
    border-radius: 30px;
    font-size: 1.125rem;
    font-weight: 700;
    gap: .75rem
}

section:not(.video-text) .video-block__transcript button[aria-expanded=true] .ico {
    rotate: -180deg
}

section:not(.video-text) .video-block__transcript button .ico {
    font-size: .5rem;
    transition: rotate .2s ease-in-out
}

@media (max-width: 767.98px) {
    section:not(.video-text) .video-text button.video-wrap__play {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0
    }
}

.static-figures .figure-items-wrap {
    align-items: flex-start;
    background-color: #db323d;
    background-image: url(../images/decorations/bg-counting-up.svg);
    background-position: -187px -77px;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 45px;
    justify-content: space-around;
    margin-bottom: 32px;
    padding: 3rem
}

body.pkf-llp-site .static-figures .figure-items-wrap {
    background-color: #c9d44e
}

body.pkf-financial-planning .static-figures .figure-items-wrap {
    background-color: #a42775
}

body.pkf-careers .static-figures .figure-items-wrap {
    background-color: #ca4c12
}

@media (max-width: 767.98px) {
    .static-figures .figure-items-wrap {
        justify-content:center
    }
}

@media (max-width: 575.98px) {
    .static-figures .figure-items-wrap {
        padding:24px
    }
}

@media (min-width: 992px) {
    .static-figures .figure-items-wrap:not(:has(.count-4)) .count-stat span.count-figure {
        font-size:4.375rem
    }
}

@media (min-width: 1200px) {
    .static-figures .figure-items-wrap .static-figures__col {
        flex:1
    }
}

@media (max-width: 767.98px) {
    .static-figures .figure-items-wrap .static-figures__col:last-child .card--figure {
        margin-bottom:0
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .static-figures .figure-items-wrap .static-figures__col:last-child .card--figure,.static-figures .figure-items-wrap .static-figures__col:nth-last-child(2) .card--figure {
        margin-bottom:0
    }
}

.static-figures .figure-items-wrap h2,.static-figures .figure-items-wrap .h2 {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: -.01875rem;
    line-height: 2.5rem;
    margin-bottom: 32px;
    text-align: center
}

body.pkf-llp-site .static-figures .figure-items-wrap h2,body.pkf-llp-site .static-figures .figure-items-wrap .h2 {
    color: #1f2b50
}

.static-figures .figure-items-wrap .card--figure {
    background-color: transparent;
    border-radius: 0;
    column-gap: 1rem;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative
}

body.pkf-llp-site .static-figures .figure-items-wrap .card--figure {
    color: #1f2b50
}

.static-figures .figure-items-wrap .card--figure.counting-up-no-icon {
    justify-content: center
}

.static-figures .figure-items-wrap .card--figure.counting-up-no-icon span.count {
    padding-right: 0
}

@media (min-width: 1200px) {
    .static-figures .figure-items-wrap .card--figure {
        gap:1rem
    }
}

@media (max-width: 1199.98px) {
    .static-figures .figure-items-wrap .card--figure {
        margin-bottom:24px
    }
}

@media (max-width: 575.98px) {
    .static-figures .figure-items-wrap .card--figure {
        justify-content:flex-start
    }

    .static-figures .figure-items-wrap .card--figure.counting-up-no-icon p {
        padding-left: 0;
        text-align: center
    }
}

.static-figures .figure-items-wrap .card--figure .count-stat {
    gap: 1rem;
    width: 100%
}

.static-figures .figure-items-wrap .card--figure img {
    align-self: center;
    height: 2.5rem;
    object-fit: contain;
    width: 2.5rem
}

@media (min-width: 768px) {
    .static-figures .figure-items-wrap .card--figure img {
        height:2.8125rem;
        width: 2.8125rem
    }
}

@media (min-width: 992px) {
    .static-figures .figure-items-wrap .card--figure img {
        height:3.75rem;
        width: 3.75rem
    }
}

.static-figures .figure-items-wrap .card--figure span {
    font-size: 2.9375rem;
    font-weight: 700;
    line-height: normal;
    width: auto
}

@media screen and (min-width: 1400px) {
    .static-figures .figure-items-wrap .card--figure span {
        font-size:3.75rem
    }
}

@media (max-width: 575.98px) {
    .static-figures .figure-items-wrap .card--figure span {
        align-content:center;
        font-size: 2.875rem;
        margin-bottom: 0;
        padding-right: 0
    }
}

.static-figures .figure-items-wrap .card--figure p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center
}

@media (max-width: 767.98px) {
    .static-figures .figure-items-wrap .card--figure p {
        padding-left:3.625rem;
        text-align: left
    }
}

.static-figures .countup-info {
    background-color: #1f2b50;
    border-radius: 20px;
    display: flex;
    padding: 24px
}

@media (max-width: 767.98px) {
    .static-figures .countup-info {
        flex-direction:column
    }
}

body.pkf-financial-planning .static-figures .countup-info {
    background-color: #38093c
}

.static-figures .countup-info .card--icon-horizontal {
    background-color: transparent;
    border-radius: 0!important;
    width: 50%
}

@media (max-width: 767.98px) {
    .static-figures .countup-info .card--icon-horizontal {
        width:100%
    }
}

@media (max-width: 575.98px) {
    .static-figures .countup-info .card--icon-horizontal {
        padding:0
    }

    .static-figures .countup-info .card--icon-horizontal:not(:last-child) {
        margin-bottom: 32px
    }
}

.static-figures .countup-info .card--icon-horizontal .container-wrapper {
    grid-template-columns: .5fr 6.5fr
}

@media (max-width: 575.98px) {
    .static-figures .countup-info .card--icon-horizontal .container-wrapper {
        grid-template-columns:1fr
    }
}

.static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content {
    color: #fff
}

.static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content figure img {
    max-width: 50px;
    width: 100%
}

@media (max-width: 575.98px) {
    .static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content {
        justify-content:flex-start
    }
}

.static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content h2,.static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content .h2 {
    color: #fff;
    font-weight: 400
}

@media (max-width: 767.98px) {
    .static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content h2,.static-figures .countup-info .card--icon-horizontal .container-wrapper .column-content .h2 {
        font-weight:700
    }
}

.swiper-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.5rem
}

@media (min-width: 992px) {
    .swiper-controls:has(.swiper-button-lock) {
        display:none!important
    }
}

.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    min-height: 2.75rem;
    position: relative
}

.swiper-pagination-bullet {
    height: 2.75rem;
    position: relative;
    transition: background-color .2s ease-in-out;
    width: 1.75rem
}

.swiper-pagination-bullet:before {
    border-radius: 50%;
    content: "";
    height: .75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .2s ease-in-out;
    translate: -50% -50%;
    width: .75rem
}

body.pkf-financial-planning .swiper-pagination-bullet:before {
    border-color: #1f2b50
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before {
    background-color: #1f2b50
}

body.pkf-financial-planning .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before {
    background-color: #38093c
}

.swiper-pagination-bullet-active:before {
    background-color: #1f2b50
}

body.pkf-financial-planning .swiper-pagination-bullet-active:before {
    background-color: #bf388c
}

.swiper-pagination-bullet-active:hover {
    cursor: not-allowed
}

.swiper-buttons {
    display: flex;
    flex-shrink: 0
}

@media (max-width: 991.98px) {
    .swiper-buttons {
        margin-left:.75rem;
        margin-right: .75rem
    }
}

.swiper-arrow {
    align-items: center;
    background-color: #1f2b50;
    border: none;
    border-radius: 50%;
    display: block;
    height: 2.75rem;
    position: relative;
    padding: 0;
    transition: background-color .2s ease-in-out,opacity .2s ease-in-out;
    width: 2.75rem
}

.swiper-arrow.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none
}

.swiper-arrow:not(.swiper-button-disabled):hover {
    background-color: #fff
}

.swiper-arrow .ico {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%
}

.swiper-arrow .ico:before {
    content: "";
    display: flex;
    height: 1.4375rem;
    width: 1.4375rem
}

.swiper-arrow--prev {
    margin-right: .25rem
}

.swiper-arrow--prev .ico {
    left: calc(50% - 1px)
}

.swiper-arrow--next {
    margin-left: .25rem
}

.swiper-arrow--next .ico {
    left: calc(50% + 1px)
}

body.pkf-llp-site .swiper-arrow.swiper-arrow--next:hover .ico:before,body.pkf-careers .swiper-arrow.swiper-arrow--next:hover .ico:before {
    background: url(../images/icons/icon-arrow-right-white.svg) center no-repeat
}

body.pkf-llp-site .swiper-arrow.swiper-arrow--next .ico:before,body.pkf-careers .swiper-arrow.swiper-arrow--next .ico:before {
    background: url(../images/icons/icon-arrow-right-blue.svg) center no-repeat
}

body.pkf-llp-site .swiper-arrow.swiper-arrow--prev:hover .ico:before,body.pkf-careers .swiper-arrow.swiper-arrow--prev:hover .ico:before {
    background: url(../images/icons/icon-arrow-left-white.svg) center no-repeat
}

body.pkf-llp-site .swiper-arrow.swiper-arrow--prev .ico:before,body.pkf-careers .swiper-arrow.swiper-arrow--prev .ico:before {
    background: url(../images/icons/icon-arrow-left-blue.svg) center no-repeat
}

body.pkf-financial-planning .swiper-arrow.swiper-arrow--prev .ico:before {
    background: url(../images/icons/icon-arrow-left-white.svg) center no-repeat
}

body.pkf-financial-planning .swiper-arrow.swiper-arrow--next .ico:before {
    background: url(../images/icons/icon-arrow-right-white.svg) center no-repeat
}

body.pkf-llp-site .swiper-arrow {
    background-color: #c9d44e
}

body.pkf-llp-site .swiper-arrow:hover {
    background-color: #1f2b50
}

body.pkf-financial-planning .swiper-arrow {
    background-color: #bf388c
}

body.pkf-financial-planning .swiper-arrow:hover {
    background-color: #38093c
}

body.pkf-careers .swiper-arrow {
    background-color: #ef8f21
}

body.pkf-careers .swiper-arrow:hover {
    background-color: #1f2b50
}

.swiper-pagination-lock,.swiper-button-lock {
    display: none
}

.skip-link-wrapper {
    display: block;
    left: 20px;
    position: absolute;
    top: 30px;
    width: 130px
}

.skip-link {
    padding: 5px 10px;
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    left: -76px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 2em;
    z-index: 1;
    display: block;
    color: #333;
    transition: none
}

.skip-link:focus {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    clip: auto;
    left: 0;
    top: 1.692em;
    text-align: center
}

.card {
    border-radius: 45px;
    height: auto;
    overflow: clip;
    position: relative
}

.card--arrow {
    border-radius: 10px
}

.card--image-horizontal,.card--contact {
    border-radius: 20px
}

.card.card--image.bg-primary h1,.card.card--image.bg-primary .h1,.card.card--image.bg-primary h2,.card.card--image.bg-primary .h2,.card.card--image.bg-primary h3,.card.card--image.bg-primary .h3,.card.card--image.bg-primary h4,.card.card--image.bg-primary .h4,.card.card--image.bg-primary h5,.card.card--image.bg-primary .h5,.card.card--image.bg-primary h6,.card.card--image.bg-primary .h6,.card.card--image.bg-primary .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-primary .gform_submission_error,.card.card--image.bg-primary p,.card.card--image.bg-llp-blue h1,body.pkf-llp-site .card.card--image.hero h1,.card.card--image.bg-llp-blue .h1,body.pkf-llp-site .card.card--image.hero .h1,.card.card--image.bg-llp-blue h2,body.pkf-llp-site .card.card--image.hero h2,.card.card--image.bg-llp-blue .h2,body.pkf-llp-site .card.card--image.hero .h2,.card.card--image.bg-llp-blue h3,body.pkf-llp-site .card.card--image.hero h3,.card.card--image.bg-llp-blue .h3,body.pkf-llp-site .card.card--image.hero .h3,.card.card--image.bg-llp-blue h4,body.pkf-llp-site .card.card--image.hero h4,.card.card--image.bg-llp-blue .h4,body.pkf-llp-site .card.card--image.hero .h4,.card.card--image.bg-llp-blue h5,body.pkf-llp-site .card.card--image.hero h5,.card.card--image.bg-llp-blue .h5,body.pkf-llp-site .card.card--image.hero .h5,.card.card--image.bg-llp-blue h6,body.pkf-llp-site .card.card--image.hero h6,.card.card--image.bg-llp-blue .h6,body.pkf-llp-site .card.card--image.hero .h6,.card.card--image.bg-llp-blue .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-llp-blue .gform_submission_error,body.pkf-llp-site .card.card--image.hero .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .card.card--image.hero .gform_submission_error,.card.card--image.bg-llp-blue p,body.pkf-llp-site .card.card--image.hero p,.card.card--image.bg-llp-red h1,.card.card--image.bg-llp-red .h1,.card.card--image.bg-llp-red h2,.card.card--image.bg-llp-red .h2,.card.card--image.bg-llp-red h3,.card.card--image.bg-llp-red .h3,.card.card--image.bg-llp-red h4,.card.card--image.bg-llp-red .h4,.card.card--image.bg-llp-red h5,.card.card--image.bg-llp-red .h5,.card.card--image.bg-llp-red h6,.card.card--image.bg-llp-red .h6,.card.card--image.bg-llp-red .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-llp-red .gform_submission_error,.card.card--image.bg-llp-red p,.card.card--image.bg-careers-purple h1,body.pkf-careers .card.card--image.hero h1,.card.card--image.bg-careers-purple .h1,body.pkf-careers .card.card--image.hero .h1,.card.card--image.bg-careers-purple h2,body.pkf-careers .card.card--image.hero h2,.card.card--image.bg-careers-purple .h2,body.pkf-careers .card.card--image.hero .h2,.card.card--image.bg-careers-purple h3,body.pkf-careers .card.card--image.hero h3,.card.card--image.bg-careers-purple .h3,body.pkf-careers .card.card--image.hero .h3,.card.card--image.bg-careers-purple h4,body.pkf-careers .card.card--image.hero h4,.card.card--image.bg-careers-purple .h4,body.pkf-careers .card.card--image.hero .h4,.card.card--image.bg-careers-purple h5,body.pkf-careers .card.card--image.hero h5,.card.card--image.bg-careers-purple .h5,body.pkf-careers .card.card--image.hero .h5,.card.card--image.bg-careers-purple h6,body.pkf-careers .card.card--image.hero h6,.card.card--image.bg-careers-purple .h6,body.pkf-careers .card.card--image.hero .h6,.card.card--image.bg-careers-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-careers-purple .gform_submission_error,body.pkf-careers .card.card--image.hero .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image.hero .gform_submission_error,.card.card--image.bg-careers-purple p,body.pkf-careers .card.card--image.hero p,.card.card--image.bg-careers-pink h1,.card.card--image.bg-careers-pink .h1,.card.card--image.bg-careers-pink h2,.card.card--image.bg-careers-pink .h2,.card.card--image.bg-careers-pink h3,.card.card--image.bg-careers-pink .h3,.card.card--image.bg-careers-pink h4,.card.card--image.bg-careers-pink .h4,.card.card--image.bg-careers-pink h5,.card.card--image.bg-careers-pink .h5,.card.card--image.bg-careers-pink h6,.card.card--image.bg-careers-pink .h6,.card.card--image.bg-careers-pink .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-careers-pink .gform_submission_error,.card.card--image.bg-careers-pink p,.card.card--image.bg-careers-orange h1,.card.card--image.bg-careers-orange .h1,.card.card--image.bg-careers-orange h2,.card.card--image.bg-careers-orange .h2,.card.card--image.bg-careers-orange h3,.card.card--image.bg-careers-orange .h3,.card.card--image.bg-careers-orange h4,.card.card--image.bg-careers-orange .h4,.card.card--image.bg-careers-orange h5,.card.card--image.bg-careers-orange .h5,.card.card--image.bg-careers-orange h6,.card.card--image.bg-careers-orange .h6,.card.card--image.bg-careers-orange .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-careers-orange .gform_submission_error,.card.card--image.bg-careers-orange p,.card.card--image.bg-careers-yellow h1,.card.card--image.bg-careers-yellow .h1,.card.card--image.bg-careers-yellow h2,.card.card--image.bg-careers-yellow .h2,.card.card--image.bg-careers-yellow h3,.card.card--image.bg-careers-yellow .h3,.card.card--image.bg-careers-yellow h4,.card.card--image.bg-careers-yellow .h4,.card.card--image.bg-careers-yellow h5,.card.card--image.bg-careers-yellow .h5,.card.card--image.bg-careers-yellow h6,.card.card--image.bg-careers-yellow .h6,.card.card--image.bg-careers-yellow .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-careers-yellow .gform_submission_error,.card.card--image.bg-careers-yellow p,.card.card--image.bg-brand-primary-10 h1,.card.card--image.bg-brand-primary-10 .h1,.card.card--image.bg-brand-primary-10 h2,.card.card--image.bg-brand-primary-10 .h2,.card.card--image.bg-brand-primary-10 h3,.card.card--image.bg-brand-primary-10 .h3,.card.card--image.bg-brand-primary-10 h4,.card.card--image.bg-brand-primary-10 .h4,.card.card--image.bg-brand-primary-10 h5,.card.card--image.bg-brand-primary-10 .h5,.card.card--image.bg-brand-primary-10 h6,.card.card--image.bg-brand-primary-10 .h6,.card.card--image.bg-brand-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-brand-primary-10 .gform_submission_error,.card.card--image.bg-brand-primary-10 p,.card.card--image.bg-llp-red-10 h1,.card.card--image.bg-llp-red-10 .h1,.card.card--image.bg-llp-red-10 h2,.card.card--image.bg-llp-red-10 .h2,.card.card--image.bg-llp-red-10 h3,.card.card--image.bg-llp-red-10 .h3,.card.card--image.bg-llp-red-10 h4,.card.card--image.bg-llp-red-10 .h4,.card.card--image.bg-llp-red-10 h5,.card.card--image.bg-llp-red-10 .h5,.card.card--image.bg-llp-red-10 h6,.card.card--image.bg-llp-red-10 .h6,.card.card--image.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-llp-red-10 .gform_submission_error,.card.card--image.bg-llp-red-10 p,.card.card--image.bg-primary-80 h1,.card.card--image.bg-primary-80 .h1,.card.card--image.bg-primary-80 h2,.card.card--image.bg-primary-80 .h2,.card.card--image.bg-primary-80 h3,.card.card--image.bg-primary-80 .h3,.card.card--image.bg-primary-80 h4,.card.card--image.bg-primary-80 .h4,.card.card--image.bg-primary-80 h5,.card.card--image.bg-primary-80 .h5,.card.card--image.bg-primary-80 h6,.card.card--image.bg-primary-80 .h6,.card.card--image.bg-primary-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-primary-80 .gform_submission_error,.card.card--image.bg-primary-80 p,.card.card--image.bg-llp-red-80 h1,.card.card--image.bg-llp-red-80 .h1,.card.card--image.bg-llp-red-80 h2,.card.card--image.bg-llp-red-80 .h2,.card.card--image.bg-llp-red-80 h3,.card.card--image.bg-llp-red-80 .h3,.card.card--image.bg-llp-red-80 h4,.card.card--image.bg-llp-red-80 .h4,.card.card--image.bg-llp-red-80 h5,.card.card--image.bg-llp-red-80 .h5,.card.card--image.bg-llp-red-80 h6,.card.card--image.bg-llp-red-80 .h6,.card.card--image.bg-llp-red-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-llp-red-80 .gform_submission_error,.card.card--image.bg-llp-red-80 p,.card.card--image.bg-careers-purple-80 h1,.card.card--image.bg-careers-purple-80 .h1,.card.card--image.bg-careers-purple-80 h2,.card.card--image.bg-careers-purple-80 .h2,.card.card--image.bg-careers-purple-80 h3,.card.card--image.bg-careers-purple-80 .h3,.card.card--image.bg-careers-purple-80 h4,.card.card--image.bg-careers-purple-80 .h4,.card.card--image.bg-careers-purple-80 h5,.card.card--image.bg-careers-purple-80 .h5,.card.card--image.bg-careers-purple-80 h6,.card.card--image.bg-careers-purple-80 .h6,.card.card--image.bg-careers-purple-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-careers-purple-80 .gform_submission_error,.card.card--image.bg-careers-purple-80 p,.card.card--image.bg-financial-light-purple h1,.card.card--image.bg-financial-light-purple .h1,.card.card--image.bg-financial-light-purple h2,.card.card--image.bg-financial-light-purple .h2,.card.card--image.bg-financial-light-purple h3,.card.card--image.bg-financial-light-purple .h3,.card.card--image.bg-financial-light-purple h4,.card.card--image.bg-financial-light-purple .h4,.card.card--image.bg-financial-light-purple h5,.card.card--image.bg-financial-light-purple .h5,.card.card--image.bg-financial-light-purple h6,.card.card--image.bg-financial-light-purple .h6,.card.card--image.bg-financial-light-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-financial-light-purple .gform_submission_error,.card.card--image.bg-financial-light-purple p,.card.card--image.bg-financial-dark-purple h1,.card.card--image.bg-financial-dark-purple .h1,.card.card--image.bg-financial-dark-purple h2,.card.card--image.bg-financial-dark-purple .h2,.card.card--image.bg-financial-dark-purple h3,.card.card--image.bg-financial-dark-purple .h3,.card.card--image.bg-financial-dark-purple h4,.card.card--image.bg-financial-dark-purple .h4,.card.card--image.bg-financial-dark-purple h5,.card.card--image.bg-financial-dark-purple .h5,.card.card--image.bg-financial-dark-purple h6,.card.card--image.bg-financial-dark-purple .h6,.card.card--image.bg-financial-dark-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-financial-dark-purple .gform_submission_error,.card.card--image.bg-financial-dark-purple p,.card.card--image-horizontal.bg-primary h1,.card.card--image-horizontal.bg-primary .h1,.card.card--image-horizontal.bg-primary h2,.card.card--image-horizontal.bg-primary .h2,.card.card--image-horizontal.bg-primary h3,.card.card--image-horizontal.bg-primary .h3,.card.card--image-horizontal.bg-primary h4,.card.card--image-horizontal.bg-primary .h4,.card.card--image-horizontal.bg-primary h5,.card.card--image-horizontal.bg-primary .h5,.card.card--image-horizontal.bg-primary h6,.card.card--image-horizontal.bg-primary .h6,.card.card--image-horizontal.bg-primary .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-primary .gform_submission_error,.card.card--image-horizontal.bg-primary p,.card.card--image-horizontal.bg-llp-blue h1,body.pkf-llp-site .card.card--image-horizontal.hero h1,.card.card--image-horizontal.bg-llp-blue .h1,body.pkf-llp-site .card.card--image-horizontal.hero .h1,.card.card--image-horizontal.bg-llp-blue h2,body.pkf-llp-site .card.card--image-horizontal.hero h2,.card.card--image-horizontal.bg-llp-blue .h2,body.pkf-llp-site .card.card--image-horizontal.hero .h2,.card.card--image-horizontal.bg-llp-blue h3,body.pkf-llp-site .card.card--image-horizontal.hero h3,.card.card--image-horizontal.bg-llp-blue .h3,body.pkf-llp-site .card.card--image-horizontal.hero .h3,.card.card--image-horizontal.bg-llp-blue h4,body.pkf-llp-site .card.card--image-horizontal.hero h4,.card.card--image-horizontal.bg-llp-blue .h4,body.pkf-llp-site .card.card--image-horizontal.hero .h4,.card.card--image-horizontal.bg-llp-blue h5,body.pkf-llp-site .card.card--image-horizontal.hero h5,.card.card--image-horizontal.bg-llp-blue .h5,body.pkf-llp-site .card.card--image-horizontal.hero .h5,.card.card--image-horizontal.bg-llp-blue h6,body.pkf-llp-site .card.card--image-horizontal.hero h6,.card.card--image-horizontal.bg-llp-blue .h6,body.pkf-llp-site .card.card--image-horizontal.hero .h6,.card.card--image-horizontal.bg-llp-blue .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-llp-blue .gform_submission_error,body.pkf-llp-site .card.card--image-horizontal.hero .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .card.card--image-horizontal.hero .gform_submission_error,.card.card--image-horizontal.bg-llp-blue p,body.pkf-llp-site .card.card--image-horizontal.hero p,.card.card--image-horizontal.bg-llp-red h1,.card.card--image-horizontal.bg-llp-red .h1,.card.card--image-horizontal.bg-llp-red h2,.card.card--image-horizontal.bg-llp-red .h2,.card.card--image-horizontal.bg-llp-red h3,.card.card--image-horizontal.bg-llp-red .h3,.card.card--image-horizontal.bg-llp-red h4,.card.card--image-horizontal.bg-llp-red .h4,.card.card--image-horizontal.bg-llp-red h5,.card.card--image-horizontal.bg-llp-red .h5,.card.card--image-horizontal.bg-llp-red h6,.card.card--image-horizontal.bg-llp-red .h6,.card.card--image-horizontal.bg-llp-red .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-llp-red .gform_submission_error,.card.card--image-horizontal.bg-llp-red p,.card.card--image-horizontal.bg-careers-purple h1,body.pkf-careers .card.card--image-horizontal.hero h1,.card.card--image-horizontal.bg-careers-purple .h1,body.pkf-careers .card.card--image-horizontal.hero .h1,.card.card--image-horizontal.bg-careers-purple h2,body.pkf-careers .card.card--image-horizontal.hero h2,.card.card--image-horizontal.bg-careers-purple .h2,body.pkf-careers .card.card--image-horizontal.hero .h2,.card.card--image-horizontal.bg-careers-purple h3,body.pkf-careers .card.card--image-horizontal.hero h3,.card.card--image-horizontal.bg-careers-purple .h3,body.pkf-careers .card.card--image-horizontal.hero .h3,.card.card--image-horizontal.bg-careers-purple h4,body.pkf-careers .card.card--image-horizontal.hero h4,.card.card--image-horizontal.bg-careers-purple .h4,body.pkf-careers .card.card--image-horizontal.hero .h4,.card.card--image-horizontal.bg-careers-purple h5,body.pkf-careers .card.card--image-horizontal.hero h5,.card.card--image-horizontal.bg-careers-purple .h5,body.pkf-careers .card.card--image-horizontal.hero .h5,.card.card--image-horizontal.bg-careers-purple h6,body.pkf-careers .card.card--image-horizontal.hero h6,.card.card--image-horizontal.bg-careers-purple .h6,body.pkf-careers .card.card--image-horizontal.hero .h6,.card.card--image-horizontal.bg-careers-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-careers-purple .gform_submission_error,body.pkf-careers .card.card--image-horizontal.hero .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-horizontal.hero .gform_submission_error,.card.card--image-horizontal.bg-careers-purple p,body.pkf-careers .card.card--image-horizontal.hero p,.card.card--image-horizontal.bg-careers-pink h1,.card.card--image-horizontal.bg-careers-pink .h1,.card.card--image-horizontal.bg-careers-pink h2,.card.card--image-horizontal.bg-careers-pink .h2,.card.card--image-horizontal.bg-careers-pink h3,.card.card--image-horizontal.bg-careers-pink .h3,.card.card--image-horizontal.bg-careers-pink h4,.card.card--image-horizontal.bg-careers-pink .h4,.card.card--image-horizontal.bg-careers-pink h5,.card.card--image-horizontal.bg-careers-pink .h5,.card.card--image-horizontal.bg-careers-pink h6,.card.card--image-horizontal.bg-careers-pink .h6,.card.card--image-horizontal.bg-careers-pink .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-careers-pink .gform_submission_error,.card.card--image-horizontal.bg-careers-pink p,.card.card--image-horizontal.bg-careers-orange h1,.card.card--image-horizontal.bg-careers-orange .h1,.card.card--image-horizontal.bg-careers-orange h2,.card.card--image-horizontal.bg-careers-orange .h2,.card.card--image-horizontal.bg-careers-orange h3,.card.card--image-horizontal.bg-careers-orange .h3,.card.card--image-horizontal.bg-careers-orange h4,.card.card--image-horizontal.bg-careers-orange .h4,.card.card--image-horizontal.bg-careers-orange h5,.card.card--image-horizontal.bg-careers-orange .h5,.card.card--image-horizontal.bg-careers-orange h6,.card.card--image-horizontal.bg-careers-orange .h6,.card.card--image-horizontal.bg-careers-orange .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-careers-orange .gform_submission_error,.card.card--image-horizontal.bg-careers-orange p,.card.card--image-horizontal.bg-careers-yellow h1,.card.card--image-horizontal.bg-careers-yellow .h1,.card.card--image-horizontal.bg-careers-yellow h2,.card.card--image-horizontal.bg-careers-yellow .h2,.card.card--image-horizontal.bg-careers-yellow h3,.card.card--image-horizontal.bg-careers-yellow .h3,.card.card--image-horizontal.bg-careers-yellow h4,.card.card--image-horizontal.bg-careers-yellow .h4,.card.card--image-horizontal.bg-careers-yellow h5,.card.card--image-horizontal.bg-careers-yellow .h5,.card.card--image-horizontal.bg-careers-yellow h6,.card.card--image-horizontal.bg-careers-yellow .h6,.card.card--image-horizontal.bg-careers-yellow .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-careers-yellow .gform_submission_error,.card.card--image-horizontal.bg-careers-yellow p,.card.card--image-horizontal.bg-brand-primary-10 h1,.card.card--image-horizontal.bg-brand-primary-10 .h1,.card.card--image-horizontal.bg-brand-primary-10 h2,.card.card--image-horizontal.bg-brand-primary-10 .h2,.card.card--image-horizontal.bg-brand-primary-10 h3,.card.card--image-horizontal.bg-brand-primary-10 .h3,.card.card--image-horizontal.bg-brand-primary-10 h4,.card.card--image-horizontal.bg-brand-primary-10 .h4,.card.card--image-horizontal.bg-brand-primary-10 h5,.card.card--image-horizontal.bg-brand-primary-10 .h5,.card.card--image-horizontal.bg-brand-primary-10 h6,.card.card--image-horizontal.bg-brand-primary-10 .h6,.card.card--image-horizontal.bg-brand-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-brand-primary-10 .gform_submission_error,.card.card--image-horizontal.bg-brand-primary-10 p,.card.card--image-horizontal.bg-llp-red-10 h1,.card.card--image-horizontal.bg-llp-red-10 .h1,.card.card--image-horizontal.bg-llp-red-10 h2,.card.card--image-horizontal.bg-llp-red-10 .h2,.card.card--image-horizontal.bg-llp-red-10 h3,.card.card--image-horizontal.bg-llp-red-10 .h3,.card.card--image-horizontal.bg-llp-red-10 h4,.card.card--image-horizontal.bg-llp-red-10 .h4,.card.card--image-horizontal.bg-llp-red-10 h5,.card.card--image-horizontal.bg-llp-red-10 .h5,.card.card--image-horizontal.bg-llp-red-10 h6,.card.card--image-horizontal.bg-llp-red-10 .h6,.card.card--image-horizontal.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-llp-red-10 .gform_submission_error,.card.card--image-horizontal.bg-llp-red-10 p,.card.card--image-horizontal.bg-primary-80 h1,.card.card--image-horizontal.bg-primary-80 .h1,.card.card--image-horizontal.bg-primary-80 h2,.card.card--image-horizontal.bg-primary-80 .h2,.card.card--image-horizontal.bg-primary-80 h3,.card.card--image-horizontal.bg-primary-80 .h3,.card.card--image-horizontal.bg-primary-80 h4,.card.card--image-horizontal.bg-primary-80 .h4,.card.card--image-horizontal.bg-primary-80 h5,.card.card--image-horizontal.bg-primary-80 .h5,.card.card--image-horizontal.bg-primary-80 h6,.card.card--image-horizontal.bg-primary-80 .h6,.card.card--image-horizontal.bg-primary-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-primary-80 .gform_submission_error,.card.card--image-horizontal.bg-primary-80 p,.card.card--image-horizontal.bg-llp-red-80 h1,.card.card--image-horizontal.bg-llp-red-80 .h1,.card.card--image-horizontal.bg-llp-red-80 h2,.card.card--image-horizontal.bg-llp-red-80 .h2,.card.card--image-horizontal.bg-llp-red-80 h3,.card.card--image-horizontal.bg-llp-red-80 .h3,.card.card--image-horizontal.bg-llp-red-80 h4,.card.card--image-horizontal.bg-llp-red-80 .h4,.card.card--image-horizontal.bg-llp-red-80 h5,.card.card--image-horizontal.bg-llp-red-80 .h5,.card.card--image-horizontal.bg-llp-red-80 h6,.card.card--image-horizontal.bg-llp-red-80 .h6,.card.card--image-horizontal.bg-llp-red-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-llp-red-80 .gform_submission_error,.card.card--image-horizontal.bg-llp-red-80 p,.card.card--image-horizontal.bg-careers-purple-80 h1,.card.card--image-horizontal.bg-careers-purple-80 .h1,.card.card--image-horizontal.bg-careers-purple-80 h2,.card.card--image-horizontal.bg-careers-purple-80 .h2,.card.card--image-horizontal.bg-careers-purple-80 h3,.card.card--image-horizontal.bg-careers-purple-80 .h3,.card.card--image-horizontal.bg-careers-purple-80 h4,.card.card--image-horizontal.bg-careers-purple-80 .h4,.card.card--image-horizontal.bg-careers-purple-80 h5,.card.card--image-horizontal.bg-careers-purple-80 .h5,.card.card--image-horizontal.bg-careers-purple-80 h6,.card.card--image-horizontal.bg-careers-purple-80 .h6,.card.card--image-horizontal.bg-careers-purple-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-careers-purple-80 .gform_submission_error,.card.card--image-horizontal.bg-careers-purple-80 p,.card.card--image-horizontal.bg-financial-light-purple h1,.card.card--image-horizontal.bg-financial-light-purple .h1,.card.card--image-horizontal.bg-financial-light-purple h2,.card.card--image-horizontal.bg-financial-light-purple .h2,.card.card--image-horizontal.bg-financial-light-purple h3,.card.card--image-horizontal.bg-financial-light-purple .h3,.card.card--image-horizontal.bg-financial-light-purple h4,.card.card--image-horizontal.bg-financial-light-purple .h4,.card.card--image-horizontal.bg-financial-light-purple h5,.card.card--image-horizontal.bg-financial-light-purple .h5,.card.card--image-horizontal.bg-financial-light-purple h6,.card.card--image-horizontal.bg-financial-light-purple .h6,.card.card--image-horizontal.bg-financial-light-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-financial-light-purple .gform_submission_error,.card.card--image-horizontal.bg-financial-light-purple p,.card.card--image-horizontal.bg-financial-dark-purple h1,.card.card--image-horizontal.bg-financial-dark-purple .h1,.card.card--image-horizontal.bg-financial-dark-purple h2,.card.card--image-horizontal.bg-financial-dark-purple .h2,.card.card--image-horizontal.bg-financial-dark-purple h3,.card.card--image-horizontal.bg-financial-dark-purple .h3,.card.card--image-horizontal.bg-financial-dark-purple h4,.card.card--image-horizontal.bg-financial-dark-purple .h4,.card.card--image-horizontal.bg-financial-dark-purple h5,.card.card--image-horizontal.bg-financial-dark-purple .h5,.card.card--image-horizontal.bg-financial-dark-purple h6,.card.card--image-horizontal.bg-financial-dark-purple .h6,.card.card--image-horizontal.bg-financial-dark-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-financial-dark-purple .gform_submission_error,.card.card--image-horizontal.bg-financial-dark-purple p,.card.card--image-square.bg-primary h1,.card.card--image-square.bg-primary .h1,.card.card--image-square.bg-primary h2,.card.card--image-square.bg-primary .h2,.card.card--image-square.bg-primary h3,.card.card--image-square.bg-primary .h3,.card.card--image-square.bg-primary h4,.card.card--image-square.bg-primary .h4,.card.card--image-square.bg-primary h5,.card.card--image-square.bg-primary .h5,.card.card--image-square.bg-primary h6,.card.card--image-square.bg-primary .h6,.card.card--image-square.bg-primary .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-primary .gform_submission_error,.card.card--image-square.bg-primary p,.card.card--image-square.bg-llp-blue h1,body.pkf-llp-site .card.card--image-square.hero h1,.card.card--image-square.bg-llp-blue .h1,body.pkf-llp-site .card.card--image-square.hero .h1,.card.card--image-square.bg-llp-blue h2,body.pkf-llp-site .card.card--image-square.hero h2,.card.card--image-square.bg-llp-blue .h2,body.pkf-llp-site .card.card--image-square.hero .h2,.card.card--image-square.bg-llp-blue h3,body.pkf-llp-site .card.card--image-square.hero h3,.card.card--image-square.bg-llp-blue .h3,body.pkf-llp-site .card.card--image-square.hero .h3,.card.card--image-square.bg-llp-blue h4,body.pkf-llp-site .card.card--image-square.hero h4,.card.card--image-square.bg-llp-blue .h4,body.pkf-llp-site .card.card--image-square.hero .h4,.card.card--image-square.bg-llp-blue h5,body.pkf-llp-site .card.card--image-square.hero h5,.card.card--image-square.bg-llp-blue .h5,body.pkf-llp-site .card.card--image-square.hero .h5,.card.card--image-square.bg-llp-blue h6,body.pkf-llp-site .card.card--image-square.hero h6,.card.card--image-square.bg-llp-blue .h6,body.pkf-llp-site .card.card--image-square.hero .h6,.card.card--image-square.bg-llp-blue .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-llp-blue .gform_submission_error,body.pkf-llp-site .card.card--image-square.hero .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-llp-site .card.card--image-square.hero .gform_submission_error,.card.card--image-square.bg-llp-blue p,body.pkf-llp-site .card.card--image-square.hero p,.card.card--image-square.bg-llp-red h1,.card.card--image-square.bg-llp-red .h1,.card.card--image-square.bg-llp-red h2,.card.card--image-square.bg-llp-red .h2,.card.card--image-square.bg-llp-red h3,.card.card--image-square.bg-llp-red .h3,.card.card--image-square.bg-llp-red h4,.card.card--image-square.bg-llp-red .h4,.card.card--image-square.bg-llp-red h5,.card.card--image-square.bg-llp-red .h5,.card.card--image-square.bg-llp-red h6,.card.card--image-square.bg-llp-red .h6,.card.card--image-square.bg-llp-red .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-llp-red .gform_submission_error,.card.card--image-square.bg-llp-red p,.card.card--image-square.bg-careers-purple h1,body.pkf-careers .card.card--image-square.hero h1,.card.card--image-square.bg-careers-purple .h1,body.pkf-careers .card.card--image-square.hero .h1,.card.card--image-square.bg-careers-purple h2,body.pkf-careers .card.card--image-square.hero h2,.card.card--image-square.bg-careers-purple .h2,body.pkf-careers .card.card--image-square.hero .h2,.card.card--image-square.bg-careers-purple h3,body.pkf-careers .card.card--image-square.hero h3,.card.card--image-square.bg-careers-purple .h3,body.pkf-careers .card.card--image-square.hero .h3,.card.card--image-square.bg-careers-purple h4,body.pkf-careers .card.card--image-square.hero h4,.card.card--image-square.bg-careers-purple .h4,body.pkf-careers .card.card--image-square.hero .h4,.card.card--image-square.bg-careers-purple h5,body.pkf-careers .card.card--image-square.hero h5,.card.card--image-square.bg-careers-purple .h5,body.pkf-careers .card.card--image-square.hero .h5,.card.card--image-square.bg-careers-purple h6,body.pkf-careers .card.card--image-square.hero h6,.card.card--image-square.bg-careers-purple .h6,body.pkf-careers .card.card--image-square.hero .h6,.card.card--image-square.bg-careers-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-careers-purple .gform_submission_error,body.pkf-careers .card.card--image-square.hero .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-square.hero .gform_submission_error,.card.card--image-square.bg-careers-purple p,body.pkf-careers .card.card--image-square.hero p,.card.card--image-square.bg-careers-pink h1,.card.card--image-square.bg-careers-pink .h1,.card.card--image-square.bg-careers-pink h2,.card.card--image-square.bg-careers-pink .h2,.card.card--image-square.bg-careers-pink h3,.card.card--image-square.bg-careers-pink .h3,.card.card--image-square.bg-careers-pink h4,.card.card--image-square.bg-careers-pink .h4,.card.card--image-square.bg-careers-pink h5,.card.card--image-square.bg-careers-pink .h5,.card.card--image-square.bg-careers-pink h6,.card.card--image-square.bg-careers-pink .h6,.card.card--image-square.bg-careers-pink .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-careers-pink .gform_submission_error,.card.card--image-square.bg-careers-pink p,.card.card--image-square.bg-careers-orange h1,.card.card--image-square.bg-careers-orange .h1,.card.card--image-square.bg-careers-orange h2,.card.card--image-square.bg-careers-orange .h2,.card.card--image-square.bg-careers-orange h3,.card.card--image-square.bg-careers-orange .h3,.card.card--image-square.bg-careers-orange h4,.card.card--image-square.bg-careers-orange .h4,.card.card--image-square.bg-careers-orange h5,.card.card--image-square.bg-careers-orange .h5,.card.card--image-square.bg-careers-orange h6,.card.card--image-square.bg-careers-orange .h6,.card.card--image-square.bg-careers-orange .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-careers-orange .gform_submission_error,.card.card--image-square.bg-careers-orange p,.card.card--image-square.bg-careers-yellow h1,.card.card--image-square.bg-careers-yellow .h1,.card.card--image-square.bg-careers-yellow h2,.card.card--image-square.bg-careers-yellow .h2,.card.card--image-square.bg-careers-yellow h3,.card.card--image-square.bg-careers-yellow .h3,.card.card--image-square.bg-careers-yellow h4,.card.card--image-square.bg-careers-yellow .h4,.card.card--image-square.bg-careers-yellow h5,.card.card--image-square.bg-careers-yellow .h5,.card.card--image-square.bg-careers-yellow h6,.card.card--image-square.bg-careers-yellow .h6,.card.card--image-square.bg-careers-yellow .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-careers-yellow .gform_submission_error,.card.card--image-square.bg-careers-yellow p,.card.card--image-square.bg-brand-primary-10 h1,.card.card--image-square.bg-brand-primary-10 .h1,.card.card--image-square.bg-brand-primary-10 h2,.card.card--image-square.bg-brand-primary-10 .h2,.card.card--image-square.bg-brand-primary-10 h3,.card.card--image-square.bg-brand-primary-10 .h3,.card.card--image-square.bg-brand-primary-10 h4,.card.card--image-square.bg-brand-primary-10 .h4,.card.card--image-square.bg-brand-primary-10 h5,.card.card--image-square.bg-brand-primary-10 .h5,.card.card--image-square.bg-brand-primary-10 h6,.card.card--image-square.bg-brand-primary-10 .h6,.card.card--image-square.bg-brand-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-brand-primary-10 .gform_submission_error,.card.card--image-square.bg-brand-primary-10 p,.card.card--image-square.bg-llp-red-10 h1,.card.card--image-square.bg-llp-red-10 .h1,.card.card--image-square.bg-llp-red-10 h2,.card.card--image-square.bg-llp-red-10 .h2,.card.card--image-square.bg-llp-red-10 h3,.card.card--image-square.bg-llp-red-10 .h3,.card.card--image-square.bg-llp-red-10 h4,.card.card--image-square.bg-llp-red-10 .h4,.card.card--image-square.bg-llp-red-10 h5,.card.card--image-square.bg-llp-red-10 .h5,.card.card--image-square.bg-llp-red-10 h6,.card.card--image-square.bg-llp-red-10 .h6,.card.card--image-square.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-llp-red-10 .gform_submission_error,.card.card--image-square.bg-llp-red-10 p,.card.card--image-square.bg-primary-80 h1,.card.card--image-square.bg-primary-80 .h1,.card.card--image-square.bg-primary-80 h2,.card.card--image-square.bg-primary-80 .h2,.card.card--image-square.bg-primary-80 h3,.card.card--image-square.bg-primary-80 .h3,.card.card--image-square.bg-primary-80 h4,.card.card--image-square.bg-primary-80 .h4,.card.card--image-square.bg-primary-80 h5,.card.card--image-square.bg-primary-80 .h5,.card.card--image-square.bg-primary-80 h6,.card.card--image-square.bg-primary-80 .h6,.card.card--image-square.bg-primary-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-primary-80 .gform_submission_error,.card.card--image-square.bg-primary-80 p,.card.card--image-square.bg-llp-red-80 h1,.card.card--image-square.bg-llp-red-80 .h1,.card.card--image-square.bg-llp-red-80 h2,.card.card--image-square.bg-llp-red-80 .h2,.card.card--image-square.bg-llp-red-80 h3,.card.card--image-square.bg-llp-red-80 .h3,.card.card--image-square.bg-llp-red-80 h4,.card.card--image-square.bg-llp-red-80 .h4,.card.card--image-square.bg-llp-red-80 h5,.card.card--image-square.bg-llp-red-80 .h5,.card.card--image-square.bg-llp-red-80 h6,.card.card--image-square.bg-llp-red-80 .h6,.card.card--image-square.bg-llp-red-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-llp-red-80 .gform_submission_error,.card.card--image-square.bg-llp-red-80 p,.card.card--image-square.bg-careers-purple-80 h1,.card.card--image-square.bg-careers-purple-80 .h1,.card.card--image-square.bg-careers-purple-80 h2,.card.card--image-square.bg-careers-purple-80 .h2,.card.card--image-square.bg-careers-purple-80 h3,.card.card--image-square.bg-careers-purple-80 .h3,.card.card--image-square.bg-careers-purple-80 h4,.card.card--image-square.bg-careers-purple-80 .h4,.card.card--image-square.bg-careers-purple-80 h5,.card.card--image-square.bg-careers-purple-80 .h5,.card.card--image-square.bg-careers-purple-80 h6,.card.card--image-square.bg-careers-purple-80 .h6,.card.card--image-square.bg-careers-purple-80 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-careers-purple-80 .gform_submission_error,.card.card--image-square.bg-careers-purple-80 p,.card.card--image-square.bg-financial-light-purple h1,.card.card--image-square.bg-financial-light-purple .h1,.card.card--image-square.bg-financial-light-purple h2,.card.card--image-square.bg-financial-light-purple .h2,.card.card--image-square.bg-financial-light-purple h3,.card.card--image-square.bg-financial-light-purple .h3,.card.card--image-square.bg-financial-light-purple h4,.card.card--image-square.bg-financial-light-purple .h4,.card.card--image-square.bg-financial-light-purple h5,.card.card--image-square.bg-financial-light-purple .h5,.card.card--image-square.bg-financial-light-purple h6,.card.card--image-square.bg-financial-light-purple .h6,.card.card--image-square.bg-financial-light-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-financial-light-purple .gform_submission_error,.card.card--image-square.bg-financial-light-purple p,.card.card--image-square.bg-financial-dark-purple h1,.card.card--image-square.bg-financial-dark-purple .h1,.card.card--image-square.bg-financial-dark-purple h2,.card.card--image-square.bg-financial-dark-purple .h2,.card.card--image-square.bg-financial-dark-purple h3,.card.card--image-square.bg-financial-dark-purple .h3,.card.card--image-square.bg-financial-dark-purple h4,.card.card--image-square.bg-financial-dark-purple .h4,.card.card--image-square.bg-financial-dark-purple h5,.card.card--image-square.bg-financial-dark-purple .h5,.card.card--image-square.bg-financial-dark-purple h6,.card.card--image-square.bg-financial-dark-purple .h6,.card.card--image-square.bg-financial-dark-purple .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-financial-dark-purple .gform_submission_error,.card.card--image-square.bg-financial-dark-purple p {
    color: #fff
}

.card.card--image.bg-llp-grey h1,.card.card--image.bg-llp-grey .h1,.card.card--image.bg-llp-grey h2,.card.card--image.bg-llp-grey .h2,.card.card--image.bg-llp-grey h3,.card.card--image.bg-llp-grey .h3,.card.card--image.bg-llp-grey h4,.card.card--image.bg-llp-grey .h4,.card.card--image.bg-llp-grey h5,.card.card--image.bg-llp-grey .h5,.card.card--image.bg-llp-grey h6,.card.card--image.bg-llp-grey .h6,.card.card--image.bg-llp-grey .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-llp-grey .gform_submission_error,.card.card--image.bg-llp-grey p,.card.card--image.bg-primary-10 h1,.card.card--image.bg-primary-10 .h1,.card.card--image.bg-primary-10 h2,.card.card--image.bg-primary-10 .h2,.card.card--image.bg-primary-10 h3,.card.card--image.bg-primary-10 .h3,.card.card--image.bg-primary-10 h4,.card.card--image.bg-primary-10 .h4,.card.card--image.bg-primary-10 h5,.card.card--image.bg-primary-10 .h5,.card.card--image.bg-primary-10 h6,.card.card--image.bg-primary-10 .h6,.card.card--image.bg-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-primary-10 .gform_submission_error,.card.card--image.bg-primary-10 p,.card.card--image.bg-llp-red-10 h1,.card.card--image.bg-llp-red-10 .h1,.card.card--image.bg-llp-red-10 h2,.card.card--image.bg-llp-red-10 .h2,.card.card--image.bg-llp-red-10 h3,.card.card--image.bg-llp-red-10 .h3,.card.card--image.bg-llp-red-10 h4,.card.card--image.bg-llp-red-10 .h4,.card.card--image.bg-llp-red-10 h5,.card.card--image.bg-llp-red-10 .h5,.card.card--image.bg-llp-red-10 h6,.card.card--image.bg-llp-red-10 .h6,.card.card--image.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image.bg-llp-red-10 .gform_submission_error,.card.card--image.bg-llp-red-10 p,.card.card--image-horizontal.bg-llp-grey h1,.card.card--image-horizontal.bg-llp-grey .h1,.card.card--image-horizontal.bg-llp-grey h2,.card.card--image-horizontal.bg-llp-grey .h2,.card.card--image-horizontal.bg-llp-grey h3,.card.card--image-horizontal.bg-llp-grey .h3,.card.card--image-horizontal.bg-llp-grey h4,.card.card--image-horizontal.bg-llp-grey .h4,.card.card--image-horizontal.bg-llp-grey h5,.card.card--image-horizontal.bg-llp-grey .h5,.card.card--image-horizontal.bg-llp-grey h6,.card.card--image-horizontal.bg-llp-grey .h6,.card.card--image-horizontal.bg-llp-grey .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-llp-grey .gform_submission_error,.card.card--image-horizontal.bg-llp-grey p,.card.card--image-horizontal.bg-primary-10 h1,.card.card--image-horizontal.bg-primary-10 .h1,.card.card--image-horizontal.bg-primary-10 h2,.card.card--image-horizontal.bg-primary-10 .h2,.card.card--image-horizontal.bg-primary-10 h3,.card.card--image-horizontal.bg-primary-10 .h3,.card.card--image-horizontal.bg-primary-10 h4,.card.card--image-horizontal.bg-primary-10 .h4,.card.card--image-horizontal.bg-primary-10 h5,.card.card--image-horizontal.bg-primary-10 .h5,.card.card--image-horizontal.bg-primary-10 h6,.card.card--image-horizontal.bg-primary-10 .h6,.card.card--image-horizontal.bg-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-primary-10 .gform_submission_error,.card.card--image-horizontal.bg-primary-10 p,.card.card--image-horizontal.bg-llp-red-10 h1,.card.card--image-horizontal.bg-llp-red-10 .h1,.card.card--image-horizontal.bg-llp-red-10 h2,.card.card--image-horizontal.bg-llp-red-10 .h2,.card.card--image-horizontal.bg-llp-red-10 h3,.card.card--image-horizontal.bg-llp-red-10 .h3,.card.card--image-horizontal.bg-llp-red-10 h4,.card.card--image-horizontal.bg-llp-red-10 .h4,.card.card--image-horizontal.bg-llp-red-10 h5,.card.card--image-horizontal.bg-llp-red-10 .h5,.card.card--image-horizontal.bg-llp-red-10 h6,.card.card--image-horizontal.bg-llp-red-10 .h6,.card.card--image-horizontal.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-horizontal.bg-llp-red-10 .gform_submission_error,.card.card--image-horizontal.bg-llp-red-10 p,.card.card--image-square.bg-llp-grey h1,.card.card--image-square.bg-llp-grey .h1,.card.card--image-square.bg-llp-grey h2,.card.card--image-square.bg-llp-grey .h2,.card.card--image-square.bg-llp-grey h3,.card.card--image-square.bg-llp-grey .h3,.card.card--image-square.bg-llp-grey h4,.card.card--image-square.bg-llp-grey .h4,.card.card--image-square.bg-llp-grey h5,.card.card--image-square.bg-llp-grey .h5,.card.card--image-square.bg-llp-grey h6,.card.card--image-square.bg-llp-grey .h6,.card.card--image-square.bg-llp-grey .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-llp-grey .gform_submission_error,.card.card--image-square.bg-llp-grey p,.card.card--image-square.bg-primary-10 h1,.card.card--image-square.bg-primary-10 .h1,.card.card--image-square.bg-primary-10 h2,.card.card--image-square.bg-primary-10 .h2,.card.card--image-square.bg-primary-10 h3,.card.card--image-square.bg-primary-10 .h3,.card.card--image-square.bg-primary-10 h4,.card.card--image-square.bg-primary-10 .h4,.card.card--image-square.bg-primary-10 h5,.card.card--image-square.bg-primary-10 .h5,.card.card--image-square.bg-primary-10 h6,.card.card--image-square.bg-primary-10 .h6,.card.card--image-square.bg-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-primary-10 .gform_submission_error,.card.card--image-square.bg-primary-10 p,.card.card--image-square.bg-llp-red-10 h1,.card.card--image-square.bg-llp-red-10 .h1,.card.card--image-square.bg-llp-red-10 h2,.card.card--image-square.bg-llp-red-10 .h2,.card.card--image-square.bg-llp-red-10 h3,.card.card--image-square.bg-llp-red-10 .h3,.card.card--image-square.bg-llp-red-10 h4,.card.card--image-square.bg-llp-red-10 .h4,.card.card--image-square.bg-llp-red-10 h5,.card.card--image-square.bg-llp-red-10 .h5,.card.card--image-square.bg-llp-red-10 h6,.card.card--image-square.bg-llp-red-10 .h6,.card.card--image-square.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors .card.card--image-square.bg-llp-red-10 .gform_submission_error,.card.card--image-square.bg-llp-red-10 p {
    color: #1f2b50
}

body.pkf-careers .card.card--image.bg-llp-grey h1,body.pkf-careers .card.card--image.bg-llp-grey .h1,body.pkf-careers .card.card--image.bg-llp-grey h2,body.pkf-careers .card.card--image.bg-llp-grey .h2,body.pkf-careers .card.card--image.bg-llp-grey h3,body.pkf-careers .card.card--image.bg-llp-grey .h3,body.pkf-careers .card.card--image.bg-llp-grey h4,body.pkf-careers .card.card--image.bg-llp-grey .h4,body.pkf-careers .card.card--image.bg-llp-grey h5,body.pkf-careers .card.card--image.bg-llp-grey .h5,body.pkf-careers .card.card--image.bg-llp-grey h6,body.pkf-careers .card.card--image.bg-llp-grey .h6,body.pkf-careers .card.card--image.bg-llp-grey .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image.bg-llp-grey .gform_submission_error,body.pkf-careers .card.card--image.bg-llp-grey p,body.pkf-careers .card.card--image.bg-primary-10 h1,body.pkf-careers .card.card--image.bg-primary-10 .h1,body.pkf-careers .card.card--image.bg-primary-10 h2,body.pkf-careers .card.card--image.bg-primary-10 .h2,body.pkf-careers .card.card--image.bg-primary-10 h3,body.pkf-careers .card.card--image.bg-primary-10 .h3,body.pkf-careers .card.card--image.bg-primary-10 h4,body.pkf-careers .card.card--image.bg-primary-10 .h4,body.pkf-careers .card.card--image.bg-primary-10 h5,body.pkf-careers .card.card--image.bg-primary-10 .h5,body.pkf-careers .card.card--image.bg-primary-10 h6,body.pkf-careers .card.card--image.bg-primary-10 .h6,body.pkf-careers .card.card--image.bg-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image.bg-primary-10 .gform_submission_error,body.pkf-careers .card.card--image.bg-primary-10 p,body.pkf-careers .card.card--image.bg-llp-red-10 h1,body.pkf-careers .card.card--image.bg-llp-red-10 .h1,body.pkf-careers .card.card--image.bg-llp-red-10 h2,body.pkf-careers .card.card--image.bg-llp-red-10 .h2,body.pkf-careers .card.card--image.bg-llp-red-10 h3,body.pkf-careers .card.card--image.bg-llp-red-10 .h3,body.pkf-careers .card.card--image.bg-llp-red-10 h4,body.pkf-careers .card.card--image.bg-llp-red-10 .h4,body.pkf-careers .card.card--image.bg-llp-red-10 h5,body.pkf-careers .card.card--image.bg-llp-red-10 .h5,body.pkf-careers .card.card--image.bg-llp-red-10 h6,body.pkf-careers .card.card--image.bg-llp-red-10 .h6,body.pkf-careers .card.card--image.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image.bg-llp-red-10 .gform_submission_error,body.pkf-careers .card.card--image.bg-llp-red-10 p,body.pkf-careers .card.card--image-horizontal.bg-llp-grey h1,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .h1,body.pkf-careers .card.card--image-horizontal.bg-llp-grey h2,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .h2,body.pkf-careers .card.card--image-horizontal.bg-llp-grey h3,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .h3,body.pkf-careers .card.card--image-horizontal.bg-llp-grey h4,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .h4,body.pkf-careers .card.card--image-horizontal.bg-llp-grey h5,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .h5,body.pkf-careers .card.card--image-horizontal.bg-llp-grey h6,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .h6,body.pkf-careers .card.card--image-horizontal.bg-llp-grey .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-horizontal.bg-llp-grey .gform_submission_error,body.pkf-careers .card.card--image-horizontal.bg-llp-grey p,body.pkf-careers .card.card--image-horizontal.bg-primary-10 h1,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .h1,body.pkf-careers .card.card--image-horizontal.bg-primary-10 h2,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .h2,body.pkf-careers .card.card--image-horizontal.bg-primary-10 h3,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .h3,body.pkf-careers .card.card--image-horizontal.bg-primary-10 h4,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .h4,body.pkf-careers .card.card--image-horizontal.bg-primary-10 h5,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .h5,body.pkf-careers .card.card--image-horizontal.bg-primary-10 h6,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .h6,body.pkf-careers .card.card--image-horizontal.bg-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-horizontal.bg-primary-10 .gform_submission_error,body.pkf-careers .card.card--image-horizontal.bg-primary-10 p,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 h1,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .h1,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 h2,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .h2,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 h3,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .h3,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 h4,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .h4,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 h5,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .h5,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 h6,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .h6,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 .gform_submission_error,body.pkf-careers .card.card--image-horizontal.bg-llp-red-10 p,body.pkf-careers .card.card--image-square.bg-llp-grey h1,body.pkf-careers .card.card--image-square.bg-llp-grey .h1,body.pkf-careers .card.card--image-square.bg-llp-grey h2,body.pkf-careers .card.card--image-square.bg-llp-grey .h2,body.pkf-careers .card.card--image-square.bg-llp-grey h3,body.pkf-careers .card.card--image-square.bg-llp-grey .h3,body.pkf-careers .card.card--image-square.bg-llp-grey h4,body.pkf-careers .card.card--image-square.bg-llp-grey .h4,body.pkf-careers .card.card--image-square.bg-llp-grey h5,body.pkf-careers .card.card--image-square.bg-llp-grey .h5,body.pkf-careers .card.card--image-square.bg-llp-grey h6,body.pkf-careers .card.card--image-square.bg-llp-grey .h6,body.pkf-careers .card.card--image-square.bg-llp-grey .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-square.bg-llp-grey .gform_submission_error,body.pkf-careers .card.card--image-square.bg-llp-grey p,body.pkf-careers .card.card--image-square.bg-primary-10 h1,body.pkf-careers .card.card--image-square.bg-primary-10 .h1,body.pkf-careers .card.card--image-square.bg-primary-10 h2,body.pkf-careers .card.card--image-square.bg-primary-10 .h2,body.pkf-careers .card.card--image-square.bg-primary-10 h3,body.pkf-careers .card.card--image-square.bg-primary-10 .h3,body.pkf-careers .card.card--image-square.bg-primary-10 h4,body.pkf-careers .card.card--image-square.bg-primary-10 .h4,body.pkf-careers .card.card--image-square.bg-primary-10 h5,body.pkf-careers .card.card--image-square.bg-primary-10 .h5,body.pkf-careers .card.card--image-square.bg-primary-10 h6,body.pkf-careers .card.card--image-square.bg-primary-10 .h6,body.pkf-careers .card.card--image-square.bg-primary-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-square.bg-primary-10 .gform_submission_error,body.pkf-careers .card.card--image-square.bg-primary-10 p,body.pkf-careers .card.card--image-square.bg-llp-red-10 h1,body.pkf-careers .card.card--image-square.bg-llp-red-10 .h1,body.pkf-careers .card.card--image-square.bg-llp-red-10 h2,body.pkf-careers .card.card--image-square.bg-llp-red-10 .h2,body.pkf-careers .card.card--image-square.bg-llp-red-10 h3,body.pkf-careers .card.card--image-square.bg-llp-red-10 .h3,body.pkf-careers .card.card--image-square.bg-llp-red-10 h4,body.pkf-careers .card.card--image-square.bg-llp-red-10 .h4,body.pkf-careers .card.card--image-square.bg-llp-red-10 h5,body.pkf-careers .card.card--image-square.bg-llp-red-10 .h5,body.pkf-careers .card.card--image-square.bg-llp-red-10 h6,body.pkf-careers .card.card--image-square.bg-llp-red-10 .h6,body.pkf-careers .card.card--image-square.bg-llp-red-10 .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-careers .card.card--image-square.bg-llp-red-10 .gform_submission_error,body.pkf-careers .card.card--image-square.bg-llp-red-10 p {
    color: #5a3774
}

.card.person-details__contact,.card.person-details__expertise {
    border-radius: 20px
}

.card figure {
    margin-bottom: 0
}

.card figure img {
    height: auto;
    transition: scale .2s ease-in-out;
    width: 100%
}

.card figure+* {
    margin-top: 1.25rem
}

.card h1,.card .h1,.card h2,.card .h2,.card h3,.card .h3,.card h4,.card .h4,.card h5,.card .h5,.card h6,.card .h6,.card .gform_validation_errors .gform_submission_error,.gform_validation_errors .card .gform_submission_error {
    text-decoration: solid underline 1px;
    text-decoration-color: transparent;
    transition: text-decoration-color .2s ease-in-out
}

body.pkf-financial-planning .card h1,body.pkf-financial-planning .card .h1,body.pkf-financial-planning .card h2,body.pkf-financial-planning .card .h2,body.pkf-financial-planning .card h3,body.pkf-financial-planning .card .h3,body.pkf-financial-planning .card h4,body.pkf-financial-planning .card .h4,body.pkf-financial-planning .card h5,body.pkf-financial-planning .card .h5,body.pkf-financial-planning .card h6,body.pkf-financial-planning .card .h6,body.pkf-financial-planning .card .gform_validation_errors .gform_submission_error,.gform_validation_errors body.pkf-financial-planning .card .gform_submission_error {
    color: #38093c
}

.card .btn-link,.card input[type=submit],.card .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .card button,.card .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card .ginput_container_fileupload:after {
    max-width: max-content
}

.card>*:last-child {
    margin-bottom: 0
}

.card:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*:last-child {
    margin-bottom: 1.5rem
}

.card:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*:last-child.btn-link,.card:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>input[type=submit]:last-child,.gfield--type-fileupload .gform_drop_area .card:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>button:last-child,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card:not(.card--image-horizontal):not(.card--icon-horizontal):not(.card--arrow):not(.card--image-square):not(.card--small):not(.card--testimonial):not(.card--image-icon):not(.card--cta-content)>*.ginput_container_fileupload:last-child:after {
    margin: auto 1.5rem 1.5rem
}

body:not(.wp-admin) .card-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap: 1.5rem;
    row-gap: 1.5rem
}

@media (min-width: 768px) {
    .card-grid.grid--2 .card-grid-wrapper,.card-grid.grid--3 .card-grid-wrapper,.card-grid.grid--4 .card-grid-wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (min-width: 992px) {
    .card-grid.grid--3 .card-grid-wrapper,.card-grid.grid--4 .card-grid-wrapper {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (min-width: 1200px) {
    .card-grid.grid--4 .card-grid-wrapper {
        grid-template-columns:repeat(4,1fr)
    }
}

body.wp-admin .card-grid .card-grid-wrapper {
    display: block
}

body.wp-admin .card-grid .card-grid-wrapper figure {
    max-width: none
}

@media (min-width: 992px) {
    body.wp-admin .card-grid.grid--2 .block-editor-block-list__layout:not(.card .block-editor-block-list__layout) {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (min-width: 992px) {
    body.wp-admin .card-grid.grid--3 .block-editor-block-list__layout:not(.card .block-editor-block-list__layout) {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (min-width: 992px) {
    body.wp-admin .card-grid.grid--4 .block-editor-block-list__layout:not(.card .block-editor-block-list__layout) {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (min-width: 1200px) {
    body.wp-admin .card-grid.grid--4 .block-editor-block-list__layout:not(.card .block-editor-block-list__layout) {
        grid-template-columns:repeat(4,1fr)
    }
}

body.wp-admin .card-grid .block-editor-block-list__layout:not(.card .block-editor-block-list__layout) {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1.5rem
}

@media (min-width: 768px) {
    body.wp-admin .card-grid .block-editor-block-list__layout:not(.card .block-editor-block-list__layout) {
        grid-template-columns:repeat(2,1fr)
    }
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block) {
    background-color: #fff
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) h1,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .h1,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) h2,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .h2,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) h3,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .h3,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) h4,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .h4,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) h5,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .h5,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) h6,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .h6,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .gform_validation_errors .gform_submission_error,.gform_validation_errors body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block):has(.card--image-square) .gform_submission_error {
    color: #000
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-primary-80-background-color,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-primary-10-background-color,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-llp-blue-background-color {
    background-color: #1f2b50!important;
    color: #fff!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-llp-red-80-background-color,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-llp-red-10-background-color,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-llp-red-background-color {
    background-color: #db323d!important;
    color: #fff!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-careers-purple-80-background-color,body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-careers-purple-background-color {
    background-color: #5a3774!important;
    color: #fff!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-llp-grey-background-color {
    background-color: #f0f0f0!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-careers-pink-background-color {
    background-color: #cd516c!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-careers-orange-background-color {
    background-color: #ef8f21!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-careers-yellow-background-color {
    background-color: #ffce34!important
}

body.wp-admin .card-grid .block-editor-block-list__block:not(.card .block-editor-block-list__block).has-bg-teal-20-background-color {
    background-color: #00a8dc33!important
}

.pagination {
    margin-top: 2.125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
    text-align: center
}

.pagination .page-numbers {
    color: #1f2b50;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    padding: .5rem 1.5rem;
    transition: text-decoration-color .2s ease-in-out,color .2s ease-in-out;
    text-decoration: solid underline 1px;
    text-decoration-color: transparent;
    text-underline-offset: 2px
}

.pagination .page-numbers.current {
    border-bottom-color: inherit;
    text-decoration-color: currentColor
}

@media (min-width: 992px) {
    .pagination .page-numbers:hover:not(.dots):not(.next):not(.prev) {
        color:#1f2b50;
        text-decoration-color: currentColor
    }
}

.pagination .page-numbers.dots {
    padding-left: 0;
    padding-right: 0
}

.pagination .next,.pagination .prev {
    background-color: #c9d44e;
    border-radius: 50%;
    height: 3rem;
    padding: 1.25rem;
    position: absolute;
    text-indent: -9999px;
    top: -.1875rem;
    transition: background-color .2s ease-in-out;
    white-space: nowrap;
    width: 3rem
}

body.pkf-careers .pagination .next,body.pkf-careers .pagination .prev {
    background-color: #ef8f21
}

body.pkf-financial-planning .pagination .next,body.pkf-financial-planning .pagination .prev {
    background-color: #bf388c
}

.pagination .next:before,.pagination .prev:before {
    color: #1f2b50;
    font-size: 1.125rem;
    height: 1.875rem;
    left: 50%;
    position: absolute;
    text-indent: initial;
    top: .9375rem;
    transform: translate(-50%);
    width: 1.875rem;
    content: "\e90a";
    font-family: icomoon!important;
    font-style: normal;
    text-transform: none;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never
}

body.pkf-financial-planning .pagination .next:before,body.pkf-financial-planning .pagination .prev:before {
    color: #fff
}

.pagination .next:hover,.pagination .prev:hover,body.pkf-careers .pagination .next:hover,body.pkf-careers .pagination .prev:hover {
    background-color: #1f2b50
}

body.pkf-financial-planning .pagination .next:hover,body.pkf-financial-planning .pagination .prev:hover {
    background-color: #fff
}

.pagination .next:hover:before,.pagination .prev:hover:before {
    color: #c9d44e
}

body.pkf-careers .pagination .next:hover:before,body.pkf-careers .pagination .prev:hover:before {
    color: #ef8f21
}

body.pkf-financial-planning .pagination .next:hover:before,body.pkf-financial-planning .pagination .prev:hover:before {
    color: #bf388c
}

.pagination .next {
    right: 0
}

@media (min-width: 576px) {
    .pagination .next {
        right:auto;
        transform: translate(.8125rem)
    }
}

@media (min-width: 992px) {
    .pagination .next {
        transform:translate(1.4375rem)
    }
}

.pagination .prev {
    left: 0
}

@media (min-width: 576px) {
    .pagination .prev {
        left:auto;
        transform: translate(-2.5rem)
    }
}

@media (min-width: 992px) {
    .pagination .prev {
        transform:translate(-3.375rem)
    }
}

.pagination .prev:before {
    top: .1875rem;
    transform: translate(-50%) rotate(180deg)
}

.video-wrap {
    position: relative
}

.video-wrap__bg,.video-wrap__play {
    opacity: 1;
    overflow: hidden
}

.video-wrap__bg {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.video-wrap__bg:after {
    background-color: #0003;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-wrap__play {
    border: none;
    transition-delay: 0s,0s;
    transition: opacity .8s,height 0s
}

.video-wrap__play:hover {
    cursor: pointer
}

.video-wrap__play:before,.video-wrap__play:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out;
    z-index: 5
}

.video-wrap__play:before {
    background-color: #c9d44e;
    border-radius: 50%;
    height: 5rem;
    width: 5rem
}

body.pkf-careers .video-wrap__play:before {
    background-color: #ef8f21
}

body.pkf-financial-planning .video-wrap__play:before {
    background-color: #bf388c
}

.video-wrap__play:after {
    border-bottom: .75rem solid transparent;
    border-left: 1.4375rem solid #1f2b50;
    border-top: .75rem solid transparent;
    height: 0;
    margin-left: .125rem;
    width: 0
}

body.pkf-financial-planning .video-wrap__play:after {
    border-left-color: #fff
}

.video-wrap__play:hover:before,.video-wrap__play:focus:before {
    background-color: #1f2b50
}

body.pkf-careers .video-wrap__play:hover:before,body.pkf-careers .video-wrap__play:focus:before {
    background-color: #1f2b50
}

body.pkf-financial-planning .video-wrap__play:hover:before,body.pkf-financial-planning .video-wrap__play:focus:before {
    background-color: #fff
}

.video-wrap__play:hover:after,.video-wrap__play:focus:after {
    border-left-color: #c9d44e
}

body.pkf-careers .video-wrap__play:hover:after,body.pkf-careers .video-wrap__play:focus:after {
    border-left-color: #ef8f21
}

body.pkf-financial-planning .video-wrap__play:hover:after,body.pkf-financial-planning .video-wrap__play:focus:after {
    border-left-color: #bf388c
}

.video-wrap>iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-wrap.interacted {
    z-index: 15
}

.video-wrap.interacted .video-wrap__bg {
    max-height: 0;
    opacity: 0
}

.video-wrap.interacted .video-wrap__play {
    z-index: -1
}

.video-wrap:not(.interacted) iframe {
    display: none
}

.accordion-item {
    background-color: transparent;
    border: none;
    transition: background-color .2s ease-in-out
}

.accordion-item:not(:first-child) {
    margin-top: 1.25rem
}

@media (min-width: 768px) {
    .accordion-item:not(:first-child) {
        margin-top:1.5rem
    }
}

.accordion-item:has(button[aria-expanded=true]) {
    background-color: #f2efe74d
}

.accordion-item:not(:first-child):not(:last-of-type) button {
    border-radius: 0
}

.accordion-item:first-child:first-of-type button.accordion-button.collapsed:not(:hover) {
    border-radius: 20px 20px 0 0
}

.accordion-item:last-of-type button.accordion-button.collapsed:not(:hover) {
    border-radius: 0 0 20px 20px
}

.accordion-button {
    background-color: #f2efe7;
    box-shadow: none!important;
    color: #1f2b50;
    font-size: inherit;
    font-weight: inherit;
    padding: 1.5rem 5.875rem 1.5rem 1.5rem;
    position: relative;
    transition: border-radius .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out
}

body.pkf-financial-planning .accordion-button {
    color: #38093c
}

@media (min-width: 992px) {
    .accordion-button {
        padding-right:9.25rem
    }
}

@media (min-width: 1200px) {
    .accordion-button {
        padding:3rem 5.875rem 3rem 3rem
    }
}

.accordion-button:hover:not([aria-expanded=true]) {
    border-radius: 20px!important
}

@media (max-width: 991.98px) {
    .accordion-button>span:first-of-type {
        padding-right:4rem
    }
}

@media (max-width: 991.98px) {
    .accordion-button>span {
        font-size:1.625rem;
        line-height: 2rem
    }
}

.accordion-button:hover:not([aria-expanded=true]) {
    color: #fff
}

body.pkf-llp-site .accordion-button:hover:not([aria-expanded=true]) {
    background-color: #c9d44e;
    color: #1f2b50
}

body.pkf-financial-planning .accordion-button:hover:not([aria-expanded=true]) {
    background-color: #a42775
}

body.pkf-careers .accordion-button:hover:not([aria-expanded=true]) {
    background-color: #1f2b50
}

.accordion-button:hover:not([aria-expanded=true]) .button-status span {
    color: #fff
}

body.pkf-llp-site .accordion-button:hover:not([aria-expanded=true]) .button-status span {
    color: #1f2b50
}

.accordion-button:after {
    content: none
}

.accordion-button[aria-expanded=true][type=button] {
    background-color: transparent
}

.accordion-button[aria-expanded=true][type=button] .button-status span:first-child {
    display: none
}

.accordion-button[aria-expanded=true][type=button] .button-status span:last-child {
    display: block
}

.accordion-button .button-status {
    position: absolute;
    right: 4.5rem;
    top: 50%
}

@media (min-width: 992px) {
    .accordion-button .button-status {
        right:5.8125rem
    }
}

.accordion-button .button-status span {
    color: #1f2b50;
    font-size: 1.125rem;
    left: 0;
    position: absolute;
    right: -12px;
    text-decoration: solid 1px underline currentColor;
    top: 0;
    translate: -50% -50%
}

body.pkf-financial-planning .accordion-button .button-status span {
    color: #38093c
}

.accordion-button .button-status span:last-child {
    display: none
}

.accordion-body {
    padding: 0 1.5rem 1.5rem
}

@media (min-width: 1200px) {
    .accordion-body {
        padding:0 3rem 3rem
    }
}

body.pkf-financial-planning .accordion-body {
    color: #38093c
}

.accordion-collapse {
    scroll-margin-top: 18.75rem
}

@media (min-width: 768px) {
    .accordion-collapse {
        scroll-margin-top:12.5rem
    }
}

body.wp-admin .accordion .accordion-collapse {
    margin-top: 1.5rem
}

.card-slider {
    overflow: hidden
}

.card-slider .swiper {
    overflow: visible
}

.card-slider .swiper:not(:first-child),.card-slider .swiper-controls:not(:first-child) .swiper-pagination,.card-slider .swiper-controls:not(:first-child) .swiper-arrow {
    margin-top: 1.5rem
}

.card-slider .swiper-slide {
    height: auto
}

.card-slider .swiper-slide .card {
    height: 100%
}

.card-slider .swiper-controls {
    justify-content: stretch
}

.card-slider .swiper-pagination {
    flex-grow: 2;
    margin-left: 0
}

.card-slider .swiper-pagination:before {
    background-color: #f0f0f0;
    content: "";
    height: .0625rem;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 100%
}

.card-slider .swiper-pagination .swiper-pagination-bullet {
    flex-grow: 1;
    top: -.125rem
}

.card-slider .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #1f2b50;
    border-color: transparent;
    border-radius: 0;
    height: .3125rem;
    width: 100%
}

.card-slider .swiper-pagination .swiper-pagination-bullet-active~.swiper-pagination-bullet:before {
    background-color: transparent
}

.card-slider .swiper-pagination .swiper-pagination-bullet-active~.swiper-pagination-bullet:hover:before {
    background-color: #1f2b50
}

.card-slider .swiper-buttons {
    flex-shrink: 0;
    margin-right: 0
}

.social-list,.share-list {
    column-gap: .5rem
}

@media (min-width: 768px) {
    .social-list,.share-list {
        column-gap:1rem
    }
}

.social-list li a,.share-list li a {
    background-color: #fff;
    color: #1f2b50;
    border-radius: 50%;
    font-size: 1.375rem;
    height: 2.5rem;
    padding: .5625rem;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
    width: 2.5rem
}

.social-list li a .ico,.share-list li a .ico {
    transition: color .2s ease-in-out
}

.social-list li a .ico.icon-envelope,.share-list li a .ico.icon-envelope {
    font-size: 1rem
}

.social-list li a:hover,.share-list li a:hover {
    background-color: #c9d44e
}

body.pkf-careers .social-list li a:hover,body.pkf-careers .share-list li a:hover {
    background-color: #ef8f21
}

body.pkf-financial-planning .social-list li a:hover,body.pkf-financial-planning .share-list li a:hover {
    background-color: #bf388c
}

body.pkf-financial-planning .social-list li a:hover .ico,body.pkf-financial-planning .share-list li a:hover .ico {
    color: #fff
}

.social-list li a .ico.icon-linkedin2,.share-list li a .ico.icon-linkedin2 {
    translate: 1px -2px
}

.image-text.bg-brand-primary,.video-text.bg-brand-primary,.cta.bg-brand-primary {
    background-color: transparent
}

body.wp-admin .image-text.bg-brand-primary,body.wp-admin .video-text.bg-brand-primary,body.wp-admin .cta.bg-brand-primary {
    background-color: #fff!important
}

.image-text.bg-brand-primary:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-brand-primary:not(.bg-llp-grey) .bg-wrapper,.cta.bg-brand-primary:not(.bg-llp-grey) .bg-wrapper {
    background-color: #1f2b50
}

.image-text.bg-llp-blue,body.pkf-llp-site .image-text.hero,.video-text.bg-llp-blue,body.pkf-llp-site .video-text.hero,.cta.bg-llp-blue,body.pkf-llp-site .cta.hero {
    background-color: transparent
}

body.wp-admin .image-text.bg-llp-blue,body.wp-admin body.pkf-llp-site .image-text.hero,body.pkf-llp-site body.wp-admin .image-text.hero,body.wp-admin .video-text.bg-llp-blue,body.wp-admin body.pkf-llp-site .video-text.hero,body.pkf-llp-site body.wp-admin .video-text.hero,body.wp-admin .cta.bg-llp-blue,body.wp-admin body.pkf-llp-site .cta.hero,body.pkf-llp-site body.wp-admin .cta.hero {
    background-color: #fff!important
}

.image-text.bg-llp-blue:not(.bg-llp-grey) .bg-wrapper,body.pkf-llp-site .image-text.hero:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-llp-blue:not(.bg-llp-grey) .bg-wrapper,body.pkf-llp-site .video-text.hero:not(.bg-llp-grey) .bg-wrapper,.cta.bg-llp-blue:not(.bg-llp-grey) .bg-wrapper,body.pkf-llp-site .cta.hero:not(.bg-llp-grey) .bg-wrapper {
    background-color: #1f2b50
}

.image-text.bg-llp-red,.video-text.bg-llp-red,.cta.bg-llp-red {
    background-color: transparent
}

body.wp-admin .image-text.bg-llp-red,body.wp-admin .video-text.bg-llp-red,body.wp-admin .cta.bg-llp-red {
    background-color: #fff!important
}

.image-text.bg-llp-red:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-llp-red:not(.bg-llp-grey) .bg-wrapper,.cta.bg-llp-red:not(.bg-llp-grey) .bg-wrapper {
    background-color: #db323d
}

.image-text.bg-llp-grey,.video-text.bg-llp-grey,.cta.bg-llp-grey {
    background-color: transparent
}

body.wp-admin .image-text.bg-llp-grey,body.wp-admin .video-text.bg-llp-grey,body.wp-admin .cta.bg-llp-grey {
    background-color: #fff!important
}

.image-text.bg-llp-grey:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-llp-grey:not(.bg-llp-grey) .bg-wrapper,.cta.bg-llp-grey:not(.bg-llp-grey) .bg-wrapper {
    background-color: #f0f0f0
}

.image-text.bg-careers-purple,body.pkf-careers .image-text.hero,.video-text.bg-careers-purple,body.pkf-careers .video-text.hero,.cta.bg-careers-purple,body.pkf-careers .cta.hero {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-purple,body.wp-admin body.pkf-careers .image-text.hero,body.pkf-careers body.wp-admin .image-text.hero,body.wp-admin .video-text.bg-careers-purple,body.wp-admin body.pkf-careers .video-text.hero,body.pkf-careers body.wp-admin .video-text.hero,body.wp-admin .cta.bg-careers-purple,body.wp-admin body.pkf-careers .cta.hero,body.pkf-careers body.wp-admin .cta.hero {
    background-color: #fff!important
}

.image-text.bg-careers-purple:not(.bg-llp-grey) .bg-wrapper,body.pkf-careers .image-text.hero:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-purple:not(.bg-llp-grey) .bg-wrapper,body.pkf-careers .video-text.hero:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-purple:not(.bg-llp-grey) .bg-wrapper,body.pkf-careers .cta.hero:not(.bg-llp-grey) .bg-wrapper {
    background-color: #1f2b50
}

.image-text.bg-careers-pink,.video-text.bg-careers-pink,.cta.bg-careers-pink {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-pink,body.wp-admin .video-text.bg-careers-pink,body.wp-admin .cta.bg-careers-pink {
    background-color: #fff!important
}

.image-text.bg-careers-pink:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-pink:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-pink:not(.bg-llp-grey) .bg-wrapper {
    background-color: #cd516c
}

.image-text.bg-careers-dark-orange,.video-text.bg-careers-dark-orange,.cta.bg-careers-dark-orange {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-dark-orange,body.wp-admin .video-text.bg-careers-dark-orange,body.wp-admin .cta.bg-careers-dark-orange {
    background-color: #fff!important
}

.image-text.bg-careers-dark-orange:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-dark-orange:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-dark-orange:not(.bg-llp-grey) .bg-wrapper {
    background-color: #ca4c12
}

.image-text.bg-careers-yellow,.video-text.bg-careers-yellow,.cta.bg-careers-yellow {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-yellow,body.wp-admin .video-text.bg-careers-yellow,body.wp-admin .cta.bg-careers-yellow {
    background-color: #fff!important
}

.image-text.bg-careers-yellow:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-yellow:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-yellow:not(.bg-llp-grey) .bg-wrapper {
    background-color: #ffce34
}

.image-text.bg-primary-10,.video-text.bg-primary-10,.cta.bg-primary-10 {
    background-color: transparent
}

body.wp-admin .image-text.bg-primary-10,body.wp-admin .video-text.bg-primary-10,body.wp-admin .cta.bg-primary-10 {
    background-color: #fff!important
}

.image-text.bg-primary-10:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-primary-10:not(.bg-llp-grey) .bg-wrapper,.cta.bg-primary-10:not(.bg-llp-grey) .bg-wrapper {
    background-color: hsl(from #004F9E h s l/10%)
}

.image-text.bg-llp-red-10,.video-text.bg-llp-red-10,.cta.bg-llp-red-10 {
    background-color: transparent
}

body.wp-admin .image-text.bg-llp-red-10,body.wp-admin .video-text.bg-llp-red-10,body.wp-admin .cta.bg-llp-red-10 {
    background-color: #fff!important
}

.image-text.bg-llp-red-10:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-llp-red-10:not(.bg-llp-grey) .bg-wrapper,.cta.bg-llp-red-10:not(.bg-llp-grey) .bg-wrapper {
    background-color: hsl(from #DB323D h s l/10%)
}

.image-text.bg-primary-80,.video-text.bg-primary-80,.cta.bg-primary-80 {
    background-color: transparent
}

body.wp-admin .image-text.bg-primary-80,body.wp-admin .video-text.bg-primary-80,body.wp-admin .cta.bg-primary-80 {
    background-color: #fff!important
}

.image-text.bg-primary-80:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-primary-80:not(.bg-llp-grey) .bg-wrapper,.cta.bg-primary-80:not(.bg-llp-grey) .bg-wrapper {
    background-color: #1f2b50cc
}

.image-text.bg-llp-red-80,.video-text.bg-llp-red-80,.cta.bg-llp-red-80 {
    background-color: transparent
}

body.wp-admin .image-text.bg-llp-red-80,body.wp-admin .video-text.bg-llp-red-80,body.wp-admin .cta.bg-llp-red-80 {
    background-color: #fff!important
}

.image-text.bg-llp-red-80:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-llp-red-80:not(.bg-llp-grey) .bg-wrapper,.cta.bg-llp-red-80:not(.bg-llp-grey) .bg-wrapper {
    background-color: #db323dcc
}

.image-text.bg-careers-purple-10,.video-text.bg-careers-purple-10,.cta.bg-careers-purple-10 {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-purple-10,body.wp-admin .video-text.bg-careers-purple-10,body.wp-admin .cta.bg-careers-purple-10 {
    background-color: #fff!important
}

.image-text.bg-careers-purple-10:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-purple-10:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-purple-10:not(.bg-llp-grey) .bg-wrapper {
    background-color: hsl(from #5A3774 h s l/10%)
}

.image-text.bg-careers-purple-80,.video-text.bg-careers-purple-80,.cta.bg-careers-purple-80 {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-purple-80,body.wp-admin .video-text.bg-careers-purple-80,body.wp-admin .cta.bg-careers-purple-80 {
    background-color: #fff!important
}

.image-text.bg-careers-purple-80:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-purple-80:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-purple-80:not(.bg-llp-grey) .bg-wrapper {
    background-color: #5a3774cc
}

.image-text.bg-bg-teal-20,.video-text.bg-bg-teal-20,.cta.bg-bg-teal-20 {
    background-color: transparent
}

body.wp-admin .image-text.bg-bg-teal-20,body.wp-admin .video-text.bg-bg-teal-20,body.wp-admin .cta.bg-bg-teal-20 {
    background-color: #fff!important
}

.image-text.bg-bg-teal-20:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-bg-teal-20:not(.bg-llp-grey) .bg-wrapper,.cta.bg-bg-teal-20:not(.bg-llp-grey) .bg-wrapper {
    background-color: #00a8dc33
}

.image-text.bg-careers-orange,.video-text.bg-careers-orange,.cta.bg-careers-orange {
    background-color: transparent
}

body.wp-admin .image-text.bg-careers-orange,body.wp-admin .video-text.bg-careers-orange,body.wp-admin .cta.bg-careers-orange {
    background-color: #fff!important
}

.image-text.bg-careers-orange:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-careers-orange:not(.bg-llp-grey) .bg-wrapper,.cta.bg-careers-orange:not(.bg-llp-grey) .bg-wrapper {
    background-color: #ef8f21
}

.image-text.bg-llp-green,.video-text.bg-llp-green,.cta.bg-llp-green {
    background-color: transparent
}

body.wp-admin .image-text.bg-llp-green,body.wp-admin .video-text.bg-llp-green,body.wp-admin .cta.bg-llp-green {
    background-color: #fff!important
}

.image-text.bg-llp-green:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-llp-green:not(.bg-llp-grey) .bg-wrapper,.cta.bg-llp-green:not(.bg-llp-grey) .bg-wrapper {
    background-color: #c9d44e
}

.image-text.bg-financial-light-purple,.video-text.bg-financial-light-purple,.cta.bg-financial-light-purple {
    background-color: transparent
}

body.wp-admin .image-text.bg-financial-light-purple,body.wp-admin .video-text.bg-financial-light-purple,body.wp-admin .cta.bg-financial-light-purple {
    background-color: #fff!important
}

.image-text.bg-financial-light-purple:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-financial-light-purple:not(.bg-llp-grey) .bg-wrapper,.cta.bg-financial-light-purple:not(.bg-llp-grey) .bg-wrapper {
    background-color: #bf388c
}

.image-text.bg-financial-dark-purple,.video-text.bg-financial-dark-purple,.cta.bg-financial-dark-purple {
    background-color: transparent
}

body.wp-admin .image-text.bg-financial-dark-purple,body.wp-admin .video-text.bg-financial-dark-purple,body.wp-admin .cta.bg-financial-dark-purple {
    background-color: #fff!important
}

.image-text.bg-financial-dark-purple:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-financial-dark-purple:not(.bg-llp-grey) .bg-wrapper,.cta.bg-financial-dark-purple:not(.bg-llp-grey) .bg-wrapper {
    background-color: #38093c
}

.image-text.bg-financial-med-purple,.video-text.bg-financial-med-purple,.cta.bg-financial-med-purple {
    background-color: transparent
}

body.wp-admin .image-text.bg-financial-med-purple,body.wp-admin .video-text.bg-financial-med-purple,body.wp-admin .cta.bg-financial-med-purple {
    background-color: #fff!important
}

.image-text.bg-financial-med-purple:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-financial-med-purple:not(.bg-llp-grey) .bg-wrapper,.cta.bg-financial-med-purple:not(.bg-llp-grey) .bg-wrapper {
    background-color: #a42775
}

.image-text.bg-financial-dark-purple-80,.video-text.bg-financial-dark-purple-80,.cta.bg-financial-dark-purple-80 {
    background-color: transparent
}

body.wp-admin .image-text.bg-financial-dark-purple-80,body.wp-admin .video-text.bg-financial-dark-purple-80,body.wp-admin .cta.bg-financial-dark-purple-80 {
    background-color: #fff!important
}

.image-text.bg-financial-dark-purple-80:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-financial-dark-purple-80:not(.bg-llp-grey) .bg-wrapper,.cta.bg-financial-dark-purple-80:not(.bg-llp-grey) .bg-wrapper {
    background-color: #38093ccc
}

.image-text.bg-natural-stone-bg,.video-text.bg-natural-stone-bg,.cta.bg-natural-stone-bg {
    background-color: transparent
}

body.wp-admin .image-text.bg-natural-stone-bg,body.wp-admin .video-text.bg-natural-stone-bg,body.wp-admin .cta.bg-natural-stone-bg {
    background-color: #fff!important
}

.image-text.bg-natural-stone-bg:not(.bg-llp-grey) .bg-wrapper,.video-text.bg-natural-stone-bg:not(.bg-llp-grey) .bg-wrapper,.cta.bg-natural-stone-bg:not(.bg-llp-grey) .bg-wrapper {
    background-color: #f2efe7
}

.breadcrumbs {
    padding: .625rem 0
}

body.pkf-llp-site .breadcrumbs {
    background-color: #c9d44ee5
}

body.pkf-financial-planning .breadcrumbs {
    background-color: #bf388ce5
}

body.pkf-careers .breadcrumbs {
    background-color: #ef8f21e5
}

.breadcrumbs ul li a {
    color: #1f2b50
}

body.pkf-financial-planning .breadcrumbs ul li a {
    color: #fff
}

.breadcrumbs ul li span {
    display: inline-block;
    color: #1f2b50
}

body.pkf-financial-planning .breadcrumbs ul li span {
    color: #fff
}

.breadcrumbs ul li span span:first-child a {
    font-weight: 700
}

.breadcrumbs ul li span span a:hover {
    text-decoration-thickness: 2px
}

.breadcrumbs ul li span span.ico {
    margin-left: .25rem;
    margin-right: .25rem
}

.breadcrumbs ul li .ico {
    color: #1f2b50;
    font-size: .3125rem;
    rotate: -90deg;
    translate: 0 -3px
}

body.pkf-financial-planning .breadcrumbs ul li .ico {
    color: #fff
}

.breadcrumbs ul li .breadcrumb_last {
    color: #1f2b50
}

body.pkf-financial-planning .breadcrumbs ul li .breadcrumb_last {
    color: #fff
}

.card {
    container-type: inline-size;
    container-name: card-body
}

.card--feed {
    background-color: transparent;
    border-radius: 0
}

.card--feed figure img {
    aspect-ratio: 4/3;
    border-radius: 10px;
    object-fit: cover
}

.card--feed h2,.card--feed .h2 {
    margin-bottom: 1.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

body.pkf-financial-planning .card--feed h2,body.pkf-financial-planning .card--feed .h2 {
    color: #38093c
}

.card--feed p {
    margin-bottom: 1.3125rem
}

.card--feed p.card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.card--feed a.btn-link,.card--feed .gfield--type-fileupload:not(:has(.gform_drop_area)) a.ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card--feed a.ginput_container_fileupload:after {
    margin-right: 0
}

body.pkf-financial-planning .card--feed h2,body.pkf-financial-planning .card--feed .h2,body.pkf-financial-planning .card--feed p,body.pkf-financial-planning .card--feed a {
    color: #38093c
}

.card--feed:not(.card--people) figure:before,.card--small figure:before {
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity .3s,visibility .3s
}

body.pkf-llp-site .card--feed:not(.card--people) figure:before,body.pkf-llp-site .card--small figure:before {
    background: linear-gradient(0deg,#1f2b50 0%,#1f2b50 100%)
}

body.pkf-financial-planning .card--feed:not(.card--people) figure:before,body.pkf-financial-planning .card--small figure:before {
    content: none
}

body.pkf-careers .card--feed:not(.card--people) figure:before,body.pkf-careers .card--small figure:before {
    background: linear-gradient(0deg,rgba(31,43,80,.3),rgba(31,43,80,.3))
}

.img-greyscale .card--feed:not(.card--people) figure:before,.img-greyscale .card--small figure:before {
    content: none
}

.card--feed:not(.card--people) figure,.card--small figure {
    position: relative
}

.card--feed:not(.card--people) figure img,.card--small figure img {
    border-radius: 10px
}

.card--feed:not(.card--podcast-single):not(.card--people):hover figure:before,.card--small:hover figure:before {
    opacity: 0
}

.card--feed:not(.card--podcast-single) h2,.card--feed:not(.card--podcast-single) .h2 {
    margin-bottom: 1.0625rem
}

.card--feed:not(.card--podcast-single) h2:hover,.card--feed:not(.card--podcast-single) .h2:hover {
    text-decoration-color: currentColor
}

.card--feed:not(.card--podcast-single) figure img {
    aspect-ratio: 16/9;
    object-fit: cover
}

.card--people {
    background-color: #f2efe7;
    border-radius: 20px;
    padding: 1.5rem 1.5rem 0;
    text-align: center
}

.card--people figure.card-img-wrapper img {
    height: 12.5rem;
    object-fit: contain;
    width: 14.375rem
}

.card--podcast-single {
    background-color: #f2efe7;
    border-radius: 20px;
    cursor: initial;
    padding: 1.5rem 1.5rem 0
}

.card--podcast-single .podcast-buttons {
    margin-top: 1.25rem
}

@media (min-width: 768px) {
    .card--podcast-single .podcast-buttons {
        max-width:32.75rem
    }
}

.card--podcast-single iframe {
    margin-top: 1.5rem;
    height: 12.5rem;
    width: 100%
}

.card--small {
    background-color: transparent;
    border-radius: 0
}

.card--small:not(:first-child) {
    margin-top: 2.125rem
}

.card--small figure img {
    height: 5.6875rem;
    object-fit: cover
}

.card--small h3,.card--small .h3 {
    margin-bottom: .3125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.card--small p {
    margin-bottom: 1.1875rem
}

.card--author {
    background-color: #f2efe7;
    border-radius: 20px;
    padding: .75rem 1rem
}

.card--author:not(:first-child) {
    margin-top: 1.5rem
}

.card--author .card-body {
    align-items: center;
    flex-direction: row;
    gap: 1rem
}

@container card-body (max-width: 495px) {
    .card--author .card-body {
        align-items: start;
        flex-direction: column
    }
}

.card--author img {
    height: 5rem;
    margin-right: 1rem;
    object-fit: contain;
    width: 5rem
}

.card--author .card-text span {
    font-size: 1.125rem
}

body.pkf-financial-planning .card--author .card-text span {
    color: #38093c
}

.card--author .btn-link,.card--author input[type=submit],.card--author .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .card--author button,.card--author .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .card--author .ginput_container_fileupload:after {
    margin: 0!important
}

.people-stories .swiper-controls .swiper-pagination-bullet:before,.careers-feed .swiper-controls .swiper-pagination-bullet:before,.image-gallery .swiper-controls .swiper-pagination-bullet:before,.logo-carousel .swiper-controls .swiper-pagination-bullet:before,.blog-reel .swiper-controls .swiper-pagination-bullet:before,.testimonial-feed .swiper-controls .swiper-pagination-bullet:before,.featured-posts .swiper-controls .swiper-pagination-bullet:before {
    background-color: #1f2b50
}

body.pkf-financial-planning .people-stories .swiper-controls .swiper-pagination-bullet:before,body.pkf-financial-planning .careers-feed .swiper-controls .swiper-pagination-bullet:before,body.pkf-financial-planning .image-gallery .swiper-controls .swiper-pagination-bullet:before,body.pkf-financial-planning .logo-carousel .swiper-controls .swiper-pagination-bullet:before,body.pkf-financial-planning .blog-reel .swiper-controls .swiper-pagination-bullet:before,body.pkf-financial-planning .testimonial-feed .swiper-controls .swiper-pagination-bullet:before,body.pkf-financial-planning .featured-posts .swiper-controls .swiper-pagination-bullet:before {
    background-color: #38093c;
    border-color: #38093c
}

body.pkf-llp-site .people-stories .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .people-stories .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-llp-site .careers-feed .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .careers-feed .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-llp-site .image-gallery .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .image-gallery .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-llp-site .logo-carousel .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .logo-carousel .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-llp-site .blog-reel .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .blog-reel .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-llp-site .testimonial-feed .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .testimonial-feed .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-llp-site .featured-posts .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-llp-site .featured-posts .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #c9d44e
}

body.pkf-financial-planning .people-stories .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .people-stories .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-financial-planning .careers-feed .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .careers-feed .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-financial-planning .image-gallery .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .image-gallery .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-financial-planning .logo-carousel .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .logo-carousel .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-financial-planning .blog-reel .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .blog-reel .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-financial-planning .testimonial-feed .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .testimonial-feed .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-financial-planning .featured-posts .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-financial-planning .featured-posts .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #bf388c
}

body.pkf-careers .people-stories .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .people-stories .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-careers .careers-feed .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .careers-feed .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-careers .image-gallery .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .image-gallery .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-careers .logo-carousel .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .logo-carousel .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-careers .blog-reel .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .blog-reel .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-careers .testimonial-feed .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .testimonial-feed .swiper-controls .swiper-pagination-bullet-active:before,body.pkf-careers .featured-posts .swiper-controls .swiper-pagination-bullet:hover:before,body.pkf-careers .featured-posts .swiper-controls .swiper-pagination-bullet-active:before {
    background-color: #ef8f21
}

.people-stories .swiper-controls,.careers-feed .swiper-controls,.image-gallery .swiper-controls,.logo-carousel .swiper-controls,.blog-reel .swiper-controls,.testimonial-feed .swiper-controls,.featured-posts .swiper-controls {
    margin-top: 1.5rem
}

.placeholder-404-spacing {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
}

@media (min-width: 992px) {
    .placeholder-404-spacing {
        padding-bottom:18.75rem;
        padding-top: 18.75rem
    }
}

.single-person .column-content:not(:has(.person-details)) p,.single-person .column-content:not(:has(.person-details)) span {
    color: #1f2b50!important
}

body.pkf-financial-planning.single-person .column-content:not(:has(.person-details)) p,body.pkf-financial-planning.single-person .column-content:not(:has(.person-details)) span {
    color: #38093c!important
}

.single-person .two-col-text .columns-block-row .column-content h1 img,.single-person .two-col-text .columns-block-row .column-content .h1 img,.single-person .two-col-text .columns-block-row .column-content h2 img,.single-person .two-col-text .columns-block-row .column-content .h2 img,.single-person .two-col-text .columns-block-row .column-content h3 img,.single-person .two-col-text .columns-block-row .column-content .h3 img,.single-person .two-col-text .columns-block-row .column-content h4 img,.single-person .two-col-text .columns-block-row .column-content .h4 img,.single-person .two-col-text .columns-block-row .column-content h5 img,.single-person .two-col-text .columns-block-row .column-content .h5 img,.single-person .two-col-text .columns-block-row .column-content h6 img,.single-person .two-col-text .columns-block-row .column-content .h6 img,.single-person .two-col-text .columns-block-row .column-content .gform_validation_errors .gform_submission_error img,.gform_validation_errors .single-person .two-col-text .columns-block-row .column-content .gform_submission_error img,.single-person .two-col-text .columns-block-row .column-content p img,.single-people_story .two-col-text .columns-block-row .column-content h1 img,.single-people_story .two-col-text .columns-block-row .column-content .h1 img,.single-people_story .two-col-text .columns-block-row .column-content h2 img,.single-people_story .two-col-text .columns-block-row .column-content .h2 img,.single-people_story .two-col-text .columns-block-row .column-content h3 img,.single-people_story .two-col-text .columns-block-row .column-content .h3 img,.single-people_story .two-col-text .columns-block-row .column-content h4 img,.single-people_story .two-col-text .columns-block-row .column-content .h4 img,.single-people_story .two-col-text .columns-block-row .column-content h5 img,.single-people_story .two-col-text .columns-block-row .column-content .h5 img,.single-people_story .two-col-text .columns-block-row .column-content h6 img,.single-people_story .two-col-text .columns-block-row .column-content .h6 img,.single-people_story .two-col-text .columns-block-row .column-content .gform_validation_errors .gform_submission_error img,.gform_validation_errors .single-people_story .two-col-text .columns-block-row .column-content .gform_submission_error img,.single-people_story .two-col-text .columns-block-row .column-content p img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .single,.page {
        position:relative
    }

    .single:before,.single:after,.page:before,.page:after {
        content: "";
        position: fixed;
        z-index: -1
    }

    .single:after,.page:after {
        background: url(../images/decorations/phase-3-pattern.svg) no-repeat;
        height: 102.375rem;
        right: -590px;
        top: -148px;
        width: 71.8125rem;
        transform: rotate(12.259deg);
        opacity: .8
    }
}

.single img+p,.page img+p {
    margin-top: 1.5rem
}

@media (min-width: 992px) {
    .single:not(.single-location) section.hero {
        margin-bottom:1.25rem
    }
}

@media (min-width: 992px) {
    .single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container .columns-block-row {
        justify-content:center
    }
}

@media (min-width: 992px) {
    .single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container .columns-block-row .column-content:not(.bullet-card-grid .column-content) {
        width:83.33333333%
    }
}

@media (min-width: 1200px) {
    .single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container .columns-block-row .column-content:not(.bullet-card-grid .column-content) {
        width:66.66666667%
    }
}

.single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container .columns-block-row .column-content:not(.bullet-card-grid .column-content) img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container:has(.image-gallery__grid-wrapper) .image-gallery__grid-wrapper,.single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container:has(.image-gallery__grid-wrapper) .logo-block-intro {
        margin:0 auto;
        width: 83.33333333%
    }
}

@media (min-width: 1200px) {
    .single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container:has(.image-gallery__grid-wrapper) .image-gallery__grid-wrapper,.single:not(.single-location) section:not(.hero):not(.form-block):not(:has(.swiper)):not(.testimonial):not(.cta-block) .container:has(.image-gallery__grid-wrapper) .logo-block-intro {
        width:66.66666667%
    }
}

.single:not(.single-location) section.testimonial .container .column-content .testimonial-feed .container .testimonial-feed__row {
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {
    .single:not(.single-location) section.testimonial .container .column-content .testimonial-feed .container .testimonial-feed__row .testimonial-item {
        margin:0 auto;
        width: 83.33333333%
    }
}

@media (min-width: 1200px) {
    .single:not(.single-location) section.testimonial .container .column-content .testimonial-feed .container .testimonial-feed__row .testimonial-item {
        width:66.66666667%
    }
}

@media (min-width: 992px) {
    .single:not(.single-location) section.bullet-card-grid .bg-wrapper,.single:not(.single-location) section.block-image-video-text .bg-wrapper,.single:not(.single-location) section.cta-block .bg-wrapper {
        margin:0 auto;
        width: 83.33333333%
    }
}

@media (min-width: 1200px) {
    .single:not(.single-location) section.bullet-card-grid .bg-wrapper,.single:not(.single-location) section.block-image-video-text .bg-wrapper,.single:not(.single-location) section.cta-block .bg-wrapper {
        width:66.66666667%
    }
}

@media (min-width: 992px) {
    .single:not(.single-location) section.bullet-card-grid .block-intro {
        margin-left:auto;
        margin-right: auto;
        width: 83.33333333%
    }

    .single:not(.single-location) section.bullet-card-grid .block-intro .col-lg-10 {
        padding-left: 0
    }

    .single:not(.single-location) section.bullet-card-grid .block-intro .col-lg-2 {
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .single:not(.single-location) section.bullet-card-grid .block-intro {
        width:66.66666667%
    }
}

.single:not(.single-location) section.block:not(.hero)+section.block:not(.form-block):not(.blog-reel):not(:has(.podcast-buttons)):not(:has(.single-podcast)):not(:has(.single-podcast) + .block) {
    padding-top: 0!important
}

.single:not(.single-location) section.block:not(.hero).testimonial .testimonial-feed {
    padding-top: 0
}

.post-type-archive .hero+.archive-section {
    padding-top: 1.5rem
}

@media (min-width: 768px) {
    .post-type-archive .hero+.archive-section {
        padding-top:2.25rem
    }
}

@media (min-width: 992px) {
    .post-type-archive .hero+.archive-section {
        padding-top:3rem
    }
}

.post-type-archive.pkf-financial-planning .archive-filters .input-group input {
    border-color: #bf388c
}

.post-type-archive.pkf-financial-planning .archive-filters .input-group input:focus {
    box-shadow: inset 0 0 0 1px #bf388c
}

.post-type-archive.pkf-financial-planning .archive-filters .input-group button {
    background-color: #bf388c;
    color: #fff
}

.post-type-archive.pkf-financial-planning .archive-filters .input-group button:hover {
    background-color: #fff;
    color: #bf388c
}

.post-type-archive.pkf-careers .archive-filters .input-group button {
    background-color: #ef8f21
}

.post-type-archive.pkf-careers .archive-filters .input-group button:hover {
    color: #ef8f21
}

.post-type-archive .archive-filters {
    margin-bottom: 2.5rem
}

.post-type-archive .archive-filters-reset {
    display: inline-block;
    margin-top: 1.5rem
}

.post-type-archive .archive-filters-reset:hover {
    text-decoration-thickness: 2px
}

.post-type-archive .archive-filters-fields {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(1,1fr)
}

@media (min-width: 768px) {
    .post-type-archive .archive-filters-fields {
        grid-template-columns:repeat(2,1fr)
    }

    body.pkf-careers.post-type-archive-people_story .post-type-archive .archive-filters-fields {
        grid-template-columns: repeat(3,1fr)
    }
}

.post-type-archive .archive-filters-fields .input-group strong,.post-type-archive .archive-filters-fields .dropdown strong,.post-type-archive .archive-filters-fields .form-field label {
    margin-bottom: .3125rem
}

body.pkf-careers .post-type-archive .archive-filters-fields .input-group {
    background-color: #ef8f21
}

.post-type-archive .archive-filters-fields .input-group input {
    border: solid 1px #1f2b50;
    height: 100%;
    padding: 1.25rem
}

.post-type-archive .archive-filters-fields .input-group button {
    align-items: center;
    background-color: #c9d44e;
    border-radius: 30px;
    color: #1f2b50;
    display: flex;
    height: 100%;
    margin: 0 0 0 .75rem;
    padding: .25rem 1.25rem .25rem .25rem
}

.post-type-archive .archive-filters-fields .input-group button:hover {
    background-color: #1f2b50;
    color: #c9d44e
}

.post-type-archive .archive-filters-fields .input-group button strong {
    margin: .75rem
}

.post-type-archive .archive-filters-fields .dropdown {
    width: 100%
}

.post-type-archive .archive-filters-fields .dropdown strong {
    font-size: 1.125rem
}

.post-type-archive .archive-filters-fields .dropdown-toggle {
    appearance: none;
    background-color: #f2efe7;
    border: 1px solid #f2efe7;
    border-radius: 10px;
    color: #1f2b50;
    font-size: 1.125rem;
    padding: 1.125rem;
    text-align: start;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    width: 100%
}

.post-type-archive .archive-filters-fields .dropdown-toggle:after {
    content: none
}

.post-type-archive .archive-filters-fields .dropdown-toggle span.ico {
    font-size: .5rem
}

.post-type-archive .archive-filters-fields .dropdown-toggle:hover {
    background-color: #d7d4cb;
    box-shadow: inset 0 0 0 .5px #d7d4cb
}

.post-type-archive .archive-filters-fields .dropdown-menu {
    border-radius: 10px;
    max-height: 28.125rem;
    overflow-y: scroll;
    width: 100%
}

.post-type-archive .archive-filters-fields .dropdown-menu li a {
    font-size: 1.125rem;
    padding: .75rem;
    transition: background-color .2s ease-in-out;
    white-space: inherit
}

.post-type-archive .archive-filters-fields .dropdown-menu li a.active {
    background-color: #db323d;
    color: #1f2b50
}

.post-type-archive .archive-filters-fields .dropdown-menu li a:hover {
    background-color: #f2efe7
}

@media (min-width: 992px) {
    .post-type-archive .archive-filters.insights-search-form .archive-filters-fields {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (min-width: 1200px) {
    .post-type-archive .archive-filters.insights-search-form .archive-filters-fields {
        grid-template-columns:repeat(5,1fr)
    }
}

.post-type-archive .archive-results {
    padding-bottom: 1.5rem
}

@media (min-width: 768px) {
    .post-type-archive .archive-results {
        padding-bottom:2.25rem
    }
}

@media (min-width: 992px) {
    .post-type-archive .archive-results {
        padding-bottom:3rem
    }
}

.post-type-archive .archive-results .grid-cards-wrapper {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(1,1fr)
}

@media (min-width: 768px) {
    .post-type-archive .archive-results .grid-cards-wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (min-width: 992px) {
    .post-type-archive .archive-results .grid-cards-wrapper {
        grid-template-columns:repeat(3,1fr)
    }
}

.post-type-archive .card--podcast-single:not(:first-child) {
    margin-top: 2rem
}

.site-search {
    background-color: #f2efe7
}

@media (min-width: 992px) {
    .site-search {
        padding:3.5rem 0
    }
}

.site-search h1,.site-search .h1 {
    margin-bottom: 1.3125rem
}

.site-search form .input-group {
    gap: 1.5rem
}

.site-search form .input-group .site-search-submit {
    align-items: center;
    background-color: #c9d44e;
    border-radius: 30px;
    color: #1f2b50;
    display: flex;
    margin: 0
}

body.pkf-financial-planning .site-search form .input-group .site-search-submit {
    background-color: #bf388c;
    color: #fff
}

.site-search form .input-group .site-search-submit:hover {
    background-color: #1f2b50;
    color: #fff
}

body.pkf-financial-planning .site-search form .input-group .site-search-submit:hover {
    background-color: #38093c
}

@media (max-width: 767.98px) {
    .site-search form .input-group .site-search-submit {
        display:flex;
        justify-content: center;
        width: 100%
    }
}

.site-search form .input-group .site-search-submit span:not(.ico)+span.ico {
    margin-left: .5rem
}

@media (min-width: 992px) {
    .site-search-details {
        padding-bottom:1.5rem
    }
}

.site-search-details .site-search-details__title {
    margin-bottom: 1.25rem
}

.site-search-details--noresults h2,.site-search-details--noresults .h2 {
    margin-bottom: 2rem
}

.site-search-details--noresults ul {
    list-style-position: inside;
    text-align: center
}

.site-search-details--noresults ul li:not(:first-child) {
    margin-top: .75rem
}

.site-search-cats {
    padding: 2rem 0
}

@media (min-width: 992px) {
    .site-search-cats {
        padding-bottom:1.5rem
    }
}

.site-search-cats .site-search-cats__ul {
    column-gap: 1.5rem;
    padding-top: 1.0625rem;
    row-gap: .75rem
}

@media (min-width: 992px) {
    .site-search-cats .site-search-cats__ul {
        column-gap:3rem
    }
}

.site-search-cats .site-search-cats__ul .cat-filter__item a {
    text-decoration-line: underline;
    text-decoration-color: #1f2b50;
    text-decoration-style: solid;
    text-decoration-thickness: 1px
}

.site-search-cats .site-search-cats__ul .cat-filter__item a:hover {
    text-decoration-thickness: 2px
}

body.pkf-financlai-planning .site-search-cats .site-search-cats__ul .cat-filter__item a {
    color: #38093c
}

.site-search-cats .site-search-cats__ul .cat-filter__item--current a {
    font-weight: 700
}

.search-results .pagination .prev {
    transform: translate(-65px)
}

@media (min-width: 992px) {
    .search-results .pagination .prev {
        transform:translate(-63px)
    }
}

@media (min-width: 992px) {
    .search-results .pagination .next {
        transform:translate(15px)
    }
}

.search-results-card:not(:first-child) {
    margin-top: 1.5rem
}

@media (min-width: 992px) {
    .search-results-card:not(:first-child) {
        margin-top:3rem
    }
}

.search-results-card:hover h3 a,.search-results-card:hover .h3 a {
    text-decoration-thickness: 4px
}

.search-results-card .search-results-card__cat {
    margin-bottom: 1rem
}

.search-results-card .search-results-card__body h3 a,.search-results-card .search-results-card__body .h3 a {
    font-size: inherit
}

body.pkf-financial-planning .site-search-cats *:not(.prev):not(.next),body.pkf-financial-planning .search-results *:not(.prev):not(.next) {
    color: #38093c
}

@media (min-width: 992px) {
    body.pkf-financial-planning .search-results .pagination .prev {
        transform:translate(-63px)
    }
}

@media (min-width: 992px) {
    body.pkf-financial-planning .search-results .pagination .next {
        transform:translate(15px)
    }
}

body.pkf-financial-planning .search-results .pagination .prev:hover,body.pkf-financial-planning .search-results .pagination .next:hover {
    background-color: #38093c
}

body.pkf-financial-planning .search-results .pagination .prev:hover:before,body.pkf-financial-planning .search-results .pagination .next:hover:before {
    color: #fff
}

.post-type-archive-tribe_events * {
    font-family: Poppins,Arial,sans-serif!important
}

.post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
    border: none!important
}

.post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button svg,.post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-view-selector__button.tribe-common-c-btn__clear svg {
    color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-events-bar__search-button svg path,.post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .tribe-events-c-view-selector__button.tribe-common-c-btn__clear svg path {
    fill: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-c-search__input-group {
    margin-right: 1.5rem
}

.post-type-archive-tribe_events .tribe-events-c-search__input-group svg {
    color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    appearance: none;
    background-color: #fff;
    border: 1px solid #1f2b50;
    border-radius: 10px;
    color: #1f2b50;
    padding: 1.125rem 1.125rem 1.125rem 2.5rem;
    text-align: start;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    width: 100%
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input::placeholder {
    color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-header .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden,.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    background-color: transparent;
    border: none;
    color: #1f2b50;
    font-size: 1.125rem!important;
    font-weight: 700;
    text-decoration: solid underline 1px;
    text-decoration-color: currentColor;
    transition: color .2s ease-in-out
}

.post-type-archive-tribe_events .tribe-events-header .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover,.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover {
    color: #db323d
}

.post-type-archive-tribe_events .tribe-events-header .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover svg path,.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover svg path,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover svg path,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover svg path {
    fill: #db323d
}

.post-type-archive-tribe_events .tribe-events-header .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden svg path,.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button svg path,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden svg path,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button svg path {
    fill: #1f2b50;
    transition: fill .2s ease-in-out
}

.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link {
    background-color: transparent;
    border-radius: 0;
    padding: 1rem .25rem
}

.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:after,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:after {
    content: none
}

.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text {
    color: #1f2b50;
    font-size: 1.125rem;
    text-decoration: solid underline 1px;
    text-decoration-color: transparent;
    transition: text-decoration-color .2s ease-in-out
}

.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover {
    background-color: transparent
}

.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text,.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item:hover .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text {
    text-decoration-color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__button,.post-type-archive-tribe_events .tribe-events button.tribe-events-c-search__button {
    background-color: #c9d44e;
    border-radius: 30px;
    color: #1f2b50;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem;
    text-align: center;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__button:hover,.post-type-archive-tribe_events .tribe-events button.tribe-events-c-search__button:hover {
    background-color: #1f2b50;
    color: #c9d44e
}

.post-type-archive-tribe_events .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link svg {
    color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link svg path {
    fill: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-c-top-bar__nav .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link[disabled] {
    opacity: .5
}

.post-type-archive-tribe_events .tribe-events-c-messages__message.tribe-events-c-messages__message--notice {
    background-color: hsl(from #004F9E h s l/10%);
    color: #1f2b50!important
}

.post-type-archive-tribe_events .tribe-events-calendar-list *:not(.btn-link):not(input[type=submit]),.post-type-archive-tribe_events .tribe-events-calendar-latest-past *:not(.btn-link):not(input[type=submit]) {
    color: #1f2b50!important
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.tribe-events-calendar-list__event .book-now a:not(.tribe-common-anchor--unstyle),.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-wrapper article.tribe-events-calendar-list__event .book-now a:not(.tribe-common-anchor--unstyle) {
    background-color: #c9d44e;
    border-radius: 30px;
    color: #1f2b50;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem!important;
    text-align: center;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.tribe-events-calendar-list__event .book-now a:not(.tribe-common-anchor--unstyle) span,.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-wrapper article.tribe-events-calendar-list__event .book-now a:not(.tribe-common-anchor--unstyle) span {
    color: inherit!important
}

.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper article.tribe-events-calendar-list__event .book-now a:not(.tribe-common-anchor--unstyle):hover,.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-wrapper article.tribe-events-calendar-list__event .book-now a:not(.tribe-common-anchor--unstyle):hover {
    background-color: #1f2b50;
    color: #fff
}

.post-type-archive-tribe_events .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__list-item :is(button,a) {
    color: #1f2b50;
    font-size: 1.125rem;
    text-decoration: solid underline 1px;
    text-decoration-color: transparent;
    transition: text-decoration-color .2s ease-in-out
}

.post-type-archive-tribe_events .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__list-item :is(button,a):hover {
    text-decoration-color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__list-item :is(button,a) svg {
    color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__list-item :is(button,a) svg path {
    fill: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
    appearance: none;
    background-color: #fff;
    border: 1px solid #1f2b50;
    border-radius: 10px;
    padding: 1.125rem;
    text-align: start;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out;
    width: 100%
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover,.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:focus,.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:focus-within {
    background-color: #f0f0f0
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button button {
    color: #1f2b50;
    font-size: 1.125rem
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button button:focus {
    background-color: #f0f0f0
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button svg {
    color: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button svg path {
    fill: #1f2b50
}

.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__content ul li a {
    color: #1f2b50
}

.pkf-careers .header__top a:has(.icon-user):hover {
    background-color: #5a3774;
    border-color: #5a3774;
    color: #fff
}

@media (max-width: 1199.98px) {
    .pkf-careers.menu-is-open .header {
        background-color:#1f2b50
    }
}

@media (min-width: 1200px) {
    .pkf-careers .desktop-menu .desktop-menu__btn:not(.desktop-menu__btn--inner)[aria-expanded=true] {
        background-color:#ef8f21
    }
}

.pkf-careers .wrapper-navbar .navbar .mobile-menu,.pkf-careers .desktop-menu .desktop-menu__cta .btn-link,.pkf-careers .desktop-menu .desktop-menu__cta input[type=submit],.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .pkf-careers .desktop-menu .desktop-menu__cta button,.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .pkf-careers .desktop-menu .desktop-menu__cta .ginput_container_fileupload:after {
    background-color: #1f2b50
}

.pkf-careers .desktop-menu__link,.pkf-careers .desktop-menu__top-link,.pkf-careers .navbar-search .form-field .nav-search-form[type=text]+.nav-search-submit .ico,.pkf-careers .search-modal-wrapper .search-modal .navbar-search .nav-search-form,.pkf-careers .search-modal-wrapper .search-modal .navbar-search .nav-search-form::placeholder {
    color: #1f2b50
}

.pkf-careers .desktop-menu .desktop-menu__secondary li .desktop-menu__btn--inner[aria-expanded=true],.pkf-careers .desktop-menu .desktop-menu__secondary li .desktop-menu__btn--inner:hover,.pkf-careers .desktop-menu .desktop-menu__secondary li .desktop-menu__link:hover {
    border-bottom-color: #1f2b50
}

@media (min-width: 1200px) {
    .pkf-careers .desktop-menu .desktop-menu__cta .btn-link,.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .pkf-careers .desktop-menu .desktop-menu__cta button,.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .pkf-careers .desktop-menu .desktop-menu__cta .ginput_container_fileupload:after,.pkf-careers .desktop-menu .desktop-menu__cta input[type=submit] {
        background-color:#1f2b50
    }
}

@media (min-width: 1200px) {
    .pkf-careers .search-modal-wrapper .search-modal .navbar-search .nav-search-form+.nav-search-submit,.pkf-careers .desktop-menu .desktop-menu__cta .btn-link,.pkf-careers .desktop-menu .desktop-menu__cta input[type=submit],.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .pkf-careers .desktop-menu .desktop-menu__cta button,.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .pkf-careers .desktop-menu .desktop-menu__cta .ginput_container_fileupload:after {
        background-color:#1f2b50
    }

    .pkf-careers .search-modal-wrapper .search-modal .navbar-search .nav-search-form+.nav-search-submit:hover,.pkf-careers .desktop-menu .desktop-menu__cta .btn-link:hover,.pkf-careers .desktop-menu .desktop-menu__cta input[type=submit]:hover,.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .pkf-careers .desktop-menu .desktop-menu__cta button:hover,.pkf-careers .desktop-menu .desktop-menu__cta .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .pkf-careers .desktop-menu .desktop-menu__cta .ginput_container_fileupload:hover:after {
        background-color: #ef8f21;
        color: #1f2b50
    }
}

.pkf-careers .footer {
    background-color: #1f2b50
}

.pkf-careers .footer h2.visual-h4,.pkf-careers .footer .visual-h4.h2,.pkf-careers .footer .bullet-list-with-icon--small h2,.bullet-list-with-icon--small .pkf-careers .footer h2,.pkf-careers .footer .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small .pkf-careers .footer .h2,.pkf-careers .footer .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) .pkf-careers .footer h2,.pkf-careers .footer .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) .pkf-careers .footer .h2 {
    color: #ffce34
}

@media (max-width: 991.98px) {
    .pkf-careers .footer h2.visual-h4,.pkf-careers .footer .visual-h4.h2,.pkf-careers .footer .bullet-list-with-icon--small h2,.bullet-list-with-icon--small .pkf-careers .footer h2,.pkf-careers .footer .bullet-list-with-icon--small .h2,.bullet-list-with-icon--small .pkf-careers .footer .h2,.pkf-careers .footer .bullet-list-with-icon li:not(:has(img)) h2,.bullet-list-with-icon li:not(:has(img)) .pkf-careers .footer h2,.pkf-careers .footer .bullet-list-with-icon li:not(:has(img)) .h2,.bullet-list-with-icon li:not(:has(img)) .pkf-careers .footer .h2 {
        font-weight:700
    }
}

@media (min-width: 992px) {
    .pkf-careers .footer .wp-editor-wrapper :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.gform_validation_errors .gform_submission_error) {
        color:#ffce34
    }
}

@media (min-width: 992px) {
    .pkf-careers .footer__workplace-logos {
        flex-grow:2
    }
}

.pkf-careers .footer__signup .btn-link,.pkf-careers .footer__signup input[type=submit],.pkf-careers .footer__signup .gfield--type-fileupload .gform_drop_area button,.gfield--type-fileupload .gform_drop_area .pkf-careers .footer__signup button,.pkf-careers .footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .pkf-careers .footer__signup .ginput_container_fileupload:after {
    background-color: #ffce34;
    color: #5a3774
}

.pkf-careers .footer__signup .btn-link:hover,.pkf-careers .footer__signup input[type=submit]:hover,.pkf-careers .footer__signup .gfield--type-fileupload .gform_drop_area button:hover,.gfield--type-fileupload .gform_drop_area .pkf-careers .footer__signup button:hover,.pkf-careers .footer__signup .gfield--type-fileupload:not(:has(.gform_drop_area)) .ginput_container_fileupload:hover:after,.gfield--type-fileupload:not(:has(.gform_drop_area)) .pkf-careers .footer__signup .ginput_container_fileupload:hover:after {
    background-color: #fff;
    color: #db323d
}

@media (min-width: 1200px) {
    .pkf-careers .footer__pebble {
        display:block;
        left: initial
    }

    .pkf-careers .footer__pebble:nth-child(1) {
        bottom: -348px;
        right: 123px
    }

    .pkf-careers .footer__pebble:nth-child(2) {
        bottom: -3px;
        right: -10px
    }

    .pkf-careers .footer__pebble:nth-child(3) {
        bottom: 30px;
        right: -163px
    }
}

/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*# sourceMappingURL=theme.min.css.map */
