﻿@import '/content/root.css?v=124';

body {
    font-family: 'Nunito','Open Sans','Roboto','Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #111416;
    background-color: #fff;
    margin: 0;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, a {
    font-size: 16px; /* Default font size for inputs*/
    font-family: 'Nunito','Open Sans',"Roboto","Open Sans", sans-serif;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

h1 {
    font-size: 260%;
    line-height: 1.1;
}

h2 {
    line-height: 1.1;
}

.kfds-c-nobr {
    white-space: nowrap;
}

.kfds-font-bold {
    font-weight: 700;
}

.kfds-font-size-12 {
    font-size: 12px !important;
}

.kfds-font-size-14 {
    font-size: 14px !important;
}

.ds-font-bold-800 {
    font-weight: 800;
}
.ds-font-bold-900 {
    font-weight: 900;
}

.kfds-font-size-16 {
    font-size: 16px !important;
}


.kfds-font-size-20 {
    font-size: 20px !important;
}


.kfds-font-size-medium-24 {
    font-size: 24px !important;
}

.kfds-c-font-size-24-to-16 {
    font-size: 24px;
}

.kfds-font-size-28 {
    font-size: 28px !important;
}


.kfds-font-size-28-to-24 {
    font-size: 26px;
}


.kfds-font-size-28-to-20 {
    font-size: 26px;
}


.kfds-font-size-32 {
    font-size: 32px !important;
}

.kfds-font-size-36 {
    font-size: 36px !important;
}

.kfds-font-size-42 {
    font-size: 42px !important;
}

.kfds-font-clr-primary {
    color: #ff5f5f;
}

.kfds-c-font-clr-primary-link {
    color: #000;
}

    .kfds-c-font-clr-primary-link:hover {
        color: #1AC0FF;
    }

    .kfds-c-font-clr-primary-link:focus {
        color: #1AC0FF;
    }

.kfds-font-secondary {
    font-family: 'Nunito', sans-serif;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .4rem;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0; /*1px solid #ced4da;*/
    border-radius: .25rem;
}

.main {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 740px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 481px) {
    html {
        font-size: 14px;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

html {
    font-size: 16px;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}


.kfds-c-show-mobileonly-navbar {
    visibility: hidden;
    display: none;
}

.kfds-c-show-webonly-navbar {
    visibility: inherit;
    display: block;
}

.kfds-c-show-mobileonly-hamburger {
    visibility: hidden;
    display: none;
}

.kfds-c-resp-text-align-left-to-center {
    text-align: left;
}

.kfds-c-text-align-center-wrapper {
    text-align: center;
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kfds-lyt-row-f-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.kfds-c-text-align-center {
    text-align: center;
}

.kfds-c-lyt-row-start-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.kfds-lyt-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kfds-lyt-column {
    display: flex;
    flex-direction: column;
}

.kfds-lyt-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.kfds-lyt-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.kfds-lyt-row-to-column {
    display: flex;
    flex-direction: row;
}

.kfds-lyt-between-row-to-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.kfds-lyt-column-start {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.kfds-lyt-width-100 {
    width: 100%;
}

/* Navbar */
.kfds-c-lyt-hz-padding {
    padding: 0;
}

.kfds-c-navtab-not-login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    font-family: 'Nunito','Open Sans', sans-serif;
    background-color: #FFF;
    width: 100vw;
    min-height: 60px;
    height: auto;
    display: flex;
    align-items: center
}


/* Hero-section */
.kfds-c-hero-image-wrapper {
    display: flex;
    min-height: 500px;
    justify-content: center;
    margin: auto;
}

.kfds-c-main-hero-cta {
    /*position: absolute;*/
    display: flex;
    width: 42%;
    z-index: 10;
    padding: 0 16px;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 32px !important;
}

.kfds-c-herimg-box {
    max-width: 578px;
    width: 100%;
    object-fit: contain;
}


.kfds-c-heroimg-box-mobile {
    margin-top: 350px;
    max-width: 522px;
    margin-bottom: 64px;
    width: auto;
    object-fit: cover;
}


/*Claim Input*/
.kfds-c-btn-primary-light {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: #ffeeee;
    height: 46px;
    color: #ff5f5f;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .kfds-c-btn-primary-light:hover {
        color: #ff5f5f;
        background-color: #ffebeb;
    }

    .kfds-c-btn-primary-light:active {
        color: #ff5f5f;
        background-color: #ffebeb;
    }

        .kfds-c-btn-primary-light:active:focus {
            color: #ff5f5f;
            background-color: #ffebeb;
        }


.kfds-c-btn-primary {
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    background-color: #1AC0FF;
    height: 46px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .kfds-c-btn-primary:hover {
        color: #fff;
        background-color: #31C6FF;
    }

    .kfds-c-btn-primary:active {
        color: #fff;
        background-color: #31C6FF;
    }

        .kfds-c-btn-primary:active:focus {
            color: #fff;
            background-color: #31C6FF;
        }




.kfds-c-claim-wrapper {
    /* color/style/white */
    background: #FFFFFF;
    /* green-grey */
    box-shadow: 0px 4px 20px rgba(149, 185, 193, 0.6);
    border-radius: 100px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 512px;
    padding: 16px 20px !important;
    transition: box-shadow linear .5s;
    margin: auto;
}

    .kfds-c-claim-wrapper:hover {
        box-shadow: 0px 4px 20px rgba(149, 185, 193, 0.8);
    }

.kfds-lyt-row-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.kfds-c-claim-input {
    border: none !important;
    display: block;
    width: 80%;
    padding: 8px 8px 8px 0;
    font-size: 20px;
    line-height: 18px;
    color: #708198;
    background-color: #fff;
    background-image: none;
    border-radius: 0.25rem;
    -webkit-transition: none !important;
    transition: none !important;
    outline: none;
}

    .kfds-c-claim-input:focus {
        box-shadow: none !important;
        border: none;
        outline: none;
    }


/* Style the tab */
.kfds-c-srf-title-textcentered {
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.kfds-c-vertical-tab {
    background-color: #ffffff;
    width: 40%;
    height: auto;
    padding: 16px;
    min-height: 500px;
    min-width: 298px;
    display: flex;
    flex-direction: column;
}

    /* Style the buttons inside the tab */
    .kfds-c-vertical-tab .kfds-c-gold-custom-vertical-tablinks, .kfds-c-vertical-tab .kfds-c-vertical-tablinks {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        background-color: inherit;
        color: black;
        height: 146px;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        border: 1px solid #E7F0F2;
        border-radius: 8px;
        background-color: #ffffff;
        margin-bottom: 16px;
    }
        /* Landing Page + Gold page*/

        /* Change background color of buttons on hover */
        .kfds-c-vertical-tab .kfds-c-vertical-tablinks:hover, .kfds-c-vertical-tab .kfds-c-gold-custom-vertical-tablinks:hover {
            background-color: #fafbfb;
        }



        .kfds-c-vertical-tab .kfds-c-vertical-tablinks.active, .kfds-c-vertical-tab .kfds-c-gold-custom-vertical-tablinks.active {
            background-color: #ffffff;
            border: 1px solid #ffffff;
            box-shadow: 0px 4px 20px rgba(149, 185, 193, 0.2);
        }



/* Style the tab content */
.kfds-c-vertical-tabcontent {
    background-color: #ffffff;
    width: 60%;
    border-left: none;
    height: auto;
    min-height: 200px;
    min-width: 298px;
}

.kfds-c-gold-custom-vertical-tabcontent {
    background-color: #ffffff;
    width: 60%;
    border-left: none;
    height: auto;
    min-height: 200px;
    min-width: 298px;
}


/* Layout flexbox*/


.kfds-c-lyt-between-reverse-explore-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1156px;
    margin: auto;
}

.kfds-c-lyt-between-reverse-tabcontent {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1156px;
    margin: auto;
}

.kfds-c-lyt-between-tabcontent {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    max-width: 1156px;
    margin: auto;
}

.kfds-c-lyt-col-tabcontent-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto;
}



.kfds-c-lyt-between {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    max-width: 1156px;
    margin: auto;
}


.kfds-c-lyt-between-m {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    max-width: 900px;
    margin: auto;
}

.kfds-c-show-webonly-tabcontent {
    visibility: inherit;
    display: block;
}

.kfds-c-show-mobileonly-tabcontent {
    visibility: hidden;
    display: none;
}

/* Custom components on How does Ko-fi work*/
.kfds-c-number-title {
    border-radius: 100%;
    text-align: center;
    padding: 2px;
    width: 36px;
    height: 36px;
    border: 2px solid #000000;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 24px;
    opacity: .2;
}

.kfds-c-srf-step-wrapper {
    background-color: #ffffff;
    width: 50%;
    height: 700px;
    padding: 16px;
}


.kfds-c-srf-step-img-wrapper {
    width: 50%;
    height: 700px;
    padding: 16px;
}

.kfds-c-img-width-control-600 {
    max-width: 600px;
    min-width: 298px;
}

.kfds-c-goldtab-bgimg-left {
    max-width: 600px;
    min-width: 298px;
    width: 100%;
    background-image: url(/img/goldv2_assets/earnmore_section.png);
    object-fit: cover;
    background-size: 100%;
}

.kfds-c-goldtab-bgimg-right {
    max-width: 600px;
    min-width: 298px;
    width: 100%;
    background-image: url(/img/goldv2_assets/custom_section.png);
    object-fit: cover;
    background-size: 100%;
}

.kfds-c-img-width-control-500 {
    max-width: 500px;
    min-width: 298px;
    transform: rotate(15deg);
}

.kfds-c-about-img-width-control-500 {
    width: 100%;
    min-width: 298px;
}

.ds-right-img {
    transform: rotate(10deg) translateX(64px);
}

.ds-left-img {
    transform: rotate(-10deg) translateX(-64px);
}

.kfds-c-srf-explore-creator-wrapper {
    background-color: transparent;
    width: 100%;
    height: auto;
    min-width: 298px;
    max-width: 660px;
    padding: 16px 64px;
    position: relative;
}

/* Custom components on Explore other creators */

.kfds-c-srf-explore-wrapper {
    background-color: #ffffff;
    width: 40%;
    height: 400px;
    padding: 16px;
}

.kfds-c-srf-explore-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.kfds-c-btn-secondary-light {
    border-radius: 100px;
    background-color: #f7f7f7;
    font-family: 'Nunito',Quicksand, sans-serif;
    color: #434b57;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    margin-bottom: 16px;
}

    .kfds-c-btn-secondary-light:hover {
        background-color: #efecec;
        color: #434b57 !important;
    }

/* Creator */
.ds-default-container {
    max-width: 700px;
    width: 90%;
    margin: 16px auto;
    margin-bottom: 40px;
}

.ds-creator-pill-selector {
    font-size: 16px;
    max-width: 225px;
    width: auto !important;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    color: #434b57;
    cursor: pointer;
    background: #f7f7f7;
    padding: 16px 24px;
    margin: 8px;
    transition: all ease-in-out 50ms;
}

    .ds-creator-pill-selector:hover {
        transform: scale(1.06);
    }

.swiper-slide-thumb-active {
    background-color: #ffeeee;
    color: #ff5f5f;
}

section.ds-creator-container {
    max-width: 1156px;
    margin: 0 auto;
    min-height: 600px;
    height: auto;
    padding: 64px 0 0 0;
}

.ds-c-srf-creator-card-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}


.ds-c-srf-creator-card {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    height: 265px;
    border-radius: 14px;
    width: 90%;
    max-width: 300px;
    margin: 16px;
    padding: 0;
    position: relative;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1);
    transition: box-shadow linear 300ms, border linear 120ms;
}

    .ds-c-srf-creator-card:hover {
        box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1), 0 2px 10px 0px rgba(0,0,0,0.1));
    }

.ds-card-creator-avatar {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 80px;
    left: 16px;
    height: 64px;
    width: 64px;
    border-radius: 100%;
    background: white;
    border: solid 4px #ffffff;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1);
}

.ds-creator-content {
    position: absolute;
    top: 136px;
}

.ds-card-cover {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 125px;
    border-radius: 14px 14px 0 0;
}

.ds-social-proof {
    background-color: #f7f7f7;
    border-radius: 50px;
    padding: 6px 8px;
    position: absolute;
    top: 132px;
    left: 16px;
    display: inline-block;
}


.ds-social-proof-testimonail {
    background-color: #f7f7f7;
    border-radius: 50px;
    padding: 6px 8px;
    width: max-content;
    display: inline-block;
}

.ds-creator-categories-wrapper {
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90% !important;
    max-width: 1000px;
}

.kfds-font-clr-dark-op-8 {
    color: #434b57;
    opacity: .8;
}


.text-color-dark-to-light {
    color: #434B57;
    position: relative;
}

.kfds-font-text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

@media (max-width: 976px) {
    .kfds-lyt-row-to-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {

    .kfds-font-text-limit {
        -webkit-line-clamp: 1; /* number of lines to show */
    }
    .ds-creator-content > #creatorName {
        margin-left: 42px;
    }

    .ds-card-cover {
        filter: brightness(0.35);
        height: 132px;
        border-radius: 14px;
    }

    .text-color-dark-to-light {
        color: white;
        position: relative;
    }

    .ds-card-creator-avatar {
        /*position: unset;
        height: 56px;
        width: 56px;
        margin-left: -19px;
        margin-top: -17px;*/
        display: block;
        height: 32px;
        width: 32px;
        top: 12px;
        left: 16px;
        border: solid 2px #ffffff;
    }

    .ds-creator-content {
        position: unset;
        top: 0;
    }

    .ds-social-proof {
        top: 84px;
    }


    .ds-creator-categories-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        padding: 0 10px;
    }

        .ds-creator-categories-wrapper > .ds-creator-pill-selector {
            font-size: 13px;
            padding: 8px 10px;
            width: auto !important;
            margin: 3px;
        }
}

