* {
    margin: 0;
    padding: 0;
    user-select: text;
}

body {
    background-color: #000D36;
}

img {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}


p {
    margin-top: 0;
}

a {
    outline: none;
}

section#about,
section#htp,
section#contact {
    position: relative;
    padding-top: 3.8vw;
    margin-top: -3.8vw;
}

section#gallery {
    position: relative;
    padding-top: 3.8vw;
}


/* navbar */
#logo {
    height: 1.25vw;
    margin-left: 8.75vw;
    margin-top: 2.11vw;
}

#navbar {
    height: 5.47vw;
    flex-shrink: 0;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2vw;
    background-color: #000D36;
}

#navbar.navbar {
    --bs-navbar-active-color: #EFA12C;
    --bs-navbar-hover-color: #EFA12C;
}

.navbar-shadow {
    box-shadow: 0 0.3vw 0.15vw -0.15vw #000A2A;
}


.navbar-nav {
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    flex-wrap: nowrap;
}

ul {
    color: #FFF;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-weight: 400;
    font-style: normal;
    line-height: 112.5%;
}

/* .nav-item a  */
.navbar-nav .nav-link {
    text-wrap: nowrap;
    color: white;
    transition: 0.3s;
}

.navbar-nav .nav-link.hover {
    color: var(--bs-navbar-active-color);
}

.navbar-nav .nav-link.active {
    font-weight: 700 !important;
    color: var(--bs-navbar-active-color);
}

#toggler {
    align-self: start;
    margin-right: 4.326vw;
    z-index: 100;
    box-shadow: none;
    border: none;
    transition: 0.3s;
}

#toggler-icon {
    width: 6.11vw;
    height: 6.11vw;
}

#toggler.collapsed {
    border: none;
}

#toggler:active {
    transform: scale(1.1);
    border: 0.5vw solid var(--bs-navbar-active-color);
}

#toggler svg path {
    transition: 0.3s;
}

#toggler:focus svg path {
    fill: var(--bs-navbar-active-color);
}

#toggler.collapsed svg path {
    fill: white;
}

#toggler:active svg path {
    transform: scale(1.1 1.1);
    fill: var(--bs-navbar-active-color);
}



/* video */
#videos {
    display: flex;
    flex-direction: column;
    row-gap: 5.47vw;
}

.video-box {
    position: relative;
    overflow: hidden;
    width: calc((100vh - 5.7vw)/9*16);
    max-width: 84.375vw;
}

video {
    display: block;
}

/* app store btn */
.app_store_btn {
    position: fixed;
    z-index: 1050;
    top: 0.833vw;
    ;
    right: 7.2%;
    width: fit-content;

    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.625vw;
    padding: 0.546vw 1.718vw 0.546vw 1.562vw;
    border-radius: 1.125vw;
    background: var(--Orange-General, linear-gradient(180deg, #EFA12C 0%, #EA6228 100%));
    text-decoration: none;
}

.app_store_btn:active {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25) inset;
}

.app_store_btn:hover {
    background: var(--Orange-Secondary, linear-gradient(180deg, #EA6228 0%, #EF8A2C 100%));
}

.app-logo-img {
    width: 2.2875vw;
    height: 2.2875vw;
    flex-shrink: 0;
}

.app-text {
    font-size: 0;
}

.app-text-1 {
    color: #FFF;
    font-family: ARCO;
    font-size: 0.677vw;
    font-style: normal;
    font-weight: 700;
    line-height: 205.556%;
}

.app-text-2 {
    color: #FFF;
    font-family: ARCO;
    font-size: 1.197vw;
    font-style: normal;
    font-weight: 700;
    line-height: 115.625%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* mid-picture1 */

#mid-picture1 {
    position: relative;
    width: 100%;
    height: 65.157vw;
    overflow: hidden;
    margin-bottom: -65.157vw;
    pointer-events: none;
}

#mid-picture1-tree {
    position: absolute;
    left: 75.938%;
    top: 20.55%;
    width: 24.083vw;
    height: 40.521vw;
    z-index: -10;
}

#mid-picture1-fish {
    position: absolute;
    left: 75%;
    top: 39%;
    width: 13.306vw;
    height: 14.31vw;
    z-index: -10;
}




/* About section */
.big_text {
    color: #FFF;
    letter-spacing: 0.365vw;

    text-align: center;
    text-shadow: 0vw 0vw 0.21vw rgba(0, 0, 0, 0.25);
    font-family: ARCO;
    font-size: 2.92vw;
    font-style: normal;
    font-weight: 700;
}

.about-header {
    display: flex;
    width: max-content;
    height: max-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-shrink: 0;
    word-spacing: 0.37vw;
    margin-top: 3.07vw;
}

#about-section {
    margin-top: 3.75vw;
}

