div.breadcrumb-block {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 0.85em;
    font-style: italic;
}

a.pink-btn {
    display: inline-block;
    font-family: "Fredoka One", cursive;
    background-color: #E5007D;
    color: #ffffff;
    padding: 0.75em 2em;
    border-radius: 50px;
    text-align: center;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    margin: 0 auto;
}

a.white-btn {
    display: inline-block;
    font-family: "Fredoka One", cursive;
    background-color: #ffffff;
    color: #ffffff;
    padding: 0.75em 2em;
    border-radius: 50px;
    text-align: center;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    margin: 0 auto;
}

a.pink-btn:hover,
a.white-btn:hover {
    background-color: #000000;
    color: #ffffff !important;
}

section.contact-banner {
    margin-bottom: 5em;
}

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

    section.contact-banner {
        margin-bottom: 3em;
    }
}

section.contact-banner div.contact-banner__top {
    padding: 4em 0;
    background: url(images/contact-banner.png) center bottom / contain no-repeat, linear-gradient(0deg, rgba(3, 201, 247, 1) 0%, rgba(0, 86, 144, 1) 100%);
    min-height: 435px;
    color: #ffffff;
}

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

    section.contact-banner div.contact-banner__top {
        min-height: 300px;
    }
}

section.contact-banner div.contact-banner__top div.text-wrapper {
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
}

section.contact-banner div.contact-banner__top div.text-wrapper div.inner-text-wrapper {
    width: 50%;
    color: #ffffff;
}

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

    section.contact-banner div.contact-banner__top div.text-wrapper div.inner-text-wrapper {
        width: 100%;
    }
}

section.contact-banner div.contact-banner__top div.text-wrapper div.inner-text-wrapper h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #ffffff;
}

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

    section.contact-banner div.contact-banner__top div.text-wrapper div.inner-text-wrapper h1 {
        font-size: 2em;
    }
}

/*section.contact-banner div.contact-banner__bottom {
    position: relative;
}

section.contact-banner div.contact-banner__bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
    z-index: 0;
}

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

    section.contact-banner div.contact-banner__bottom:after {
        height: 15%;
    }
}*/

section.contact-banner div.contact-banner__bottom div.support-options {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 2em auto 0 auto;
    max-width: 1400px;
    width: 90%;
}

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

    section.contact-banner div.contact-banner__bottom div.support-options {
        flex-direction: column;
        gap: 2em;
    }
}

section.contact-banner div.contact-banner__bottom div.support-options div.option {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1B4B80;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}

section.contact-banner div.contact-banner__bottom div.support-options div.option.suggested {
    background-color: #E5007D;
}

section.contact-banner div.contact-banner__bottom div.support-options div.option span.tag {
    transform: rotate(45deg);
    font-family: "Fredoka One", cursive;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    display: block;
    background-color: #ffffff;
    color: #E5007D;
    padding: 10px;
    position: absolute;
    top: 25px;
    right: -55px;
    width: 200px;
}

section.contact-banner div.contact-banner__bottom div.support-options div.option h2 {
    font-size: 1.75em;
    color: #ffffff;
}

section.contact-banner div.contact-banner__bottom div.support-options div.option svg {
    max-width: 50px;
    margin: 0 auto;
}

section.contact-banner div.contact-banner__bottom div.support-options div.option a.pink-btn {
    margin-top: 0.5em;
}

section.contact-knowledge {
    background-color: #FBE4E4;
    min-height: 300px;
    padding: 2.5em;
    border-radius: 10px;
    margin: 0 auto 4em auto;
    max-width: 1400px;
    width: 90%;
    background-image: url(images/knowledge-centre.png);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: 30%;
}

@media only screen and (max-width: 1000px) {
    
    section.contact-knowledge {
        padding: 2em;
        margin: 0 auto 2em auto;
        background-position: 50% 50%;
        background-size: 100%;
    }
}

section.contact-knowledge h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #000000;
}

section.contact-knowledge div.text-wrapper {
    max-width: 550px;
}

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

    section.contact-knowledge h2 {
        font-size: 2em;
    }
}

section.contact-knowledge h2 strong {
    color: #E5007D;
}

section.contact-knowledge a.pink-btn {
    margin-top: 1em;
}

section.contact-form {
    margin: 0 auto 4em auto;
    max-width: 1400px;
    width: 90%;
}

section.contact-form h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #000000;
}

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

    section.contact-form h2 {
        font-size: 2em;
    }
}

section.contact-form form {
    margin-top: 2em;
}

section.contact-form form input:not([type="submit"]),
section.contact-form form select,
section.contact-form form textarea {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 15px;
    margin: 0 0 20px 0;
    width: 100%;
}

section.contact-form form input.wpcf7-not-valid,
section.contact-form form textarea.wpcf7-not-valid {
    margin-bottom: 10px;
}

section.contact-form form input[type="submit"] {
    display: inline-block;
    font-family: "Fredoka One", cursive;
    background-color: #E5007D;
    color: #ffffff !important;
    font-size: 1em;
    padding: 0.75em 2em;
    border-radius: 50px;
    text-align: center;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    margin: 0 auto;
}

section.contact-form form input[type="submit"]:hover {
    background-color: #000000;
}

section.contact-form form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

section.contact-form form input,
section.contact-form form select,
section.contact-form form textarea {
    outline: 0;
}

section.contact-form form input::placeholder,
section.contact-form form textarea::placeholder {
    color: #000000;
    opacity: 1;
}