.breadcrumb{
    display: none
}
.suptitle{
    padding: 80px 0px 100px;
    text-align: center;
}
.suptitle .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}

.infotext {
    max-width: 700px;
    margin: 0 auto;
}

.insidecontent {
    margin-top: 80px;
    padding: 0px 10px 0px 0px;
    margin-bottom: 150px;
}

.insidecontent .formcontent {}

.insidecontent .formcontent h3 {
    display: none;
}

.insidecontent .formcontent .titleform {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 70px;
}

.insidecontent .right {
    background: #e3dfdb;
    max-height: 647px;
}

.insidecontent .left {
    padding-right: 125px;
}

.insidecontent .right .inside{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 16px;
    /* max-height: 550px; */
}

.insidecontent .right .inside .title {
    font-size: 18px;
    font-weight: 500;
}

.insidecontent .right .inside .bottominfo {
    font-size: 30px;
    line-height: 35px;
}

.cover img {
    width: 100%;
    height: auto;
}

.pfg-forms .form-group:not(.full) {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.pfg-forms .form-group.full {
    clear: both;
}

.textarea .title {
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 15px
}

.textarea textarea {
    border: 1px solid #c3c3c3!important;
    padding: 15px 15px!important;
    height: 150px!important;
}