.heading-menu{display:none;}
    .pam360-banner-wrap {
        padding: 100px 0;
        position: relative;
        z-index: 1;
        background: #FCEBD3;
        background: linear-gradient(to bottom, #FCEBD3 30%, #FFFFFF 100%);
    }
    
    .pam360-banner-wrap h1 {
        margin: 0 auto 20px;
        color: #000;
        font-size: 48px;
        line-height: 1.2;
    }
    
    .pam360-banner-wrap p {
        font-size: 20px;
    }
    
    .banner-sub-wrap {
        max-width: 1020px;
        margin: 60px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .banner-sub-image {
        max-width: 55%;
    }
    
    .banner-sub-form {
        max-width: 42%;
        position: relative;
        margin: -20px 0 0;
        background: #fff;
        padding: 35px;
    }
    
    .banner-sub-form p {
        font-size: 14px;
    }
    /*  */
    
    #gartnerForm {
        width: 100%;
        margin: 0 0 0;
        color: #666;
    }
    
    .form-group {
        width: 100%;
        margin: 25px 0;
        position: relative;
        z-index: 1;
    }
    /*  */
    
    .label-text-head {
        margin: 0 0 7px;
        color: #000;
    }
    
    .form-radio-contain {
        display: flex;
    }
    
    .radio .helper {
        top: 0;
    }
    
    .form-radio label {
        font-size: 15px;
    }
    
    .buyer-guide-wrap .content-wrap {
        max-width: 990px;margin:0 auto;
    }
    
    .buyer-guide-wrap p:last-child {
        margin: 0;
    }
    
    .buyers-resoures-wrap {
        background: #fffaf4;
        padding: 80px 0;
        margin: 80px 0 0;
    }
    
    .buyers-resoures-wrap h2 {
        margin: 0;
        text-align: center;
    }
    
    .buyers-resoures-wrap ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 60px;
        margin: 40px auto 0;
        max-width: 980px;
        text-align: center;
    }
    
    .buyers-resoures-wrap ul li figure img {
        width: 80%;
    }
    
    .buyers-resoures-wrap ul li p:nth-of-type(1) {
        font-family: var(--primaryfont-semibold);
        font-size: 20px;
        margin: 20px 0;
    }
    
    .buyers-resoures-wrap ul li p:last-child {
        margin: 0
    }
    
    .buyers-resoures-wrap ul li p a {
        font-family: var(--primaryfont-bold);
    }
    
    @media screen and (max-width: 1200px) {
        .banner-contain h1 {
            font-size: 38px;
        }
        h2 {
            font-size: 32px;
        }
    }
    
    @media screen and (max-width: 992px) {
        .pam360-banner-wrap {
            padding: 80px 0;
        }
        .pam360-banner-wrap h1 {
            font-size: 38px;
            line-height: 1.4;
        }
        .pam360-banner-wrap p {
            font-size: 18px;
        }
        .pam360-banner-wrap h1 br {
            display: none;
        }
        .banner-sub-image {
            display: none;
        }
        .banner-sub-form {
            max-width: 500px;
            width: 100%;
            margin: 0 auto;
        }
    }
    
    @media screen and (max-width: 767px) {
        .banner-contain h1 {
            font-size: 36px;
            line-height: 1.4;
        }
        h2 {
            font-size: 32px;
        }
        .buyers-resoures-wrap ul {
            grid-template-columns: repeat(1, 1fr);
            max-width: 320px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .radio+.radio {
            margin-left: 30px;
            margin-top: 0;
        }
    }
    
    .thank-message {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        border: 1px solid #fafafa;
        padding: 25px;
        text-align: center;
    }
    
    .thank-message p {
        margin: 20px 0 0;
        font-size: 18px;
    }
    
    .trans-effect~label {
        top: 7px;
    }
    
    .const-text {
        color: #767676;
    }
