:root{
    --page-title-color: #299DB4;
}



.np-block-subtitle span {
    background: #BAEDF6;
    text-align: center;
    
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 5px 10px 2px;
    display: inline-block;
    color: #299DB4;
}

.np-block-title {
    margin-top: 2rem;
    
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
    color: #272D37;
}

.np-block-title-wrap {}

.np-block-title-wrap.center {
    text-align: center;
}

.np-block-title-wrap.right {
    text-align: right;
}

.np-block-title-wrap.dark .np-block-subtitle span {
    color: #FFF;
    background: rgba(186, 237, 246, 0.4);

}


.np-page-title-wrap{

}

.np-page-title-wrap .np-page-title{
    color: var(--page-title-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.np-page-title-wrap .np-page-title::after{
    content: "";
    border-style: solid;
    border-color: var(--page-title-color);
    border-width: 1px 0 0 0;
    width: 69px;
    margin-top: -1px;
    height: 0px;
    margin-left: 10px;
}

.np-page-title-main{
    color: #272d37;
    text-align: left;
    font-family: var(--font-svn-gilroy-bold);
    font-size: 60px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-self: stretch;
}

.np-page-sub-title{
    color: #5f6d7e;
    text-align: left;
    font-family: var(--font-inter-regular);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 400;
}

.box-contact{
    margin-bottom: 30px;
}

.box-contact h5{
    color: #1d2130;
    text-align: left;
    font-family: var(--font-svn-gilroy-bold);
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;
    text-transform: initial;
}

.box-contact p{
    color: #5f6d7e;
    text-align: left;
    font-family: var(--font-inter-regular);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 500;
}

.social-follow-icons a{
    margin-right: 10px;
}

.social-follow-icons a:last-child{
    margin-right: 0px;
}

@media only screen and (max-width: 48em) {
    .np-page-title-main{
        font-size: 38px;
    }
}