.absection {
    background-position: 0 0;
    background-size: auto;
    padding: 80px;
    position: relative;
}

.ab_content {
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.about_content {
    min-height: 600px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 40px;
    display: flex;
    position: relative;
    transition: 1.5s;
}

.box_border {
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0px 0px 3px #000
}

.boxRtext {
    z-index: 2;
    font-size: 90px;
    position: relative;
}

.dep1 {
    width: 83px;
    height: 166px;
    position: absolute;
    top: auto;
    bottom: -26px;
    left: 178px;
    right: auto;
    overflow: hidden;
}

.dep2 {
    width: 173px;
    height: 58px;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 355px;
    transform: rotate(45deg);
}

.dep1-into {
    width: 166px;
    height: 100%;
    background-image: url(https://assets.website-files.com/6448f35cd70ff80edea75c96/6448f35cd70ff82f13a75cc3_media_elem.png);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .8s;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

.dep2-into {
    width: 0%;
    height: 100%;
    background-color: #ffc75a;
    transition: all 0.9s;
}

.box_text {
    letter-spacing: .02em;
    margin-bottom: 60px;
    font-family: english-grotesque, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4em;
}

.box_text-wrap {
    z-index: 2;
    width: 100%;
    max-width: 250px;
    margin-top: 24px;
    transition: all .8s;
    position: relative;
}

.boxSpan {
    transition: all .8s;
    display: inline-block;
    position: relative;
}

.w-button {
    color: #101010;
    line-height: inherit;
    cursor: pointer;
    display: inline-block;
}

.btn {
    min-width: 250px;
    text-align: center;
    letter-spacing: .1em;
    position: relative;
    color: #101010;
    background-color: transparent;
    border: 1px solid #101010;
    border-radius: 10px;
    font-weight: 700;
    transition: all .2s;
}

.btn.slim {
    padding-top: 17px;
    padding-bottom: 14px;

}

.btn.slim::before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #101010;

    z-index: -1;
    width: 0%;
    transition: all 400ms ease;
}

.btn.slim:hover::before {
    width: 100%;
    border-radius: 9px;
}

.btn.slim:hover {
    color: #fff;
}

.box_img {
    max-width: none;
    position: relative;
}

.box_img-wrap {
    z-index: 0;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.box_img-wrap img {
    max-width: 767px;
}
.on {
    animation: fadeIn 1s forwards ease-in;
    transition: 2s ease-in-out;
}

.scale {
    transform: scale(1.2);
}

.imgscale {
    transform: scale(1);
}

.off {
    animation: fadeOut 1s forwards ease-in;
    transition: 2s ease-in-out;
}

.md1 {
    left: -100px;
}

.md2 {
    left: 100px;
}

.texton {
    right: 0;
    left: 0;
    transition: 0.8s;
}
h2 {
    margin-bottom: 40px;
    font-family: english-grotesque, sans-serif;
    font-weight: 700;
    line-height: 1em;
}