@media (max-width: 522px) {
    .kfds-font-size-42 {
        font-size: 36px !important;
    }

    h1 {
        font-size: 200%;
        line-height: 1.1;
    }
}

.swiper-button-next.arrow-creator-section, .swiper-button-prev.arrow-creator-section {
    top: 54% !important;
    /* padding: 0 8px; */
    margin: 0 24px;
    display: block;
    width: auto !important;
}

.arrow-creator-section > .ds-c-arrow-wrapper {
    background-color: #f7f7f7;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none !important;
}

.ds-c-arrow-wrapper {
    background: #f7f7f7;
    min-width: 46px;
    border-radius: 100%;
    height: 46px;
    color: black;
    text-align: center;
    vertical-align: middle;
    padding: 11px;
    z-index: 10;
    transition: all ease-in-out 200ms;
}

    .ds-c-arrow-wrapper:hover {
        transform: scale(1.2);
    }

@media (max-width: 1120px) {
    .swiper-button-next.arrow-creator-section, .swiper-button-prev.arrow-creator-section {
        display: none;
    }
}

@media (max-width: 768px) {
    .ds-c-srf-creator-card-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }

    .ds-c-srf-creator-card {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        height: 132px;
        width: 90%;
        margin: 10px auto;
    }

    .ds-c-arrow-wrapper {
        display: block;
    }
}

