@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: Exo\ 2, sans-serif !important
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,
:before {
    --cl-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: inherit;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

strong {
    font-weight: bolder
}

button,
input {
    color: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button {
    background-color: transparent;
    background-image: none;
    text-transform: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
p,
ul {
    margin: 0
}

menu,
ul {
    list-style: none;
    padding: 0
}

input::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder {
    color: #9ca3af;
    opacity: 1
}

button {
    cursor: pointer
}

img,
svg {
    display: block;
    vertical-align: middle
}

img {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --cl-border-spacing-x: 0;
    --cl-border-spacing-y: 0;
    --cl-translate-x: 0;
    --cl-translate-y: 0;
    --cl-rotate: 0;
    --cl-skew-x: 0;
    --cl-skew-y: 0;
    --cl-scale-x: 1;
    --cl-scale-y: 1;
    --cl-pan-x: ;
    --cl-pan-y: ;
    --cl-pinch-zoom: ;
    --cl-scroll-snap-strictness: proximity;
    --cl-gradient-from-position: ;
    --cl-gradient-via-position: ;
    --cl-gradient-to-position: ;
    --cl-ordinal: ;
    --cl-slashed-zero: ;
    --cl-numeric-figure: ;
    --cl-numeric-spacing: ;
    --cl-numeric-fraction: ;
    --cl-ring-inset: ;
    --cl-ring-offset-width: 0px;
    --cl-ring-offset-color: #fff;
    --cl-ring-color: rgba(59, 130, 246, .5);
    --cl-ring-offset-shadow: 0 0 #0000;
    --cl-ring-shadow: 0 0 #0000;
    --cl-shadow: 0 0 #0000;
    --cl-shadow-colored: 0 0 #0000;
    --cl-blur: ;
    --cl-brightness: ;
    --cl-contrast: ;
    --cl-grayscale: ;
    --cl-hue-rotate: ;
    --cl-invert: ;
    --cl-saturate: ;
    --cl-sepia: ;
    --cl-drop-shadow: ;
    --cl-backdrop-blur: ;
    --cl-backdrop-brightness: ;
    --cl-backdrop-contrast: ;
    --cl-backdrop-grayscale: ;
    --cl-backdrop-hue-rotate: ;
    --cl-backdrop-invert: ;
    --cl-backdrop-opacity: ;
    --cl-backdrop-saturate: ;
    --cl-backdrop-sepia: ;
    --cl-contain-size: ;
    --cl-contain-layout: ;
    --cl-contain-paint: ;
    --cl-contain-style:
}

::backdrop {
    --cl-border-spacing-x: 0;
    --cl-border-spacing-y: 0;
    --cl-translate-x: 0;
    --cl-translate-y: 0;
    --cl-rotate: 0;
    --cl-skew-x: 0;
    --cl-skew-y: 0;
    --cl-scale-x: 1;
    --cl-scale-y: 1;
    --cl-pan-x: ;
    --cl-pan-y: ;
    --cl-pinch-zoom: ;
    --cl-scroll-snap-strictness: proximity;
    --cl-gradient-from-position: ;
    --cl-gradient-via-position: ;
    --cl-gradient-to-position: ;
    --cl-ordinal: ;
    --cl-slashed-zero: ;
    --cl-numeric-figure: ;
    --cl-numeric-spacing: ;
    --cl-numeric-fraction: ;
    --cl-ring-inset: ;
    --cl-ring-offset-width: 0px;
    --cl-ring-offset-color: #fff;
    --cl-ring-color: rgba(59, 130, 246, .5);
    --cl-ring-offset-shadow: 0 0 #0000;
    --cl-ring-shadow: 0 0 #0000;
    --cl-shadow: 0 0 #0000;
    --cl-shadow-colored: 0 0 #0000;
    --cl-blur: ;
    --cl-brightness: ;
    --cl-contrast: ;
    --cl-grayscale: ;
    --cl-hue-rotate: ;
    --cl-invert: ;
    --cl-saturate: ;
    --cl-sepia: ;
    --cl-drop-shadow: ;
    --cl-backdrop-blur: ;
    --cl-backdrop-brightness: ;
    --cl-backdrop-contrast: ;
    --cl-backdrop-grayscale: ;
    --cl-backdrop-hue-rotate: ;
    --cl-backdrop-invert: ;
    --cl-backdrop-opacity: ;
    --cl-backdrop-saturate: ;
    --cl-backdrop-sepia: ;
    --cl-contain-size: ;
    --cl-contain-layout: ;
    --cl-contain-paint: ;
    --cl-contain-style:
}

.container {
    width: 100%
}

@media (min-width:480px) {
    .container {
        max-width: 480px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.nav-transition {
    width: 100%;
    z-index: 50;
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    border-bottom-width: 1px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --cl-border-opacity: 1;
    border-color: rgb(209 213 219/var(--cl-border-opacity))
}

.responsive-container {
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: 80rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem
}

@media (min-width:640px) {
    .responsive-container {
        padding-inline-end: 1.5rem;
        padding-inline-start: 1.5rem
    }
}

@media (min-width:1024px) {
    .responsive-container {
        padding-inline-end: 2rem;
        padding-inline-start: 2rem
    }
}

.main-layout {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    width: 100%
}

@media (min-width:1024px) {
    .main-layout {
        flex-direction: row
    }
}

.nav-items {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width:1024px) {
    .nav-items {
        flex-direction: row
    }
}

.align-items {
    align-items: center;
    display: flex
}

.spacing-right {
    margin-inline-end: .5rem
}

.logo-size {
    border-radius: .5rem;
    max-height: 35px;
    max-width: 35px
}

.title-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-wrap: nowrap;
    --cl-text-opacity: 1;
    color: rgb(55 65 81/var(--cl-text-opacity))
}

@media (min-width:480px) {
    .title-text {
        display: inline
    }
}

@media (min-width:768px) {
    .title-text {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.menu-button {
    align-items: center;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1.25rem;
    --cl-text-opacity: 1;
    border-radius: .5rem;
    color: rgb(107 114 128/var(--cl-text-opacity));
    margin-inline-start: .75rem;
    padding: .5rem
}

.menu-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--cl-bg-opacity))
}

.menu-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --cl-ring-offset-shadow: var(--cl-ring-inset) 0 0 0 var(--cl-ring-offset-width) var(--cl-ring-offset-color);
    --cl-ring-shadow: var(--cl-ring-inset) 0 0 0 calc(2px + var(--cl-ring-offset-width)) var(--cl-ring-color);
    box-shadow: var(--cl-ring-offset-shadow), var(--cl-ring-shadow), var(--cl-shadow, 0 0 #0000);
    --cl-ring-opacity: 1;
    --cl-ring-color: rgb(229 231 235/var(--cl-ring-opacity))
}

@media (min-width:1024px) {
    .menu-button {
        display: none
    }
}

.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.icon-small {
    height: 1.5rem;
    width: 1.5rem
}

.responsive-navbar {
    width: 100%
}

@media not all and (min-width:1024px) {
    .responsive-navbar {
        height: 100vh;
        margin-top: .25rem;
        overflow-y: auto
    }
}

@media (min-width:1024px) {
    .responsive-navbar {
        display: flex;
        padding-inline-start: 2.75rem
    }
}

.menu-layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
    padding-inline-start: 0 !important
}

@media not all and (min-width:1024px) {
    .menu-layout {
        padding-top: 1rem
    }
}

@media (min-width:1024px) {
    .menu-layout {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        margin-top: 0;
        margin-inline-end: auto
    }
}

.menu-link {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-wrap: nowrap;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity));
    margin-bottom: .5rem;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu-link:hover {
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity))
}

@media (min-width:768px) {
    .menu-link {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .menu-link {
        margin-inline-end: 1rem;
        text-align: start
    }
}

.action-button-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    width: 100%
}

@media not all and (min-width:1024px) {
    .action-button-group {
        gap: 1rem
    }
}

@media (min-width:1024px) {
    .action-button-group {
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        margin-inline-start: 3.5rem;
        width: -moz-max-content;
        width: max-content
    }
}

