/* --------------------
 Contact
-------------------- */
.contact {
    background-color: #edf0f2;
    margin: 0 0 50px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .contact {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 25px 15px;
    transform: translateY(-50px);
}

@media (min-width: 768px) {
    .contact-container {
        padding: 35px 30px;
    }
}

@media (min-width: 992px) {
    .contact-container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

.contact__overview {
    margin: 0 0 50px;
}

.contact__overview__title {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px;
}

.contact__overview__content {
    margin: 0;
}

.contact__overview__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
}

.contact__overview__content p:last-child {
    margin-bottom: 0;
}

.contact__overview__content p a {
    color: #52dae2;
    text-decoration: underline;
}

.contact__overview__content p a:hover, .contact__overview__content p a:focus {
    color: #52dae2;
    text-decoration: none;
}

.contact__main {
    margin: 0 0 30px;
}

.contact__main#mailformpro input[type=text], .contact__main#mailformpro input[type=email] {
    -webkit-appearance: none;
    background: none;
    background-color: #edf0f2;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
}

.contact__main#mailformpro textarea {
    -webkit-appearance: none;
    background: none;
    background-color: #edf0f2;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1.6rem;
    height: 200px;
    padding: 10px;
    width: 100%;
}

.contact__main#mailformpro .mfp_err {
    background: none;
    color: #c5233e;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.contact__main#mailformpro .contact__main__note {
    margin: 0;
    padding: 0;
    text-align: right;
}

@media (min-width: 768px) {
    .contact__main#mailformpro .contact__main__note {
        margin-bottom: -10px;
        padding-left: 180px;
        text-align: left;
    }
}

.contact__main#mailformpro .contact__main__note .required {
    display: inline-block;
    position: relative;
}

.contact__main#mailformpro .contact__main__note .required:after {
    background-color: #52dae2;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 8px;
}

.contact__main#mailformpro .contact__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .contact__main#mailformpro .contact__main__table {
        display: block;
    }
}

@media (max-width: 767px) {
    .contact__main#mailformpro .contact__main__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact__main#mailformpro .contact__main__table > tbody > tr {
        display: block;
        margin: 0 0 30px;
        width: 100%;
    }
}

.contact__main#mailformpro .contact__main__table > tbody > tr > th, .contact__main#mailformpro .contact__main__table > tbody > tr > td {
    vertical-align: top;
}

@media (max-width: 767px) {
    .contact__main#mailformpro .contact__main__table > tbody > tr > th, .contact__main#mailformpro .contact__main__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

.contact__main#mailformpro .contact__main__table > tbody > tr > th {
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    text-align: left;
    width: auto;
}

@media (min-width: 768px) {
    .contact__main#mailformpro .contact__main__table > tbody > tr > th {
        margin-bottom: 0;
        padding: 28px 0 28px 15px;
        width: 170px;
    }
}

.contact__main#mailformpro .contact__main__table > tbody > tr > th.required {
    position: relative;
}

.contact__main#mailformpro .contact__main__table > tbody > tr > th.required:before {
    background-color: #52dae2;
    border-radius: 50%;
    bottom: auto;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}

@media (min-width: 768px) {
    .contact__main#mailformpro .contact__main__table > tbody > tr > th.required:before {
        top: 35px;
    }
}

.contact__main#mailformpro .contact__main__table > tbody > tr > td {
    padding: 0;
    width: auto;
}

@media (min-width: 768px) {
    .contact__main#mailformpro .contact__main__table > tbody > tr > td {
        padding: 18px 0 18px 15px;
    }
}

.contact__main#mailformpro .contact__main__privacy {
    margin: 0 0 50px;
}

.contact__main#mailformpro .contact__main__privacy__content {
    margin: 0 0 50px;
}

.contact__main#mailformpro .contact__main__privacy__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
    text-align: center;
}

.contact__main#mailformpro .contact__main__privacy__content p:last-child {
    margin-bottom: 0;
}

.contact__main#mailformpro .contact__main__privacy__content p a {
    color: #52dae2;
    text-decoration: underline;
}

.contact__main#mailformpro .contact__main__privacy__content p a:hover, .contact__main#mailformpro .contact__main__privacy__content p a:focus {
    color: #52dae2;
    text-decoration: none;
}

.contact__main#mailformpro .contact__main__privacy__field {
    text-align: center;
}

.contact__main#mailformpro .contact__main__privacy__field label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact__main#mailformpro .contact__main__privacy__field label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.contact__main#mailformpro .contact__main__privacy__field label span {
    padding-left: 35px;
    position: relative;
}

.contact__main#mailformpro .contact__main__privacy__field label span:before {
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 26px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 26px;
}

.contact__main#mailformpro .contact__main__privacy__field label span:after {
    border-bottom: 3px solid #52dae2;
    border-left: 3px solid #52dae2;
    border-radius: 0;
    bottom: auto;
    content: "";
    display: block;
    height: 12px;
    left: 4px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 18px;
}

