body {
    font-family: "Lato" !important;
}
.masktext {
    z-index: 1000;
    position: relative;
    color: #fff;
}

.masktext .toprow {
    text-align: right;
    padding: 50px;
    background-image: linear-gradient(180deg, #000000, transparent);
}
.masktext .toprow span {
    text-shadow: 2px 2px 2px #000;
}

.masktext .toprow .btn {
    margin-left:16px;
}

.masktext .action{
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 300px);
}

.masktext .action img {
    width:120px;
    display: block;
    margin-bottom:0px;
}

.masktext .action .btn{
    display: inline-block;
    margin-top:40px;
    width:225px;
    text-align:center;
}

#wrapper .masktext h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 44px;
}

.maskgradient {
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.75));
}

.masktext p {
    margin-top:20px;
}

.masktext .btn {
    background-color:rgb(50 66 88 / 70%);
    border:2px solid transparent;
    font-weight:500;
    font-size:14px;
    padding:10px 20px;
    color:#fff;
    border-radius:5px;
    text-transform:none
}

.masktext .btn:hover,
.masktext .btn:active,
.masktext .btn:focus {
    border-color:#fff;
    text-decoration: none;
}