.signin-button {
    cursor: pointer;
    --cl-bg-opacity: 1;
    background-color: rgb(242 244 244/var(--cl-bg-opacity));
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    --cl-text-opacity: 1;
    border-radius: .5rem;
    color: rgb(102 121 123/var(--cl-text-opacity));
    padding-bottom: .5rem;
    padding-inline-end: 1rem;
    padding-top: .5rem;
    padding-inline-start: 1rem;
    text-align: center;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.signin-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(230 234 235/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    color: rgb(102 121 123/var(--cl-text-opacity))
}

.signup-button {
    cursor: pointer;
    --cl-bg-opacity: 1;
    background-color: rgb(102 121 123/var(--cl-bg-opacity));
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    --cl-text-opacity: 1;
    border-radius: .5rem;
    color: rgb(255 255 255/var(--cl-text-opacity));
    padding-bottom: .5rem;
    padding-inline-end: 1rem;
    padding-top: .5rem;
    padding-inline-start: 1rem;
    text-align: center;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.signup-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(77 90 91/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

.section-intro {
    padding-top: 3.5rem;
    position: relative
}

@media (min-width:1024px) {
    .section-intro {
        padding-bottom: 0;
        padding-top: 4rem
    }
}

.centered-content-area {
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: 80rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    width: 100%
}

@media (min-width:1024px) {
    .centered-content-area {
        padding-inline-end: 2rem;
        padding-inline-start: 2rem
    }
}

.subtitle-text {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    --cl-text-opacity: 1;
    color: rgb(0 0 0/var(--cl-text-opacity));
    margin-bottom: 1.25rem;
    text-align: center
}

.headline-primary {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    text-align: center
}

.description-section {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    max-width: 42rem;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity));
    margin-inline-end: auto;
    margin-inline-start: auto;
    margin-bottom: 2.5rem;
    text-align: center
}

.action-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 2.5rem
}

@media (min-width:550px) {
    .action-group {
        flex-direction: row
    }
}

@media (min-width:640px) {
    .action-group {
        padding-bottom: 3.5rem
    }
}

.primary-button {
    cursor: pointer;
    --cl-bg-opacity: 1;
    background-color: rgb(102 121 123/var(--cl-bg-opacity));
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    --cl-text-opacity: 1;
    border-radius: .5rem;
    color: rgb(255 255 255/var(--cl-text-opacity));
    padding-bottom: .75rem;
    padding-inline-end: 2rem;
    padding-top: .75rem;
    padding-inline-start: 2rem;
    text-align: center;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.primary-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(77 90 91/var(--cl-bg-opacity))
}

@media (max-width:550px) {
    .primary-button {
        width: 100%
    }
}

.image-container {
    border-radius: 1.5rem;
    border-width: 1px;
    margin-bottom: 1.5rem;
    --cl-border-opacity: 1;
    border-color: rgb(209 213 219/var(--cl-border-opacity));
    padding: .625rem
}

.large-image-display {
    border-radius: 1rem;
    height: auto;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width:640px) {
    .large-image-display {
        display: block
    }
}

.mobile-image-display {
    border-radius: 1rem;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width:640px) {
    .mobile-image-display {
        display: none
    }
}

.vertical-padding-xl {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.margin-bottom-large {
    margin-bottom: 4rem
}

.headline-main {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity));
    margin-bottom: .75rem
}

@media not all and (min-width:1024px) {
    .headline-main {
        text-align: center
    }
}

.paragraph-main {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity))
}

@media not all and (min-width:1024px) {
    .paragraph-main {
        margin-inline-end: auto;
        margin-inline-start: auto;
        max-width: 36rem;
        text-align: center
    }
}

.gallery-layout {
    display: grid;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%
}

@media not all and (min-width:1024px) {
    .gallery-layout {
        margin-inline-end: auto;
        margin-inline-start: auto;
        max-width: 36rem
    }
}

@media (min-width:1024px) {
    .gallery-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.card-overlay {
    position: relative
}

.card-overlay:before {
    background-image: linear-gradient(to bottom, var(--cl-gradient-stops));
    height: 100%;
    position: absolute;
    width: 100%;
    --cl-gradient-from: rgba(17, 24, 39, 0) var(--cl-gradient-from-position);
    --cl-gradient-to: rgba(17, 24, 39, 0) var(--cl-gradient-to-position);
    --cl-gradient-stops: var(--cl-gradient-from), var(--cl-gradient-to);
    --cl-gradient-to: #111827 var(--cl-gradient-to-position);
    border-radius: .75rem;
    content: var(--cl-content);
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.image-wrapper {
    border-radius: .75rem;
    max-height: 431px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.image-wrapper img {
    border-radius: .8rem
}

.footer-banner {
    align-items: center;
    bottom: 0;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: 1rem;
    position: absolute;
    width: 100%
}

@media (min-width:768px) {
    .footer-banner {
        gap: 6rem;
        padding: 2rem
    }
}

.highlighted-text {
    flex: 1 1 0%;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

@media (min-width:768px) {
    .highlighted-text {
        font-size: 1.875rem;
        line-height: 3rem
    }
}

.round-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 4rem;
    justify-content: center;
    width: 4rem;
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    border-radius: 9999px
}

.centralized-stack {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 9999;
    position: relative
}

@media not all and (min-width:1024px) {
    .centralized-stack {
        align-items: center
    }
}

@media (min-width:1024px) {
    .centralized-stack {
        order: 0
    }
}

.call-to-action-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 100%;
    --cl-bg-opacity: 1;
    background-color: rgb(102 121 123/var(--cl-bg-opacity));
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity));
    --cl-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --cl-shadow-colored: 0 1px 2px 0 var(--cl-shadow-color);
    border-radius: .5rem;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
    padding-bottom: 1rem;
    padding-inline-end: 2rem;
    padding-top: 1rem;
    padding-inline-start: 2rem
}

.call-to-action-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(77 90 91/var(--cl-bg-opacity))
}

@media (min-width:1024px) {
    .call-to-action-button {
        width: 13rem
    }
}

.full-width-flex-column {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .full-width-flex-column {
        gap: 3rem
    }
}

.centered-flex-column {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .centered-flex-column {
        gap: 1.25rem
    }
}

.main-heading-style {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    line-height: 1.5;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity));
    text-align: center
}

.description-text-style {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    line-height: 1.625;
    width: 100%;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity));
    text-align: center
}

@media (min-width:1024px) {
    .description-text-style {
        max-width: 56rem
    }
}

.structured-flex-column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .structured-flex-column {
        gap: 1.5rem
    }
}

@media (min-width:1280px) {
    .structured-flex-column {
        gap: 2rem
    }
}

.responsive-grid-layout {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: flex-start;
    width: 100%
}

@media (min-width:768px) {
    .responsive-grid-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .responsive-grid-layout {
        gap: 1.5rem
    }
}

@media (min-width:1280px) {
    .responsive-grid-layout {
        gap: 2rem
    }
}

.card-item-hover {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    border-radius: .5rem;
    border-width: 1px;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --cl-border-opacity: 1;
    border-color: rgb(229 231 235/var(--cl-border-opacity));
    padding: 1rem
}

.card-item-hover:hover {
    --cl-border-opacity: 1;
    border-color: rgb(102 121 123/var(--cl-border-opacity))
}

@media (min-width:1024px) {
    .card-item-hover {
        padding: 1.25rem
    }
}

.aligned-inline-flex {
    align-items: center;
    display: inline-flex;
    gap: 1.25rem;
    justify-content: flex-start
}

.icon-container {
    align-items: center;
    display: flex;
    gap: .25rem;
    height: 62px;
    justify-content: center;
    width: 62px;
    --cl-bg-opacity: 1;
    background-color: rgb(242 244 244/var(--cl-bg-opacity));
    border-radius: .5rem;
    padding: .75rem
}

.icon-position-wrapper {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    position: relative;
    width: 30px
}

.fixed-icon-size {
    height: 2rem !important;
    width: 2rem !important;
    --cl-text-opacity: 1;
    color: rgb(26 29 29/var(--cl-text-opacity))
}

.stacked-item-list {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: .375rem;
    justify-content: flex-start
}

.subheading-text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    line-height: 1.625;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity))
}

.body-text-style {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.625;
    --cl-text-opacity: 1;
    color: rgb(75 85 99/var(--cl-text-opacity))
}

.white-background {
    --cl-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--cl-bg-opacity)) !important
}

.standard-padding {
    padding-bottom: 4rem;
    padding-top: 5rem
}

@media (min-width:768px) {
    .standard-padding {
        padding-bottom: 5rem;
        padding-top: 7rem
    }
}

@media (min-width:1024px) {
    .standard-padding {
        padding-bottom: 5rem;
        padding-top: 7rem
    }
}

@media (min-width:1280px) {
    .standard-padding {
        padding-bottom: 5rem;
        padding-top: 7rem
    }
}

