.hidden {
    display: none !important;
}

.text-white {
    color: #fff !important;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.filter-black {
    filter: brightness(0);
}

.filter-gray {
    filter: grayscale(1);
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.dir-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
}

.dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-img {
    position: relative;
}

.site-img canvas {
    width: 100%;
    height: auto;
    display: block;
}

.site-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform 0.75s, visibility 0.75s ease-in !important;
}

.global-title {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.global-title.is-center {
    text-align: center;
}

.global-title h2 {
    font-size: min(3.024vw, 40px);
    font-weight: 600;
    color: #000;
    letter-spacing: 0.001em;
    margin: 0 0 0.72em;
}

.global-title h2 span {
    color: #e4a715;
}

.global-title small {
    font-size: min(2.4vw, 32px);
    color: #333333;
    letter-spacing: 0.002em;
    line-height: 1.3;
}

/**/

.ip-custom-banner canvas {
    min-height: 267px;
}

/**/
.ip-are-main {
    padding: min(6vw, 91px) 0;
}

.ip-are-main::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #f3f3f3;
    z-index: -1;
}

.ip-are-main-wrap {
    width: min(90%, 1142px);
    margin: auto;
    gap: 0 min(6.875vw, 110px);
    padding-bottom: 0.5em;
}

.ip-are-main-title {
    width: 100%;
    margin-bottom: 2.45em;
}

.ip-are-main-left,
.ip-are-main-right {
    width: calc((100% - min(6.875vw, 110px)) / 2);
}

.ip-are-main-list {
    margin: 0;
    padding: 0;
}

.ip-are-main-list li {
    font-size: min(1.31vw, 16px);
    color: #333333;
    list-style-type: none;
    padding-bottom: 1em;
}

.ip-are-main-list li:last-child {
    padding-bottom: 0;
}

.ip-are-main-list li .title {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.007em;
    padding-left: 32px;
    margin-bottom: 4px;
}

.ip-are-main-list li .title::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 18px;
    background: url(/wp-content/themes/hello-elementor/assets/images/are/tick.png);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ip-are-main-list li p {
    line-height: 1.625;
    letter-spacing: -0.005em;
    margin: 0 0 1em;
}

.ip-are-main-list li p:last-child {
    margin-bottom: 0;
}

/**/
.ip-are-tagline {
    background: #9a968a;
    padding: 38px 0;
}

.ip-are-tagline-wrap {
    width: min(90%, 1200px);
    margin: auto;
    padding-bottom: 6px;
}

.ip-are-tagline-wrap .global-title {}

/**/
.ip-are-form {
    padding: min(6vw, 90px) 0;
}

.ip-are-form-wrap {
    width: min(90%, 1150px);
    margin: auto;
}

.ip-are-form-title {}

.ip-are-form-title .global-title {}

.ip-are-form-form {
    padding: 10px 5px;
}

.ip-are-form-form form {
    position: relative;
}

.ip-are-form-form form p {
    margin: 0;
}

.ip-are-form-form form br {
    display: none;
}

.ip-are-form-fields {
    gap: 18px 0;
}

.ip-are-form-field {
    width: 100%;
}

.ip-are-form-field.small {
    width: calc((100% - 19px) / 2);
}

.ip-are-form-field input,
.ip-are-form-field textarea {
    outline: none;
    background: transparent;
    padding: 0;
    border: 1px solid #e9e9e9;
    font-size: clamp(14px, 1.41vw, 15px);
    color: #4c4c4c;
    height: 49px;
    width: 100%;
    padding: 16px clamp(18px, 2vw, 28px);
}

.ip-are-form-field input::placeholder,
.ip-are-form-field textarea::placeholder {
    color: #4c4c4c;
}

.ip-are-form-field textarea {
    height: 175px;
    resize: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ip-are-form-button {}

.ip-are-form-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 199px;
    height: 47px;
    background: #313636;
    font-size: clamp(14px, 1.41vw, 15px);
    color: #fff;
    border-color: #313636;
    margin-top: 6px;
    border-radius: 0;
    outline: none;
}

.ip-are-form-button button:hover,
.ip-are-form-button button:focus {
    background: #e4a715 !important;
}

.ip-are-form-button .wpcf7-spinner {
    position: absolute;
    bottom: 50px;
    margin: 0;
}

.ip-are-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    font-size: clamp(14px, 1.41vw, 15px);
    z-index: 1;
}

.ip-are-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    width: 100%;
    margin: 5px auto;
    text-align: center;
    font-size: clamp(14px, 1.41vw, 15px);
}

@media only screen and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .global-title {
        line-height: 1.3;
    }

    .global-title h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .global-title small {
        font-size: 21px;
    }

    .ip-are-main::before {
        display: none;
    }

    .ip-are-main {
        padding: 50px 0 0;
    }

    .ip-are-main-wrap {
        width: 100%;
        gap: 25px;
        padding: 0;
    }

    .ip-are-main-title {
        padding: 0 5vw;
        margin-bottom: 0.1em;
    }

    .ip-are-main-left,
    .ip-are-main-right {
        width: 100%;
        padding: 0 5vw;
    }

    .ip-are-main-right {
        background: #f3f3f3;
        padding: 20px 5vw 50px;
    }

    .ip-are-main-list li {
        font-size: 15px;
    }

    .ip-are-tagline-wrap {
        padding: 0;
    }

    .ip-are-form {
        padding: 40px 0;
    }

    .ip-are-form-form {
        padding: 20px 3px;
    }

    .ip-are-form-field.small {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}