*{
    margin: 0;
    padding: 0;
    border: 0;
}

footer{
    width: 100%;
    padding: 50px 150px;
    background: #fff;
    height: auto;
    box-sizing: border-box;
}

.link-fluid{
    width: 50%;
    height: auto;
}

.link-flex{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link-rn{
    width: auto;
}

.link-rn h3{
    display: block;
    margin: 10px 0;
    color: black;
    font-size: 14px;
    font-family: "Nunito";
}

.link-rn a{
    display: block;
    margin: 10px 0;
    color: grey;
    text-decoration: none;
    font-size: 12px;
    font-family: "Nunito";
}

.link-rn a:hover{
    color: black;
    transition: .2s ease;
}

.play-fluid{
    width: 55%;
    height: auto;
    margin: 30px 0;
}

.play-flex{
    width: auto;
    height: auto;
}

.play-rn{
    display: inline-block;
    height: 40px;
    margin-right: 10px;
}

.play-rn img{
    width: auto;
    height: 100%;
    cursor: pointer;
}

.inc-fluid{
    width: 100%;
    height: auto;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    margin: 30px 0;
}

.inc-flex{
    width: 100%;
    padding: 12px 0;
}

.inc-flex h3{
    display: inline-block;
    color: black;
    font-size: 13px;
    margin-right: 20px;
    font-family: "Nunito";
}

.inc-flex a{
    display: inline-block;
    margin-right: 10px;
    color: black;
    font-size: 12px;
    font-family: "Nunito";
}

.disclaimer-fluid{
    width: 100%;
    height: auto;
}

.disclaimer-flex{
    width: 100%;
    height: auto;
}

.disclaimer-title{
    width: 100%;
    margin: 0 0 20px;
}

.disclaimer-title h3{
    color: black;
    font-size: 13px;
    font-family: "Nunito";
}

.disclaimer-para p{
    color: black;
    font-size: 12px;
    line-height: 23px;
    margin: 0 0 20px;
    font-family: "Nunito";
}