.dynamic-row-layout {
    display: flex;
    flex-wrap: wrap;
    margin-inline-end: -15px;
    margin-inline-start: -15px;
    margin-top: -50px
}

@media (min-width:768px) {
    .dynamic-row-layout {
        margin-inline-end: -20px;
        margin-inline-start: -20px;
        margin-top: -70px
    }
}

@media (min-width:1024px) {
    .dynamic-row-layout {
        margin-inline-end: -20px;
        margin-inline-start: -20px;
        margin-top: -70px
    }
}

@media (min-width:1280px) {
    .dynamic-row-layout {
        margin-inline-end: -35px;
        margin-inline-start: -35px;
        margin-top: -70px
    }
}

.responsive-item-tile {
    flex: 0 0 auto;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:768px) {
    .responsive-item-tile {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

@media (min-width:1024px) {
    .responsive-item-tile {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

@media (min-width:1280px) {
    .responsive-item-tile {
        padding-inline-end: 35px;
        padding-inline-start: 35px;
        width: 50%
    }
}

.centered-detail-box {
    align-self: flex-end !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0 !important;
    padding-inline-start: 0 !important
}

.dynamic-headline-style {
    font-size: calc(1.305rem + .66vw);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem
}

@media (min-width:1280px) {
    .dynamic-headline-style {
        font-size: 1.8rem
    }
}

.mid-sized-text {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.6 !important;
    margin-bottom: 0 !important
}

.spaced-item-tile {
    flex: 0 0 auto;
    margin-top: 70px;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:640px) {
    .spaced-item-tile {
        margin-top: 50px
    }
}

@media (min-width:768px) {
    .spaced-item-tile {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

@media (min-width:1024px) {
    .spaced-item-tile {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

@media (min-width:1280px) {
    .spaced-item-tile {
        padding-inline-end: 35px;
        padding-inline-start: 35px;
        width: 50%
    }
}

.rounded-thumbnail-wrapper {
    border-radius: .5rem;
    margin-bottom: 1.5rem !important;
    overflow: hidden
}

.responsive-image {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.padded-container {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem
}

@media (min-width:768px) {
    .padded-container {
        padding-bottom: 6rem !important;
        padding-top: 10rem !important
    }
}

@media (min-width:1024px) {
    .padded-container {
        padding-bottom: 6rem !important;
        padding-top: 10rem !important
    }
}

@media (min-width:1280px) {
    .padded-container {
        padding-bottom: 6rem !important;
        padding-top: 10rem !important
    }
}

.light-gray-bg {
    --cl-bg-opacity: 1 !important;
    background-color: rgb(242 244 244/var(--cl-bg-opacity)) !important
}

.padded-card {
    padding: 40px;
    position: relative !important
}

@media (min-width:768px) {
    .padded-card {
        padding: 2.5rem !important
    }
}

@media (min-width:1024px) {
    .padded-card {
        padding: 2.5rem !important
    }
}

@media (min-width:1280px) {
    .padded-card {
        padding: 2.5rem !important
    }
}

.fixed-position-element {
    position: absolute
}

@media (min-width:1024px) {
    .fixed-position-element {
        display: block
    }
}

@media (min-width:1280px) {
    .fixed-position-element {
        display: block
    }
}

.no-margin-padding {
    margin: 0;
    padding: 0
}

.responsive-img {
    border-start-end-radius: .5rem;
    border-start-start-radius: .5rem;
    height: auto !important;
    max-height: 550px;
    max-width: 100%;
    width: 100%
}

.centered-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-inline-end: 0;
    margin-inline-start: 0;
    text-align: center !important
}

@media (min-width:640px) {
    .centered-flex-wrapper {
        margin-inline-end: -15px;
        margin-inline-start: -15px
    }
}

@media (min-width:1280px) {
    .centered-flex-wrapper {
        margin-inline-end: -35px;
        margin-inline-start: -35px
    }
}

.responsive-column {
    flex: 0 0 auto;
    max-width: 100%;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%
}

@media (min-width:640px) {
    .responsive-column {
        padding-inline-end: 15px;
        padding-inline-start: 15px
    }
}

@media (min-width:1024px) {
    .responsive-column {
        margin-inline-start: 41.66666667% !important;
        width: 58.333333%
    }
}

@media (min-width:1280px) {
    .responsive-column {
        margin-inline-start: 41.66666667% !important;
        padding-inline-end: 35px;
        padding-inline-start: 35px;
        width: 50%
    }
}

.star-ratings {
    display: inline-block;
    font-size: .9rem;
    height: .8rem;
    line-height: 1;
    margin-bottom: .75rem !important;
    position: relative;
    width: 5rem
}

.star-ratings:before {
    color: rgba(38, 43, 50, .1)
}

.star-ratings:after,
.star-ratings:before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    position: absolute;
    --cl-text-opacity: 1;
    color: rgb(252 192 50/var(--cl-text-opacity));
    --cl-content: "\2605\2605\2605\2605\2605";
    content: var(--cl-content);
    inset-inline-start: 0;
    top: 0
}

.reset-paragraph {
    border-width: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7 !important;
    margin: 0;
    padding-inline-start: 0 !important
}

blockquote.reset-paragraph {
    padding-inline-start: 0
}

.centered-flex-container {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center !important
}

.no-padding {
    padding: 0
}

.tight-text-spacing {
    font-size: .9rem;
    line-height: 1.5 !important;
    margin-bottom: .25rem !important
}

.uppercase-subtext {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .02rem;
    text-transform: uppercase;
    --cl-text-opacity: 1;
    color: rgb(170 176 188/var(--cl-text-opacity));
    margin-bottom: 0
}

.flex-column-group {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .flex-column-group {
        gap: 3.5rem
    }
}

.centered-flex-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: flex-start;
    width: 100%
}

.main-heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    line-height: 1.5;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity));
    text-align: center
}

.grid-layout-double {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .grid-layout-double {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.content-stack {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    width: 100%
}

.image-display {
    border-radius: 1.5rem;
    height: auto;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.bold-subheading {
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 2.25rem;
    line-height: 1.5;
    --cl-text-opacity: 1;
    color: rgb(0 0 0/var(--cl-text-opacity))
}

.full-height-flex {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    justify-content: flex-start;
    width: 100%
}

.multi-column-grid {
    align-items: center;
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: flex-start;
    width: 100%
}

@media (min-width:640px) {
    .multi-column-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .multi-column-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .multi-column-grid {
        gap: 2.5rem
    }
}

.vertical-center-flex {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.stat-heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    line-height: 1.5;
    --cl-text-opacity: 1;
    color: rgb(102 121 123/var(--cl-text-opacity));
    text-align: center
}

.secondary-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.625;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity));
    text-align: center
}

.spacious-section {
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative
}

@media (min-width:1024px) {
    .spacious-section {
        padding-inline-end: 2.5rem;
        padding-inline-start: 2.5rem
    }
}

.centralized-container {
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: 80rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    width: 100%
}

@media (min-width:768px) {
    .centralized-container {
        padding-inline-end: 1.25rem;
        padding-inline-start: 1.25rem
    }
}

@media (min-width:1024px) {
    .centralized-container {
        padding-inline-end: 1.25rem;
        padding-inline-start: 1.25rem
    }
}

.column-center-group {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .column-center-group {
        gap: 3rem
    }
}

.heading-large-centered {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    line-height: 1.5;
    width: 100%;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity));
    text-align: center
}

.description-focus-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.625;
    max-width: 42rem;
    --cl-text-opacity: 1;
    color: rgb(156 163 175/var(--cl-text-opacity));
    text-align: center
}

.feature-section-grid {
    align-items: flex-start;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: flex-start;
    width: 100%
}

@media (min-width:768px) {
    .feature-section-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.content-stack-flex {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: .625rem;
    justify-content: flex-start;
    width: 100%
}

.dual-align-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.subheading-dark {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity))
}

.large-number-overlay {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    line-height: 100px;
    position: absolute;
    --cl-text-opacity: 1;
    color: rgb(243 244 246/var(--cl-text-opacity));
    inset-inline-end: 0;
    top: -2.25rem
}

.muted-paragraph-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.625;
    --cl-text-opacity: 1;
    color: rgb(156 163 175/var(--cl-text-opacity))
}

