body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Fredoka", sans-serif;
    -webkit-overflow-scrolling: touch;
    /* Enable smooth scrolling on iOS */
}

body,
html {
    -ms-scroll-chaining: none;
    margin: 0;
    padding: 0;
    background-color: #FAECC9;
    scroll-behavior: smooth;
}

.min-h-full {
    min-height: 100vh
}

.flex {
    display: flex
}

.flex-both-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-h-center {
    display: flex;
    justify-content: center
}

.item-center {
    align-items: center
}

.flex-dir-c {
    flex-direction: column
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-2 {
    margin-top: 2px
}

.mt-4 {
    margin-top: 4px
}

.mt-8 {
    margin-top: 8px
}

.mt-12 {
    margin-top: 12px
}

.mt-16 {
    margin-top: 16px
}

.mt-24 {
    margin-top: 24px
}

.mt-32 {
    margin-top: 32px
}

.mt-48 {
    margin-top: 48px
}

.mt-120 {
    margin-top: 120px
}

.mb-48 {
    margin-bottom: 48px
}

.m-auto {
    margin: auto
}

.ml-6 {
    margin-left: 6px
}

.py-10 {
    padding: 10px
}

.ln-h-22 {
    line-height: 22px
}

.ln-h-32 {
    line-height: 32px
}

.text-fs-14 {
    font-size: 14px
}

.text-fs-16 {
    font-size: 16px
}

.text-fs-18 {
    font-size: 18px
}

.text-fs-20 {
    font-size: 20px
}

.text-fs-22 {
    font-size: 22px
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.color-white {
    color: #fff
}

.color-gray {
    color: hsla(0, 0%, 100%, .9)
}

.color-dark {
    color: #222
}

.color-danger {
    color: #ff4963
}

.page-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw
}

.page-image {
    object-position: center;

}

.display-image {
    border-radius: 50%;
    margin-bottom: 16px;
}

.header+.flex-h-center {
    margin-top: 12px;
}

.page-title {
    font-size: 20px;
    font-weight: 700;
    font-stretch: 100%;
}

.page-bioline {
    font-size: 16px;
    font-weight: 600;
}

.page-item-title {
    font-size: 16px;
    font-weight: 700;
}

.page-item-each {
    background-color: #F39336;
    color: #FAECC9;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    border-radius: 30px;
    box-shadow: 8px 8px 0px #EAB66A;

    min-height: 60px;
}

.page-item-wrap {
    margin: 16px 0;
}

.page-item-wrap:last-child {
    margin-bottom: 0;
}

.page-item-each:hover {
    transform:
        translateY(4px) translateX(4px);
    box-shadow: 4px 4px 0px #EAB66A;
}

.page-item {
    border-radius: 30px;
}


.embed-wrap iframe,
.embed-wrap-inside {
    border-radius: 30px;
}

.link-each-image,
.page-item-wrap {
    border-radius: 30px;
}

.page-text-font {
    text-transform: none;
}

.page-text-color {
    color: #F39336;
}

.social-icon-fill path,
.social-icon-fill circle,
.social-icon-fill rect {
    fill: #fff;
}

.page-overlay-btn {
    border: 2px solid #1F365C;
}

.w-full {
    width: 100%
}

.w-250 {
    width: 250px
}

.h-150,
.h-165 {
    height: 150px
}

.background-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0
}

.page-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 100
}

.page-overlay-btn {
    text-decoration: none;
    background: transparent;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 1.2em;
    display: inline-block;
    cursor: pointer
}

.page-overlay-title {
    font-size: 30px;
    font-family: sans-serif
}

.page-overlay-text {
    font-size: 18px
}

