

html, body {
        font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

a, .btn-link {
    color: #006bb7;
}


.geist {
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}






.uploadedImage {
    opacity: 0;
}


    .uploadedImage:hover {
        opacity: 1;
    }


.shadow {
    box-shadow: 0 0 1px 5px black;
}


.media-object {
    --border-width: 2px;
    --radius: 24px;
    position: relative;
    border-radius: var(--radius);
    border: 2px solid transparent;
}

    .media-object::before {
        content: " ";
        position: absolute;
        inset: calc(var(--border-width) * -1);
        z-index: -1;
        border: inherit;
        border-radius: inherit;
        background-image: conic-gradient(from var(--angle), transparent 80%, #9100ff 88%, #9100ff 92%, transparent 100%);
        background-origin: border-box;
        -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
        mask: linear-gradient(black, black), linear-gradient(black, black);
        -webkit-mask-clip: content-box, border-box;
        mask-clip: content-box, border-box;
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        animation: spin 10s linear infinite;
    }

@supports not (background: paint(something)) {
    .media-object::before {
        background-image: conic-gradient(transparent 80%, #9100ff 88%, #9100ff 92%, transparent 100%);
    }
}

.media-object:hover::before {
    animation-play-state: paused;
}

@property --angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

@keyframes spin {
    to {
        --angle: 1turn;
    }
}

.media-object {
    padding: 1rem;
}
































.flexV {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.ibm-plex-sans {
    font-family: "IBM Plex Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", serif !important;
    font-weight: 400;
    font-style: normal;
}

.rubik-regular {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.oswald {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}



.fancy-text {
    background: linear-gradient(90deg, #ffffff, #000000);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlash 1.2s ease-out paused;
}

.fancy-text2 {
    background: linear-gradient( 0deg, #005fff, #0082ff);
    background-size: 200%;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlash 1.2s ease-out paused;
}

.gradientBgDark {
    background: linear-gradient( 35deg, #1a1a1a, #0f0f0f);
}


.selectedHref {
    transform: scale(1.1);
    color: #c6b054 !important;
}

    .selectedHref::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 1px;
        background-color: #c6b054;
    }


@keyframes gradientFlash {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}







.reveal {
    padding: 0.5rem 2rem;
    background-color: #458AFF;
    width: max-content;
    color: white;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: revealPath 5s ease-out infinite forwards;
}

.revealStatic {
    padding: 0.5rem 2rem;
    background-color: #458AFF;
    width: max-content;
    color: white;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%)
}

@keyframes revealPath {
    0% {
        clip-path: polygon(2% 0, 0 0, 0 100%, 0 100%);
        opacity: 0;
    }


    10% {
        clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
        opacity: 1;
    }

    80% {
        clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
        opacity: 1;
    }

    95% {
        clip-path: polygon(2% 0, 0 0, 0 100%, 0 100%);
        opacity: 0;
    }


    100% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        opacity: 0;
    }
}



.flexVertical {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}






.textAlign {
    text-align: center;
}



.gjs-button {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
    text-decoration: none;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 10px;
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    text-align: center;
    transition: 0.2s;
    background-size: 200% auto;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .gjs-button:hover {
        color: #707070;
        text-decoration: none;
    }

    .gjs-button:active {
        color: #979795;
        transform: scale(0.95);
    }

.gjs-link:hover {
    color: #979795;
}

.buttonWhite {
    color: white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: solid 2px white;
    transition: 0.2s;
}

    .buttonWhite:hover {
        color: gray;
        border: solid 2px gray;
        cursor: pointer;
    }






titleKwc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70vmin;
    font-weight: 600;
}

body {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background: #36364c;
    color: white;
}


.gjs-grid-column {
    flex: 1 1 0%;
}

.gjs-grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    min-height: auto;
    padding: 10px 0;
}

.gjs-grid-column.feature-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 30%;
}

.gjs-grid-column.testimonial-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 45%;
    background-color: rgba(247,247,247,0.23);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    align-items: flex-start;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0,0,0,0.06);
    border-right-color: rgba(0,0,0,0.06);
    border-bottom-color: rgba(0,0,0,0.06);
    border-left-color: rgba(0,0,0,0.06);
}





.mainBody {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
}




.gjs-grid-column-copy {
    flex: 1 1 0%;
    padding: 5px 0;
}

@media (max-width:1182px) {
    .gjs-grid-row {
        flex-direction: column;
    }
}




@media (min-width:1182px) {
    .middleOffset {
        width: 75% !important;
    }

    .displayMobile {
        display: none !important;
    }

    .homeHeading {
        font-size: 3rem;
    }

    .homeSubHeading {
        font-size: 2.5rem;
    }

    .videoContentSize {
        height: 45rem;
    }
}

@media (max-width:1182px) {
    .videoContentSize {
        height: 55rem;
    }

    .displayNoneMobile {
        display: none !important;
    }

    .homeHeading {
        font-size: 2rem;
    }

    .homeSubHeading {
        font-size: 1.5rem;
    }
}


.flexHorizontallyLeft {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flexVertically {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.flexVerticallyWithoutAlign {
    display: flex;
    flex-direction: column;
}


.backgroundModuleSubText {
    text-align: left;
    font-size: clamp(1.4rem, 1.7vw,1.7rem);
    width: auto;
    padding: 0.6rem;
    margin: clamp(0.5rem, 1vw, 1rem);
    max-width: clamp(20rem, 50vw, 50rem);
}

.backgroundModuleSubNodeContainer {
    margin-left: 2rem;
}

.backgroundModuleCubes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
    box-sizing: border-box;
}

.backgroundModuleSubNode {
    color: #fd8820;
    text-align: left;
    font-size: clamp(0.8rem, 1vw,1rem);
    line-height: clamp(20px, 40vw,40px);
    width: auto;
}

.backgroundModuleSubNodeText {
    text-align: left;
    color: white !important;
    width: auto;
    padding: clamp(0.3rem, 0.6vw,0.6rem) 0.6rem clamp(0.3rem, 0.6vw,0.6rem) 0.6rem;
    margin: 0 clamp(0.5rem, 1vw,1rem) 0 clamp(0.5rem, 1vw,1rem);
    line-height: clamp(10px, 25vw,25px);
}

.backgroundModuleTransparent {
    border: solid;
    border-radius: clamp(1rem, 2.4vw, 2.4rem);
    border-width: 2px;
    border-color: black;
    background-color: rgb(247, 247, 247);
    padding: clamp(0.5rem, 1vw,1rem);
    height: min-content;
    margin: clamp(0rem, 3vw, 3rem);
}

.backgroundModuleTransparentCharacter {
    border: solid;
    border-radius: 2.4rem;
    border-width: 2px;
    border-color: red;
    padding: 1rem;
    height: min-content;
    padding-bottom: 0;
    margin: clamp(1rem, 3vw, 3rem);
}

.backgroundModuleTransparentImg {
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    width: clamp(15rem, 40vw, 40rem)
}

.outerModule {
    padding: 0.5rem;
}

.innerModule {
    padding: 1rem;
    width: 100%;
    height: 30rem;
    border-radius: 0.5rem;
}


.userInput {
    display: block;
    width: 100%;
    height: clamp(20px, 45vw, 45px);
    padding: clamp(5px, 10vw, 10px);
    padding-right: 15px;
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    color: black;
    background-color: #1111;
    border: 1px solid black;
    border-radius: 4px;
    margin: clamp(1rem, 2vw, 2rem) 0 clamp(1rem, 2vw, 2rem) 0;
}

.alignHorizontally {
    display: flex;
    align-content: center;
    justify-content: center;
}

.userInputCheckbox {
    display: block;
    width: 4rem;
    color: #d1d1d1;
    background-color: rgb(47, 16, 16);
    border: 1px solid rgb(86, 20, 20);
    border-radius: 4px;
    margin: 2rem 0 2rem 0;
}




.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0.8rem;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}


    .checkboxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e4e4e4;
    border-radius: 50%;
}