.section-padding-large {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.flexible-layout-group {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

@media (min-width:1024px) {
    .flexible-layout-group {
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width:1280px) {
    .flexible-layout-group {
        gap: 3.5rem
    }
}

.full-width-or-third {
    width: 100%
}

@media (min-width:1024px) {
    .full-width-or-third {
        width: 33.333333%
    }
}

.headline-style-primary {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    --cl-text-opacity: 1;
    color: rgb(51 59 60/var(--cl-text-opacity));
    margin-bottom: 1.5rem;
    text-align: center
}

.subtext-style-secondary {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity));
    text-align: center
}

.vertical-flex-group {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:1024px) {
    .vertical-flex-group {
        gap: 3.5rem
    }
}

.header-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    line-height: 1.5;
    --cl-text-opacity: 1;
    color: rgb(0 0 0/var(--cl-text-opacity));
    text-align: center
}

.responsive-paragraph {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.625;
    width: 100%;
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity));
    text-align: center
}

@media (min-width:1024px) {
    .responsive-paragraph {
        max-width: 64rem
    }
}

.aligned-content-column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:768px) {
    .aligned-content-column {
        gap: 2rem
    }
}

.icon-text-alignment {
    align-items: flex-start;
    display: inline-flex;
    gap: .5rem;
    justify-content: center;
    width: 100%
}

@media (min-width:640px) {
    .icon-text-alignment {
        gap: 1.75rem
    }
}

.icon-circle-effect {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    --cl-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --cl-shadow-colored: 0px 1px 2px 0px var(--cl-shadow-color);
    border-radius: 9999px;
    border-width: 1px;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --cl-border-opacity: 1;
    border-color: rgb(204 214 215/var(--cl-border-opacity));
    padding: .625rem
}

.group:hover .icon-circle-effect {
    --cl-bg-opacity: 1;
    background-color: rgb(102 121 123/var(--cl-bg-opacity));
    border-color: transparent
}

@media (min-width:640px) {
    .icon-circle-effect {
        height: 60px;
        padding: 1rem;
        width: 60px
    }
}

.icon-text-hover {
    --cl-text-opacity: 1;
    color: rgb(102 121 123/var(--cl-text-opacity));
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.group:hover .icon-text-hover {
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

.card-hover-effect {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: flex-start;
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    border-radius: .75rem;
    border-width: 1px;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --cl-border-opacity: 1;
    border-color: rgb(204 214 215/var(--cl-border-opacity));
    padding: .5rem
}

.card-hover-effect img {
    border-radius: .8rem
}

.group:hover .card-hover-effect {
    --cl-bg-opacity: 1;
    background-color: rgb(102 121 123/var(--cl-bg-opacity));
    border-color: transparent
}

@media (min-width:640px) {
    .card-hover-effect {
        padding: 1.25rem
    }
}

.hover-title-change {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.25rem;
    --cl-text-opacity: 1;
    color: rgb(0 0 0/var(--cl-text-opacity));
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.group:hover .hover-title-change {
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

.paragraph-hover-fade {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.625;
    --cl-text-opacity: 1;
    color: rgb(75 85 99/var(--cl-text-opacity))
}

.group:hover .paragraph-hover-fade {
    --cl-text-opacity: 1;
    color: rgb(209 213 219/var(--cl-text-opacity))
}

.full-width-container {
    width: 100%
}

.vertical-spacing-ten {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.vertical-spacing-eight-centered {
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center
}

.headline-large-bold {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity));
    margin-bottom: 1rem
}

.subtle-text-gray {
    --cl-text-opacity: 1;
    color: rgb(107 114 128/var(--cl-text-opacity))
}

.top-border-spacing-seven {
    border-top-width: 1px;
    --cl-border-opacity: 1;
    border-color: rgb(229 231 235/var(--cl-border-opacity));
    padding-bottom: 1.75rem;
    padding-top: 1.75rem
}

.flex-gap-layout-responsive {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    padding-top: 1.75rem;
    text-align: center
}

@media (min-width:640px) {
    .flex-gap-layout-responsive {
        flex-direction: row;
        text-align: start
    }
}

.muted-text-first-position {
    order: 1;
    --cl-text-opacity: 1;
    color: rgb(156 163 175/var(--cl-text-opacity))
}

.muted-text-responsive-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    --cl-text-opacity: 1;
    color: rgb(156 163 175/var(--cl-text-opacity))
}

@media (min-width:640px) {
    .muted-text-responsive-flex-wrap {
        justify-content: flex-start
    }
}

.small-screen-inline-gap {
    --cl-text-opacity: 1;
    color: rgb(209 213 219/var(--cl-text-opacity));
    padding-inline-end: .5rem;
    padding-inline-start: .5rem
}

@media (min-width:640px) {
    .small-screen-inline-gap {
        display: inline
    }
}

.notification-overlay {
    max-width: 100%;
    position: fixed;
    z-index: 50;
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    --cl-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --cl-shadow-colored: 0 10px 15px -3px var(--cl-shadow-color), 0 4px 6px -4px var(--cl-shadow-color);
    border-radius: .5rem;
    bottom: 0;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
    inset-inline-end: 0;
    margin: 1rem;
    padding: 1rem
}

@media (min-width:992px) {
    .navbar-expand-lg.transparent:not(.notification-overlay) {
        padding-top: .3rem
    }
}

.header-font {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem
}

.body-text {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .5rem
}

.link-decoration {
    text-decoration-line: underline
}

.button-row {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 1rem
}

.action-accept {
    --cl-bg-opacity: 1;
    background-color: rgb(128 152 156/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    border-radius: .25rem;
    color: rgb(255 255 255/var(--cl-text-opacity));
    padding-inline-end: 1rem;
    padding-bottom: .25rem;
    padding-inline-start: 1rem;
    padding-top: .25rem
}

.action-accept,
.action-accept img {
    border-radius: .4rem
}

.action-accept:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(77 90 91/var(--cl-bg-opacity))
}

.secondary-button {
    --cl-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    border-radius: .25rem;
    color: rgb(255 255 255/var(--cl-text-opacity));
    padding-inline-end: 1rem;
    padding-bottom: .25rem;
    padding-inline-start: 1rem;
    padding-top: .25rem
}

.secondary-button,
.secondary-button img {
    border-radius: .4rem
}

.secondary-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--cl-bg-opacity))
}

.section-spacing {
    padding-bottom: 6rem;
    padding-top: 6rem
}

@media (min-width:1024px) {
    .section-spacing {
        padding-inline-end: 4rem;
        padding-inline-start: 4rem
    }
}

.two-column-layout {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:1024px) {
    .two-column-layout {
        gap: 2rem;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.card-container {
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    border-radius: .5rem;
    border-width: 1px;
    --cl-border-opacity: 1;
    border-color: rgb(243 244 246/var(--cl-border-opacity));
    padding: 2rem
}

.vertical-gap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 2.75rem
}

.title-style {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.5rem;
    line-height: 1.375;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity))
}

.paragraph-style {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(75 85 99/var(--cl-text-opacity))
}

.form-structure {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 0
}

.alert-message {
    --cl-bg-opacity: 1 !important;
    background-color: rgb(237 249 246/var(--cl-bg-opacity)) !important;
    --cl-text-opacity: 1 !important;
    color: rgb(48 137 112/var(--cl-text-opacity)) !important;
    --cl-shadow: 0 0 #0000 !important;
    --cl-shadow-colored: 0 0 #0000 !important;
    border-width: 0 !important;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow) !important;
    --cl-border-opacity: 1 !important;
    border-color: rgb(48 137 112/var(--cl-border-opacity)) !important;
    padding: 1rem !important
}

.form-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:768px) {
    .form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.input-row {
    gap: .25rem
}

.input-row,
.input-stack {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    width: 100%
}

.input-stack {
    flex-direction: column;
    gap: .375rem
}

.label-row {
    align-items: center;
    display: inline-flex;
    gap: .25rem;
    justify-content: flex-start
}

.label-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(75 85 99/var(--cl-text-opacity))
}

.text-input {
    font-weight: 400;
    width: 100%;
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity))
}

.text-input::-moz-placeholder {
    --cl-placeholder-opacity: 1;
    color: rgb(156 163 175/var(--cl-placeholder-opacity))
}

.text-input::placeholder {
    --cl-placeholder-opacity: 1;
    color: rgb(156 163 175/var(--cl-placeholder-opacity))
}

.text-input {
    --cl-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --cl-shadow-colored: 0px 1px 2px 0px var(--cl-shadow-color);
    border-radius: .5rem;
    border-width: 1px;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
    --cl-border-opacity: 1;
    border-color: rgb(229 231 235/var(--cl-border-opacity));
    padding-bottom: .75rem;
    padding-inline-end: 1.25rem;
    padding-top: .75rem;
    padding-inline-start: 1.25rem
}