.kfds-c-srf-shadow {
    box-shadow: var(--shadow-reg-0);
}

.kfds-c-lyt-col-center {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    max-width: 1156px;
    margin: auto;
    padding: 16px;
}

.kfds-c-page-ending-bg {
    object-fit: cover;
    background-position: center;
    width: 100%;
    height: auto;
    margin-top: -180px;
}

.kfds-c-about-heroimg-bg {
    object-fit: cover;
    background-position: center;
    width: 100%;
    height: auto;
    min-height: 220px;
    background-repeat: no-repeat;
}

.fa-instagram {
    color: #dd2a7b !important;
}


/* New Footer v2 */


.sticky-footer {
    background: white;
    padding: 12px;
    color: black;
    position: fixed;
    bottom: 0px;
    margin-top: -50px;
    width: 100%;
    left: 0;
    z-index: 100000;
    font-size: 18px;
}

.sticky-footer-link {
    color: #ff5f5f !important;
    text-decoration: underline;
    font-weight: 600;
}

.footer-div {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 180px;
    padding-right: 180px;
}

.wf-col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.footer-header-text {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.footer-linktext {
    margin-top: 8px;
    margin-bottom: 8px;
    color: hsla(217.5,13.79%,22.75%,.6);
    font-size: 16px;
    text-decoration: none;
}


    .footer-linktext:hover {
        color: hsla(217.5, 13.79%, 22.75%, 1.00);
        text-decoration: underline;
    }

    .footer-linktext:active {
        color: hsla(217.5, 13.79%, 22.75%, 1.00);
        text-decoration: underline;
    }

.footer-iconfont {
    margin-right: 0px;
    font-family: 'Fa brands 400', sans-serif;
    color: rgba(0, 0, 0, .6);
    font-size: 24px;
    text-decoration: none;
}

    .footer-iconfont:hover {
        color: hsla(217.5, 13.79%, 22.75%, 1.00);
        text-decoration: none;
    }

    .footer-iconfont:active {
        color: hsla(217.5, 13.79%, 22.75%, 1.00);
    }

.link-icon-font {
    padding-right: 16px;
    padding-left: 16px;
    color: transparent;
    text-decoration: none;
}

.footer-column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}


