[x-cloak] {
    display: none !important;
}

.hover\:opacity-50:hover {
    opacity: 0.5;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:underline:hover {
    text-decoration: underline;
}

.active\:opacity-50:active {
    opacity: 0.5;
}

.active-link {
    opacity: 0.5;
    text-decoration: underline;
    pointer-events: none;
}

.text-capitalize {
    text-transform: capitalize;
}

.header-logo {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.header__inner {
    flex-wrap: wrap;
    padding-bottom: 15px;
}

@media (max-width: 400px) {
    .header__inner {
        justify-content: center !important;
    }
}

@media (max-width: 1180px) {
    .agreements-point-image-wrapper {
        display: flex !important;
        justify-content: center !important;
    }

    .agreements-point-inner {
        display: flex !important;
        flex-direction: column !important;
    }
}