#about-section-images {
    display: flex;
    justify-content: end;
}

#about-image {
    width: 44.32vw;
}

#about-section-text {
    display: flex;
}

#about-section-text p {
    color: #FFF;
    justify-content: space-around;
    text-align: justify;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    width: 40.27vw;
}


/* mid-picture2 */
#mid-picture2 {
    position: relative;
    height: 14.323vw;
    overflow: hidden;
    margin-bottom: -7.813vw;
    pointer-events: none;
    margin-top: -6.51vw;
}

#mid-picture2 img {
    position: absolute;
    z-index: -10;
    width: auto;
    height: 100%;
    left: 5.625vw;
}


/* htp section */
.htp-header {
    width: fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-shrink: 0;
    word-spacing: 0.37vw;
    margin-top: 3.07vw;
}

#htp-container {
    padding-left: 6.25vw;
    padding-right: 6.25vw;

}

#htp-container-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3.75vw;
    z-index: -1;
}

.card {
    --width: 100%;
    aspect-ratio: 1;
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}

.down-card {
    margin-top: 2.344vw;
}

.instruction-step {
    width: calc(var(--width) * 0.428);
    height: calc(var(--width) * 0.428);
    flex-shrink: 0;
    border-radius: calc(var(--width));
    background: linear-gradient(180deg, #EA6228 -56.25%, #EFA12C 23.88%, #EA6228 116.07%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.step-number {
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    font-family: ARCO;
    font-size: 5.208vw;
    font-style: normal;
    font-weight: 700;
    line-height: 23%;
    letter-spacing: 0.156vw;
}

.instruction-card {
    display: flex;
    flex-direction: column;
    width: var(--width);
    height: var(--width);
    flex-shrink: 0;
    border-radius: calc(var(--width) * 0.14);
    background: #000A2A;
    position: relative;
    top: calc(-1 * var(--width) * 0.237);
}

.card-text {
    margin-top: calc(var(--width) * 0.313);
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120.833%;
    align-self: center;
    text-align: center;
    width: 88%;
}

.card-img {
    width: calc(var(--width) * 0.39);
    height: calc(var(--width) * 0.39);
    margin-top: 5%;
    align-self: center;
}

.shadow {
    margin-top: -4.167vw;
    width: 22.813vw;
    height: 2.81vw;
    flex-shrink: 0;
    border-radius: 2.81vw;
    opacity: 0.62;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 4, 17, 0.50) 25.4%, rgba(0, 13, 54, 0.00) 100%);
    box-shadow: none !important;
}


/* buy and download */
#download-and-buy {
    margin-top: -1.667vw;
}

.download-buy-btn-text {
    color: #FFF;
    text-align: justify;
    font-family: ARCO;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 700;
    line-height: 71.875%;
}

#download-free-card {
    /* position: relative; */
    padding-top: 10vw;
    margin-top: -10vw;
}

#download_card_btn {
    width: 31.25vw;
    height: 4.69vw;
    border-radius: 1.635vw;
    background: var(--Orange-General, linear-gradient(180deg, #EFA12C 0%, #EA6228 100%));
}

#download_card_btn:hover {
    background: var(--Orange-Secondary, linear-gradient(180deg, #EA6228 0%, #EF8A2C 100%));
}

#download_card_btn:active {
    background: var(--Orange-Secondary, linear-gradient(180deg, #EA6228 0%, #EF8A2C 100%));
}

#buy_cards_btn {
    margin-top: 1.25vw;
    width: 31.25vw;
    height: 4.69vw;
    border-radius: 1.635vw;
    background: var(--Blue-General, linear-gradient(180deg, #51BDD8 0%, #001A69 100%));
}

#buy_cards_btn:hover {
    background: linear-gradient(180deg, #001A69 0%, #51BDD8 143.89%);
}

#buy_cards_btn:active {
    background: linear-gradient(180deg, #001A69 0%, #51BDD8 143.89%);
}

#buy-modal {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.80);
}

#modal-dialog {
    max-width: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

#modal-content {
    position: relative;
    width: 46vw;
    border-radius: 1.562vw;
    background: #000D36;
    padding: 6.3vh 0;
}

.modal-close {
    z-index: 1052;
    display: inline-block;
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.1vh;
    right: 2.1vh;
    background-image: url(image/buy/close-btn/State=Static.svg);
    background-size: cover;
}

.modal-close:hover {
    background-image: url(image/buy/close-btn/State=Hover.svg);
    cursor: pointer;
}

.modal-close:active {
    background-image: url(image/buy/close-btn/State=Press.svg);
}

#modal-content h5 {
    margin-top: 2.96vh;
    margin-bottom: 7.4vh;
    padding: 0;
    line-height: 41.071%;
}

#buy-logos-container .row {
    width: 100%;
    justify-content: space-evenly;
    padding: 0 2vw;
}

