/**
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2022 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/


.an_banners-container {
    margin: 0;
}
.an_banner {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.an_banner a {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.an_banner img {
    width: 100%;
    height: auto;
    height: auto;
}
.an_banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}
.an_banner-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 540px;
    width: 100%;
    align-items: flex-start;
}
.an_banner .an_banner-title {
    font-size: 60px;
    line-height: 1.2;
    margin: 0 0 23px;
    text-align: left!important;
}
.an_banner p:not(.an_banner-title) {
    font-size: 18px;
    line-height: normal;
    text-align: left;
    margin: 0;
    max-width: 600px;
    color: #000;
}
.an_banner .an_banner-textlink {
    margin: 55px 0 8px;
}
@media (max-width: 1200px) {
    .an_banner .an_banner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .an_banner .an_banner-textlink {
        margin: 20px 0 0;
    }
}
@media (max-width: 767px) {
    .an_banner img {
        width: auto!important;
        height: 284px;
    }
    .an_banner .an_banner-title {
        font-size: 28px;
        line-height: 33px;
    }
    .an_banner p:not(.an_banner-title) {
        font-size: 16px;
    }
    .an_banner .an_banner-textlink {
        display: none;
    }
}