/*Contact*/
.ip-banner::before {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 200%;
}
.custom-breadcrumbs .container.container-breadcrumbs {
    /*width: 1430px;*/
}
    .custom-breadcrumbs nav.rank-math-breadcrumb {
        /*padding: 26px 0;*/
    }

#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        padding: 0;
        width: 100%;
    }

#content-full {
    margin-top: 0;
}

#contact {
    position: relative;
    z-index: 1;
}
    .bg-section.bg-contact {
        top: 0;
        opacity: 0.1;
        z-index: -1;
    }
        .bg-section.bg-contact:before {
            content: '';
            height: 397px;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }
        .bg-section.bg-contact:after {
            content: '';
            height: 63px;
            top: initial;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }
    .cu-container {
        width: 1364px;
        max-width: 100%;
        padding: 51px 15px 0;
        margin: 0 auto;
    }   
        .cu-form-widget {
            width: 61.394%;
            padding: 55px 7.722% 0 2.7%;
        }
            .cu-form-widget p {
                font-size: 20px;
                letter-spacing: 0.04em;
                line-height: 1.5;
                color: #343434;
            }

            .cu-form {
                margin: 0 -15px;
            }
            .cu-form-widget .wpcf7 {
                margin: 42px 0 48px;
            }
                .cu-form-row {
                    display: flex;
                    flex-flow: row wrap;
                    align-items: flex-start;
                    margin-bottom: 29px;
                }
                    .cu-form-col {
                        width: 50%;
                        padding: 0 15px;
                    }
                        .cu-form .wpcf7-form-control-wrap {
                            display: block;
                        }
                            .cu-form .wpcf7-form-control-wrap input, 
                            .cu-form .wpcf7-form-control-wrap textarea {
                                width: 100%;
                                height: 54px;
                                border: 1px solid rgba(0,0,0,0.5);
                                background: transparent;
                                font-size: 13px;
                                font-weight: 300;
                                letter-spacing: 0.12em;
                                color: #000;
                                text-transform: uppercase;
                                padding: 0 20px;
                            }
                            .cu-form .wpcf7-form-control-wrap textarea {
                                padding-top: 20px;
                                height: 146px;
                            }
                    .cu-form-row.full {

                    }
                        .cu-form-row.full .cu-form-col {
                            width: 100%;
                        }

                    .cf-form-btn {
                        width: 100%;
                        position: relative;
                        padding: 0 15px 0;
                        margin: 40px 0 0;
                    }
                        .cf-form-btn .btn-a {
                            position: relative;
                        }
                            .cf-form-btn .btn-a input.wpcf7-submit {
                                position: absolute;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                opacity: 0;
                                left: 0;
                                z-index: 2;
                            }
                            .cf-form-btn .btn-a > span:first-of-type {
                                text-transform: initial;
                            }
                        .cf-form-btn .btn-a .ajax-loader,
                        .cf-form-btn .btn-a .wpcf7-spinner {
                            position: absolute;
                            bottom: -30px;
                            left: 0;
                            right: 0;
                            margin: auto;
                        }
                    .cu-form-widget p:last-child {
                        line-height: 1.75;
                    }
                    .cu-form-widget .wpcf7 form .wpcf7-response-output {
                        margin: 0;
                        text-align: center;
                    }

        .cu-agent-photo {
            width: 515px;
            width: 38.606%;
            position: relative;
        }
            .cu-agent-photo canvas {
                display: block;
                width: 100%;
            }
            .cu-agent-photo img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-bottom-left-radius: 80px;
            }

    .ip-blog-contact {
        margin: 96px 0 0;
    }
        .ip-blog-contact-inner {
            width: 1330px;
            max-width: 100%;
            margin: 0 auto;
        }
            .ip-blog-contact-img {
                width: 30%;
                padding-left: 18px;
            }
                .ip-blog-contact-img img {
                    display: block;
                    max-width: 100%;
                    height: auto;
                }

            .ip-blog-contact-text {
                width: 70%;
                padding: 0 0 0 7.8%;
            }
                .ip-blog-contact-text img {
                    width: 226px;
                    display: block;
                    height: auto;
                    margin-bottom: 25px;
                }
                .ip-blog-contact-text p {
                    font-size: 20px;
                    letter-spacing: 0.05em;
                    line-height: 1.75;
                    color: #000;
                }

        .ip-blog-nl {
            width: 662px;
            width: 50%;
            position: relative;
            padding: 60px 80px 65px 20px;
        }
            .ip-blog-nl:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 100vw;
                background: #000;
                border-bottom-right-radius: 80px;
            }
            .about-nl-form {
                position: relative;
                padding-left: 65px;
                padding-top: 7px;
            }
                .about-nl-form .accent-icon {
                    width: 31px;
                    top: 0;
                    left: 0;
                }
                .about-nl-form h2 {
                    font-size: 55px;
                    color: #fff;
                    font-family: var(--font-family-title);
                    margin-bottom: 10px;
                    text-transform: uppercase;
                }
                .about-nl-form p {
                    font-size: 18px;
                    line-height: 1.2;
                    letter-spacing: 0.1em;
                    color: #fff;
                    font-weight: 300;
                    text-transform: uppercase;
                    margin-bottom: 25px;
                }
                .about-nl-form form {
                    position: relative;
                }
                    .about-nl-field {
                        position: relative;
                        width: 100%;
                    }
                        .about-nl-field input {
                            width: 100%;
                            height: 50px;
                            background: transparent;
                            border: none;
                            border-bottom: 2px solid #fff;
                            font-size: 16px;
                            font-weight: 300;
                            letter-spacing: 0.04em;
                            color: #fff;
                            padding-right: 32px;
                        }

                    .about-nl-submit {
                        font-size: 27px;
                        position: absolute;
                        right: 0;
                        top: 10px;
                        color: var(--secondary);
                    }
                        .about-nl-submit input {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                        }
                        .about-nl-submit .ajax-loader,
                        .about-nl-submit .wpcf7-spinner {
                            position: absolute;
                            bottom: -40px;
                            right: 0;
                        }

                    .use-floating-validation-tip .wpcf7-not-valid-tip {
                        width: auto;
                        position: absolute;
                        font-size: 12px;
                    }
                    .about-nl-form .wpcf7 form .wpcf7-response-output {
                        position: absolute;
                        top: 100%;
                        left: 0;
                        right: 0;
                        margin: 12px auto 0;
                        font-size: 12px;
                        text-align: center;
                        color: #fff!important;
                    }

        .ip-blog-smi {
            width: 50%;
        }
            .ip-blog-smi h2 {
                text-align: center;
                font-size: 20px;
                line-height: 1;
                color: #000;
                text-transform: uppercase;
                font-family: var(--font-family-title);
                margin-bottom: 30px;
            }
            .ip-blog-smi-links {
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .ip-blog-smi-links a {
                    font-size: 32px;
                    margin: 0 40px;
                    transition: color var(--default-transition);
                }
                    .ip-blog-smi-links a:hover {
                        color: var(--secondary);
                    }

@media only screen and (max-width: 1440px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1199px) {
    .about-nl-form h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .cu-container {
        padding-top: 0;
    }
        .cu-form-widget {
            width: 100%;
            padding: 20px 0 30px;
        }
            .cu-agent-photo {
                width: 100%;
                max-width: 720px;
                margin: 0 auto;
            }
                .cu-agent-photo img {
                    border-bottom-left-radius: 40px;
                }
    .ip-blog-contact {
        padding: 0 15px;
        margin-top: 50px;
    }
        .ip-blog-nl {
            width: 100%;
        }
        .ip-blog-smi {
            width: 100%;
            margin-top: 40px;
        }
            .ip-blog-smi-links a {
                margin: 0 20px;
            }

    .about-nl-form h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .cu-form-col {
        width: 100%;
        margin-bottom: 15px;
    }
    .cu-form-row {
        margin-bottom: 0;
    }
    .ip-blog-nl {
        padding: 50px 15% 60px 0;
    }
}
@media only screen and (max-width: 480px) {
    .about-nl-form p {
/*        font-size: 12px;*/
    }
}