.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.po-r {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.hidden {
    display: none !important;
}
.mobile-full {
    min-height: 100vh;
}
/* text-overflow */
.title-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.title-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.title-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* bg */
.bg-white {
    background-color: #fff;
}
/* padding margin */
.pt0 {
    padding-top: 0 !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pt-16 {
    padding-top: 16px !important;
}
.pt-24 {
    padding-top: 24px !important;
}
.pt-32 {
    padding-top: 32px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-48 {
    padding-top: 48px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb-8 {
    padding-bottom: 8px !important;
}
.pb-16 {
    padding-bottom: 16px !important;
}
.pb-24 {
    padding-bottom: 24px !important;
}
.pb-32 {
    padding-bottom: 32px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-48 {
    padding-bottom: 48px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.mt-56 {
    margin-top: 56px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mr-4 {
    margin-right: 4px !important;
}
.mr-8 {
    margin-right: 8px !important;
}
.mr-16 {
    margin-right: 16px !important;
}
.mr-24 {
    margin-right: 24px !important;
}
.mr-32 {
    margin-right: 32px !important;
}
/* font-weight */
.font-weight-3 {
    font-weight: 300 !important;
}
.font-weight-4 {
    font-weight: 400 !important;
}
.font-weight-5 {
    font-weight: 500 !important;
}
.font-weight-6 {
    font-weight: 600 !important;
}
.font-weight-7 {
    font-weight: 700 !important;
}
.font-weight-8 {
    font-weight: 800 !important;
}
.font-weight-9 {
    font-weight: 900 !important;
}
/* height--sm */
.gap-24 {
    height: 24px;
}
/* height--big */
.give-height-8 {
    height: 80px;
}
.give-height-10 {
    height: 100px;
}
.give-height-15 {
    height: 150px;
}
.give-height-20 {
    height: 200px;
}
.give-height-25 {
    height: 250px;
}
/* border-radius */
.border-radius-16 {
    border-radius: 16px !important;
}
.border-radius-24 {
    border-radius: 24px !important;
}
/* text-decoration */
.text-decoration-underline {
    text-decoration: underline !important;
}
/* align */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
/* display */
.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-flex.justify-content-center {
    justify-content: center;
}

.d-flex.justify-content-between {
    justify-content: space-between;
}

.d-flex.align-items-center {
    align-items: center;
}

.d-flex.d-flex.align-items-end {
    align-items: flex-end;
}