.signup span {
    color: #c9dca1 !important;
}

.newsletter-form__btn {
    background-color: #c9dca1 !important;
}

.newsletter-form__btn:hover {
    background-color: #cfe0ac !important;
}

.headline h2,
.headline h3,
.headline h4 {
    border-bottom: 2px solid #c9dca1 !important;
}

.footer .list-unstyled li a:hover {
    color: #dae7bf;
}

.agreement input[type="checkbox"]:checked~.checkmark {
    background-color: #c9dca1 !important;
    border: #c9dca1 !important;
}

.social-link__icon:hover {
    color: #c9dca1 !important;
}

.agreement__info a {
    color: #c9dca1 !important;
}

.copyright a,
.copyright a:hover {
    color: #c9dca1;
}

.usp {
    font-size: 50px;
    text-rendering: optimizeLegibility;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    transition: font-size 0.2s;
}

.hero {
    width: 100%;
    background: #EAECEE;
    padding: 1em 0;
    margin-top: -7px;
}

.hero__title {
    color: #343434;
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1em;
}

.hero__title--bold {
    font-weight: 600;
}

.hero__boxes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.hero__box {
    position: relative;
    flex: 0 0 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ACB3B9;
}

.hero__box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.hero__box--mobile-hide
{
    display: block;
}

.hero__box--mobile-show
{
    display: none;
}

.hero__box--content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1.3;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    font-weight: 300;
    color: #343434;
    font-size: 0.55em;
}

.hero__plus {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 0.85em;
    font-weight: 900;
}

.hero__plus--mobile-show
{
    display: none;
}

.unique-features {
    width: 100%;
    padding: 1em 0;
    background-color: #fff;
}

.unique-features__title {
    width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
    color: #343434;
}

.unique-features__subtitle {
    width: 100%;
    font-size: 0.5em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2em;
    font-weight: 300;
}

.feature {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 1.5em 0;
}

.feature__text {
    flex: 0 0 50%;
    color: #343434;
    padding-top: 30px;
    padding-right: 1em;
}

.feature__text .text__title {
    font-weight: 700;
    font-size: 0.55em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.feature__text .text__description {
    font-weight: 300;
    font-size: 0.35em;
}

.feature__list {
    flex: 0 0 50%;
    font-weight: 400;
    font-size: 0.32em;
    padding: 30px 0 0 40px;
}

.feature__list ul {
    display: block;
    height: 100%;
    padding: 2em 2em 2em 4em;
    list-style: none;
    -webkit-box-shadow: -40px -30px 0px 0px rgba(211, 217, 217, 0.5);
    -moz-box-shadow: -40px -30px 0px 0px rgba(211, 217, 217, 0.5);
    box-shadow: -40px -30px 0px 0px rgba(211, 217, 217, 0.5);
}

.feature__list .list__item {
    margin: 15px 0;
    line-height: 1.3em;
}

.feature__list--grey ul {
    background-color: #ACB3B9;
}

.feature__list--grey li.list__item {
    color: #fff;
}

.feature__list--green ul {
    background-color: #C9DCA1;
}

.feature__list--green li.list__item {
    color: #343434;
}

.feature__list li.list__item::before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    font-size: 3em;
    line-height: 0.3em;
    vertical-align: text-top;
    text-align: center;
    margin-left: -1em;
}

.feature__list--grey li.list__item::before {
    color: #C9DCA1;
}

.feature__list--green li.list__item::before {
    color: #ACB3B9;
}

.unique-technologies {
    width: 100%;
    padding: 1em 0;
    background-color: #c9dca1;
}

.unique-technologies__title {
    width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
    color: #343434;
}

.unique-technologies__title .title--color {
    color: #fff;
}

.unique-technologies__items {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em 0;
}

.unique-technologies__items .item {
    position: relative;
    flex: 0 0 31%;
    margin: 1%;
    text-align: center;
    background-color: #ACB3B9;
    overflow: hidden;
}

.unique-technologies__items .item .item__image {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    max-width: 50%;
}