.text-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.submit-button {
    --cl-bg-opacity: 1;
    background-color: rgb(102 121 123/var(--cl-bg-opacity));
    --cl-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .05);
    --cl-shadow-colored: 0px 1px 2px 0px var(--cl-shadow-color);
    border-radius: .5rem;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
    padding-inline-end: 1.25rem;
    padding-bottom: .625rem;
    padding-inline-start: 1.25rem;
    padding-top: .625rem;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.submit-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(51 59 60/var(--cl-bg-opacity))
}

.button-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75rem;
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity));
    padding-inline-end: .5rem;
    padding-inline-start: .5rem
}

.centered-item {
    align-items: center;
    display: flex;
    justify-content: center
}

.full-width-image {
    border-radius: .5rem;
    height: auto;
    margin-inline-end: auto;
    margin-inline-start: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.header-background {
    position: relative;
    --cl-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--cl-bg-opacity)) !important
}

.responsive-flex-container {
    align-items: center;
    flex-wrap: nowrap !important
}

@media (min-width:1024px) {
    .responsive-flex-container {
        flex-direction: row
    }
}

@media (min-width:1280px) {
    .responsive-flex-container {
        flex-direction: row
    }
}

.responsive-title-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    --cl-text-opacity: 1;
    color: rgb(55 65 81/var(--cl-text-opacity))
}

@media (min-width:480px) {
    .responsive-title-text {
        display: inline
    }
}

@media (min-width:768px) {
    .responsive-title-text {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.mobile-header-menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem
}

@media (min-width:1024px) {
    .mobile-header-menu {
        display: none
    }
}

@media (min-width:1280px) {
    .mobile-header-menu {
        display: none
    }
}

.interactive-close-button {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    --cl-text-opacity: 1;
    border-radius: 9999px;
    color: rgb(156 163 175/var(--cl-text-opacity));
    inset-inline-end: 1rem
}

.interactive-close-button:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    color: rgb(17 24 39/var(--cl-text-opacity))
}

.interactive-close-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --cl-ring-offset-shadow: var(--cl-ring-inset) 0 0 0 var(--cl-ring-offset-width) var(--cl-ring-offset-color);
    --cl-ring-shadow: var(--cl-ring-inset) 0 0 0 calc(2px + var(--cl-ring-offset-width)) var(--cl-ring-color);
    box-shadow: var(--cl-ring-offset-shadow), var(--cl-ring-shadow), var(--cl-shadow, 0 0 #0000);
    --cl-ring-inset: inset;
    --cl-ring-opacity: 1;
    --cl-ring-color: rgb(107 114 128/var(--cl-ring-opacity))
}

.small-icon {
    height: 1.5rem;
    width: 1.5rem
}

.responsive-menu-column {
    display: flex;
    flex-direction: column;
    height: 100% !important
}

@media (min-width:1024px) {
    .responsive-menu-column {
        margin-inline-start: auto !important
    }
}

@media (min-width:1280px) {
    .responsive-menu-column {
        margin-inline-start: auto !important
    }
}

.flexible-full-width {
    display: flex !important;
    margin-inline-start: auto !important;
    width: 100%
}

.right-aligned-flex {
    align-items: center !important;
    flex-direction: row !important;
    margin-inline-start: auto !important
}

@media (min-width:1024px) {
    .mobile-only {
        display: none
    }
}

@media (min-width:1280px) {
    .mobile-only {
        display: none
    }
}

.pale-aqua-background {
    --cl-bg-opacity: 1 !important;
    background-color: rgb(230 234 235/var(--cl-bg-opacity)) !important
}

.centered-large-padding {
    padding-bottom: 9rem !important;
    padding-top: 2.5rem !important;
    text-align: center !important
}

