.ckew-box {
    transform: skew(-5deg);
    height: 100%;
}
.wpcf7 .wpcf7-form label {
    color: rgba(248, 255, 19, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 4px;
}
.error404 #site-header,
.error404 #site-footer {
    display: none;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    border: 1px solid rgba(248, 255, 19, 1);
    padding: 12px, 16px, 12px, 16px;
    border-radius: 0;
    background-color: rgba(35, 35, 35, 1);
    color: white;
}
select option {
    color: white;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.rank-math-breadcrumb {
    color: white;
}
.rank-math-breadcrumb a {
    color: white !important;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 16px;
}
.rank-math-breadcrumb p a {
    text-decoration: revert;
}
.rank-math-breadcrumb p a:nth-child(3) {
    margin-left: 16px;
}
.btn-sent {
    text-align: right;
}
.btn-sent p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}
.wpcf7-submit {
    background: rgba(0, 151, 68, 1);
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border-radius: 100px;
    padding: 7px 32px;
    border: none;
}
.wpcf7-submit:hover {
    background-color: #e8e90dcc;
}
.page-numbers.current {
    background-color: #f8ff13;
    color: black !important;
}
.page-numbers {
    padding: 10px 18px;
    color: #f5f4f1;
    border: 1px solid #f5f4f1;
}
.elementor-pagination a,
.elementor-pagination span {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a1a1a1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}