.offcanvas-end {
    width: 100vw !important;
    -webkit-transition: 0.15s ease-in-out !important;
    -o-transition: 0.15s ease-in-out !important;
    transition: 0.15s ease-in-out !important;
    overflow: hidden !important;
}

.offcanvas-end.show {
    width: 100vw !important;
    -webkit-transition: 0.15s ease-in-out !important;
    -o-transition: 0.15s ease-in-out !important;
    transition: 0.15s ease-in-out !important;
    overflow: hidden !important;
}

.offcanvas-header button.close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem;
    overflow: hidden;
}

.navbar {
    z-index: 99999 !important;
}

@media (min-width: 768px) {
    .offcanvas-end {
        width: 400px !important;
        -webkit-transition: 0.1s !important;
        -o-transition: 0.1s !important;
        transition: 0.1s !important;
    }

    .offcanvas-end.show {
        width: 400px !important;
        -webkit-transition: 0.1s !important;
        -o-transition: 0.1s !important;
        transition: 0.1s !important;
    }
}


@keyframes bounce1 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    75% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes bounce2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    75% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes bounce3 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(45deg);
    }

    75% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bounce1 {
    animation: bounce1 20s infinite ease-in-out;
}

.bounce2 {
    animation: bounce2 15s infinite ease-in-out;
}

.bounce3 {
    animation: bounce3 10s infinite ease-in-out;
}

.seo-color {
    color: #36b37e !important
}

.analytics-color {
    color: #0065ff !important
}

.url-color {
    color: #6554c0 !important
}

.ai-color {
    color: #ff5630 !important
}

.creative-color {
    color: #ffab00 !important
}

.consultancy-color {
    color: #253858 !important
}

.dashboard-color {
    color: #00b8d9 !important
}

.bg-seo-color {
    background-color: #36b37e !important
}

.bg-analytics-color {
    background-color: #0065ff !important
}

.bg-url-color {
    background-color: #6554c0 !important
}

.bg-ai-color {
    background-color: #ff5630 !important
}

.bg-creative-color {
    background-color: #ffab00 !important
}

.bg-dashboard-color {
    background-color: #00b8d9 !important
}

.bg-consultancy-color {
    background-color: #253858 !important
}

.integration-list-wrap a:hover {
    box-shadow: 0 10px 20px 0 rgba(2, 19, 79, 0.1);
    transform: translateY(-2px);
}







/* Infinite badge  */
/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */


.inherited-styles-for-exported-element {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.margin-xxsmall {
    margin-bottom: .5rem;
}

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

.heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

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

.card-wrapper {
    border: 1px initial;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 1.25rem;
    column-gap: 2rem;
    flex: 0 1 35.5rem;
    flex-direction: column;
    padding: 2rem;
    row-gap: 2rem;
}

.text-color-white-light {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    color: #c2bad9;
}

.tag-inside-wrapper {
    align-items: center;
    background-color: #ffffff;
    border: 0 initial;
    border-color: #000;
    border-radius: 0.75rem;
    color: #2d2d2d;
    column-gap: .5rem;
    display: flex;
    font-size: 1rem;
    line-height: 1.25rem;
    justify-content: center;
    padding: .5rem 1.5rem;
    text-wrap: nowrap;
    white-space-collapse: collapse;
}

.tag-green-dot {
    background-image: linear-gradient(45deg, #2bde00, #e6ffd2);
    border-radius: 999px;
    height: 8px;
    margin-top: -2px;
    max-height: 8px;
    max-width: 8px;
    min-height: 8px;
    min-width: 8px;
    width: 8px;
}

.tag-border {
    background-image: linear-gradient(45deg, #3e01ff, #ff7f7f 50%, #44fd94);
    border-radius: 0.75rem;
    padding: 2px;
}

.tag {
    flex: 1 1 0;
}

.tag-row {
    column-gap: 1rem;
    display: flex;
}

.tag-row-mask,
.tag-row-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tag-row-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    row-gap: .75rem;
    width: 100%;
}

.tag-row-mask {
    background-image: linear-gradient(90deg, #071c4d, rgba(12, 2, 40, 0) 20%, rgba(12, 2, 40, 0) 80%, #071c4d 100%);
    z-index: 2;
}

.tag-row_talent-tags {
    column-gap: 1rem;
    display: flex;
    flex: 0 0 auto;
}

.tag-row-container {
    height: 6rem;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .card-wrapper {
        padding: 1.5rem;
        width: 100%;
    }

    .tag-inside-wrapper {
        flex-wrap: nowrap;
        text-wrap: wrap;
        white-space-collapse: collapse;
    }

    .tag {
        flex: 0 0 auto;
    }

    .tag-row {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .margin-xsmall {
        margin-bottom: .75rem;
    }

    .heading-style-h5 {
        font-size: 1.25rem;
    }

    .card-wrapper {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 479px) {
    .card-wrapper {
        padding: 1rem;
    }
}

.card-wrapper.solid {
    backdrop-filter: none;
}

.card-wrapper.solid._100--solid {
    background-color: #071c4d;
}

@media screen and (max-width: 479px) {
    .card-wrapper.solid._100--solid {
        padding: 1.2rem;
    }
}