.unique-technologies .item .item__title {
    position: relative;
    top: 0;
    height: 100%;
    color: #343434;
    font-size: 0.5em;
    line-height: 1.2em;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in;
    -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in;
    -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in;
    -ms-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unique-technologies__items .item:hover>.item__title {
    top: -10px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.unique-technologies .item .item__description {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.5em;
    color: #fff;
    font-size: 0.3em;
    line-height: 1.5em;
    background-color: #ACB3B9;
    opacity: 0;
    padding-top: 50%;
    -webkit-transition: padding-top 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: padding-top 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: padding-top 0.3s ease-out, opacity 0.3s ease-out;
    transition: padding-top 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unique-technologies__items .item:hover>.item__description {
    padding-top: 0.5em;
    opacity: 1;
}

.check
{
    width: 100%;
    padding: 1em 0;
}

.check__image
{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 0.5em;
}

.check__title
{
    color: #343434;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    margin-bottom: 0.5em;
    width: 100%;
    line-height: 1.2;
}

.check__button
{
    margin: 0 auto;
    width: 30%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 0.5em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.hero-btn {
    background: #596673;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    line-height: 32px;
    font-size: 23px;
    padding: 20px 45px;
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.buttons__btn--btn1 {
    margin: 0 auto;
    width: 280px;
    height: 60px;
    font-size: 22px;
    box-sizing: border-box;
    padding: 5px 20px;
    background-color: #596673;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    font-weight: 600;
    margin-top: 30px;
}

.buttons__btn--btn1:hover {
    background-color: #596673d1;
}

.hero-btn__chevron {
    display: inline-block;
    position: relative;
    left: 8px;
    top: 1px;
}

.chevron {
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    transition: right 0.3s;
}

/*  */

@media screen and (max-width: 1199px)
{
    .usp
    {
        font-size: 40px;
    }

    .unique-technologies .item .item__description
    {
        font-size: 0.3em;
    }

    .unique-technologies .item .item__title
    {
        font-size: 0.45em;
    }
}

@media screen and (max-width: 991px) 
{
    .usp
    {
        font-size: 38px;
    }
}

@media (max-width: 767px) 
{
    .usp
    {
        font-size: 35px;
    }
    
    .hero__title
    {
        font-size: 1.4em;
    }

    .hero__boxes
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero__box 
    {
        flex: 0 0 46%;
    }

    .hero__plus {
        width: 7%;
        font-size: 1.2em;
    }

    .hero__box--content
    {
        font-size: 0.9em;
    }
    
    .hero__box--mobile-hide
    {
        display: block;
        opacity: 0;
        height: 1.3em;
    }
    
    .hero__box--mobile-show
    {
        display: block;
    }
    .hero__plus--mobile-show
    {
        display: flex;
    }

    .unique-features__title
    {
        font-size: 1.5em;
    }

    .unique-features__subtitle
    {
        font-size: 0.6em;
    }

    .feature {
        flex-direction: column;
    }

    .feature__text .text__title
    {
        font-size: 0.7em;
        line-height: 1.3;
    }

    .feature__text .text__description
    {
        font-size: 0.5em;
    }

    .feature__list {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 1em;
        font-size: 0.45em;
    }

    .feature__list ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .unique-technologies .item .item__title
    {
        height: 40%;
        font-size: 0.8em;
    }

    .unique-technologies__items .item
    {
        flex: 0 0 48%;
    }

    .unique-technologies .item .item__description
    {
        position: relative;
        height: auto;
        opacity: 1;
        padding: 0 1.5em 1.5em;
        text-align: justify;
        font-size: 0.60em;
    }

    .unique-technologies__items .item:hover>.item__description 
    {
        padding-top: 0;
        opacity: 1;
    }
    .unique-technologies__items .item:hover>.item__title {
        top: 0;
    }

}
@media (max-width: 600px) {
    .usp {
        font-size: 30px;
    }

    .feature__text {    
        padding-top: 0.5em;
        padding-left: 1em;
        margin-bottom: 0.5em;
    }

    .feature__text .text__title
    {
        font-size: 0.8em;
        line-height: 1.2;
    }
    
    .feature__text .text__description
    {
        font-size: 0.6em;
    }

    
    .check__title
    {
        font-size: 1.1em;
    }

    .check__button
    {
        width: 50%;
        font-size: 0.8em;
    }
}

@media (max-width: 560px)
{
    .unique-technologies__title
    {
        font-size: 1.3em;
    }

    .unique-technologies__items .item
    {
        flex: 0 0 98%;
    }

    .unique-technologies .item .item__title
    {
        height: auto;
        padding: 2em 2em 0.5em 2em;
    }
}

@media (max-width: 480px)
{
    .usp
    {
        font-size: 26px;
    }

    .hero__box--content {
        font-size: 0.6em;
    }

    .feature__list
    {
        font-size: 0.52em;
    }

    .feature__text 
    {
        padding: 0 0.5em;
        margin-bottom: 0.5em;
    }

    .feature__text .text__description
    {
        text-align: justify;
    }

    .feature__list ul {
        padding: 1.5em 1.5em 1.5em 3em;
    }

    .unique-technologies__title
    {
        font-size: 1.3em;
    }

    .unique-technologies .item .item__title
    {
        font-size: 1em;
    }
}

@media (max-width: 360px) 
{
    .usp
    {
        font-size: 24px;
    }
}  