.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}


.checkboxContainer input:checked ~ .checkmark {
    background-color: #fd8820;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

.checkboxContainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.bookingButton {
    color: black;
}

    .bookingButton:hover {
        color: rgb(210, 210, 218);
        transform: scale(1.02);
    }

.phoneShadow {
    position: absolute;
}



@keyframes colorfulBliss {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}





.responsiveModuleSectionColumn {
    vertical-align: baseline;
    box-sizing: border-box
}

.kwcTitleHeading {
    -webkit-box-decoration-break: clone;
    background-color: #fd8820;
    color: black;
    display: inline;
    font: 900 5rem;
    border-radius: 0.8rem;
    padding: 0 1.2rem;
}

.marginB2 {
    margin-bottom: 2rem;
}



@media (max-width: 1440px) {
    .displayOver1440 {
        display: none !important;
    }
}

@media (min-width: 1441px) {
    .displayUnder1440 {
        display: none !important;
    }
}


@media (max-width: 1440px) {

    .kwcTitleHeadingSizeSmall {
        font-size: 1rem !important;
    }

    .kwcButtonTextSizeSmall {
        font-size: 0.8rem !important;
    }

    .kwcSubTextSizeSmall {
        font-size: 1.1rem !important;
    }
}


@media (min-width: 1441px) {

    .kwcTitleHeadingSizeNormal {
        font-size: 1.4rem !important;
    }

    .kwcButtonTextSizeNormal {
        font-size: 1.2rem !important;
    }

    .kwcSubTextSizeNormal {
        font-size: 1.2rem !important;
    }
}


@media (max-width: 767.98px) {
    .kwcTitleHeadingLHSmall {
        line-height: 50px;
    }

    .switchColorWB {
        background-color: black;
    }

    .switchColorBW {
        color: black !important;
        background-color: white;
    }

    .showOnWhite {
        display: none;
    }

    .switchTextBW {
        color: white !important;
    }

    .showPointMinHeight {
        display: flex;
        justify-content: center;
        flex-direction: column;
        justify-self: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .kwcTitleHeadingLHNormal {
        line-height: 70px;
    }

    .switchColorWB {
        background-color: white;
    }

    .switchColorBW {
        color: white !important;
        background-color: black;
    }

    .switchTextBW {
        color: black !important;
    }

    .showOnBlack {
        display: none;
    }

    .showPointMinHeight {
        min-height: 15rem !important;
    }
}


.scrollBox {
    transition: 0.3s ease-in-out;
    transform-origin: center center;
    opacity: 0.4;
    transform: scale(0.9);
}

    .scrollBox.scaled {
        transform: scale(1.05);
        opacity: 1;
    }

.lineBox {
    position: relative;
    display: inline-block;
}

    .lineBox::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #ff2828, #ff2828);
        transition: width 0.5s ease-in-out;
    }

    .lineBox.underlined::after {
        width: 100%;
    }

@media (max-width: 767.98px) {
    .hideOnSmall {
        display: none !important;
    }

    .dynamicBgSize {
        background-size: 200% !important;
    }
}

@media (min-width: 768px) {
    .hideOnNormal {
        display: none !important;
    }

    .marginB3Nrl {
        margin-bottom: 3rem
    }

    .dynamicBgSize {
        background-size: 100% !important;
    }
}




.custom-class {
    overflow: hidden;
    min-height: 400px;
    border-top: 1px solid var(--hairline-green);
    box-shadow: var(--shadow-card);
    position: relative;
    border-radius: 12px;
    width: 100%;
    background: radial-gradient(#02004e, #000b31 34%, #030027 70%, #010016);
    height: auto;
}

@media (min-width: 640px) { /* sm */
    .custom-class {
        min-height: 0;
    }
}

@media (min-width: 768px) { /* md */
    .custom-class {
        border-radius: 16px;
    }
}


.custom-class::before,
.custom-class::after {
    content: "";
    position: absolute;
    width: 407px;
    height: 305px;
    opacity: 0.4;
    background: linear-gradient(to bottom right, #258cfb, transparent 40%, transparent);
}

.custom-class::before {
    top: 0;
    left: 0;
}

.custom-class::after {
    bottom: 0;
    right: 0;
    background: linear-gradient(to top left, #258cfb, transparent 40%, transparent);
}

.edgeLogo {
    background-image: url('images/design/stripes.png');
    background-size: 8rem;
    background-repeat: no-repeat;
}

.hashtag {
    color: #007bff;
}

.post {
    transition: 0.2s;
}

    .post:hover {
        transform: scale(1.02);
        box-shadow: 0 0 20px 1px #818181 !important;
    }

