#inner-page-wrapper {
    margin: 0;
    padding: 0;
}

#inner-page-wrapper>* {
    min-width: 100%;
    padding: 0 !important;
}

.rv-report {
    position: relative;
    display: block;
}

.rv-report__bg {
    position: absolute;
    inset: auto 0 0;
}

.rv-report__bg canvas {
    display: block;
    width: 100%;
    aspect-ratio: 1600/853;
    background-size: cover;
    background-position: top center;
}

.rv-report__container {
    position: relative;
    display: block;
    padding: 90px 30px 100px;
}

.rv-report__title {
    position: relative;
    display: block;
    font-family: var(--font-cabin);
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.rv-report__text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 25px auto 0;
    max-width: 975px;
}

.rv-report__text strong {
    display: block;
    font-family: var(--font-cabin);
    text-transform: uppercase;
    font-size: 20px;
}

.rv-report__text strong+* {
    margin-top: 22px;
}

.rv-report__text p {
    font-size: inherit;
}

.rv-report__text>*+* {
    margin-top: 1.5em;
}

.rv-report__cf7 {
    position: relative;
    display: block;
    margin: 70px auto 0;
    max-width: 927px;
}

.rv-report__cf7 .wpcf7-response-output {
    color: #fff;
}

.rv-report__cf7 form.sent .wpcf7-response-output {
    display: none;
}

.rv-report__cf7 .wpcf7-not-valid-tip {
    inset: auto auto 3px 0 !important;
    height: auto;
    font-size: 11px;
    z-index: 0;
}

.rv-report__cf7 .wpcf7-spinner {
    position: absolute;
    inset: 0 auto 0 100%;
    margin: auto 15px;
}

.rv-report__cf7 .wpcf7-acceptance {
    position: relative;
    display: block;
}

.rv-report__cf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.rv-report__cf7 .wpcf7-acceptance label {
    display: flex;
    gap: 8px;
}

.rv-report__cf7 .wpcf7-acceptance label input {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.rv-report__cf7 .wpcf7-acceptance label input:checked:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0ic2l6ZS02Ij4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Im00LjUgMTIuNzUgNiA2IDktMTMuNSIgLz4KPC9zdmc+Cg==");
    background-size: 100% 100%;
}

.rv-report__cf7 .wpcf7-acceptance label span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
}

.rv-report__form {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.rv-report__form-input {
    position: relative;
    display: block;
}

.rv-report__form-input--full {
    grid-column: 1/-1;
}

.rv-report__form-input>label {
    display: block !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
}

.rv-report__form-input *:is(input[type=text],
    input[type=tel],
    input[type=email]) {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 0;
    height: 22px;
}

.rv-report__form-dropdown {
    position: relative;
    display: block;
}

.rv-report__form-dropdown.is-open {
    --dropdown-arrow-transform: rotate(180deg);
    --dropdown-display: block;
    --dropdown-header-bg: #fff;
}

.rv-report__form-dropdown-header {
    position: relative;
    display: block;
    margin: -10px -14px 0;
    padding: 10px 14px 0;
    background: var(--dropdown-header-bg, transparent);
}

.rv-report__form-dropdown-handle {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    cursor: default;
}

.rv-report__form-dropdown-handle:after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 10px;
    height: 8px;
    margin: auto 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjEwcHgiIGhlaWdodD0iOHB4Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDAsIDAsIDApIgogZD0iTTkuOTY4LDAuODEgQzkuOTM4LDAuMzEgOS44ODMsMC4wIDkuODIzLDAuMCBMMC4xNjYsMC4wIEMwLjEwNiwwLjAgMC41MSwwLjMxIDAuMjEsMC44MSBDMC43LDAuMTMxIDAuNywwLjE5MyAwLjI0LDAuMjQzIEw0Ljg1Miw3LjkyMiBDNC44ODIsNy45NzAgNC45MzYsOC4wIDQuOTk0LDguMCBDNS41Myw4LjAgNS4xMDcsNy45NzAgNS4xMzcsNy45MjIgTDkuOTY1LDAuMjQzIEM5Ljk5NiwwLjE5MyA5Ljk5NywwLjEzMSA5Ljk2OCwwLjgxIFoiLz4KPC9zdmc+");
    background-size: 100% 100%;
    transform: var(--dropdown-arrow-transform, none);
}

.rv-report__form-dropdown-selected {
    position: relative;
    display: block;
}

.rv-report__form-dropdown-selected input[type=text] {
    pointer-events: none;
}

.rv-report__form-dropdown-content {
    position: absolute;
    z-index: 150;
    inset: 100% -14px auto;
    background: #fff;
    padding: 0 14px 8px;
    display: var(--dropdown-display, none);
}

.rv-report__form-dropdown-content ul {
    position: relative;
    display: block;
}