#buy-logos-container {
    padding: 0;
    display: flex;
    gap: 4.7vw;
    justify-content: center;
    align-items: center;
}

.buy-logo-container a {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0.417vw;
    color: #FFF;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120.833%;
    text-decoration: none;
}

#amazon-buy-logo-container a,
#ozon-buy-logo-container a {
    pointer-events: none;
}

.buy-logo-container a:hover {
    color: #C3C3C3;
}

.buy-logo-container a span {
    width: 1.25vw;
    height: 1.25vw;
    background-image: url(image/buy/Arrows/Arrow.svg);
    background-size: cover;
}

.buy-logo-container a:hover span {
    background-image: url(image/buy/Arrows/Arrow-hover.svg);
}

.buy-logo-inner {
    display: flex;
    flex-direction: column;
    row-gap: 1.25vw;
    align-items: center;
}

#amazon,
#wildberries,
#ozon {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    justify-content: center;
    align-content: start;
}

#amazon img,
#wildberries img,
#ozon img {
    width: 100%;
    height: 100%;
}


.modal-coming-soon-overlay {
    position: absolute;
    top: -0.5%;
    left: -0.5%;
    width: 101%;
    height: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1051;
    /* higher than modal content but lower than Bootstrap modal backdrop */
    padding: 10%;

    color: #FFF;
    text-align: center;
    text-shadow: 0 0 6.7px rgba(0, 0, 0, 0.30);
    background-color: rgba(0, 0, 0, 0.8);
    font-family: "Segoe UI";
    font-size: 1.58vw;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    border-radius: 19.64%;
}

/* gallery */
#gallery-header {
    margin-top: 3.7vw;
    /* -3.8vw */
}

/* slider */
.owl-carousel {
    display: flex !important;
    flex-direction: column;
    gap: 20% !important;
}

#slider-container {
    max-width: none;
    width: 80.729vw;
}

.owl-stage {
    display: flex;
    align-items: center;
    padding-top: 6vw;
    padding-bottom: 3vw;
}

.owl-carousel .owl-stage {
    backface-visibility: hidden;
}

#slider-container .owl-item.active.center {
    z-index: 1;
    transform: scale(1.2, 1.2);
}

.slider-card img {
    border-radius: 1vw;
    transition: all 0.3s;
}



.owl-nav button span {
    display: inline-block;
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -3vw;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -3vw;
}


.owl-prev span:hover {
    background-image: url(image/slider/Hover-prev.svg) !important;
}

.owl-next span:hover {
    background-image: url(image/slider/Hover-next.svg) !important;
}

.owl-prev span:active {
    background-image: url(image/slider/State3-prev.svg) !important;
}

.owl-next span:active {
    background-image: url(image/slider/State3-next.svg) !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-dots {
    display: inline !important;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--Orange-General, linear-gradient(180deg, #EFA12C 0%, #EA6228 100%));
}

.owl-dot span {
    width: 0.833vw !important;
    height: 0.833vw !important;
    background-color: #08194C !important;
    margin-left: 0.182vw !important;
    margin-right: 0.182vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.owl-nav {
    display: inline !important;
    margin-top: 0px !important;
}


/* contact section */
#contact-section {
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    row-gap: 0.714vw;
}

.contact-row {
    display: flex;
    justify-content: center;
    column-gap: 0.625vw;
}

.contact-row a {
    text-decoration: none;
}

.contact-text {
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
}

.contact-icon {
    width: 1.667vw;
    justify-self: start;
}

.location-transform {
    transform: translate(0, -0.156vw);
}

#foot-picture {
    position: relative;
    height: 105.677vw;
    overflow: hidden;
    padding: 0;
    margin-top: -94.333vw;
    pointer-events: none;
}

#foot-picture img {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
}


/* footer */
.footer-side {
    display: flex;
    justify-content: center;
}

.footer-text {
    align-content: center;
    margin: 0;
    padding: 0;
    height: 4.375vw;
    color: #FFF;
    text-align: justify;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 95.833%;
}

.footer-item {
    padding: 0;
}

#privacy-policy {
    height: 4.375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.8333vw;
}

#privacy-policy a {
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

