.contact-us-page {
    color: #2c2e3d;
}

.contact-us-page .title-wrap {
    text-align: center;
    margin-bottom: 100px;
}

.contact-us-page .title-wrap > h1 {
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 64px;
    margin: 0;
    color: #E6E9FB;
}

.contact-us-page .title-wrap > div {
    font-size: 22px;
}

.contact-us-page .information.table {
    margin-bottom: 100px;
    margin-top: 100px;
}

.contact-us-page .information.table .td.icon,
.contact-us-page .information.table .td.title {
    text-align: center;
}

.contact-us-page .information.table .td.title {
    font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 0;
}

.contact-us-page .information.table .td.description {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
}

.contact-us-page .write-to-us-title {
    margin: 80px 0 40px;
    padding: 0 10px;
    text-align: center;
}

.contact-us-page .write-to-us-title > h2 {
    margin: 0;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #2c2e3d;
}

.contact-us-page .write-to-us-title > .subtitle {
    font-size: 18px;
    color: #2c2e3d;
    font-weight: 400;
}

.contact-us-page .write-to-us {
    max-width: 600px;
    min-height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contact-us-page .write-to-us .ml-form-successContent {
    min-height: 300px;
    padding-top: 160px;
}

.contact-us-page .write-to-us .ml-form-successContent span {
    line-height: 1.3;
}

.contact-us-page .write-to-us > form {
    position: relative;
}

.contact-us-page .write-to-us > form > div {
    padding-bottom: 30px;
    position: relative;
}

.contact-us-page .write-to-us > form > div.no-display {
    display: none;
    padding-bottom: 0;
}

.contact-us-page .write-to-us > form label { /* If needed */
    display: block;
}

.contact-us-page .form-left {
    float: left;
    width: calc(100% / 3);
}

.contact-us-page .form-left.middle {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-us-page .form-clear-float {
    clear: both;
}

.contact-us-page .contact-us-input {
    padding: 5px 10px;
    max-width: 100%;
    width: 100%;
    background-color: #E2E5FB;
    border: 1px solid #E2E5FB;
    border-radius: 1px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    resize: none;
}

.contact-us-page .write-to-us {
    overflow: auto;
    padding-bottom: 80px;
}

.contact-us-page .write-to-us > form > div.captcha {
    padding-top: 10px;
    width: 355px;
}

.contact-us-page .write-to-us > form > div.captcha > img {
    cursor: pointer;
    border: 1px solid rgba(44, 46, 61, 0.15);
}

.contact-us-page .write-to-us > form > div.captcha > img:hover {
    border: 1px solid #4ABD68;
}

.contact-us-page .contact-us-input.captcha {
    margin-left: 20px;
    width: 200px;
}

.contact-us-page .help-block {
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    bottom: -5px;
}

.contact-us-page .write-to-us > form > div.captcha .help-block {
    bottom: 0;
    left: 140px;
}

.contact-us-page .form-submit-button {
    float: right;
}

.messenger-container {
    text-align: center;
    padding: 80px 10px;
}

.messenger-container > div {
    margin-bottom: 30px;
    font-weight: 400;
}

.messenger-container > img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.messenger-container > img:hover {
    filter: drop-shadow(2px 4px 6px black);
}

.contact-us-page .write-to-us > form > div.captcha-popup > div {
    position: fixed;
    width: 100%;
    height: 100%;
}

.contact-us-page .write-to-us > form > div.captcha-popup  {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-us-page .contact-us-captcha {
    position: fixed !important;
    left: 0;
    right: 0;
    top: calc((100vh / 2) - 150px);
}

@media (max-width: 799px) {
    .contact-us-page .write-to-us > form > div:not(.captcha) {
        float: none;
        width: 100%;
    }

    .contact-us-page .form-left.middle {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 559px) {
    .contact-us-page .write-to-us > form > div.captcha {
        float: none;
        width: 100%
    }

    .contact-us-page .form-submit-button {
        float: none;
        display: table;
        margin: 25px auto 0;
    }

    .contact-us-page .write-to-us > form > div.captcha > img {
        display: table;
        margin: 0 auto 15px;
    }

    .contact-us-page .contact-us-input.captcha {
        margin: 0 auto;
        display: block;
    }

    .contact-us-page .write-to-us > form > div.captcha .help-block {
        left: 0;
        bottom: -5px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 379px) {
    .contact-us-page .section-header.title-size-5 .section-title .title {
        font-size: 12vw;
    }
}