.contact__main#mailformpro .contact__main__privacy__field label input:checked ~ span:after {
    opacity: 1;
}

.contact__main#mailformpro .contact__main__privacy__field label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.contact__main#mailformpro .contact__main__action {
    text-align: center;
}

.contact__main#mailformpro .contact__main__action__button {
    -webkit-appearance: none;
    background: none;
    background: linear-gradient(240deg, rgb(82, 218, 226) 0%, rgb(144, 106, 255) 100%);
    border: none;
    border-radius: 0;
    box-shadow: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    height: 60px;
    letter-spacing: 0.32em;
    margin: 0 auto;
    max-width: 380px;
    padding: 0;
    position: relative;
    text-shadow: none;
    transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.contact__main#mailformpro .contact__main__action__button:before {
    background-color: rgba(144, 106, 255, 0);
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: auto;
    z-index: 0;
}

.contact__main#mailformpro .contact__main__action__button:after {
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 4px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    width: 8px;
}

.contact__main#mailformpro .contact__main__action__button__text {
    position: relative;
    z-index: 1;
}

.contact__main#mailformpro .contact__main__action__button:hover, .contact__main#mailformpro .contact__main__action__button:focus {
    box-shadow: none;
    color: #fff;
}

.contact__main#mailformpro .contact__main__action__button:hover:before, .contact__main#mailformpro .contact__main__action__button:focus:before {
    background-color: rgb(144, 106, 255);
}

.contact__mascot {
    pointer-events: none;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__mascot {
        bottom: 20px;
        position: absolute;
        right: 15px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.contact__mascot__fig {
    margin: 0 0 5px;
    text-align: center;
}

.contact__mascot__fig img {
    width: 93px;
}

@media (min-width: 768px) {
    .contact__mascot__fig img {
        width: 116px;
    }
}

.contact__mascot__caption {
    color: #7f7f7f;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .contact__mascot__caption {
        font-size: 1.1rem;
    }
}

.contact__complete {
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .contact__complete {
        padding-bottom: 0;
    }
}

.contact__complete__title {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px;
}

.contact__complete__content {
    margin: 0 0 30px;
}

.contact__complete__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
}

.contact__complete__content p:last-child {
    margin-bottom: 0;
}

.contact__complete__content p a {
    color: #52dae2;
    text-decoration: underline;
}

.contact__complete__content p a:hover, .contact__complete__content p a:focus {
    color: #52dae2;
    text-decoration: none;
}

.contact__complete__action {
    text-align: center;
}

.contact__complete__action__button {
    background-color: #fff;
    border: 2px solid #5b5b5b;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 190px;
    padding: 15px 0;
    text-align: center;
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact__complete__action__button span {
    display: inline-block;
    position: relative;
}

.contact__complete__action__button span:after {
    background-image: url(../images/icons/icon-angle-right-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 13px;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    margin: auto 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 5px;
}

.contact__complete__action__button:hover, .contact__complete__action__button:focus {
    background-color: #5b5b5b;
    color: #fff;
}

.mfp_element_all {
    max-width: none;
}

.mfp_buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .mfp_buttons {
        flex-direction: row-reverse;
    }
}

#mfp_button_send.mfp_element_button {
    -webkit-appearance: none;
    background: none;
    background: linear-gradient(240deg, rgb(82, 218, 226) 0%, rgb(144, 106, 255) 100%);
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    #mfp_button_send.mfp_element_button {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#mfp_button_send.mfp_element_button:hover, #mfp_button_send.mfp_element_button:focus {
    box-shadow: none;
    color: #fff;
}

#mfp_button_cancel.mfp_element_button {
    -webkit-appearance: none;
    background: none;
    background-color: rgba(204, 204, 204, 0);
    border: 1px solid #5b5b5b;
    border-radius: 2px;
    box-shadow: none;
    color: #5b5b5b;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    #mfp_button_cancel.mfp_element_button {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#mfp_button_cancel.mfp_element_button:hover, #mfp_button_cancel.mfp_element_button:focus {
    box-shadow: none;
    color: #5b5b5b;
}

table#mfp_confirm_table {
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    table#mfp_confirm_table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    table#mfp_confirm_table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    table#mfp_confirm_table tr {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    padding: 10px 10px;
}

@media (max-width: 767px) {
    table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
        display: block;
    }
}

table#mfp_confirm_table tr th {
    font-size: 1.4rem;
    font-weight: 400;
    width: 120px;
}

@media (max-width: 767px) {
    table#mfp_confirm_table tr th {
        border: none;
        border-bottom: 1px solid #333333;
        display: block;
        padding: 2px 0;
        width: 100%;
    }
}

table#mfp_confirm_table tr td {
    font-size: 1.4rem;
    font-weight: 400;
    width: auto;
}

@media (max-width: 767px) {
    table#mfp_confirm_table tr td {
        border: none;
        display: block;
        padding: 2px 0 0;
        width: 100%;
    }
}

table#mfp_confirm_table tr.mfp_colored {
    background: none;
}