.page-image {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.display-image {
    width: 96px;
    height: 96px;
    display: block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-center {
    text-align: center
}

.page-bioline {
    font-weight: 500
}

.page-full-wrap {
    width: 680px;
    z-index: 10;
    padding-bottom: 176px
}

.page-item-wrap {
    transition: transform .15s cubic-bezier(.17, .67, .29, 2.71) 0s
}

.page-item-wrap.show-embed {
    border-radius: 30px;
    transition: unset;
    transform: unset
}

.page-item-wrap.show-embed:hover {
    transform: unset
}

.page-item-wrap.show-embed:hover .page-item:after,
.page-item-wrap.show-embed:hover .page-item:before {
    -webkit-animation: unset;
    animation: unset
}

.show-embed-item {
    overflow: hidden;
    transition: all .3s ease-in-out
}

.page-item-wrap.show-embed .show-embed-item {
    overflow: visible
}

.embed-ind-arrow-icon {
    transform: rotate(-90deg)
}

.page-item-wrap.show-embed .embed-ind-arrow-icon {
    transform: rotate(0deg)
}

.page-item {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-links {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px 8px;
    transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.page-links:focus {
    outline: 0;
}

.page-links svg {
    width: 36px;
    height: 36px
}

.icon-container {
    text-align: center;
}

.icon-container img {
    height: 36px;
    width: 36px;
}

.icon-container .page-links {
    display: inline-block;
}

.icon-container .icon-text {
    margin-top: 2px;
    font-size: 14px;
    color: #F39336;
    text-decoration: none;
    user-select: none;
}

.relative {
    position: relative
}

.link-each-image {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 9px;
    -o-object-fit: cover;
    object-fit: cover
}

.page-logo {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 15px)
}

.page-logo:hover svg .bl-logo-br {
    opacity: 1
}

.rounded-md {
    border-radius: 8px
}

.close-embed {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    opacity: .7
}

.embed-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    height: 100%
}

.embed-ind-arrow {
    position: absolute;
    right: 24px;
    height: 14px;
    top: calc(50% - 7px);
    margin-bottom: 16px
}

.embed-ind-arrow-icon {
    transition: all .4s ease-in-out
}

.close-embed:hover {
    opacity: 1
}

.cursor-pointer {
    cursor: pointer
}

.page-item-each {
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
    box-sizing: border-box
}

.item-title {
    width: 55%;
    word-break: break-word
}

.social-icon-anchor {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page-links:hover {
    transform: scale(1.1);
}

.page-item-title {
    font-weight: 700;
    margin-bottom: 16px
}

.embed-wrap-inside {
    background-color: #fff;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    height: 100%;
    overflow: hidden
}

.embed-wrap-inside iframe {
    width: auto;
    min-width: 500px
}

.embed-wrap-inside {
    position: relative
}

.embed-wrap-inside:after {
    content: "";
    position: absolute;
    height: 85%;
    width: 495px;
    border: 10px solid #fff;
    transition-property: border;
    transition-duration: .2s;
    pointer-events: none
}

.subscribers-img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: absolute;
    top: -33px;
    left: calc(50% - 33px)
}

.subsc-count {
    color: hsla(0, 0%, 100%, .9);
    line-height: 24px;
    font-weight: 300
}

.subsc-err {
    height: 40px;
    transition: all .25s ease-in-out
}

.w-400 {
    width: 400px
}

.op-0 {
    opacity: 0
}

.hidden {
    display: none
}

.campaign-main-wrap {
    width: 400px
}

@media (max-width:768px) {
    .page-full-wrap {
        width: 90%
    }

    .embed-wrap-inside iframe {
        width: 100%;
        min-width: unset
    }

    .page-overlay-title {
        font-size: 24px;
        margin: 16px 0
    }

    .embed-wrap-inside:after {
        width: 93%
    }
}

#signature-top {
    text-align: center; /* Center the text horizontally */
    align-items: center;
    padding: 10px;
    margin: 0 auto; /* Center the element horizontally */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center content horizontally */
}

#signature-container {
    position: absolute; /* Position it relative to the nearest positioned ancestor */
    bottom: 0; /* Stick it to the bottom */
    left: 0;
    width: 100%; /* Ensure it spans the full width */
    text-align: center; /* Center the signature horizontally */
    padding: 10px;
}

/* Scale down the signature */
.signature-top-text {
    width: 35%;
    max-width: 158px; /* Set a maximum width */
}


/* Scale down the signature */
.signature {
    width: 80%;
    max-width: 320px; /* Set a maximum width */
}


#cookieConsent {
    position: fixed; /* Ensure it stays at the bottom of the viewport */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999; /* High z-index to ensure it is above all other elements */
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
    display: none; /* Initially hidden */
}