/* About Page */
.kfds-c-lyt-between-row-to-col {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    max-width: 1690px;
    margin: auto;
}

.kfds-c-lyt-between-row-to-col-reverse {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1690px;
    margin: auto;
}


.kfds-c-lyt-between-to-col-algn-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1048px;
    width: 100%;
    margin: auto;
}

.kfds-c-img-br-aboutpage {
    background-image: url(https://storage.ko-fi.com/cdn/landing_assets/about_visual/about_br_section.png);
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.kfds-font-16-to-14-landing {
    font-size: 16px;
}

.kfds-c-show-l-m-screen {
    display: block !important;
}

.kfds-c-show-s-screen {
    display: none !important;
}


/* Media Viewport */
@media (max-width: 1156px) {
    .kfds-c-lyt-hz-padding {
        padding: 8px 16px;
    }
}

@media (max-width: 998px) {
    .kfds-c-herimg-box {
        margin-top: 0;
        max-width: 950px;
    }

    .kfds-c-main-hero-cta {
        width: 80%
    }
}

.font-size-20-18 {
    font-size: 20px;
}


@media (max-width: 768px) {
    .font-size-20-18 {
        font-size: 18px;
    }

    .kfds-c-main-hero-cta {
        width: 100%
    }

    .kfds-c-srf-title-textcentered {
        max-width: 732px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px;
        text-align: center;
    }

    .kfds-c-show-webonly-tabcontent {
        visibility: hidden;
        display: none;
    }

    .kfds-c-show-mobileonly-tabcontent {
        visibility: inherit;
        display: block;
    }

    .kfds-c-img-width-control-600 {
        width: 100vw;
        padding: 16px;
    }

    .kfds-c-lyt-between-reverse-tabcontent {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: auto;
    }

    .kfds-c-lyt-between-tabcontent {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: auto;
    }

    .kfds-c-vertical-tab {
        background-color: #ffffff;
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .kfds-c-font-size-24-to-16 {
        font-size: 16px;
    }



    .kfds-c-srf-step-wrapper {
        background-color: transparent;
        width: 100%;
        height: 700px;
        padding: 0 32px;
    }

    .kfds-c-srf-step-img-wrapper {
        width: 30%;
        height: 700px;
        padding: 16px;
    }

    .kfds-c-lyt-between-reverse-explore-wrapper {
        flex-direction: column-reverse;
    }

    .kfds-c-srf-explore-creator-wrapper {
        width: 95%;
        height: auto;
        padding: 64px 16px 0 16px;
    }

    .kfds-c-lyt-between-row-to-col {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        max-width: 1156px;
        margin: auto;
    }

    .kfds-c-lyt-between-row-to-col-reverse {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        max-width: 1156px;
        margin: auto;
    }
}

@media (max-width: 739px) {
    .ui-navigation {
        display: none;
        clear: both;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .kfds-c-lyt-hz-padding {
        padding: 0 16px;
    }

    .kfds-c-show-webonly-navbar {
        visibility: hidden;
        display: none;
    }

    .kfds-c-show-mobileonly-navbar {
        visibility: inherit;
        display: block;
    }

    .kfds-c-show-mobileonly-hamburger {
        visibility: inherit;
        display: block;
    }

    .kfds-c-lyt-between-to-col-algn-top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 800px;
        height: auto;
        width: 85%;
        margin: auto;
    }

    .kfds-font-size-28-to-24 {
        font-size: 24px;
    }
    .kfds-font-size-28-to-20 {
        font-size: 20px;
    }
}


@media (max-width:500px) {
    .kfds-c-show-l-m-screen {
        display: none !important;
    }

    .kfds-c-show-s-screen {
        display: block !important;
    }

    .kfds-c-srf-step-img-wrapper {
        width: 30%;
        display: none;
        height: 700px;
        padding: 16px;
    }

    .kfds-c-resp-text-align-left-to-center {
        text-align: center;
    }


    .kfds-c-heroimg-box-mobile {
        margin-top: 400px;
    }
}

@media (max-width: 414px) {


    .kfds-c-font-size-24-to-16 {
        font-size: 16px;
    }

    .kfds-c-herimg-box {
        /*margin-left: -250px !important;*/
        /*margin-top: 438px;*/
        max-height: 425px;
        opacity: 0.9;
    }

    .kfds-font-16-to-14-landing {
        font-size: 14px;
    }
}


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }






.fa-twitter {
    content: "";
}


    .fa-twitter:before {
        content: "";
    }


.fa-instagram {
    content: "";
}

    .fa-instagram:before {
        content: "";
    }

.fa-heart {
    content: "";
}

    .fa-heart:before {
        content: "";
    }

.fa-times {
    content: "";
}


    .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "";
    }

.fa-check:before {
    content: "";
}

@media (max-width: 739px) {
    .navbar-right {
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.text-center-to-left {
    text-align: center;
}

.ds-hero-container {
    height: auto;
    min-height: 450px;
}

.ds-hero-wrapper {
    position: relative;
    max-width: 1600px;
    height: 600px;
    top: 84px;
}

    .ds-hero-wrapper.gold-page {
        position: absolute;
        max-width: 2290px;
        margin: 0 auto;
        height: auto;
        top: 0;
        z-index: -3;
    }

.ds-bg-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: 50% 50%;
    background-image: url('https://storage.ko-fi.com/cdn/landing_assets/kofi_heroimg.png');
}


section.ds-statement {
    max-width: 1690px;
    min-height: 500px;
    height: auto;
    position: relative;
    padding: 30px 0 0 0;
    background-color: #fff;
    margin: 0 auto 64px auto;
}

.ds-statement-content {
    max-width: 700px;
    width: 90%;
    margin: 0 auto !important;
}

.ds-second-img-wrapper {
    position: relative;
    max-width: 980px;
    width: 90%;
    top: 24px;
    margin: 0 auto;
}

.ds-c-centered-content {
    position: absolute;
    top: 64px;
    display: flex;
    text-align: center;
    width: 70%;
    max-width: 755px;
    height: auto;
    min-height: 330px;
    z-index: 4;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    margin-top: 32px !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


.ds-c-testimonail-card {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    min-height: 200px;
    border-radius: 16px;
    width: 90%;
    max-width: 700px;
    margin: 16px auto;
    padding: 24px 32px 32px 32px;
    position: relative;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1);
    transition: box-shadow linear 300ms, border linear 120ms;
}

.ds-c-srf-creator-card:hover {
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1), 0 2px 10px 0px rgba(0,0,0,0.1));
}

