
/* Global Page */
html[lang="en-us"] .page-content ul {
margin-left: 1.2vw;
  margin-right: 0;
}
.page-content a{
color: #d5b907;
    text-decoration: underline !important;
}
.privacy-checkbox span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -1.2vw;
    display: flex;
    width: 12vw;
    flex-wrap: wrap;
}
.privacy-checkbox > p .wpcf7-form-control-wrap .wpcf7-list-item.first .wpcf7-list-item-label {
    display: none;
}
.privacy-checkbox .wpcf7-list-item-label {
  color: #000;
  font-size: 0.8vw;
  line-height: 1.2;
}
.privacy-checkbox .wpcf7-list-item-label a {
  color: #fff;
  text-decoration: underline;
}
.privacy-checkbox p {
  display: flex;
  align-items: center;
}
.privacy-checkbox{
direction: rtl;
}
.translatepress-en_US .privacy-checkbox {
    direction: ltr;
}
.translatepress-en_US .privacy-checkbox span.wpcf7-not-valid-tip{
    left: 0;
}
#confirm_privacy-error{
    bottom: -2.5rem !important;
    font-size: 0.8rem !important;
}
.form-container .text-center h3{
    text-align: center;
    font-size: 1.2rem;
margin-top: 4vh;
}
input[type="checkbox"]{
    width: 1rem !important;
    height: 1rem !important;
}
.form-container .text-center p{
    text-align: center;
}
.container{
max-width: 80vw;
    margin: 0 auto;
}
.privacy-banner{
    min-height: 360px;
    padding: 16px;
    margin-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
display: flex;
    justify-content: center;
    align-items: center;
}
.privacy-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.page-content{
    margin-bottom: 80px;
}
.page-content ul {
    list-style: disc;
    margin-right: 16px;
}
.page-content ul li{
margin-bottom: 10px;
list-style-type: disc !important;
    list-style-position: outside;
}
.page-content h2, .page-content h3 {
    margin-top: 2vw;
    margin-bottom: 0.5vw;
}
.page-content p {
    margin-bottom: 8px;
    line-height: 28px;
}
.page-content p a{
    color: #d5b907;
}
.privacy-banner h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 16px;
    color: #fff;
}
.privacy-banner-content{
    z-index: 9;
    position: relative;
text-align: center;
}
.breadcrumbs {
    gap: 10px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.breadcrumbs li {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.breadcrumbs li a{
    color: #d5b907;
}
.privacy-links {
    gap: 20px;
    margin-top: 16px;
}
.privacy-links a{
    color: var(--main-color);
    text-decoration: underline;
}



@media(max-width: 767px){
.privacy-banner {
        min-height: 250px;
    }
    .privacy-banner h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 14px;
    }
    .breadcrumbs li {
        font-size: 22px;
        line-height: 22px;
    }
    .privacy-banner{
        margin-bottom: 40px;
    }
    .privacy-banner {
        min-height: 250px;
    }
    .page-content {
        margin-bottom: 60px;
    }
    .translatepress-en_US .privacy-checkbox span.wpcf7-not-valid-tip{
        /* bottom: -8.6vw; */
    }
    .privacy-checkbox span.wpcf7-not-valid-tip{
        width: 150px;
        bottom: -6.2vw;
    }
    .privacy-checkbox .wpcf7-list-item-label{
        font-size: 12px;
    }
    .container{
        max-width: 100%;
        padding: 0 16px;
    }
    .page-content h2{
        margin-top: 28px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .page-content h2{
        margin-top: 25px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}


html[lang="en-us"] .page-content ol {
    margin-left: 1.2vw;
    margin-right: 0;
}
.page-content ol {
    list-style: disc;
    margin-right: 16px;
}
.page-content ol li{
    margin-bottom: 10px;
    list-style-type: decimal !important;
    list-style-position: outside;
}