@charset "UTF-8";

/* ============================================ */
/* ============== Include Styles ============== */
/* ============================================ */

@import '_vars.css';

/* ============================================ */
/* =============== Block Styles =============== */
/* ============================================ */


.is-root-container.is-desktop-preview h1 {
    font-family: var(--ff-primary);
    font-size: var(--fs-64) !important;;
    line-height: 1.5625;
    font-weight: 600;
    margin-top: 0;
    /*
    margin-left: auto;
    margin-right: auto;
    */
    margin-bottom: 1.75rem;
}
.is-root-container.is-desktop-preview h1.has-small-font-size {
    font-size: var(--fs-42) !important;;
    margin-bottom: 1.25rem;
}
.is-root-container.is-desktop-preview h1.has-medium-font-size {
    font-size: var(--fs-48) !important;;
    margin-bottom: 1.5rem;
}
.is-root-container.is-desktop-preview h1.has-large-font-size {
    font-size: var(--fs-64) !important;;
    margin-bottom: 1.75rem;
}
.is-root-container.is-desktop-preview h1.has-x-large-font-size {
    font-size: var(--fs-xl) !important;;
    margin-bottom: 2rem;
}

/*/*/

.is-root-container.is-desktop-preview h2 {
    font-family: var(--ff-primary);
    font-size: var(--fs-48) !important;
    line-height: 1.5625;
    font-weight: 700;
    margin-top: 0;
    /*
    margin-left: auto;
    margin-right: auto;
    */
    margin-bottom: 1.75rem;
}
.is-root-container.is-desktop-preview h2.has-small-font-size {
    font-size: var(--fs-36) !important;
    margin-bottom: 1.25rem;
}
.is-root-container.is-desktop-preview h2.has-medium-font-size {
    font-size: var(--fs-42) !important;
    margin-bottom: 1.25rem;
}
.is-root-container.is-desktop-preview h2.has-large-font-size {
    font-size: var(--fs-48) !important;
    margin-bottom: 1.5rem;
}
.is-root-container.is-desktop-preview h2.has-x-large-font-size {
    font-size: var(--fs-64);
    margin-bottom: 1.75rem;
}

/*/*/

.is-root-container.is-desktop-preview h3 {
    font-family: var(--ff-primary);
    font-size: var(--fs-42) !important;
    line-height: 1.5625;
    font-weight: 700;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}
.is-root-container.is-desktop-preview h3.has-small-font-size {
    font-size: var(--fs-32) !important;
    margin-bottom: 1.125rem;
}
.is-root-container.is-desktop-preview h3.has-medium-font-size {
    font-size: var(--fs-36) !important;
    margin-bottom: 1.125rem;
}
.is-root-container.is-desktop-preview h3.has-large-font-size {
    font-size: var(--fs-42) !important;
    margin-bottom: 1.25rem;
}
.is-root-container.is-desktop-preview h3.has-x-large-font-size {
    font-size: var(--fs-48) !important;
    margin-bottom: 1.5rem;
}

/*/*/

.is-root-container.is-desktop-preview h4 {
    font-family: var(--ff-primary);
    font-size: var(--fs-36) !important;
    line-height: 1.5625;
    font-weight: 700;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}
