#isSticky .toggleBtn {
    width: 40px;
    height: 30px;
    background-color: transparent;
    border: none;
    padding: 0;
    align-items: center;
    cursor: pointer;
}

#isSticky .toggleBtn .iconLeft {
    height: 4px;
    width: 20px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

#isSticky .toggleBtn.open .iconLeft {
    background: transparent;
}

#isSticky .toggleBtn .iconLeft::before {
    width: 20px;
    height: 4px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    transition: all .3s ease-in-out;
}

#isSticky .toggleBtn.open .iconLeft::before {
    transform: rotateZ(45deg) scaleX(1.2) translate(2px, 2px);
}

#isSticky .toggleBtn .iconLeft::after {
    width: 20px;
    height: 4px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    transition: all .3s ease-in-out;
}

#isSticky .toggleBtn.open .iconLeft::after {
    transform: rotateZ(-45deg) scaleX(1.2) translate(2px, -2px);
}

#isSticky .toggleBtn .iconRight {
    height: 4px;
    width: 20px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

#isSticky .toggleBtn.open .iconRight {
    background: transparent;
}

#isSticky .toggleBtn .iconRight::before {
    width: 20px;
    height: 4px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    transition: all .3s ease-in-out;
}

#isSticky .toggleBtn.open .iconRight::before {
    transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, 2px);
}

#isSticky .toggleBtn .iconRight::after {
    width: 20px;
    height: 4px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    transition: all .3s ease-in-out;
}

#isSticky .toggleBtn.open .iconRight::after {
    transform: rotateZ(45deg) scaleX(1.2) translate(-2px, -2px);
}

@media (max-width: 992px) {
    #isSticky {
        background: rgb(2 18 50 / 41%);
        border-radius: 50px;
        padding: 0.5rem 1rem;
        backdrop-filter: blur(24px);
    }
}

header .ismobile {
    display: grid;
}

.isSticky {
    background: rgb(2 18 50 / 41%);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    backdrop-filter: blur(24px);
}

@font-face {
    font-family: "Mona-Sans";
    src: url("../fonts/Mona-Sans.ttf") format("truetype");
    display: swap;
    font-style: normal;
}

.darkCtaWithHoverIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 206px;
    background-color: #38C6F4;
    color: #213359;
    height: 50px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.darkCtaWithHoverIcon svg {
    opacity: 0;
    margin-left: -45px;
    transition: all 0.3s ease-in-out;
}

.darkCtaWithHoverIcon:hover svg {
    opacity: 1;
    margin-left: 0;
}

.darkCtaWithHoverIcon:hover {
    background-color: white;
    width: 240px;
}

@media (max-width: 768px) {
    .darkCtaWithHoverIcon {
        font-size: 18px;
        width: 196px;
        height: 45px;
    }

    .darkCtaWithHoverIcon:hover {
        width: 220px;
    }
}

.headerCTA {
    background: #FFFFFF;
    border-radius: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #213359;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.headerCTA:hover {
    background-color: #38C6F4;
}

@media (max-width: 577px) {

    .headerCTA:hover {
        background-color: #213359;
        color: #FFFFFF;
    }
}

.primaryCTA {
    background: #38C6F4;
    border-radius: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #213359;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.primaryCTA:hover {
    background-color: #213359;
    color: #FFFFFF;
}

.servicesCTA {
    background-color: #213359;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.servicesCTA:hover {
    background: #38C6F4;
    color: #213359;
}

.callCTA {
    background: transparent;
    border-radius: 25px;
    font-weight: 500;
    font-size: 20px;
    color: #213359;
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #213359;
    gap: 12px;
}

.callCTA img {
    transition: all 0.3s ease-in-out;
    position: relative;
    top: -2px;
}

.callCTA:hover {
    background-color: #213359;
    color: #FFFFFF;
}

.callCTA:hover img {
    filter: brightness(0) invert(1);
}

@media (max-width:769px) {
    .primaryCTA {
        width: 230px;
    }
}

.__reviewsEmbla .desc {
    min-height: 250px
}


h2#swal2-title {
    --tw-text-opacity: 1;
    color: rgb(33 51 89 / var(--tw-text-opacity));
    line-height: 1.25;
    font-weight: 700;
    font-family: Mona-sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 30px;
}

div#swal2-html-container {
    --tw-text-opacity: 1;
    color: rgb(140 140 140 / var(--tw-text-opacity));
    line-height: 1.5;
    font-size: 16px;
    padding: 1rem;
    padding-bottom: 0;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #38C6F4 !important;
    color: #213359 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    width: 170px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 25px !important;
    padding: 0 !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 25em !important;
}

div#swal2-html-container a {
    color: #3f485d;
    text-decoration: underline;
}

div#swal2-html-container a:last-child {
    display: inline-block;
    margin-left: 10px;
}