.ds-quote::before {
    content: '';
    font-weight: bold;
    top: 0;
    left: 0;
    color: #ff5f5f;
    position: relative;
}

.ds-c-srf-testimonail-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 24px 0;
    margin: 0 auto;
}

.ds-testimonail {
    max-width: 860px;
}

.ds-testimonail-creator-avatar {
    display: block;
    width: 100%;
    object-fit: cover;
    margin-top: -55px;
    height: 72px;
    width: 72px;
    border-radius: 100%;
    border: solid 4px #ffffff;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1);
}

.ds-creator-avatar-normal {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 64px;
    width: 64px;
    border-radius: 100%;
    border: solid 4px #ffffff;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1);
}

section.ds-testimonail-container {
    height: 395px;
    max-width: 100vw;
    margin: 32px auto;
    /*min-height: 600px;*/
    height: auto;
    padding: 24px 0;
    background-color: #F7EEE0;
    background-image: url('https://storage.ko-fi.com/cdn/landing_assets/testimonails_bg-min.png');
    object-fit: cover;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


    section.ds-testimonail-container.gold-page {
        height: 395px;
        max-width: 100vw;
        margin: 32px auto;
        /*min-height: 600px;*/
        height: auto;
        padding: 24px 0;
        background-color: transparent;
        background-image: url('https://storage.ko-fi.com/cdn/landing_assets/gold_visual/testimonial_gold.png');
        object-fit: cover;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }




.swiper-button-next.arrow-testimonail-section, .swiper-button-prev.arrow-testimonail-section {
    padding: 0 8px;
    margin: 10px;
    top: 42% !important;
}

.ds-bg-gradient-first {
    background: linear-gradient(90deg, rgba(255,247,232,0) 0%, rgba(255,247,232,0.3) 70%, rgba(255,247,232,1) 100%);
}

.ds-bg-gradient-third {
    background: linear-gradient(90deg, rgba(239,241,243,0) 0%, rgba(239,241,243,0.3) 70%, rgba(239,241,243,1) 100%);
}

.creator-swiper {
    padding: 10px 0 32px 0;
}

.swiper-pagination-bullet-active {
    background-color: #5788f4 !important;
}

@media (max-width: 768px) {

    section.ds-statement {
        top: 64px;
    }

    .ds-bg-container {
        height: 65%;
        bottom: -40px;
        background-size: cover;
        object-fit: cover;
        background-position: 50% 50%;
    }

    .ds-c-centered-content {
        top: 80px;
        width: 90%;
    }

    .ds-c-srf-testimonail-wrapper {
        padding: 24px 0 16px 0;
    }
}

@media (max-width: 522px) {
    .text-center-to-left {
        text-align: left;
    }

    section.ds-statement {
        top: 64px;
        background: #ffffff;
        position: relative;
        padding: 32px 0 0 0;
    }

    .swiper-button-next.arrow-testimonail-section, .swiper-button-prev.arrow-testimonail-section {
        display: none;
    }

    .ds-right-img {
        transform: rotate(10deg) translateX(32px) scale(1.2);
    }

    .ds-left-img {
        transform: rotate(-10deg) translateX(-32px) scale(1.2);
    }

    .ds-bg-gradient-first {
        background: linear-gradient(180deg, rgba(255,247,232,0) 0%, rgba(255,247,232,0.1) 70%, rgba(255,247,232,1) 100%);
    }

    .ds-bg-gradient-second {
        background: linear-gradient(180deg, rgba(255,238,238,0) 0%, rgba(255,238,238,.1) 70%, rgba(255,238,238,1) 100%);
    }

    .ds-bg-gradient-third {
        background: linear-gradient(180deg, rgba(239,241,243,0) 0%, rgba(239,241,243,0.1) 70%, rgba(239,241,243,1) 100%);
    }

    .ds-bg-gradient-forth {
        background: linear-gradient(180deg, rgba(69,222,198,0) 0%, rgba(198,255,246,0.1) 70%, rgba(198,255,246,1) 100%);
    }

    .ds-c-testimonail-card {
        padding: 24px 16px;
    }

    .ds-bg-container {
        height: 48%;
        background-size: cover;
        object-fit: cover;
        background-position: 92% 50%;
    }
}

/* FAQ*/

.ds-faq-section {
    background-color: #eff1f3;
    padding: 24px 0;
}

    .ds-faq-section.gold-page {
        background-color: #eff5ff;
    }

svg.first-wave {
    display: block;
    top: 100px;
    z-index: -4;
    position: relative;
}

.ds-faq-container {
    max-width: 960px;
    margin: 0 auto;
}

.wrap-collabsible {
    border-radius: 14px;
    margin: 16px;
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px;
    transition: all ease-in-out 100ms;
}


    .wrap-collabsible:hover, .wrap-collabsible:focus {
        transform: scale(1.02);
    }


input[type='checkbox'] {
    display: block;
}

.ds-faq-toggle-wrapper {
    display: block;
    font-weight: bold;
    font-family: 'Nunito',sans-serif;
    font-size: 20px;
    text-align: left;
    padding: 16px;
    color: #000;
    background: #fff;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 14px;
    transition: all 0.25s ease-out;
}

    .ds-faq-toggle-wrapper:hover {
        color: #000;
    }

    .ds-faq-toggle-wrapper::before {
        content: '\f067';
        font-family: 'Font Awesome 6 Pro';
        display: inline-block;
        vertical-align: middle;
        margin-right: 16px;
        transform: translateY(-2px);
        transition: transform .2s ease-out;
        color: #31C6FF;
    }

.toggle:checked + .ds-faq-toggle-wrapper::before {
    transform: rotate(-180deg) translateX(-1px);
    content: '\f068';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    color: #ff5f5f;
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .ds-faq-toggle-wrapper + .collapsible-content {
    max-height: 100vh;
}

.toggle:checked + .ds-faq-toggle-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: #f7f7f7;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 16px;
}

.ds-btn-large {
    font-size: 20px;
    padding: 16px 24px;
    height: 56px;
}

.ds-lyt-row-start-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

.ds-c-sm-pill {
    padding: 16px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 16px;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    color: #434b57;
    font-size: 20px;
    transform: scale(1);
    transition: all ease-in-out .1s;
}

    .ds-c-sm-pill:hover {
        transform: scale(1.2);
        color: #000;
    }

.ds-font-clr-blue {
    color: #4c8dee;
}


.ds-c-link-arrow {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: 115px;
    align-items: center;
    display: flex;
    padding: 12px 24px;
    border-radius: 100px;
    background-color: #f7f7f7;
    transition: background-color 200ms ease-out, opacity 200ms;
    opacity: 1;
    transition-delay: 0s, 0s;
}

    .ds-c-link-arrow::before {
        content: '';
        position: absolute;
        display: flex;
        align-self: center;
        right: 32px;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #434b57;
        border-right: 3px solid #434b57;
        transform: rotate(-45deg);
        transition: 100ms ease-out 20ms;
    }


    .ds-c-link-arrow::after {
        content: '';
        position: absolute;
        right: 35px;
        display: flex;
        align-self: center;
        width: 0px;
        height: 3px;
        background-color: #434b57;
        transition: 100ms ease-out 20ms;
    }

    .ds-c-link-arrow::after {
        margin-left: 7px;
    }


    .ds-c-link-arrow:hover::before {
        transform: translateX(8px) rotate(-45deg);
    }


    .ds-c-link-arrow:hover::after {
        width: 16px;
        margin-left: -13px;
        transform: translateX(11px);
    }



.ds-animation {
    z-index: 2;
    background-color: #f7eedf;
    padding: 6px 12px;
    border-radius: 18px;
    border-right: solid 4px #fff;
    border-bottom: solid 5px #fff;
    font-weight: bold;
    font-size: 20px;
    color: #21123dc9;
}

.ds-btm-left {
    position: absolute;
    bottom: 15%;
    left: 20%;
}

.ds-btm-right {
    position: absolute;
    bottom: 18%;
    right: 14%;
}


.ds-top-left {
    position: absolute;
    bottom: 32%;
    left: 10%;
}

.ds-top-right {
    position: absolute;
    bottom: 38%;
    right: 12%;
}

.ds-move-slow {
    -webkit-animation: moveInCircle 25s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: moveInCircle 25s linear infinite; /* Firefox 5-15 */
    -o-animation: moveInCircle 25s linear infinite; /* Opera 12+ */
    animation: moveInCircle 25s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */
}


.ds-move-slower {
    -webkit-animation: moveInCircle 320s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: moveInCircle 32s linear infinite; /* Firefox 5-15 */
    -o-animation: moveInCircle 32s linear infinite; /* Opera 12+ */
    animation: moveInCircle 32s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */
}

@-webkit-keyframes moveInCircle {
    from {
        transform: rotate(5deg) translateX(25px) rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(25pxpx) rotate(-360deg);
    }
}

@-moz-keyframes moveInCircle {
    from {
        transform: rotate(5deg) translateX(150px) rotate(-5deg);
    }

    to {
        -moz-transform: rotate(360deg) translateX(25px) rotate(-360deg);
    }
}

@-o-keyframes moveInCircle {
    from {
        transform: rotate(5deg) translateX(25px) rotate(-5deg);
    }

    to {
        -o-transform: rotate(360deg) translateX(25px) rotate(-360deg);
    }
}

@keyframes moveInCircle {
    from {
        transform: rotate(5deg) translateX(25px) rotate(-5deg);
    }

    to {
        transform: rotate(360deg) translateX(25px) rotate(-360deg);
    }
}

@media (max-width: 768px) {

    .ds-animation {
        padding: 4px 10px;
        font-weight: bold;
        font-size: 14px;
    }

    .ds-btm-left {
        bottom: 5%;
        left: 10%;
    }

    .ds-btm-right {
        bottom: 5%;
        right: 8%;
    }

    .ds-top-left {
        position: absolute;
        bottom: 18%;
        left: 10%;
    }

    .ds-top-right {
        position: absolute;
        bottom: 23%;
        right: 10%;
    }

    .ds-btn-large {
        font-size: 16px;
        padding: 13px;
        height: 46px;
    }
}

.mini-cup {
    padding: 0px;
    position: relative;
    left: 5px;
    top: 2px;
    height: 14px;
}


.ds-lyt-between-algn-top-row-to-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

@media (max-width: 768px) {
    .ds-lyt-between-algn-top-row-to-col {
        flex-direction: column;
    }

    .hidden-xs {
        display: none !important;
    }
}

.text-gradient, h1 {
    background: -webkit-linear-gradient(135deg, #5b8dfe 0%, #ff5f5f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    h1.gold-header {
        background: -webkit-linear-gradient(135deg, #FFFFFF 0%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.switch {
    font-size: 1rem;
    position: relative;
}


    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.675rem * .8) * 2);
            border-radius: calc(2.375rem * .8);
            height: calc(2.375rem * .8);
            line-height: calc(2.75rem * .8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            width: 156px;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.675rem * .8) * 2) + .5rem);
        }

            .switch input + label::before,
            .switch input + label::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0px;
                width: calc(calc(2.375rem * .8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                background-color: #101321;
                border-radius: calc(2.375rem * .8);
                transition: 0.2s all;
                transform: scale(1.2);
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * .8) - calc(2px * 2));
                height: calc(calc(2.375rem * .8) - calc(2px * 2));
                border-radius: 50%;
                background-color: #fff;
                transition: 0.2s all;
            }


        .switch input:checked + label::after {
            top: 2px;
            left: 2px;
            width: calc(calc(2.375rem * .8) - calc(2px * 2));
            height: calc(calc(2.375rem * .8) - calc(2px * 2));
            border-radius: 50%;
            background-color: #4E4AFF;
            transition: 0.2s all;
        }

        .switch input:checked + label::before {
            background-color: #E4ECFE;
            transform: scale(1.2);
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * .8);
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
        }

        .switch input + label > span.hint-discount {
            color: #000;
            opacity: .3;
            position: absolute;
            top: 30px;
            left: -132px;
            width: 400px;
        }

        .switch input:checked + label > span.hint-discount {
            color: #4E4AFF;
            opacity: 1;
            position: absolute;
            top: 30px;
            left: -132px;
            width: 400px;
        }
