div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    white-space: normal;
}

body {
    background-color: #111;
    /* Dark background makes gradients pop */
}

.card {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #ede6ff;
}

.shadow {
    box-shadow: 5px 4px 10px 7px #0000001a;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mt-6 {
    margin-top: 6rem;
}


.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.txt-c {
    text-align: center !important;
    justify-items: center !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.font-1 {
    font-size: 1rem;
}

.font-1b {
    font-size: 1.25rem;
}

.font-1c {
    font-size: 1.5rem;
}

.font-1d {
    font-size: 1.75rem;
}

.font-2 {
    font-size: 1rem;
}

.z label {
    color: white;
    text-shadow: none;
}

.z .ui-page-theme-a a:hover,
.z .ui-page-theme-a a:visited,
.z .ui-page-theme-a a {
    color: unset;
    font-weight: unset;
}

.z .z-0 {
    z-index: 0;
}

.z .z--1 {
    z-index: -1;
}

.z .z-10 {
    z-index: 10;
}

html {
    scroll-behavior: smooth;
}

/* Optional: Fixes sticky headers blocking your section title */
section {
    scroll-margin-top: 70px;
    margin-bottom: 4rem;
    width: 100%;
}


ul.horiz {
    list-style-type: none;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.z .rel {
    position: relative;
}

.z .abs {
    position: absolute;
}

.z a {
    text-decoration: none;
    color: white;
}

.z .card {
    margin-bottom: 2rem;
}


.z img.image {
    outline: 6px solid #e8e1fc;
    border-radius: 3rem;
    border: 0;
}

.z .btn.btn-primary {
    border-radius: 3rem;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 0px;
    background-color: #ff6c00;
    color: #ffffff;
    box-shadow: #ededed 0px 0px 0px 8px;
    padding-top: 0.82rem;
    text-shadow: none !important;
    height: 3rem;
    margin-bottom: .5rem;
}

.z .btn.btn-primary.btn-calendly {
    padding-top: 0;
    padding-bottom: 0;
}

.z .btn.btn-primary.btn-calendly img {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 1.2rem;
}

.z .bak-frost {
    /* background-color: rgba(255, 255, 255, 0.3); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    text-shadow: none;
    /* box-shadow: 0px 0px 0px 2px #9b7de7; */
    /* outline: 3px solid #c3b6e5; */
}

.z .circle {
    border-radius: 6rem;
    overflow: hidden;
}

.z .z-btn {
    cursor: pointer;
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 6px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
}

.z .card {
    margin-bottom: 2rem;
}

.z img.image {
    outline: 6px solid #e8e1fc;
    border-radius: 2rem;
    border: 0;
}

.z h1,
.z h2,
.z h3,
.z h4,
.z h5,
.z h6 {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1.3em;
    color: #9b7de7;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}

.z h1 {
    font-size: 4rem;
}

.z h2 {
    font-size: 4.5rem;
    line-height: 4.25rem;
}

.z h3 {
    font-size: 3rem;
}

.z h4 {
    font-size: 2.5rem;
    line-height: 2.25rem;
}

.z h5 {
    font-size: 2rem;
    line-height: 1.75rem;
    text-align: center;
}

.z h6 {
    font-size: 1.5rem;
}

.z body {
    text-shadow: none;
}

.z .hidden {
    display: none;
}


.z .modal {
    --bs-modal-width: 760px;
}

.z .modal {
    z-index: 31;
}

.z .modal-backdrop {
    z-index: 9 !important;
    background-color: black;
    opacity: 0.85;
}

.z .hover {
    cursor: pointer;
}

.z .modal-header {
    border-bottom: 0;
    display: block;
}

.z .modal-footer {
    border-top: 0;
    text-align: center;
    display: block;
    justify-items: center;
}

.z .modal-footer button {
    width: 75%;
}






@media (min-width: 1200px) {
    .z .modal-xl {
        --bs-modal-width: 1300px;
    }
}

@media (min-width: 992px) {

    .z .modal-lg,
    .modal-xl {
        --bs-modal-width: 1120px;
    }
}