@media (min-width:768px) {
    .centered-large-padding {
        padding-bottom: 10rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width:1024px) {
    .centered-large-padding {
        padding-bottom: 10rem !important;
        padding-top: 4.5rem !important
    }
}

@media (min-width:1280px) {
    .centered-large-padding {
        padding-bottom: 10rem !important;
        padding-top: 4.5rem !important
    }
}

.flexible-grid-negative-margin {
    display: flex;
    flex-wrap: wrap;
    margin-inline-end: -15px;
    margin-inline-start: -15px
}

.full-width-auto-flex {
    flex: 0 0 auto;
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:768px) {
    .full-width-auto-flex {
        width: 100%
    }
}

.dynamic-title-style {
    font-size: calc(1.365rem + 1.38vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .75rem !important
}

@media (min-width:1280px) {
    .dynamic-title-style {
        font-size: 2.4rem
    }
}

.responsive-text-content {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.65
}

@media (min-width:1024px) {
    .responsive-text-content {
        padding-inline-end: 1.25rem !important;
        padding-inline-start: 1.25rem !important
    }
}

@media (min-width:1280px) {
    .responsive-text-content {
        padding-inline-end: 1.25rem !important;
        padding-inline-start: 1.25rem !important
    }
}

@media (min-width:1536px) {
    .responsive-text-content {
        padding-inline-end: 2rem !important;
        padding-inline-start: 2rem !important
    }
}

.extra-bottom-padding {
    padding-bottom: 4.5rem !important
}

@media (min-width:768px) {
    .extra-bottom-padding {
        padding-bottom: 6rem !important
    }
}

@media (min-width:1024px) {
    .extra-bottom-padding {
        padding-bottom: 6rem !important
    }
}

@media (min-width:1280px) {
    .extra-bottom-padding {
        padding-bottom: 6rem !important
    }
}

.wide-column-layout {
    flex: 0 0 auto;
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:1024px) {
    .wide-column-layout {
        width: 83.333333%
    }
}

@media (min-width:1280px) {
    .wide-column-layout {
        width: 83.333333%
    }
}

.negative-top-margin {
    margin-top: -7rem !important
}

.responsive-negative-margins {
    display: flex;
    flex-wrap: wrap;
    margin-inline-end: -15px;
    margin-inline-start: -15px;
    margin-bottom: 2rem !important;
    margin-top: -40px
}

@media (min-width:768px) {
    .responsive-negative-margins {
        margin-inline-end: -20px;
        margin-inline-start: -20px
    }
}

@media (min-width:1024px) {
    .responsive-negative-margins {
        margin-inline-end: -20px;
        margin-inline-start: -20px
    }
}

@media (min-width:1280px) {
    .responsive-negative-margins {
        margin-inline-end: -20px;
        margin-inline-start: -20px
    }
}

.half-width-item {
    flex: 0 0 auto;
    margin-top: 40px;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:768px) {
    .half-width-item {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

@media (min-width:1024px) {
    .half-width-item {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

@media (min-width:1280px) {
    .half-width-item {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
        width: 50%
    }
}

.full-height {
    height: 100%
}

.image-overlay-animation * {
    box-sizing: border-box
}

.image-overlay-animation {
    --cl-translate-y: 0px;
    overflow: hidden;
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.smooth-hover-zoom {
    transition-duration: .15s !important;
    transition-duration: .35s !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.group:hover .smooth-hover-zoom {
    --cl-scale-x: 1.05;
    --cl-scale-y: 1.05;
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.content-padding-section {
    flex: 1 1 auto;
    padding: 40px
}

@media (min-width:640px) {
    .content-padding-section {
        padding-bottom: 1rem
    }
}

@media (min-width:768px) {
    .content-padding-section {
        padding: 1.75rem 1.75rem 1rem
    }
}

@media (min-width:1024px) {
    .content-padding-section {
        padding: 1.75rem 1.75rem 1rem
    }
}

@media (min-width:1280px) {
    .content-padding-section {
        padding: 1.75rem 1.75rem 1rem
    }
}

.tight-bottom-margin {
    margin-bottom: .9rem !important
}

.small-bold-label {
    display: inline-flex;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .02rem;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    --cl-text-opacity: 1;
    color: rgb(170 176 188/var(--cl-text-opacity));
    margin-bottom: .4rem
}

.heading-spacing-adjustment {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -.01rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: .25rem !important;
    margin-top: 0;
    word-spacing: .1rem
}

.dark-blue-text,
.heading-spacing-adjustment {
    --cl-text-opacity: 1;
    color: rgb(52 63 82/var(--cl-text-opacity))
}

.position-relative {
    position: relative !important
}

.responsive-padding-group {
    padding: 18px 40px
}

@media (min-width:768px) {
    .responsive-padding-group {
        padding: 1.25rem 1.75rem
    }
}

@media (min-width:1024px) {
    .responsive-padding-group {
        padding: 1.25rem 1.75rem
    }
}

@media (min-width:1280px) {
    .responsive-padding-group {
        padding: 1.25rem 1.75rem
    }
}

.minimal-list-style {
    display: flex;
    font-size: .7rem;
    list-style-type: none;
    --cl-text-opacity: 1;
    color: rgb(170 176 188/var(--cl-text-opacity));
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0
}

.inline-item {
    display: inline-block
}

.hero-padding-centered {
    padding-bottom: 9rem;
    padding-top: 2.5rem;
    text-align: center !important
}

@media (min-width:768px) {
    .hero-padding-centered {
        padding-bottom: 10rem;
        padding-top: 4.5rem
    }
}

@media (min-width:1024px) {
    .hero-padding-centered {
        padding-bottom: 10rem;
        padding-top: 4.5rem
    }
}

@media (min-width:1280px) {
    .hero-padding-centered {
        padding-bottom: 10rem;
        padding-top: 4.5rem
    }
}

.large-centered-column {
    flex: 0 0 auto;
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:768px) {
    .large-centered-column {
        width: 83.333333%
    }
}

@media (min-width:1024px) {
    .large-centered-column {
        width: 83.333333%
    }
}

@media (min-width:1280px) {
    .large-centered-column {
        width: 66.666667%
    }
}

.label-display-heading {
    display: inline-flex;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .02rem;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    --cl-text-opacity: 1;
    color: rgb(170 176 188/var(--cl-text-opacity));
    margin-bottom: .4rem
}

.responsive-main-title {
    font-size: calc(1.365rem + 1.38vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (min-width:1280px) {
    .responsive-main-title {
        font-size: 2.4rem
    }
}

.subtle-text-list {
    font-size: .8rem;
    list-style-type: none;
    --cl-text-opacity: 1;
    color: rgb(170 176 188/var(--cl-text-opacity));
    margin: 0;
    margin-bottom: 1.25rem !important;
    padding: 0
}

.gallery-thumb-style {
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.flexible-container-padding {
    flex: 1 1 auto;
    padding: 2.5rem
}

@media (min-width:768px) {
    .flexible-container-padding {
        padding: 2.8rem 3rem
    }
}

@media (min-width:1024px) {
    .flexible-container-padding {
        padding: 2.8rem 3rem
    }
}

@media (min-width:1280px) {
    .flexible-container-padding {
        padding: 2.8rem 3rem
    }
}

.large-margin-bottom {
    margin-bottom: 2rem
}

.positioned-section {
    margin-bottom: 1.25rem;
    position: relative
}

.standard-paragraph-text {
    font-size: 1rem;
    line-height: 1.5rem
}

.background-light-gray {
    --cl-bg-opacity: 1;
    background-color: rgb(242 244 244/var(--cl-bg-opacity))
}

.vertical-padding-large {
    padding-bottom: 12.5rem;
    padding-top: 6rem;
    text-align: center !important
}

@media (min-width:768px) {
    .vertical-padding-large {
        padding-bottom: 12.5rem;
        padding-top: 6rem
    }
}

@media (min-width:1024px) {
    .vertical-padding-large {
        padding-bottom: 12.5rem;
        padding-top: 6rem
    }
}

@media (min-width:1280px) {
    .vertical-padding-large {
        padding-bottom: 12.5rem;
        padding-top: 6rem
    }
}

.responsive-content-center {
    flex: 0 0 auto;
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:1024px) {
    .responsive-content-center {
        width: 66.666667%
    }
}

@media (min-width:1280px) {
    .responsive-content-center {
        width: 66.666667%
    }
}

.dynamic-heading-large {
    font-size: calc(1.365rem + 1.38vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .75rem
}

@media (min-width:1280px) {
    .dynamic-heading-large {
        font-size: 2.4rem
    }
}

.caption-text-light-gray {
    display: inline-flex;
    font-size: .7rem;
    letter-spacing: .02rem;
    position: relative;
    vertical-align: top;
    --cl-text-opacity: 1;
    color: rgb(170 176 188/var(--cl-text-opacity));
    margin-bottom: .4rem
}

.narrow-responsive-flex {
    flex: 0 0 auto;
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
    margin-top: -10rem !important;
    max-width: 100%;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@media (min-width:1024px) {
    .narrow-responsive-flex {
        width: 58.333333%
    }
}

@media (min-width:1280px) {
    .narrow-responsive-flex {
        width: 50%
    }
}

@media (min-width:1536px) {
    .narrow-responsive-flex {
        width: 41.666667%
    }
}

.centered-padding-main {
    padding: 3rem !important;
    text-align: center !important
}

.left-aligned-margin {
    margin-bottom: .75rem !important;
    text-align: start
}

.important-position-relative {
    margin-bottom: 1rem;
    position: relative !important
}

.responsive-input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: calc(2.5rem + 2px);
    min-height: calc(2.5rem + 2px);
    width: 100%;
    --cl-bg-opacity: 1;
    background-clip: padding-box;
    background-color: rgb(254 254 254/var(--cl-bg-opacity));
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    --cl-text-opacity: 1;
    color: rgb(96 105 123/var(--cl-text-opacity));
    --cl-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    --cl-shadow-colored: 0 0 1.25rem var(--cl-shadow-color);
    border: 1px solid rgba(8, 60, 130, .07);
    border-radius: .4rem;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
    padding-inline-end: 1rem;
    padding-bottom: .6rem;
    padding-inline-start: 1rem;
    padding-top: .6rem
}

.responsive-input-field::file-selector-button {
    pointer-events: none;
    --cl-bg-opacity: 1;
    background-color: rgb(254 254 254/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    border: 0 solid;
    border-color: inherit;
    border-radius: 0;
    color: rgb(96 105 123/var(--cl-text-opacity));
    margin-top: -.6rem;
    margin-inline-end: -1rem;
    margin-bottom: -.6rem;
    margin-inline-start: -1rem;
    padding-inline-end: 1rem;
    padding-bottom: .6rem;
    padding-inline-start: 1rem;
    padding-top: .6rem;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.responsive-input-field:focus {
    --cl-bg-opacity: 1;
    background-color: rgb(254 254 254/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    color: rgb(96 105 123/var(--cl-text-opacity));
    --cl-shadow-color: 0 0 1.25rem rgba(30, 34, 40, .04), unset;
    --cl-shadow: var(--cl-shadow-colored);
    --cl-border-opacity: 1;
    border-color: rgb(159 188 240/var(--cl-border-opacity));
    border-color: rgba(63, 120, 224, .5) !important
}

.responsive-input-field:focus-visible {
    border-color: rgba(63, 120, 224, .5) !important;
    outline-width: 0 !important
}

.responsive-input-field:disabled {
    --cl-bg-opacity: 1;
    background-color: rgb(170 176 188/var(--cl-bg-opacity));
    opacity: 1
}

@media (prefers-reduced-motion:reduce) {
    .responsive-input-field {
        transition-property: none
    }

    .responsive-input-field::file-selector-button {
        transition-property: none
    }
}

.floating-label {
    display: inline-block;
    font-size: .75rem;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    white-space: nowrap;
    z-index: 2;
    --cl-text-opacity: 1;
    border: 1px solid transparent;
    color: rgb(149 156 169/var(--cl-text-opacity));
    inset-inline-start: 0;
    padding-inline-end: 1rem;
    padding-bottom: .6rem;
    padding-inline-start: 1rem;
    padding-top: .6rem;
    text-align: start;
    top: 0
}

.rounded-button-dark {
    width: 100%;
    --cl-bg-opacity: 1 !important;
    background-color: rgb(51 59 60/var(--cl-bg-opacity)) !important;
    --cl-text-opacity: 1;
    border-radius: 50rem !important;
    margin-bottom: .5rem;
    --cl-border-opacity: 1
}

.rounded-button-dark,
.rounded-button-dark:hover {
    border-color: rgb(51 59 60/var(--cl-border-opacity));
    color: rgb(255 255 255/var(--cl-text-opacity))
}

.rounded-button-dark:active,
.rounded-button-dark:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(51 59 60/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    --cl-border-opacity: 1
}

.rounded-button-dark:active {
    border-color: rgb(51 59 60/var(--cl-border-opacity));
    color: rgb(255 255 255/var(--cl-text-opacity))
}

.rounded-button-dark:disabled {
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

:root {
    font-size: 20px
}

*,
:after,
:before {
    box-sizing: border-box
}

::-moz-selection {
    background-color: rgba(63, 120, 224, .7);
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

::selection {
    background-color: rgba(63, 120, 224, .7);
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

a {
    transition-duration: .15s;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (prefers-reduced-motion:reduce) {
    a {
        transition-property: none
    }
}

a:focus {
    outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-spacing: .1rem
}

.h1,
h1 {
    line-height: 1.3
}

.h2,
h2 {
    line-height: 1.35
}

.h3,
h3 {
    line-height: 1.4 !important
}

.h4,
h4 {
    line-height: 1.45 !important
}

.h5,
h5 {
    line-height: 1.5 !important
}

.h6,
h6 {
    line-height: 1.55 !important
}

body,
html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    --cl-bg-opacity: 1;
    background-color: rgb(254 254 254/var(--cl-bg-opacity));
    font-family: Manrope, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.7;
    --cl-text-opacity: 1;
    color: rgb(96 105 123/var(--cl-text-opacity));
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: .05rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -.01rem;
    line-height: 1.2;
    --cl-text-opacity: 1;
    color: rgb(52 63 82/var(--cl-text-opacity));
    margin-bottom: .5rem;
    margin-top: 0;
    word-spacing: .1rem
}

.h1,
h1 {
    font-size: calc(1.27rem + .24vw)
}

@media (min-width:1280px) {

    .h1,
    h1 {
        font-size: 1.45rem
    }
}

.h2,
h2 {
    font-size: calc(1.255rem + .06vw)
}

@media (min-width:1280px) {

    .h2,
    h2 {
        font-size: 1.3rem
    }
}

.h3,
h3 {
    font-size: 1.1rem
}

.h4,
h4 {
    font-size: .95rem
}

.h5,
h5 {
    font-size: .9rem
}

.h6,
h6 {
    font-size: .85rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-inline-start: 2rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #3f78e0;
    text-decoration-line: none
}

a:hover {
    color: #3f78e0
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration-line: none
}

img,
svg {
    vertical-align: middle
}

img {
    max-width: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    margin: 0
}

button {
    -webkit-appearance: button;
    text-transform: none
}

button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

.blockquote {
    font-size: .85rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.7em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::file-selector-button {
    border-inline-end-width: 1px;
    margin-inline-end: 1rem
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    --cl-bg-opacity: 1;
    background-color: rgb(170 176 188/var(--cl-bg-opacity))
}

.form-floating>label {
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .2rem;
    padding-top: 1rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .2rem;
    padding-top: 1rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .2rem;
    padding-top: 1rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    --cl-translate-y: -0.4rem;
    --cl-translate-x: 0.2rem;
    --cl-scale-x: 0.8;
    --cl-scale-y: 0.8;
    color: #60697b;
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    --cl-translate-y: -0.4rem;
    --cl-translate-x: 0.2rem;
    --cl-scale-x: 0.8;
    --cl-scale-y: 0.8;
    color: #60697b;
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
    height: 1.5em;
    position: absolute;
    z-index: -1;
    --cl-bg-opacity: 1;
    background-color: rgb(254 254 254/var(--cl-bg-opacity));
    --cl-content: "";
    border-radius: .4rem;
    bottom: .6rem .5rem;
    content: var(--cl-content);
    inset-inline-end: .6rem .5rem;
    inset-inline-start: .6rem .5rem;
    top: .6rem .5rem
}

.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after {
    height: 1.5em;
    position: absolute;
    z-index: -1;
    --cl-bg-opacity: 1;
    background-color: rgb(254 254 254/var(--cl-bg-opacity));
    --cl-content: "";
    border-radius: .4rem;
    bottom: .6rem .5rem;
    content: var(--cl-content);
    inset-inline-end: .6rem .5rem;
    inset-inline-start: .6rem .5rem;
    top: .6rem .5rem
}

.form-floating>.form-control:-webkit-autofill~label {
    --cl-translate-y: -0.4rem;
    --cl-translate-x: 0.2rem;
    --cl-scale-x: 0.8;
    --cl-scale-y: 0.8;
    color: #60697b;
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
    --cl-text-opacity: 1;
    color: rgb(96 105 123/var(--cl-text-opacity))
}

.form-floating>.form-control:disabled~label:after,
.form-floating>:disabled~label:after {
    --cl-bg-opacity: 1;
    background-color: rgb(170 176 188/var(--cl-bg-opacity))
}

.btn {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    --cl-text-opacity: 1;
    color: rgb(96 105 123/var(--cl-text-opacity));
    --cl-shadow-color: unset;
    --cl-shadow: var(--cl-shadow-colored);
    border: 2px solid transparent;
    border-radius: .4rem;
    padding: .5rem 1.2rem;
    text-align: center;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.btn:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity));
    --cl-border-opacity: 1;
    border-color: rgb(255 255 255/var(--cl-border-opacity))
}

.btn:focus-visible {
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity));
    --cl-shadow-color: unset, 0 0 0 0.25rem rgba(92, 140, 229, .5);
    --cl-shadow: var(--cl-shadow-colored);
    border-color: transparent
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition-property: none
    }
}

.btn:focus-visible {
    outline: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.nav,
.nav-link {
    font-size: .8rem;
    font-weight: 700;
    --cl-text-opacity: 1;
    color: rgb(52 63 82/var(--cl-text-opacity))
}

.nav-link {
    background-color: inherit;
    border-width: 0;
    display: block;
    padding: 1.2rem 0;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

blockquote.nav-link {
    padding-inline-start: 0
}

.nav-link:focus,
.nav-link:hover {
    --cl-text-opacity: 1;
    color: rgb(63 120 224/var(--cl-text-opacity))
}

.nav-link:focus-visible {
    --cl-shadow: 0 0 0 0.25rem rgba(63, 120, 224, .25);
    --cl-shadow-colored: 0 0 0 0.25rem var(--cl-shadow-color);
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow)
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition-property: none
    }
}

.nav-link:focus-visible {
    outline: 0
}

.nav-link:disabled {
    cursor: default;
    pointer-events: none;
    --cl-text-opacity: 1;
    color: rgb(149 156 169/var(--cl-text-opacity))
}

.navbar {
    flex-wrap: wrap;
    position: relative;
    --cl-text-opacity: 1;
    color: rgb(52 63 82/var(--cl-text-opacity));
    padding: 0
}

.navbar,
.navbar .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.navbar .container {
    flex-wrap: inherit
}

.navbar-brand {
    font-size: .7rem;
    margin-inline-end: 0;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap
}

.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover {
    --cl-text-opacity: 1;
    color: rgb(63 120 224/var(--cl-text-opacity))
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    font-weight: 700;
    list-style-type: none;
    --cl-text-opacity: 1;
    color: rgb(52 63 82/var(--cl-text-opacity));
    margin-bottom: 0;
    padding: 0
}

.navbar-nav .nav-link.show {
    --cl-text-opacity: 1;
    color: rgb(63 120 224/var(--cl-text-opacity))
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    --cl-bg-opacity: 1;
    background-clip: border-box;
    background-color: rgb(255 255 255/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    border: 1px solid rgba(164, 174, 198, .2);
    border-radius: .4rem;
    color: rgb(96 105 123/var(--cl-text-opacity));
    word-wrap: break-word
}

.card-footer {
    background-color: transparent;
    border-top: 1px rgba(164, 174, 198, .2);
    border-style: solid;
    padding-inline-end: 2rem;
    padding-bottom: .9rem;
    padding-top: .9rem;
    padding-inline-start: 2rem
}

.card-footer:last-child {
    border-radius: 0 0 .4rem .4rem
}

.card-img-top {
    border-start-end-radius: .4rem;
    border-start-start-radius: .4rem;
    width: 100%
}

.alert {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: .4rem;
    color: inherit;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

@media (min-width:992px) {

    .navbar-expand-lg.transparent:not(.modal),
    .navbar-expand-lg.transparent:not(.modal-backdrop) {
        padding-top: .3rem
    }
}

.offcanvas {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 1045;
    --cl-bg-opacity: 1;
    background-clip: padding-box;
    background-color: rgb(30 34 40/var(--cl-bg-opacity));
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity));
    --cl-shadow-color: none;
    --cl-shadow: var(--cl-shadow-colored);
    bottom: 0;
    outline-width: 0;
    transition-duration: .15s;
    transition-property: transform .3s ease-in-out;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:992px) {
    .navbar-expand-lg.transparent:not(.offcanvas) {
        padding-top: .3rem
    }
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition-property: none
    }
}

.offcanvas {
    outline: 0
}

.offcanvas.offcanvas-start {
    width: 15rem;
    --cl-translate-x: -100%;
    border-inline-end-color: transparent;
    border-inline-end-width: 0;
    border-style: solid;
    inset-inline-start: 0;
    top: 0;
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.show {
    visibility: visible
}

@media (min-width:992px) {
    .navbar-expand-lg.transparent:not(.offcanvas-backdrop) {
        padding-top: .3rem
    }
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding-inline-end: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-inline-start: 1.5rem
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.visually-hidden {
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 1px
}

blockquote.visually-hidden {
    padding-inline-start: 0
}

.visually-hidden {
    clip: rect(0, 0, 0, 0) !important
}

.visually-hidden:not(caption) {
    position: absolute
}

.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.offcanvas::-webkit-scrollbar {
    display: none
}

/* input {
    -webkit-appearance: none !important
} */

.form-floating:not(.form-control:disabled):before {
    background-color: inherit
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    --cl-text-opacity: 1;
    color: rgb(149 156 169/var(--cl-text-opacity))
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    --cl-text-opacity: 1;
    color: rgb(149 156 169/var(--cl-text-opacity))
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
    background-color: transparent
}

.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after {
    background-color: transparent
}

.btn {
    display: inline-flex;
    position: relative;
    --cl-translate-y: 0px;
    align-items: center;
    justify-content: center;
    letter-spacing: -.01rem
}

.btn,
.btn:not(.btn-link):hover {
    transform: translate(var(--cl-translate-x), var(--cl-translate-y)) rotate(var(--cl-rotate)) skewX(var(--cl-skew-x)) skewY(var(--cl-skew-y)) scaleX(var(--cl-scale-x)) scaleY(var(--cl-scale-y))
}

.btn:not(.btn-link):hover {
    --cl-translate-y: -0.15rem;
    --cl-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .15);
    --cl-shadow-colored: 0 0.25rem 0.75rem var(--cl-shadow-color);
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow)
}

button:focus {
    outline: 0
}

.btn-primary,
.btn-primary:hover {
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity))
}

.btn-primary:active,
.btn-primary:hover {
    --cl-bg-opacity: 1;
    background-color: rgb(63 120 224/var(--cl-bg-opacity))
}

.btn-primary:active {
    --cl-border-opacity: 1;
    border-color: rgb(63 120 224/var(--cl-border-opacity))
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes priceFade {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(80%)
    }
}

@keyframes priceShow {
    0% {
        opacity: 0;
        transform: translateY(-80%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes ripple-1 {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes ripple-2 {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.7)
    }
}

@keyframes loader-scale {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@media (min-width:992px) {
    .navbar-expand-lg.transparent:not(.page-loader) {
        padding-top: .3rem
    }
}

.nav-link {
    font-weight: 700;
    letter-spacing: -.01rem
}

.nav-link p {
    font-size: .8rem
}

.navbar-other .nav-link {
    cursor: pointer
}

.navbar {
    width: 100%;
    z-index: 1020
}

.navbar .container {
    position: relative
}

.navbar .navbar-collapse {
    align-items: center
}

.navbar .navbar-other .nav-item .nav-link {
    padding-bottom: 0;
    padding-top: 0
}

.navbar .navbar-other .navbar-nav>.nav-item .nav-link {
    padding-inline-end: 0;
    padding-inline-start: 0
}

.navbar .navbar-other .navbar-nav>.nav-item:last-child {
    margin-inline-start: .8rem
}

button.hamburger {
    align-items: center;
    background-color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    --cl-text-opacity: 1;
    border-width: 0;
    color: rgb(52 63 82/var(--cl-text-opacity));
    margin-bottom: 0;
    margin-top: 0;
    margin-inline-end: 0;
    margin-inline-start: .2rem;
    padding: 0;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

button.hamburger:after,
button.hamburger:before {
    --cl-content: "";
    content: var(--cl-content)
}

@media (prefers-reduced-motion:reduce) {
    button.hamburger {
        transition-property: none
    }
}

button.hamburger::-moz-focus-inner {
    border-width: 0;
    padding: 0
}

button.hamburger:focus {
    outline: 0
}

button.hamburger span,
button.hamburger:after,
button.hamburger:before {
    background-color: currentColor;
    border-radius: 2rem;
    height: .15rem;
    transition-duration: .15s;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 1.2rem
}

@media (prefers-reduced-motion:reduce) {

    button.hamburger span,
    button.hamburger:after,
    button.hamburger:before {
        transition-property: none
    }
}

button.hamburger span,
button.hamburger:before {
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-bottom: .25rem;
    margin-top: 0
}

.card {
    color: inherit;
    --cl-shadow: 0 0 0 0.05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    --cl-shadow-colored: 0 0 0 0.05rem var(--cl-shadow-color), 0 0 1.25rem var(--cl-shadow-color);
    border-width: 0;
    box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow)
}

blockquote.card {
    padding-inline-start: 0
}

.card-img-top img {
    border-start-end-radius: .4rem;
    border-start-start-radius: .4rem
}

.offcanvas-body {
    padding-bottom: 0;
    padding-top: 0
}

.offcanvas-nav .offcanvas-body {
    flex-grow: 0
}

.offcanvas:not(.offcanvas-nav) {
    overflow-y: auto
}

.offcanvas:not(.offcanvas-nav) .offcanvas-body {
    overflow-y: unset
}

.overlay {
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: translateZ(0)
}

.overlay * {
    --cl-text-opacity: 1;
    color: rgb(255 255 255/var(--cl-text-opacity));
    transition-duration: .15s;
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: ease
}

@media (prefers-reduced-motion:reduce) {
    .overlay * {
        transition-property: none
    }
}

.overlay img {
    backface-visibility: hidden;
    max-width: 100%;
    transition-property: none;
    vertical-align: top
}

.blog.single .post {
    margin-bottom: 0
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.container {
    margin-inline-end: auto;
    margin-inline-start: auto;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%
}

@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 .nav-link {
        padding-inline-end: 1rem;
        padding-inline-start: 1rem
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex;
        flex-basis: auto
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        flex-grow: 1;
        height: auto;
        position: static;
        transform: none !important;
        visibility: visible;
        width: auto;
        z-index: auto;
        --cl-shadow: 0 0 #0000;
        --cl-shadow-colored: 0 0 #0000;
        border-width: 0;
        box-shadow: var(--cl-ring-offset-shadow, 0 0 #0000), var(--cl-ring-shadow, 0 0 #0000), var(--cl-shadow);
        transition-property: none
    }

    blockquote.navbar-expand-lg .offcanvas {
        padding-inline-start: 0
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }

    .navbar-expand-lg .navbar-nav {
        position: static
    }

    .navbar-expand-lg .offcanvas-nav {
        flex-direction: row;
        position: unset
    }

    .navbar-expand-lg .offcanvas-nav.offcanvas-start {
        width: 100%
    }

    .navbar-expand-lg.transparent:not(.fixed) {
        padding-top: .3rem
    }

    .navbar-expand-lg .navbar-collapse .nav-link {
        white-space: nowrap
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg .offcanvas-nav {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto
    }

    .navbar-expand-lg .offcanvas-nav .offcanvas-body,
    .navbar-expand-lg .offcanvas-nav .offcanvas-header {
        width: 100%
    }

    .navbar-expand-lg .offcanvas-nav .offcanvas-body {
        flex-grow: 0;
        overflow-y: unset
    }

    .navbar-expand-lg .navbar-collapse .nav-link,
    .navbar-expand-lg .navbar-collapse .nav-link:focus,
    .navbar-expand-lg .navbar-collapse .nav-link:hover,
    .navbar-expand-lg .navbar-collapse .show>.nav-link {
        --cl-text-opacity: 1 !important;
        color: rgb(255 255 255/var(--cl-text-opacity)) !important
    }

    .navbar-expand-lg .navbar-collapse .nav-link {
        padding-bottom: .3rem;
        padding-top: .3rem
    }

    .navbar-expand-lg .navbar-brand {
        padding-bottom: 1.2rem;
        padding-top: 1.2rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .navbar .navbar-collapse .nav-link {
        padding-inline-end: .6rem;
        padding-inline-start: .6rem
    }
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition-property: none
    }
}