#privacy-policy #division {
    display: inline-block;
    width: 0.052vw;
    height: 1.0417vw;
    flex-shrink: 0;
    background: #D9D9D9;
}

.privacy-policy-modal {
    background: rgba(0, 0, 0, 0.80);
    --bs-modal-width: 100%;
}

.privacy-policy-modal-dialog {
    display: flex;
    justify-content: center;
}

.privacy-policy-modal-content {
    width: 91.349vw;
    border-radius: 1.562vw;
    background: #000D36;
}

.modal-header.privacy-policy-modal-header {
    justify-content: end;
    padding: 1.198vw;
}

.privacy-policy-modal-btn-close {
    position: static;
}

.privacy-policy-modal-body {

    color: #FFF;
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 400;
    line-height: 143.75%;
    padding: 2vw;
}

.privacy-policy-modal-body h3 {
    font-size: 1.5vw;
}

.privacy-policy-modal-body ul {
    padding-top: 0;
    padding-left: 3vw;
    text-align: start;
    text-align: justify;
    font-size: 1.25vw;
}


/*//////////////////////// mobile ////////////////////////*/

@media (max-width: 991px) {

    /* navbar */
    #logo {
        height: 4.326vw;
        margin-left: 4.326vw;
        margin-top: 4.071vw;
        z-index: 50;
    }

    #navbar {
        height: 11.705vw;
        justify-content: end;
        padding: 0;
        z-index: 10;
    }

    .navbar-nav {
        position: fixed;
        top: 0;
        justify-content: start;
        height: 100vh;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.85);
        flex-wrap: nowrap;
    }

    ul {
        font-size: 4.071vw;
        line-height: 168.75%;
        padding-top: 17.56vw;
        gap: 4.071vw;
        overscroll-behavior-x: none;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        font-weight: 700 !important;
    }

    /* video */

    #videos {
        row-gap: 3.23vw;
    }

    #video-box {
        max-width: 100%;
        aspect-ratio: unset;
    }

    /* app store btn */

    .app_store_btn {
        margin: auto;
        position: static;
        margin-top: 3.23vw;
        gap: 3.647vw;
        padding: 2.734vw 8.2vw;
        border-radius: 5.471vw;
    }

    .app_store_btn:active {
        background: var(--Orange-Secondary, linear-gradient(180deg, #EA6228 0%, #EF8A2C 100%));
    }



    .app-logo-img {
        width: 11.12vw;
        height: 11.12vw;
    }

    .app-text-1 {
        font-size: 3.283vw;
    }

    .app-text-2 {
        font-size: 5.835vw;
    }


    /* mid-picture1 */

    #mid-picture1 {
        height: 82.2vw;
        margin-bottom: -82.2vw;
        ;
    }

    #mid-picture1-tree {
        left: 66.845%;
        top: 20.945%;
        width: 33.156vw;
        height: 55.761vw;
    }

    #mid-picture1-fish {
        left: 61.832%;
        top: 64.697%;
        width: 26.972vw;
        height: 29.008vw;
    }





    /* about section */
    .big_text {
        font-size: 10.687vw;
        letter-spacing: 1.781vw;
    }

    .about-header {
        margin-top: 14.455vw;
    }


    #about-section-images {
        order: 1;
        margin-top: 6.616vw;
        justify-content: start;
        padding-left: 0;
    }

    #about-image {
        width: 95vw;
        align-self: start;
    }

    #about-section-text {
        justify-content: center;
    }

    #about-section-text p {
        font-size: 4.071vw;
        line-height: 143.75%;
        word-spacing: normal;
        width: 91.348vw;
    }


    /* mid-picture2 */
    #mid-picture2 {
        height: 20.102vw;
        margin-bottom: -11.563vw;
        margin-top: -8.539vw;
    }

    #mid-picture2 img {
        left: 5.089vw;
    }


    /* htp section */

    .htp-header {
        margin-top: 11.7vw;
    }

    #htp-container {
        padding-left: 4.325vw;
        padding-right: 4.325vw;
        justify-content: center;
    }

    .down-card {
        margin-top: 0;
    }

    .step-number {
        font-size: 10.595vw;
        font-style: normal;
        font-weight: 700;
        line-height: 23%;
        letter-spacing: 0.156vw;
    }

    .instruction-card {
        height: calc(var(--width) * 1.136);
    }

    .card-text {
        margin-top: 25%;
        margin-right: 3.529%;
        margin-left: 3.529%;
        font-size: 4.071vw;
        width: 92.941%;
    }

    .shadow {
        width: 43.256vw;
        height: 5.598vw;
        position: relative;
        top: -4.5vw;
    }


    /* buy and download */
    #download-and-buy {
        margin-top: 5.089vw;
    }

    #download-free-card {
        padding-top: 20vw;
        margin-top: -20vw;
    }

    .download-buy-btn-text {
        font-size: 4.071vw;
    }

    #download_card_btn {
        width: 91.349vw;
        height: 13.69vw;
        border-radius: 5.089vw;
    }

    #buy_cards_btn {
        margin-top: 5.089vw;
        width: 91.349vw;
        height: 13.69vw;
        border-radius: 5.089vw;
    }

    .modal-close {
        width: 6.107vw;
        height: 6.107vw;
        top: 2.129vh;
        left: 82vw;
    }

    #modal-content {
        width: 91.349vw;
        border-radius: 5.089vw;
    }

    #modal-content h5 {
        margin-top: 2.113vh;
        margin-bottom: 4.578vh;
        font-size: 4.93vh;
        -webkit-text-stroke-width: 0.352vw;
        line-height: 130.952%;
    }

    #buy-logos-container .row {
        row-gap: 4.578vh;
    }

    .buy-logo-container {
        display: flex;
        flex-direction: column;
    }

    .buy-logo-container a {
        font-size: 4vw;
        line-height: 181.25%;
        align-items: center;
    }

    .buy-logo-container a span {
        width: 1.878vh;
        height: 1.878vh;
    }

    .buy-logo-inner {
        row-gap: 4.3vw;
    }


    .modal-coming-soon-overlay {
        font-size: 5vw;
    }


    /* gallery-section */
    #gallery-header {
        margin-top: 16.3vw;
        /* -3.8vw */
    }

    #slider-container .owl-item.active.center {
        transform: scale(1);
    }



    .owl-stage-outer {
        width: 76.59vw;
        height: fit-content;
    }

    .slider-card img {
        border-radius: 0;
        width: 90vw;
    }

    .owl-dot span {
        width: 3.053vw !important;
        height: 3.053vw !important;
        background-color: #08194C !important;
        margin-left: 0.891vw !important;
        margin-right: 0.891vw !important;
    }

    .owl-dots {
        margin-top: 10px;
        z-index: 50;
    }

    .owl-nav button span {
        margin-left: 4.326vw;
        margin-right: 4.326vw;
        width: 10vw;
        height: 10vw;
    }

    .owl-prev {
        top: 35%;
    }

    .owl-next {
        top: 35%;

    }


    /* contact section */
    #contact-section {
        margin-top: 20vw;
    }

    .contact-text {
        font-size: 4.071vw;
        line-height: 143.75%;
    }

    .contact-icon {
        width: 6.107vw;
    }

    .location-transform {
        transform: translate(0, -0.285vw);
    }

    #foot-picture {
        margin-top: -79.723vw;
    }


    /* footer */
    .footer-text {
        height: 13.015vw;
        font-size: 4.071vw;
        line-height: 143.75%;
        text-align: center;
    }

    .thick {
        height: 20.367vw;
    }

    .thin {
        height: 20.367vw;
    }

    .border-on-top {
        border-top: 0.8px solid white;
        position: relative;
    }

    .border-on-top:before {
        content: "";
        width: 15.5%;
        height: 5px;
        background-color: #000D36;
        position: absolute;
        left: 0;
        top: -2px;
    }

    .border-on-top:after {
        content: "";
        width: 15.5%;
        height: 5px;
        background-color: #000D36;
        position: absolute;
        right: 0;
        top: -2px;
    }

    .footer-item {
        padding: 0 4.5vw;
    }

    #privacy-policy {
        height: 20.367vw;
        column-gap: 3vw;
    }

    #privacy-policy a {
        font-size: 4.0712vw;
    }

    #privacy-policy #division {
        display: inline-block;
        width: 0.225vw;
        height: 4.523vw;
        flex-shrink: 0;
        background: #D9D9D9;
    }

    .privacy-policy-modal-content {
        width: 91.349vw;
        border-radius: 5.089vw;
    }

    .modal-header.privacy-policy-modal-header {
        padding: 4.325vw 3.053vw;
    }

    .modal-close:hover {
        background-image: url(image/buy/close-btn/State=Static.svg);
    }

    .modal-close:active {
        background-image: url(image/buy/close-btn/State=Press.svg);
    }

    .privacy-policy-modal-body {
        padding: 5vw;
    }

    .privacy-policy-modal-body h3 {
        font-size: 4.885vw;
    }

    .privacy-policy-modal-body ul {
        font-size: 4.071vw;
        padding-left: 7.5vw;

    }
}