@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media screen and (min-width: 1300px) {
    .brandmentions-header-logo-body #main_form:before {
        content: "";
        width: 120px;
        height: 120px;
        background: url(https://cdn.brandmentions.com/images/convertica/arrow.png);
        position: absolute;
        left: -150px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -40px;
    }
}

.brandmentions-header-title {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 35px;
    color: rgba(256, 256, 256, 0.6);
}
.brandmentions-header-title span {
    color: #ffd51a;
}
.brandmentions-header-subtitle {
    color: rgba(256, 256, 256, 0.6);
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: latobold, sans-serif;
}
.brandmentions-header-logo {
    max-width: 500px;
    height: 0;
    font-family: "Lato", sans-serif;
    line-height: 1.5em !important;
}
.brandmentions-header-logo-icons {
    max-width: 340px;
}
.brandmentions-header-logo-icons img {
    max-width: 100%;
}
.brandmentions-header-logo {
    transform: scale(1.1);
    transform-origin: top left;
}
@media screen and (max-width: 1030px) {
    .brandmentions-header-logo {
        transform: scale(1);
        transform-origin: top left;
    }
}
@media screen and (max-width: 900px) {
    .brandmentions-header-logo {
        transform: scale(0.9);
        transform-origin: top left;
    }
}
@media screen and (max-width: 615px) {
    .brandmentions-header-logo {
        transform: scale(1);
        transform-origin: top left;
    }
    .brandmentions-header-logo,
    .brandmentions-header-logo-icons {
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .brandmentions-header-title {
        font-size: 15px;
    }
    .brandmentions-header-subtitle {
        font-size: 27px;
    }

    .hashtagtracker #main_section,
    /*.socialMention #main_section,*/
    .brandtracker #main_section,
    .social-media-tracker #main_section {
        background-position-y: 400px !important;
        position: relative;
    }
    .hashtagtracker #main_section:before,
    /*.socialMention #main_section:before,*/
    .brandtracker #main_section:before,
    .social-media-tracker #main_section:before {
        content: "";
        height: 400px;
        width: 100%;
        position: absolute;

        background: #4a67c3;
    }

    .hashtagtracker #main_section:before {
        background: #4a67c3;
    }
    .socialMention #main_section:before {
        background: #515bbb;
    }

    .brandtracker #main_section:before {
        background: #017376;
    }

    .social-media-tracker #main_section:before {
        background: #9c418a;
    }
}
@media screen and (min-width: 620px) {
    .brandmentions-header-logo-body .main-content #main_form,
    .brandmentions-header-logo-body .main-content #main_form input {
        margin-bottom: 0 !important;
        position: relative;
    }
}