.yearly-label {
    position: relative;
    top: -1px;
}


.ds-gold-img-container {
    max-width: 550px;
    position: relative;
    margin-top: 32px;
    height: 384px;
    width: 92%;
    transform: rotate(11deg) translateX(90px);
}

.ds-gradient-bg {
    top: 0;
    position: relative;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(76,141,238,1) 100%);
    height: 580px;
}

@media (max-width: 768px) {
    .ds-gradient-bg {
        height: 570px;
    }
    .kfds-lyt-between-row-to-col {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .ds-gold-img-container {
        height: auto;
        transform: rotate(8deg);
    }
}

@media (max-width: 545px) {
    .ds-gold-img-container {
        left: 24px;
        position: relative;
        height: 300px;
        transform: rotate(8deg);
    }
}

.kfds-lyt-row-baseline-start {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}



div.kfds-c-choose-options > label > input {
    visibility: hidden;
    display: none;
}

div.kfds-c-choose-options > label {
    display: flex;
    width: 100%;
    height: 120px;
    padding: 8px;
    align-items: flex-start;
    cursor: pointer;
}

    div.kfds-c-choose-options > label > svg {
        display: inline-block;
        padding: 2px;
        background-size: 30px 30px;
        background: #fff;
        border: 2px solid #cdcdcd;
        border-radius: 8px;
        min-width: 24px;
        min-height: 24px;
        margin: 8px;
        cursor: pointer;
    }

    div.kfds-c-choose-options > label > input:checked + svg {
        background-color: #42d6aa;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px 30px;
        min-width: 24px;
        min-height: 24px;
        padding: 2px;
        margin: 8px;
        border-radius: 8px;
        border: 1px solid #42d6aa;
        cursor: pointer;
    }

.plan-selected-border {
    border: 2px solid #42d6aa !important;
    background: #ebfff9 !important;
}


.kfds-c-plan-wrapper {
    cursor: pointer;
    display: block;
    background: #fff;
    border: 2px solid #e0e0df;
    border-radius: 14px;
    min-width: 8rem;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
}

.bg-background-beige {
    background-color: #fbe8c929;
}

.bg-background-dark {
    background-color: #242a40;
}



.kfds-lyt-between-algn-top-row-to-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}


