.policy-wrapper {
    padding-top: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    position: relative;
}

.policy-wrapper .home-module-wrapper {
    margin-top: 0 !important;
}

.policy-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
}
.policy-image {
    margin-bottom:  var(--small-padding);
    margin-top:  var(--small-padding);
    text-align: center;
    width: 48px;
    height: 48px;
}

.policy-txt {
    text-align: center;
    font-weight: 500;
    height: 100%;
    line-height: 1.3;
}

.policy-txt small {
    display: block;
    font-weight: 400;
    flex: 1;
}

.policy-image {
    width: 72px;
    height: 72px;
}

.policy-item img {
    width: 48px;
    min-width: 0;
    height: 48px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.policy-item .policy-txt a:hover {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .policy-image {
        width: 72px;
        height: 72px;
    }

    .policy-item img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}

@media (max-width: 1024px) {
  
    .policy-item img {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .more-policy {
        width: 48px;
        min-width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }

    .more-policy::before {
        /* content: ""; */
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(11 11 11 / 0%);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .policy-image {
        margin-bottom: 0
    }
}

@media (max-width: 760px) and (orientation: portrait), (max-width: 992px) and (orientation: landscape) {
    .policy-item + .policy-item {
        border-top: none;
    }

    .policy-item img {
        width: 52px;
        min-width: 52px;
        height: 52px;
    }
    .policy-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px 8px;
        padding: 0 8px;
    }
}

@media (min-width: 992px) {
    .policy-txt small {
        margin-bottom: 0;
        max-width: 220px;
    }

    .policy-wrapper .policy-item {
        grid-gap: 8px;
        flex-direction: row;
        align-items: flex-start;
    }
    .policy-txt {
        text-align: left;
        align-items: flex-start;
    }

}

@media (min-width: 1024px) and (max-width: 1200px) {
    .learn-more-link {
        white-space: nowrap;
    }
}



@media (min-width: 760px) and (max-width: 900px) {
    .policy-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }

    .more-policy {
        display: none;
    }

    .footer-payment-item {
        margin-left: 10px;
    }
}


/*Sign up*/
.signup-wrapper .signup-content {
    padding: 18px 0px;
    position: relative;
}
.signup-wrapper .subscription-form {
    display: block;
}
.subscription-header {
    font-weight: var(--pr-font-weight-heading);
    color: var(--pr-color-primary);
    line-height: var(--pr-line-height-display2);
    font-size: calc(var(--pr-font-size-display3) + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
}
.signup-wrapper .form-row {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

#homepage .signup-wrapper .component-heading {
    padding-left: 0;
    border-left: none;
    justify-content: center;
    margin-bottom: 0;
}

.subscription-form .subscribe-button {
    border: none;
    background-color: var(--primary);
    white-space: nowrap;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    min-width: fit-content;
    border-radius: 0 12px 12px 0;
    border: 0;
    height: auto;
    line-height: 44px;
    position: static;
}

.site-footer .switch-component .switch-language-text {
    color: #fff;
}

.switch-component .choose-switch-language::before,
.switch-component .choose-switch-language::after {
    background-color: #fff;
}

.subscription-form .subscribe-button:hover {
    background-color: var(--primary-dk);
}

.subscription-form .form-control {
    width: 100%;
    border: none;
    line-height: 44px;
    border-radius: 12px 0 0 12px;
    padding: 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
}

.subscription-container {
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .policy-wrapper .policy-item {
        flex-direction: column;
        align-items: center;
    }
    .policy-txt {
        text-align: center;
        align-items: center;
    }
    .pre-footer {
        grid-template-columns: calc(100% - 304px) 280px;
    }
}
@media (max-width: 767px) {
    
    .signup-wrapper .subscription-form .component-heading {
        margin: 0;
    }

    .policy-txt small {
        font-size: 13px;
    }
}