body, html {
    font-size: 24px;
    color: #231E21;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "MADEEvolveSansMedium", san-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h2 {
    font-size: 64px;
    font-family: "madebruno", san-serif;
}


a, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: none!important;
}

b {
    font-family: "frutigerBold", san-serif;
}

a.btn {
    background: #F4A21D;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: "frutigerBold", san-serif;

}

a.btn:hover {
    background: #FAD18D;
    color: #fff;
}
.wpcf7 .ajax-loader {
    display: none!important;
    opacity: 0!important;
    position: absolute;
    z-index: -100;
}
.content p:first-child {
    margin: 0!important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none!important;
    position: absolute;
    z-index: -1000;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    left: 20px;
    bottom: -12px;
    font-size: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    margin: 0!important;
    border: none!important;
    padding: 0!important;
    text-align: center;
}