@media (max-width: 992px) {
    .kfds-lyt-between-algn-top-row-to-col {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
}

.text-clr-gold {
    color: #ffce6c;
}

.nav > li {
    position: relative;
    display: block;
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

@media (min-width: 740px) {
    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 20.5px;
            padding-bottom: 20.5px;
        }
    .navbar-nav {
        float: left;
        margin: 0;
    }
        .navbar-right {
        float: right !important;
        margin-right: 1rem;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.kfds-srf-rounded {
    border-radius: 100px !important;
}

.kfds-top-mrgn-8 {
    margin-top: 8px;
}

.kfds-top-mrgn-16 {
    margin-top: 16px;
}

.kfds-btm-mrgn-16 {
    margin-bottom: 16px;
}

.kfds-left-mrgn-16 {
    margin-left: 16px;
}

.kfds-left-mrgn-8 {
    margin-left: 8px;
}

.ui-hero.hero-lg {
    padding: 2rem 0;
}

@media (min-width:481px) {
    .ui-hero.hero-lg {
        padding: 2rem 0;
    }
}

@media (max-width:481px) {
    .ui-mobile-nav-toggle {
        margin-left: 1.5rem;
    }
}


@media (min-width:740px) {
    .ui-hero.hero-lg {
        padding: 2rem 0;
    }
}

@media (min-width:1367px) {
    .ui-hero.hero-lg {
        padding: 8rem 0;
    }
}

.p-16 {
    padding: 16px;
}

@media (max-width: 991px) {
    .footer-div {
        margin-bottom: 24px;
        padding-right: 69px;
        padding-left: 69px;
    }
}

@media (max-width: 767px) {
    .footer-div {
        display: block;
        padding-right: 79px;
        padding-left: 79px;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
}

/* Hamburger Menu */

.ui-mobile-nav-toggle > div {
    position: relative;
    width: 24px;
    height: 16px;
    margin: 22px 0;
}

    .ui-mobile-nav-toggle > div > span {
        display: block;
        position: absolute;
        height: 2.7px !important;
        width: 100%;
        background-color: #2d3135;
        border-radius: 4px;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

        .ui-mobile-nav-toggle > div > span:nth-child(1) {
            top: 0px;
        }

        .ui-mobile-nav-toggle > div > span:nth-child(2), .ui-mobile-nav-toggle > div > span:nth-child(3) {
            top: 6px;
        }

        .ui-mobile-nav-toggle > div > span:nth-child(4) {
            top: 12px;
        }

@media (max-width:481px) {
    .ui-mobile-nav-toggle > div {
        margin: 20px 0;
    }
}

.ui-mobile-nav-toggle.active > div > span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.ui-mobile-nav-toggle.active > div > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-mobile-nav-toggle.active > div > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-mobile-nav-toggle.active > div > span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.transparent .ui-mobile-nav-toggle > div > span, .navbar-inverse .ui-mobile-nav-toggle > div > span {
    background-color: #FFF;
}