.is-root-container.is-desktop-preview h5 {
    font-family: var(--ff-primary);
    font-size: var(--fs-32) !important;
    line-height: 1.5625;
    font-weight: 700;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.125rem;
}
.is-root-container.is-desktop-preview h6 {
    font-family: var(--ff-primary);
    font-size: var(--fs-28) !important;
    line-height: 1.5625;
    font-weight: 700;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

/*/*/

.is-root-container.is-desktop-preview p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.is-root-container.is-desktop-preview p.has-small-font-size {
    font-size: var(--fs-body-s) !important;
}
.is-root-container.is-desktop-preview p.has-medium-font-size {
    font-size: var(--fs-body-m) !important;
}
.is-root-container.is-desktop-preview p.has-large-font-size {
    font-size: var(--fs-body-l) !important;
}
.is-root-container.is-desktop-preview p.has-x-large-font-size {
    font-size: var(--fs-24) !important;
}
.is-root-container.is-desktop-preview > p:last-child {
    margin-bottom: 0;
}

/*/*/

.is-root-container.is-desktop-preview .wp-block-buttons.is-layout-flex {
    display: flex;
    gap: 2rem;
}

/*/*/

.is-root-container.is-desktop-preview .has-primary-color {
    color: var(--cl-primary);
}
.is-root-container.is-desktop-preview .has-secondary-color {
    color: var(--cl-secondary);
}
.is-root-container.is-desktop-preview .has-tertiary-color {
    color: var(--cl-tertiary);
}
.is-root-container.is-desktop-preview .has-complementary-color {
    color: var(--cl-complementary);
}
.is-root-container.is-desktop-preview .has-background-color {
    color: var(--cl-background);
}
.is-root-container.is-desktop-preview .has-accent_blue-color {
    color: var(--cl-accent-blue);
}
.is-root-container.is-desktop-preview .has-accent_neon-color {
    color: var(--cl-accent-neon);
}
.is-root-container.is-desktop-preview .has-text-color {
    color: var(--cl-text);
}
.is-root-container.is-desktop-preview .has-dark-color {
    color: var(--cl-dark);
}
.is-root-container.is-desktop-preview .has-gray-color {
    color: var(--cl-gray);
}
.is-root-container.is-desktop-preview .has-light-color {
    color: var(--cl-light);
}
.is-root-container.is-desktop-preview .has-white-color {
    color: var(--cl-black);
}
.is-root-container.is-desktop-preview .has-black-color {
    color: var(--cl-white);
}

/*/*/

.is-root-container.is-desktop-preview ul,
.is-root-container.is-desktop-preview ol {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
}
.is-root-container.is-desktop-preview ol {
    counter-reset: numbers-counter;
}
.is-root-container.is-desktop-preview li {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.is-root-container.is-desktop-preview li:last-child {
    margin-bottom: 0;
}
.is-root-container.is-desktop-preview ol li {
    counter-increment: numbers-counter;
    padding-left: 2rem;
    position: relative;
}
.is-root-container.is-desktop-preview ol li:before {
    content: counter(numbers-counter) '. ';
    position: absolute;
    right: calc(100% - 1.5rem);
    font-size: var(--fs-body-m);
    color: var(--cl-tertiary);
    font-weight: 700;
    line-height: 1.75;
}
.is-root-container.is-desktop-preview ul li {
    padding-left: 2rem;
    position: relative;
}
.is-root-container.is-desktop-preview ul li:before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background-color: var(--cl-tertiary);
    position: absolute;
    top: 0.66rem;
    right: calc(100% - 1.5rem);
}

/*/*/

.is-root-container.is-desktop-preview a {
    color: var(--cl-primary);
    text-decoration: underline dotted;
    font-weight: 600;
    text-underline-offset: 0.25rem;
    letter-spacing: 0.25pt;
}
.is-root-container.is-desktop-preview a:hover {
    color: var(--cl-tertiary);
    text-decoration: underline;
}

/*/*/

.is-root-container.is-desktop-preview strong {
    font-weight: 700;
}
.is-root-container.is-desktop-preview em {
    font-style: italic;
}
.is-root-container.is-desktop-preview u {
    text-decoration: underline;
}

/*/*/

.is-root-container.is-desktop-preview .wp-block-button .wp-element-button {
    font-family: var(--ff-primary);
    font-size: var(--fs-body-m);
    font-weight: 700;
    text-align: center;
    line-height: 1.3332;
    display: inline-flex;
    justify-content: center;
    background-color: var(--cl-dark);
    color: var(--cl-white);
    border-width: 0rem;
    border-style: solid;
    /*border-color: var(--cl-primary);*/
    border-radius: var(--br-xl);
    padding: 0.5rem 1.75rem;
    transition: all 200ms ease-in-out;
}

.is-root-container.is-desktop-preview .wp-block-button.is-style-fill .wp-element-button {
    border-width: 0rem;
    padding: 0.5rem 1.75rem;
}

.is-root-container.is-desktop-preview .wp-block-button.is-style-outline .wp-element-button {
    border-width: 0.125rem;
    padding: 0.375rem 1.75rem;
}