.rv-report__form-dropdown-content ul li {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14;
    letter-spacing: 0;
    color: #000;
    cursor: default;
}

.rv-report__form-dropdown-content ul li+li {
    border-top: 1px solid #bfbfbf;
}

.rv-report__form-dropdown-content ul li:hover {
    color: #bfbfbf;
}

.rv-report__form-submit {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    position: relative;
    display: block;
    /*width: 435px;*/
    width: 100%;
    max-width: 435px;
   /* height: 47px;*/
    min-height: 47px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    color: #011736;
    padding: 14px 10px 10px;
    transition: all 0.3s ease-in-out;
}

.rv-report__form-submit:hover {
    background: var(--primary-color);
    color: #fff;
}

.rv-report__include {
    position: relative;
    display: block;
    margin: 0 auto 0;
    width: max-content;
    max-width: 100%;
    color: #fff;
}

.rv-report__include strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.rv-report__include ul {
    list-style: disc;
    list-style-position: inside;
    margin: 17px 0 0 0;
}

.rv-report__include ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.rv-report__group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    gap: 35px;
    margin-top: 80px;
}

.rv-report__avatar,
.rv-report__realty {
    position: relative;
    display: block;
}

.rv-report__avatar img,
.rv-report__realty img {
    display: block;
    height: auto;
    max-width: 100%;
}

.rv-report__contact {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
}

.rv-report__contact strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.rv-report__contact div {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 12px;
}

.rv-report__contact a,
.rv-report__contact p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: inherit;
}

.rv-report__disclaimer {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    text-align: center;
}

.rv-report__disclaimer p {
    font-size: inherit;
}

.rv-report__popup-container {
    position: relative;
    display: block;
    background: #fff;
    margin: 0 auto;
    padding: 54px 15px;
    text-align: center;
    max-width: 488px;
}

.rv-report__popup-container .aiosp-close {
    inset: 30px 30px auto auto;
    font-size: 0;
    opacity: 1;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCI+CjxpbWFnZSAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiICB4bGluazpocmVmPSJkYXRhOmltZy9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFPQ0FRQUFBQzFRZVZhQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk5BQUI2SmdBQWdJUUFBUG9BQUFDQTZBQUFkVEFBQU9wZ0FBQTZtQUFBRjNDY3VsRThBQUFBQW1KTFIwUUEvNGVQekw4QUFBQUhkRWxOUlFmcUJ3a1NNdzBoVzI5TkFBQUFqVWxFUVZRWTAyM1BzUTRCUVJoRjRROUxpUGQvRG9XUWlBNFZLeVM3T2hFRmhXZFEvSXJGemxxM21HTHVuTXc5WEIxMHRiTno1eXprc3A5cUxkenB5NFdkWGxKdGhNSVlNbHRoLzYzWFFtSDRlZGw5MDNVMVN2K282Sm1KVU5aVW5ha1FGdlZGS3ZGTXpwK3NoS1g1UDdHTlVFSmJMQjNmRU91MHhsZGlXd05PZjhaWDlJV2JzcW44cG84ZUwrQytRRS9sTHBqd0FBQUFBRWxGVGtTdVFtQ0MiIC8+Cjwvc3ZnPg==");
    background-size: 100% 100%;
}

.rv-report__popup-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    aspect-ratio: 1/1;
    background: #ccd1d7;
    border-radius: 50%;
    margin: 0 auto;
}

.rv-report__popup-icon svg {
    display: block;
    max-width: 52px;
}

.rv-report__popup-title {
    position: relative;
    display: block;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
}

.rv-report__popup-text {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    margin-top: 18px;
}

.rv-report__popup-text p {
    font-size: inherit;
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .rv-report__container {
        padding: 75px 30px 50px;
    }

    .rv-report__bg {
        inset: 0;
        display: flex;
    }

    .rv-report__bg canvas {
        margin-top: auto;
        height: 70%;
    }

    .rv-report__title {
        font-size: 26px;
    }

    .rv-report__text strong {
        font-size: 18px;
        max-width: 295px;
        margin: 0 auto;
    }

    .rv-report__form {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .rv-report__cf7 {
        max-width: 600px;
    }

    .rv-report__form-input:has(.rv-report__include) {
        order: 1;
    }

    .rv-report__bg canvas {
        aspect-ratio: 500/1031;
    }

    .rv-report__group {
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }

    .rv-report__disclaimer {
        max-width: 367px;
        margin: 30px auto 0;
    }

    .rv-report__popup-container {
        max-width: 366px;
        padding: 40px 15px;
    }

    .rv-report__popup-container .aiosp-close {
        inset: 23px 23px auto auto;
    }

    .rv-report__popup-icon {
        width: 102px;
    }

    .rv-report__popup-icon svg {
        max-width: 38px;
    }

    .rv-report__popup-title {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}