.pt-6 {
    padding-top: 4rem!important;
}
.pb-6 {
    padding-bottom: 4rem!important;
}
.pl-6 {
    padding-left: 4rem!important;
}
.pr-6 {
    padding-right: 4rem!important;
}
.pt-7 {
    padding-top: 5rem!important;
}
.pb-7 {
    padding-bottom: 5rem!important;
}
.pl-7 {
    padding-left: 5rem!important;
}
.pr-7 {
    padding-right: 5rem!important;
}
.pt-8 {
    padding-top: 6rem!important;
}
.pb-8 {
    padding-bottom: 6rem!important;
}
.pl-8 {
    padding-left: 6rem!important;
}
.pr-8 {
    padding-right: 6rem!important;
}
.pointer {
    cursor: pointer;
}

@-webkit-keyframes left-to-right {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}
@keyframes left-to-right {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}
@-webkit-keyframes left-to-right-back {
    from {
        left: 0
    }
    to {
        left: -100%
    }
}
@keyframes left-to-right-back {
    from {
        left: 0
    }
    to {
        left: -100%
    }
}

@-webkit-keyframes right-to-left {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}
@keyframes right-to-left {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}

@-webkit-keyframes to-top {
    to {
        top: -100%
    }
}
@keyframes to-top {
    to {
        top: -100%
    }
}