/*
 * Author : Wosvo Interactive
 * Developer : Fürkan Göktaş
 * Email : furkan@wosvo.com
 * Date : 5.09.2024 20:16
 * Filename : main.css
 * Last Modified : 5.09.2024 20:16
 * Project : woodbaba
 * Module : woodbaba
 *
 * Copyright (c) 2024
 */

a:hover {
    color: var(--secondary);
}

/*<editor-fold desc="Colors">*/
.text-color-primary, .text-primary {
    color: var(--primary) !important;
}

.text-color-primary-100, .text-primary-100 {
    color: var(--primary-100) !important;
}

.text-color-primary-200, .text-primary-200 {
    color: var(--primary-200) !important;
}

.text-color-primary-300, .text-primary-300 {
    color: var(--primary-300) !important;
}

.text-color-primary--100, .text-primary--100 {
    color: var(--primary--100) !important;
}

.text-color-primary--200, .text-primary--200 {
    color: var(--primary--200) !important;
}

.text-color-primary--300, .text-primary--300 {
    color: var(--primary--300) !important;
}

/*</editor-fold>*/

/* Hover */
.text-color-hover-primary:hover, .text-hover-primary:hover {
    color: var(--primary) !important;
}

.text-color-hover-primary-100:hover, .text-hover-primary-100:hover {
    color: var(--primary-100) !important;
}

.text-color-hover-primary-200:hover, .text-hover-primary-200:hover {
    color: var(--primary-200) !important;
}

.text-color-hover-primary-300:hover, .text-hover-primary-300:hover {
    color: var(--primary-300) !important;
}

.text-color-hover-primary--100:hover, .text-hover-primary--100:hover {
    color: var(--primary--100) !important;
}

.text-color-hover-primary--200:hover, .text-hover-primary--200:hover {
    color: var(--primary--200) !important;
}

.text-color-hover-primary--300:hover, .text-hover-primary--300:hover {
    color: var(--primary--300) !important;
}

.text-color-secondary, .text-secondary {
    color: var(--secondary) !important;
}

.text-color-secondary-100, .text-secondary-100 {
    color: var(--secondary-100) !important;
}

.text-color-secondary-200, .text-secondary-200 {
    color: var(--secondary-200) !important;
}

.text-color-secondary-300, .text-secondary-300 {
    color: var(--secondary-300) !important;
}

.text-color-secondary--100, .text-secondary--100 {
    color: var(--secondary--100) !important;
}

.text-color-secondary--200, .text-secondary--200 {
    color: var(--secondary--200) !important;
}

.text-color-secondary--300, .text-secondary--300 {
    color: var(--secondary--300) !important;
}

/* Hover */
.text-color-hover-secondary:hover, .text-hover-secondary:hover {
    color: var(--secondary) !important;
}

.text-color-hover-secondary-100:hover, .text-hover-secondary-100:hover {
    color: var(--secondary-100) !important;
}

.text-color-hover-secondary-200:hover, .text-hover-secondary-200:hover {
    color: var(--secondary-200) !important;
}

.text-color-hover-secondary-300:hover, .text-hover-secondary-300:hover {
    color: var(--secondary-300) !important;
}

.text-color-hover-secondary--100:hover, .text-hover-secondary--100:hover {
    color: var(--secondary--100) !important;
}

.text-color-hover-secondary--200:hover, .text-hover-secondary--200:hover {
    color: var(--secondary--200) !important;
}

.text-color-hover-secondary--300:hover, .text-hover-secondary--300:hover {
    color: var(--secondary--300) !important;
}

.text-color-tertiary, .text-tertiary {
    color: var(--tertiary) !important;
}

.text-color-tertiary-100, .text-tertiary-100 {
    color: var(--tertiary-100) !important;
}

.text-color-tertiary-200, .text-tertiary-200 {
    color: var(--tertiary-200) !important;
}

.text-color-tertiary-300, .text-tertiary-300 {
    color: var(--tertiary-300) !important;
}

.text-color-tertiary--100, .text-tertiary--100 {
    color: var(--tertiary--100) !important;
}

.text-color-tertiary--200, .text-tertiary--200 {
    color: var(--tertiary--200) !important;
}

.text-color-tertiary--300, .text-tertiary--300 {
    color: var(--tertiary--300) !important;
}

/* Hover */
.text-color-hover-tertiary:hover, .text-hover-tertiary:hover {
    color: var(--tertiary) !important;
}

.text-color-hover-tertiary-100:hover, .text-hover-tertiary-100:hover {
    color: var(--tertiary-100) !important;
}

.text-color-hover-tertiary-200:hover, .text-hover-tertiary-200:hover {
    color: var(--tertiary-200) !important;
}

.text-color-hover-tertiary-300:hover, .text-hover-tertiary-300:hover {
    color: var(--tertiary-300) !important;
}

.text-color-hover-tertiary--100:hover, .text-hover-tertiary--100:hover {
    color: var(--tertiary--100) !important;
}

.text-color-hover-tertiary--200:hover, .text-hover-tertiary--200:hover {
    color: var(--tertiary--200) !important;
}

.text-color-hover-tertiary--300:hover, .text-hover-tertiary--300:hover {
    color: var(--tertiary--300) !important;
}

.text-color-quaternary, .text-quaternary {
    color: var(--quaternary) !important;
}

.text-color-quaternary-100, .text-quaternary-100 {
    color: var(--quaternary-100) !important;
}

.text-color-quaternary-200, .text-quaternary-200 {
    color: var(--quaternary-200) !important;
}

.text-color-quaternary-300, .text-quaternary-300 {
    color: var(--quaternary-300) !important;
}

.text-color-quaternary--100, .text-quaternary--100 {
    color: var(--quaternary--100) !important;
}

.text-color-quaternary--200, .text-quaternary--200 {
    color: var(--quaternary--200) !important;
}

.text-color-quaternary--300, .text-quaternary--300 {
    color: var(--quaternary--300) !important;
}

/* Hover */
.text-color-hover-quaternary:hover, .text-hover-quaternary:hover {
    color: var(--quaternary) !important;
}

.text-color-hover-quaternary-100:hover, .text-hover-quaternary-100:hover {
    color: var(--quaternary-100) !important;
}

.text-color-hover-quaternary-200:hover, .text-hover-quaternary-200:hover {
    color: var(--quaternary-200) !important;
}

.text-color-hover-quaternary-300:hover, .text-hover-quaternary-300:hover {
    color: var(--quaternary-300) !important;
}

.text-color-hover-quaternary--100:hover, .text-hover-quaternary--100:hover {
    color: var(--quaternary--100) !important;
}

.text-color-hover-quaternary--200:hover, .text-hover-quaternary--200:hover {
    color: var(--quaternary--200) !important;
}

.text-color-hover-quaternary--300:hover, .text-hover-quaternary--300:hover {
    color: var(--quaternary--300) !important;
}

.text-color-dark, .text-dark {
    color: var(--dark) !important;
}

.text-color-dark-100, .text-dark-100 {
    color: var(--dark-100) !important;
}

.text-color-dark-200, .text-dark-200 {
    color: var(--dark-200) !important;
}

.text-color-dark-300, .text-dark-300 {
    color: var(--dark-300) !important;
}

.text-color-dark--100, .text-dark--100 {
    color: var(--dark--100) !important;
}

.text-color-dark--200, .text-dark--200 {
    color: var(--dark--200) !important;
}

.text-color-dark--300, .text-dark--300 {
    color: var(--dark--300) !important;
}

/* Hover */
.text-color-hover-dark:hover, .text-hover-dark:hover {
    color: var(--dark) !important;
}

.text-color-light, .text-light {
    color: var(--light) !important;
}

.text-color-light-100, .text-light-100 {
    color: var(--light-100) !important;
}

.text-color-light-200, .text-light-200 {
    color: var(--light-200) !important;
}

.text-color-light-300, .text-light-300 {
    color: var(--light-300) !important;
}

.text-color-light--100, .text-light--100 {
    color: var(--light--100) !important;
}

.text-color-light--200, .text-light--200 {
    color: var(--light--200) !important;
}

.text-color-light--300, .text-light--300 {
    color: var(--light--300) !important;
}

/* Hover */
.text-color-hover-light:hover, .text-hover-light:hover {
    color: var(--light) !important;
}

.text-grey, .text-color-grey {
    color: var(--grey) !important;
}

.text-hover-grey:hover, .text-color-hover-grey:hover {
    color: var(--grey) !important;
}

.text-grey-100, .text-color-grey-100 {
    color: var(--grey-100) !important;
}

.text-grey-200, .text-color-grey-200 {
    color: var(--grey-200) !important;
}

.text-grey-300, .text-color-grey-300 {
    color: var(--grey-300) !important;
}

.text-grey-400, .text-color-grey-400 {
    color: var(--grey-400) !important;
}

.text-grey-500, .text-color-grey-500 {
    color: var(--grey-500) !important;
}

.text-grey-600, .text-color-grey-600 {
    color: var(--grey-600) !important;
}

.text-grey-700, .text-color-grey-700 {
    color: var(--grey-700) !important;
}

.text-grey-800, .text-color-grey-800 {
    color: var(--grey-800) !important;
}

.text-grey-900, .text-color-grey-900 {
    color: var(--grey-900) !important;
}

.text-grey-1000, .text-color-grey-1000 {
    color: var(--grey-1000) !important;
}

.text-color-danger {
    color: #ff5b5b !important;
}

.text-color-success {
    color: #0cc485 !important;
}

/* Background - Skin */
.bg-color-primary, .bg-primary {
    background-color: var(--primary) !important;
}

.bg-color-hover-primary:hover, .bg-hover-primary:hover {
    background-color: var(--primary) !important;
}

.bg-color-after-primary:after {
    background-color: var(--primary) !important;
}

.bg-color-hover-after-primary:hover::after {
    background-color: var(--primary) !important;
}

.bg-color-before-primary:before {
    background-color: var(--primary) !important;
}

.bg-color-hover-before-primary:hover::before {
    background-color: var(--primary) !important;
}

.bg-color-primary-100, .bg-primary-100 {
    background-color: var(--primary-100) !important;
}

.bg-color-primary-200, .bg-primary-200 {
    background-color: var(--primary-200) !important;
}

.bg-color-primary-300, .bg-primary-300 {
    background-color: var(--primary-300) !important;
}

.bg-color-primary--100, .bg-primary--100 {
    background-color: var(--primary--100) !important;
}

.bg-color-primary--200, .bg-primary--200 {
    background-color: var(--primary--200) !important;
}

.bg-color-primary--300, .bg-primary--300 {
    background-color: var(--primary--300) !important;
}

.bg-color-secondary, .bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-color-hover-secondary:hover, .bg-hover-secondary:hover {
    background-color: var(--secondary) !important;
}

.bg-color-after-secondary:after {
    background-color: var(--secondary) !important;
}

.bg-color-hover-after-secondary:hover::after {
    background-color: var(--secondary) !important;
}

.bg-color-before-secondary:before {
    background-color: var(--secondary) !important;
}

.bg-color-hover-before-secondary:hover::before {
    background-color: var(--secondary) !important;
}

.bg-color-secondary-100, .bg-secondary-100 {
    background-color: var(--secondary-100) !important;
}

.bg-color-secondary-200, .bg-secondary-200 {
    background-color: var(--secondary-200) !important;
}

.bg-color-secondary-300, .bg-secondary-300 {
    background-color: var(--secondary-300) !important;
}

.bg-color-secondary--100, .bg-secondary--100 {
    background-color: var(--secondary--100) !important;
}

.bg-color-secondary--200, .bg-secondary--200 {
    background-color: var(--secondary--200) !important;
}

.bg-color-secondary--300, .bg-secondary--300 {
    background-color: var(--secondary--300) !important;
}

.bg-color-tertiary, .bg-tertiary {
    background-color: var(--tertiary) !important;
}

.bg-color-hover-tertiary:hover, .bg-hover-tertiary:hover {
    background-color: var(--tertiary) !important;
}

.bg-color-after-tertiary:after {
    background-color: var(--tertiary) !important;
}

.bg-color-hover-after-tertiary:hover::after {
    background-color: var(--tertiary) !important;
}

.bg-color-before-tertiary:before {
    background-color: var(--tertiary) !important;
}

.bg-color-hover-before-tertiary:hover::before {
    background-color: var(--tertiary) !important;
}

.bg-color-tertiary-100, .bg-tertiary-100 {
    background-color: var(--tertiary-100) !important;
}

.bg-color-tertiary-200, .bg-tertiary-200 {
    background-color: var(--tertiary-200) !important;
}

.bg-color-tertiary-300, .bg-tertiary-300 {
    background-color: var(--tertiary-300) !important;
}

.bg-color-tertiary--100, .bg-tertiary--100 {
    background-color: var(--tertiary--100) !important;
}

.bg-color-tertiary--200, .bg-tertiary--200 {
    background-color: var(--tertiary--200) !important;
}

.bg-color-tertiary--300, .bg-tertiary--300 {
    background-color: var(--tertiary--300) !important;
}

.bg-color-quaternary, .bg-quaternary {
    background-color: var(--quaternary) !important;
}

.bg-color-hover-quaternary:hover, .bg-hover-quaternary:hover {
    background-color: var(--quaternary) !important;
}

.bg-color-after-quaternary:after {
    background-color: var(--quaternary) !important;
}

.bg-color-hover-after-quaternary:hover::after {
    background-color: var(--quaternary) !important;
}

.bg-color-before-quaternary:before {
    background-color: var(--quaternary) !important;
}

.bg-color-hover-before-quaternary:hover::before {
    background-color: var(--quaternary) !important;
}

.bg-color-quaternary-100, .bg-quaternary-100 {
    background-color: var(--quaternary-100) !important;
}

.bg-color-quaternary-200, .bg-quaternary-200 {
    background-color: var(--quaternary-200) !important;
}

.bg-color-quaternary-300, .bg-quaternary-300 {
    background-color: var(--quaternary-300) !important;
}

.bg-color-quaternary--100, .bg-quaternary--100 {
    background-color: var(--quaternary--100) !important;
}

.bg-color-quaternary--200, .bg-quaternary--200 {
    background-color: var(--quaternary--200) !important;
}

.bg-color-quaternary--300, .bg-quaternary--300 {
    background-color: var(--quaternary--300) !important;
}

.bg-color-dark, .bg-dark {
    background-color: var(--dark) !important;
}

.bg-color-hover-dark:hover, .bg-hover-dark:hover {
    background-color: var(--dark) !important;
}

.bg-color-after-dark:after {
    background-color: var(--dark) !important;
}

.bg-color-hover-after-dark:hover::after {
    background-color: var(--dark) !important;
}

.bg-color-before-dark:before {
    background-color: var(--dark) !important;
}

.bg-color-hover-before-dark:hover::before {
    background-color: var(--dark) !important;
}

.bg-color-dark-100, .bg-dark-100 {
    background-color: var(--dark-100) !important;
}

.bg-color-dark-200, .bg-dark-200 {
    background-color: var(--dark-200) !important;
}

.bg-color-dark-300, .bg-dark-300 {
    background-color: var(--dark-300) !important;
}

.bg-color-dark--100, .bg-dark--100 {
    background-color: var(--dark--100) !important;
}

.bg-color-dark--200, .bg-dark--200 {
    background-color: var(--dark--200) !important;
}

.bg-color-dark--300, .bg-dark--300 {
    background-color: var(--dark--300) !important;
}

.bg-color-light, .bg-light {
    background-color: var(--light) !important;
}

.bg-color-hover-light:hover, .bg-hover-light:hover {
    background-color: var(--light) !important;
}

.bg-color-after-light:after {
    background-color: var(--light) !important;
}

.bg-color-hover-after-light:hover::after {
    background-color: var(--light) !important;
}

.bg-color-before-light:before {
    background-color: var(--light) !important;
}

.bg-color-hover-before-light:hover::before {
    background-color: var(--light) !important;
}

.bg-color-light-100, .bg-light-100 {
    background-color: var(--light-100) !important;
}

.bg-color-light-200, .bg-light-200 {
    background-color: var(--light-200) !important;
}

.bg-color-light-300, .bg-light-300 {
    background-color: var(--light-300) !important;
}

.bg-color-light--100, .bg-light--100 {
    background-color: var(--light--100) !important;
}

.bg-color-light--200, .bg-light--200 {
    background-color: var(--light--200) !important;
}

.bg-color-light--300, .bg-light--300 {
    background-color: var(--light--300) !important;
}

.bg-grey, .bg-color-grey {
    background-color: var(--grey-100) !important;
}

.bg-grey-100, .bg-color-grey-100 {
    background-color: var(--grey-100) !important;
}

.bg-grey-200, .bg-color-grey-200 {
    background-color: var(--grey-200) !important;
}

.bg-grey-300, .bg-color-grey-300 {
    background-color: var(--grey-300) !important;
}

.bg-grey-400, .bg-color-grey-400 {
    background-color: var(--grey-400) !important;
}

.bg-grey-500, .bg-color-grey-500 {
    background-color: var(--grey-500) !important;
}

.bg-grey-600, .bg-color-grey-600 {
    background-color: var(--grey-600) !important;
}

.bg-grey-700, .bg-color-grey-700 {
    background-color: var(--grey-700) !important;
}

.bg-grey-800, .bg-color-grey-800 {
    background-color: var(--grey-800) !important;
}

.bg-grey-900, .bg-color-grey-900 {
    background-color: var(--grey-900) !important;
}

.bg-grey-1000, .bg-color-grey-1000 {
    background-color: var(--grey-1000) !important;
}

/* Border - Skin */
.border-color-primary, .border-primary {
    border-color: var(--primary) !important;
}

.border-color-secondary, .border-secondary {
    border-color: var(--secondary) !important;
}

.border-color-tertiary, .border-tertiary {
    border-color: var(--tertiary) !important;
}

.border-color-quaternary, .border-quaternary {
    border-color: var(--quaternary) !important;
}

.border-color-dark, .border-dark {
    border-color: var(--dark) !important;
}

.border-color-light, .border-light {
    border-color: var(--light) !important;
}

/* Gradient Font - Skin */
.gradient-text-color {
    color: var(--primary);
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    background-image: linear-gradient(to right, var(--primary), var(--secondary));
}

/* Position */
.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}

/* Box Shadow */
.box-shadow-none {
    box-shadow: none !important;
}

.box-shadow-hover {
    transition: ease all 300ms;
}

.box-shadow-1:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.33;
    content: '';
    box-shadow: 0 30px 90px #BBB;
    transition: all 0.2s ease-in-out;
}

.box-shadow-1.box-shadow-1-hover:before {
    opacity: 0;
}

.box-shadow-1.box-shadow-1-hover:hover:before {
    opacity: 0.33;
}

.box-shadow-2:not(.box-shadow-hover) {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
}

.box-shadow-2.box-shadow-hover:hover {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
}

.box-shadow-3:not(.box-shadow-hover) {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.box-shadow-3.box-shadow-hover:hover {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.box-shadow-4:not(.box-shadow-hover) {
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}

.box-shadow-4.box-shadow-hover:hover {
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}

.box-shadow-5:not(.box-shadow-hover) {
    box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0.45);
}

.box-shadow-5.box-shadow-hover:hover {
    box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0.45);
}

.box-shadow-6:not(.box-shadow-hover) {
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
}

.box-shadow-6.box-shadow-hover:hover {
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
}

/* Box Shadow - Skin */
.box-shadow-1-primary:before {
    box-shadow: 0 30px 90px var(--primary) !important;
}

.box-shadow-1-secondary:before {
    box-shadow: 0 30px 90px var(--secondary) !important;
}

.box-shadow-1-tertiary:before {
    box-shadow: 0 30px 90px var(--tertiary) !important;
}

.box-shadow-1-quaternary:before {
    box-shadow: 0 30px 90px var(--quaternary) !important;
}

.box-shadow-1-dark:before {
    box-shadow: 0 30px 90px var(--dark) !important;
}

.box-shadow-1-light:before {
    box-shadow: 0 30px 90px var(--light) !important;
}

/* Flex */
.flex-0-0-auto {
    flex: 0 0 auto;
}

/* Color Transparent */
.color-transparent {
    color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
    background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
    background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
    background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
    background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* Background Scales Overlay */
.bg-color-scale-overlay {
    position: relative;
}

.bg-color-scale-overlay:before {
    content: "";
    display: block;
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
    position: relative;
    z-index: 2;
}

.bg-color-scale-overlay-1:before {
    opacity: 0.05 !important;
}

.bg-color-scale-overlay-2:before {
    opacity: 0.1 !important;
}

.bg-color-scale-overlay-3:before {
    opacity: 0.15 !important;
}

.bg-color-scale-overlay-4:before {
    opacity: 0.2 !important;
}

.bg-color-scale-overlay-5:before {
    opacity: 0.25 !important;
}

.bg-color-scale-overlay-6:before {
    opacity: 0.3 !important;
}

.bg-color-scale-overlay-7:before {
    opacity: 0.35 !important;
}

.bg-color-scale-overlay-8:before {
    opacity: 0.4 !important;
}

.bg-color-scale-overlay-9:before {
    opacity: 0.45 !important;
}

/* Background Transparent */
.background-transparent,
.bg-transparent,
.bg-color-transparent {
    background: transparent !important;
}

.bg-transparent-hover:hover {
    background-color: transparent !important;
}

/* Background White and Black */
.bg-color-white {
    background: #FFF !important;
}

.bg-color-black {
    background: #000 !important;
}

/* Inverted */
.inverted {
    color: var(--light);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px;
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px;
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px;
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

/* Min Height */
.min-height-screen {
    min-height: 100vh;
}

@media (min-width: 576px) {
    .min-height-screen-sm {
        min-height: 100vh;
    }
}

@media (min-width: 768px) {
    .min-height-screen-md {
        min-height: 100vh;
    }
}

@media (min-width: 992px) {
    .min-height-screen-lg {
        min-height: 100vh;
    }
}

@media (min-width: 1200px) {
    .min-height-screen-xl {
        min-height: 100vh;
    }
}

/* Paddings and Margins */
/* We need replicate these BS classes below due to the new paddings and margins below */
/* Margin */
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

/* Padding */
.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

@media (min-width: 576px) {
    /* Margin */
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    /* Padding */
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }
}

@media (min-width: 768px) {
    /* Margin */
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    /* Padding */
    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }
}

@media (min-width: 992px) {
    /* Margin */
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    /* Padding */
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    /* Margin */
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    /* Padding */
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }
}

/* Negative Margins */
.mt-n1 {
    margin-top: -4px !important;
    margin-top: -0.25rem !important;
}

/* Padding */
.pt-3-5 {
    padding-top: 12px !important;
    padding-top: 0.75rem !important;
}

.pe-3-5 {
    padding-right: 12px !important;
    padding-right: 0.75rem !important;
}

.pb-3-5 {
    padding-bottom: 12px !important;
    padding-bottom: 0.75rem !important;
}

.ps-3-5 {
    padding-left: 12px !important;
    padding-left: 0.75rem !important;
}

.px-3-5 {
    padding-left: 12px !important;
    padding-left: 0.75rem !important;
    padding-right: 12px !important;
    padding-right: 0.75rem !important;
}

.py-3-5 {
    padding-top: 12px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 12px !important;
    padding-bottom: 0.75rem !important;
}

/* Margin */
.mt-3-5 {
    margin-top: 12px !important;
    margin-top: 0.75rem !important;
}

.me-3-5 {
    margin-right: 12px !important;
    margin-right: 0.75rem !important;
}

.mb-3-5 {
    margin-bottom: 12px !important;
    margin-bottom: 0.75rem !important;
}

.ms-3-5 {
    margin-left: 12px !important;
    margin-left: 0.75rem !important;
}

.mx-3-5 {
    margin-left: 12px !important;
    margin-left: 0.75rem !important;
    margin-right: 12px !important;
    margin-right: 0.75rem !important;
}

.my-3-5 {
    margin-top: 12px !important;
    margin-top: 0.75rem !important;
    margin-bottom: 12px !important;
    margin-bottom: 0.75rem !important;
}

/* Padding */
.pt-4-5 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
}

.pe-4-5 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important;
}

.pb-4-5 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important;
}

.ps-4-5 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
}

.px-4-5 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
    padding-right: 20px !important;
    padding-right: 1.25rem !important;
}

.py-4-5 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important;
}

/* Margin */
.mt-4-5 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
}

.me-4-5 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important;
}

.mb-4-5 {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
}

.ms-4-5 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
}

.mx-4-5 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
    margin-right: 20px !important;
    margin-right: 1.25rem !important;
}

.my-4-5 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
}

/* Padding */
.pt-5-5 {
    padding-top: 36px !important;
    padding-top: 2.25rem !important;
}

.pe-5-5 {
    padding-right: 36px !important;
    padding-right: 2.25rem !important;
}

.pb-5-5 {
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important;
}

.ps-5-5 {
    padding-left: 36px !important;
    padding-left: 2.25rem !important;
}

.px-5-5 {
    padding-left: 36px !important;
    padding-left: 2.25rem !important;
    padding-right: 36px !important;
    padding-right: 2.25rem !important;
}

.py-5-5 {
    padding-top: 36px !important;
    padding-top: 2.25rem !important;
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important;
}

/* Margin */
.mt-5-5 {
    margin-top: 36px !important;
    margin-top: 2.25rem !important;
}

.me-5-5 {
    margin-right: 36px !important;
    margin-right: 2.25rem !important;
}

.mb-5-5 {
    margin-bottom: 36px !important;
    margin-bottom: 2.25rem !important;
}

.ms-5-5 {
    margin-left: 36px !important;
    margin-left: 2.25rem !important;
}

.mx-5-5 {
    margin-left: 36px !important;
    margin-left: 2.25rem !important;
    margin-right: 36px !important;
    margin-right: 2.25rem !important;
}

.my-5-5 {
    margin-top: 36px !important;
    margin-top: 2.25rem !important;
    margin-bottom: 36px !important;
    margin-bottom: 2.25rem !important;
}

@media (min-width: 576px) {
    /* Padding */
    .pt-sm-3-5 {
        padding-top: 0.75rem !important;
    }

    .pe-sm-3-5 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-3-5 {
        padding-bottom: 0.75rem !important;
    }

    .ps-sm-3-5 {
        padding-left: 0.75rem !important;
    }

    .px-sm-3-5 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-sm-3-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    /* Margin */
    .mt-sm-3-5 {
        margin-top: 0.75rem !important;
    }

    .me-sm-3-5 {
        margin-right: 0.75rem !important;
    }

    .mb-sm-3-5 {
        margin-bottom: 0.75rem !important;
    }

    .ms-sm-3-5 {
        margin-left: 0.75rem !important;
    }

    .mx-sm-3-5 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-sm-3-5 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    /* Padding */
    .pt-sm-4-5 {
        padding-top: 1.25rem !important;
    }

    .pe-sm-4-5 {
        padding-right: 1.25rem !important;
    }

    .pb-sm-4-5 {
        padding-bottom: 1.25rem !important;
    }

    .ps-sm-4-5 {
        padding-left: 1.25rem !important;
    }

    .px-sm-4-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .py-sm-4-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    /* Margin */
    .mt-sm-4-5 {
        margin-top: 1.25rem !important;
    }

    .me-sm-4-5 {
        margin-right: 1.25rem !important;
    }

    .mb-sm-4-5 {
        margin-bottom: 1.25rem !important;
    }

    .ms-sm-4-5 {
        margin-left: 1.25rem !important;
    }

    .mx-sm-4-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .my-sm-4-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* Padding */
    .pt-sm-5-5 {
        padding-top: 2.25rem !important;
    }

    .pe-sm-5-5 {
        padding-right: 2.25rem !important;
    }

    .pb-sm-5-5 {
        padding-bottom: 2.25rem !important;
    }

    .ps-sm-5-5 {
        padding-left: 2.25rem !important;
    }

    .px-sm-5-5 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .py-sm-5-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    /* Margin */
    .mt-sm-5-5 {
        margin-top: 2.25rem !important;
    }

    .me-sm-5-5 {
        margin-right: 2.25rem !important;
    }

    .mb-sm-5-5 {
        margin-bottom: 2.25rem !important;
    }

    .ms-sm-5-5 {
        margin-left: 2.25rem !important;
    }

    .mx-sm-5-5 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .my-sm-5-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
}

@media (min-width: 768px) {
    /* Padding */
    .pt-md-3-5 {
        padding-top: 0.75rem !important;
    }

    .pe-md-3-5 {
        padding-right: 0.75rem !important;
    }

    .pb-md-3-5 {
        padding-bottom: 0.75rem !important;
    }

    .ps-md-3-5 {
        padding-left: 0.75rem !important;
    }

    .px-md-3-5 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-md-3-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    /* Margin */
    .mt-md-3-5 {
        margin-top: 0.75rem !important;
    }

    .me-md-3-5 {
        margin-right: 0.75rem !important;
    }

    .mb-md-3-5 {
        margin-bottom: 0.75rem !important;
    }

    .ms-md-3-5 {
        margin-left: 0.75rem !important;
    }

    .mx-md-3-5 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-md-3-5 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    /* Padding */
    .pt-md-4-5 {
        padding-top: 1.25rem !important;
    }

    .pe-md-4-5 {
        padding-right: 1.25rem !important;
    }

    .pb-md-4-5 {
        padding-bottom: 1.25rem !important;
    }

    .ps-md-4-5 {
        padding-left: 1.25rem !important;
    }

    .px-md-4-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .py-md-4-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    /* Margin */
    .mt-md-4-5 {
        margin-top: 1.25rem !important;
    }

    .me-md-4-5 {
        margin-right: 1.25rem !important;
    }

    .mb-md-4-5 {
        margin-bottom: 1.25rem !important;
    }

    .ms-md-4-5 {
        margin-left: 1.25rem !important;
    }

    .mx-md-4-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .my-md-4-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* Padding */
    .pt-md-5-5 {
        padding-top: 2.25rem !important;
    }

    .pe-md-5-5 {
        padding-right: 2.25rem !important;
    }

    .pb-md-5-5 {
        padding-bottom: 2.25rem !important;
    }

    .ps-md-5-5 {
        padding-left: 2.25rem !important;
    }

    .px-md-5-5 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .py-md-5-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    /* Margin */
    .mt-md-5-5 {
        margin-top: 2.25rem !important;
    }

    .me-md-5-5 {
        margin-right: 2.25rem !important;
    }

    .mb-md-5-5 {
        margin-bottom: 2.25rem !important;
    }

    .ms-md-5-5 {
        margin-left: 2.25rem !important;
    }

    .mx-md-5-5 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .my-md-5-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
}

@media (min-width: 992px) {
    /* Padding */
    .pt-lg-3-5 {
        padding-top: 0.75rem !important;
    }

    .pe-lg-3-5 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-3-5 {
        padding-bottom: 0.75rem !important;
    }

    .ps-lg-3-5 {
        padding-left: 0.75rem !important;
    }

    .px-lg-3-5 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-lg-3-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    /* Margin */
    .mt-lg-3-5 {
        margin-top: 0.75rem !important;
    }

    .me-lg-3-5 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-3-5 {
        margin-bottom: 0.75rem !important;
    }

    .ms-lg-3-5 {
        margin-left: 0.75rem !important;
    }

    .mx-lg-3-5 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-lg-3-5 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    /* Padding */
    .pt-lg-4-5 {
        padding-top: 1.25rem !important;
    }

    .pe-lg-4-5 {
        padding-right: 1.25rem !important;
    }

    .pb-lg-4-5 {
        padding-bottom: 1.25rem !important;
    }

    .ps-lg-4-5 {
        padding-left: 1.25rem !important;
    }

    .px-lg-4-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .py-lg-4-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    /* Margin */
    .mt-lg-4-5 {
        margin-top: 1.25rem !important;
    }

    .me-lg-4-5 {
        margin-right: 1.25rem !important;
    }

    .mb-lg-4-5 {
        margin-bottom: 1.25rem !important;
    }

    .ms-lg-4-5 {
        margin-left: 1.25rem !important;
    }

    .mx-lg-4-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .my-lg-4-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* Padding */
    .pt-lg-5-5 {
        padding-top: 2.25rem !important;
    }

    .pe-lg-5-5 {
        padding-right: 2.25rem !important;
    }

    .pb-lg-5-5 {
        padding-bottom: 2.25rem !important;
    }

    .ps-lg-5-5 {
        padding-left: 2.25rem !important;
    }

    .px-lg-5-5 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .py-lg-5-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    /* Margin */
    .mt-lg-5-5 {
        margin-top: 2.25rem !important;
    }

    .me-lg-5-5 {
        margin-right: 2.25rem !important;
    }

    .mb-lg-5-5 {
        margin-bottom: 2.25rem !important;
    }

    .ms-lg-5-5 {
        margin-left: 2.25rem !important;
    }

    .mx-lg-5-5 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .my-lg-5-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
}

@media (min-width: 1200px) {
    /* Padding */
    .pt-xl-3-5 {
        padding-top: 0.75rem !important;
    }

    .pe-xl-3-5 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-3-5 {
        padding-bottom: 0.75rem !important;
    }

    .ps-xl-3-5 {
        padding-left: 0.75rem !important;
    }

    .px-xl-3-5 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .py-xl-3-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    /* Margin */
    .mt-xl-3-5 {
        margin-top: 0.75rem !important;
    }

    .me-xl-3-5 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-3-5 {
        margin-bottom: 0.75rem !important;
    }

    .ms-xl-3-5 {
        margin-left: 0.75rem !important;
    }

    .mx-xl-3-5 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .my-xl-3-5 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    /* Padding */
    .pt-xl-4-5 {
        padding-top: 1.25rem !important;
    }

    .pe-xl-4-5 {
        padding-right: 1.25rem !important;
    }

    .pb-xl-4-5 {
        padding-bottom: 1.25rem !important;
    }

    .ps-xl-4-5 {
        padding-left: 1.25rem !important;
    }

    .px-xl-4-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .py-xl-4-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    /* Margin */
    .mt-xl-4-5 {
        margin-top: 1.25rem !important;
    }

    .me-xl-4-5 {
        margin-right: 1.25rem !important;
    }

    .mb-xl-4-5 {
        margin-bottom: 1.25rem !important;
    }

    .ms-xl-4-5 {
        margin-left: 1.25rem !important;
    }

    .mx-xl-4-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .my-xl-4-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* Padding */
    .pt-xl-5-5 {
        padding-top: 2.25rem !important;
    }

    .pe-xl-5-5 {
        padding-right: 2.25rem !important;
    }

    .pb-xl-5-5 {
        padding-bottom: 2.25rem !important;
    }

    .ps-xl-5-5 {
        padding-left: 2.25rem !important;
    }

    .px-xl-5-5 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .py-xl-5-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    /* Margin */
    .mt-xl-5-5 {
        margin-top: 2.25rem !important;
    }

    .me-xl-5-5 {
        margin-right: 2.25rem !important;
    }

    .mb-xl-5-5 {
        margin-bottom: 2.25rem !important;
    }

    .ms-xl-5-5 {
        margin-left: 2.25rem !important;
    }

    .mx-xl-5-5 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .my-xl-5-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }
}

/* Before / After */
.before-d-none:before {
    display: none !important;
}

.after-d-none:after {
    display: none !important;
}

/* Letter Spacing */
.ls-0 {
    letter-spacing: 0 !important;
}

.negative-ls-05 {
    letter-spacing: -0.05em;
}

.negative-ls-1 {
    letter-spacing: -1px;
}

.negative-ls-2 {
    letter-spacing: -2px;
}

.negative-ls-3 {
    letter-spacing: -2.5px;
}

.positive-ls-1 {
    letter-spacing: 1px !important;
}

.positive-ls-2 {
    letter-spacing: 2px !important;
}

.positive-ls-3 {
    letter-spacing: 2.5px !important;
}

/* Cursor */
.cur-pointer {
    cursor: pointer;
}

/* Pointer Events */
.p-events-none {
    pointer-events: none;
}

/* Font Size */
/*.text-0 {*/
/*    font-size: .7em !important;*/
/*}*/

/*.text-1 {*/
/*    font-size: .8em !important;*/
/*}*/

/*.text-2 {*/
/*    font-size: .9em !important;*/
/*}*/

/*.text-2-3,*/
/*.text-2-5 {*/
/*    font-size: .95em !important;*/
/*}*/

/*.text-3 {*/
/*    font-size: 1em !important;*/
/*}*/

/*.text-3-4,*/
/*.text-3-5 {*/
/*    font-size: 1.1em !important;*/
/*}*/

/*.text-4 {*/
/*    font-size: 1.2em !important;*/
/*}*/

/*.text-4-5 {*/
/*    font-size: 1.35em !important;*/
/*}*/

/*.text-5 {*/
/*    font-size: 1.50em !important;*/
/*}*/

/*.text-5-6,*/
/*.text-5-5 {*/
/*    font-size: 1.65em !important;*/
/*}*/

/*.text-6 {*/
/*    font-size: 1.80em !important;*/
/*}*/

/*.text-6-7,*/
/*.text-6-5 {*/
/*    font-size: 1.9em !important;*/
/*}*/

/*.text-7 {*/
/*    font-size: 2em !important;*/
/*}*/

/*.text-8 {*/
/*    font-size: 2.30em !important;*/
/*}*/

/*.text-9 {*/
/*    font-size: 2.50em !important;*/
/*}*/

/*.text-10 {*/
/*    font-size: 2.75em !important;*/
/*}*/

/*.text-11 {*/
/*    font-size: 3em !important;*/
/*}*/

/*.text-12 {*/
/*    font-size: 3.5em !important;*/
/*}*/

/*.text-12-13,*/
/*.text-12-5 {*/
/*    font-size: 3.75em !important;*/
/*}*/

/*.text-13 {*/
/*    font-size: 4em !important;*/
/*}*/

/*.text-14 {*/
/*    font-size: 4.5em !important;*/
/*}*/

/*.text-15 {*/
/*    font-size: 5em !important;*/
/*}*/

/*.text-16 {*/
/*    font-size: 5.33em !important;*/
/*}*/

/*.text-17 {*/
/*    font-size: 5.66em !important;*/
/*}*/

/*.text-18 {*/
/*    font-size: 6em !important;*/
/*}*/

/*.text-19 {*/
/*    font-size: 6.33em !important;*/
/*}*/

/*.text-20 {*/
/*    font-size: 6.66em !important;*/
/*}*/

@media (min-width: 576px) {
    .text-sm-0 {
        font-size: .7em !important;
    }

    .text-sm-1 {
        font-size: .8em !important;
    }

    .text-sm-2 {
        font-size: .9em !important;
    }

    .text-sm-2-3,
    .text-sm-2-5 {
        font-size: .95em !important;
    }

    .text-sm-3 {
        font-size: 1em !important;
    }

    .text-sm-3-4,
    .text-sm-3-5 {
        font-size: 1.1em !important;
    }

    .text-sm-4 {
        font-size: 1.2em !important;
    }

    .text-sm-4-5 {
        font-size: 1.35em !important;
    }

    .text-sm-5 {
        font-size: 1.50em !important;
    }

    .text-sm-5-6,
    .text-sm-5-5 {
        font-size: 1.65em !important;
    }

    .text-sm-6 {
        font-size: 1.80em !important;
    }

    .text-sm-6-7,
    .text-sm-6-5 {
        font-size: 1.9em !important;
    }

    .text-sm-7 {
        font-size: 2em !important;
    }

    .text-sm-8 {
        font-size: 2.30em !important;
    }

    .text-sm-9 {
        font-size: 2.50em !important;
    }

    .text-sm-10 {
        font-size: 2.75em !important;
    }

    .text-sm-11 {
        font-size: 3em !important;
    }

    .text-sm-12 {
        font-size: 3.5em !important;
    }

    .text-sm-12-13,
    .text-sm-12-5 {
        font-size: 3.75em !important;
    }

    .text-sm-13 {
        font-size: 4em !important;
    }

    .text-sm-14 {
        font-size: 4.5em !important;
    }

    .text-sm-15 {
        font-size: 5em !important;
    }

    .text-sm-16 {
        font-size: 5.33em !important;
    }

    .text-sm-17 {
        font-size: 5.66em !important;
    }

    .text-sm-18 {
        font-size: 6em !important;
    }

    .text-sm-19 {
        font-size: 6.33em !important;
    }

    .text-sm-20 {
        font-size: 6.66em !important;
    }
}

@media (min-width: 768px) {
    .text-md-0 {
        font-size: .7em !important;
    }

    .text-md-1 {
        font-size: .8em !important;
    }

    .text-md-2 {
        font-size: .9em !important;
    }

    .text-md-2-3,
    .text-md-2-5 {
        font-size: .95em !important;
    }

    .text-md-3 {
        font-size: 1em !important;
    }

    .text-md-3-4,
    .text-md-3-5 {
        font-size: 1.1em !important;
    }

    .text-md-4 {
        font-size: 1.2em !important;
    }

    .text-md-4-5 {
        font-size: 1.35em !important;
    }

    .text-md-5 {
        font-size: 1.50em !important;
    }

    .text-md-5-6,
    .text-md-5-5 {
        font-size: 1.65em !important;
    }

    .text-md-6 {
        font-size: 1.80em !important;
    }

    .text-md-6-7,
    .text-md-6-5 {
        font-size: 1.9em !important;
    }

    .text-md-7 {
        font-size: 2em !important;
    }

    .text-md-8 {
        font-size: 2.30em !important;
    }

    .text-md-9 {
        font-size: 2.50em !important;
    }

    .text-md-10 {
        font-size: 2.75em !important;
    }

    .text-md-11 {
        font-size: 3em !important;
    }

    .text-md-12 {
        font-size: 3.5em !important;
    }

    .text-md-12-13,
    .text-md-12-5 {
        font-size: 3.75em !important;
    }

    .text-md-13 {
        font-size: 4em !important;
    }

    .text-md-14 {
        font-size: 4.5em !important;
    }

    .text-md-15 {
        font-size: 5em !important;
    }

    .text-md-16 {
        font-size: 5.33em !important;
    }

    .text-md-17 {
        font-size: 5.66em !important;
    }

    .text-md-18 {
        font-size: 6em !important;
    }

    .text-md-19 {
        font-size: 6.33em !important;
    }

    .text-md-20 {
        font-size: 6.66em !important;
    }
}

@media (min-width: 992px) {
    .text-lg-0 {
        font-size: .7em !important;
    }

    .text-lg-1 {
        font-size: .8em !important;
    }

    .text-lg-2 {
        font-size: .9em !important;
    }

    .text-lg-2-3,
    .text-lg-2-5 {
        font-size: .95em !important;
    }

    .text-lg-3 {
        font-size: 1em !important;
    }

    .text-lg-3-4,
    .text-lg-3-5 {
        font-size: 1.1em !important;
    }

    .text-lg-4 {
        font-size: 1.2em !important;
    }

    .text-lg-4-5 {
        font-size: 1.35em !important;
    }

    .text-lg-5 {
        font-size: 1.50em !important;
    }

    .text-lg-5-6,
    .text-lg-5-5 {
        font-size: 1.65em !important;
    }

    .text-lg-6 {
        font-size: 1.80em !important;
    }

    .text-lg-6-7,
    .text-lg-6-5 {
        font-size: 1.9em !important;
    }

    .text-lg-7 {
        font-size: 2em !important;
    }

    .text-lg-8 {
        font-size: 2.30em !important;
    }

    .text-lg-9 {
        font-size: 2.50em !important;
    }

    .text-lg-10 {
        font-size: 2.75em !important;
    }

    .text-lg-11 {
        font-size: 3em !important;
    }

    .text-lg-12 {
        font-size: 3.5em !important;
    }

    .text-lg-12-13,
    .text-lg-12-5 {
        font-size: 3.75em !important;
    }

    .text-lg-13 {
        font-size: 4em !important;
    }

    .text-lg-14 {
        font-size: 4.5em !important;
    }

    .text-lg-15 {
        font-size: 5em !important;
    }

    .text-lg-16 {
        font-size: 5.33em !important;
    }

    .text-lg-17 {
        font-size: 5.66em !important;
    }

    .text-lg-18 {
        font-size: 6em !important;
    }

    .text-lg-19 {
        font-size: 6.33em !important;
    }

    .text-lg-20 {
        font-size: 6.66em !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-0 {
        font-size: .7em !important;
    }

    .text-xl-1 {
        font-size: .8em !important;
    }

    .text-xl-2 {
        font-size: .9em !important;
    }

    .text-xl-2-3,
    .text-xl-2-5 {
        font-size: .95em !important;
    }

    .text-xl-3 {
        font-size: 1em !important;
    }

    .text-xl-3-4,
    .text-xl-3-5 {
        font-size: 1.1em !important;
    }

    .text-xl-4 {
        font-size: 1.2em !important;
    }

    .text-xl-4-5 {
        font-size: 1.35em !important;
    }

    .text-xl-5 {
        font-size: 1.50em !important;
    }

    .text-xl-5-6,
    .text-xl-5-5 {
        font-size: 1.65em !important;
    }

    .text-xl-6 {
        font-size: 1.80em !important;
    }

    .text-xl-6-7,
    .text-xl-6-5 {
        font-size: 1.9em !important;
    }

    .text-xl-7 {
        font-size: 2em !important;
    }

    .text-xl-8 {
        font-size: 2.30em !important;
    }

    .text-xl-9 {
        font-size: 2.50em !important;
    }

    .text-xl-10 {
        font-size: 2.75em !important;
    }

    .text-xl-11 {
        font-size: 3em !important;
    }

    .text-xl-12 {
        font-size: 3.5em !important;
    }

    .text-xl-12-13,
    .text-xl-12-5 {
        font-size: 3.75em !important;
    }

    .text-xl-13 {
        font-size: 4em !important;
    }

    .text-xl-14 {
        font-size: 4.5em !important;
    }

    .text-xl-15 {
        font-size: 5em !important;
    }

    .text-xl-16 {
        font-size: 5.33em !important;
    }

    .text-xl-17 {
        font-size: 5.66em !important;
    }

    .text-xl-18 {
        font-size: 6em !important;
    }

    .text-xl-19 {
        font-size: 6.33em !important;
    }

    .text-xl-20 {
        font-size: 6.66em !important;
    }
}

.text-1rem {
    font-size: 16px !important;
    font-size: 1rem !important;
}

/* Line Height */
.line-height-initial {
    line-height: initial !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-1-1 {
    line-height: 1.1 !important;
}

.line-height-2 {
    line-height: 1.2 !important;
}

.line-height-3 {
    line-height: 1.3 !important;
}

.line-height-4 {
    line-height: 1.4 !important;
}

.line-height-5 {
    line-height: 1.5 !important;
}

.line-height-6 {
    line-height: 1.6 !important;
}

.line-height-7 {
    line-height: 1.7 !important;
}

.line-height-8 {
    line-height: 1.8 !important;
}

.line-height-9 {
    line-height: 1.9 !important;
}

@media (min-width: 576px) {
    .line-height-sm-initial {
        line-height: initial !important;
    }

    .line-height-sm-1 {
        line-height: 1 !important;
    }

    .line-height-sm-1-1 {
        line-height: 1.1 !important;
    }

    .line-height-sm-2 {
        line-height: 1.2 !important;
    }

    .line-height-sm-3 {
        line-height: 1.3 !important;
    }

    .line-height-sm-4 {
        line-height: 1.4 !important;
    }

    .line-height-sm-5 {
        line-height: 1.5 !important;
    }

    .line-height-sm-6 {
        line-height: 1.6 !important;
    }

    .line-height-sm-7 {
        line-height: 1.7 !important;
    }

    .line-height-sm-8 {
        line-height: 1.8 !important;
    }

    .line-height-sm-9 {
        line-height: 1.9 !important;
    }
}

@media (min-width: 768px) {
    .line-height-md-initial {
        line-height: initial !important;
    }

    .line-height-md-1 {
        line-height: 1 !important;
    }

    .line-height-md-1-1 {
        line-height: 1.1 !important;
    }

    .line-height-md-2 {
        line-height: 1.2 !important;
    }

    .line-height-md-3 {
        line-height: 1.3 !important;
    }

    .line-height-md-4 {
        line-height: 1.4 !important;
    }

    .line-height-md-5 {
        line-height: 1.5 !important;
    }

    .line-height-md-6 {
        line-height: 1.6 !important;
    }

    .line-height-md-7 {
        line-height: 1.7 !important;
    }

    .line-height-md-8 {
        line-height: 1.8 !important;
    }

    .line-height-md-9 {
        line-height: 1.9 !important;
    }
}

@media (min-width: 992px) {
    .line-height-lg-initial {
        line-height: initial !important;
    }

    .line-height-lg-1 {
        line-height: 1 !important;
    }

    .line-height-lg-1-1 {
        line-height: 1.1 !important;
    }

    .line-height-lg-2 {
        line-height: 1.2 !important;
    }

    .line-height-lg-3 {
        line-height: 1.3 !important;
    }

    .line-height-lg-4 {
        line-height: 1.4 !important;
    }

    .line-height-lg-5 {
        line-height: 1.5 !important;
    }

    .line-height-lg-6 {
        line-height: 1.6 !important;
    }

    .line-height-lg-7 {
        line-height: 1.7 !important;
    }

    .line-height-lg-8 {
        line-height: 1.8 !important;
    }

    .line-height-lg-9 {
        line-height: 1.9 !important;
    }
}

@media (min-width: 1200px) {
    .line-height-xl-initial {
        line-height: initial !important;
    }

    .line-height-xl-1 {
        line-height: 1 !important;
    }

    .line-height-xl-1-1 {
        line-height: 1.1 !important;
    }

    .line-height-xl-2 {
        line-height: 1.2 !important;
    }

    .line-height-xl-3 {
        line-height: 1.3 !important;
    }

    .line-height-xl-4 {
        line-height: 1.4 !important;
    }

    .line-height-xl-5 {
        line-height: 1.5 !important;
    }

    .line-height-xl-6 {
        line-height: 1.6 !important;
    }

    .line-height-xl-7 {
        line-height: 1.7 !important;
    }

    .line-height-xl-8 {
        line-height: 1.8 !important;
    }

    .line-height-xl-9 {
        line-height: 1.9 !important;
    }
}

/* Opacity */
.opacity-0 {
    opacity: 0.0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}

.opacity-hover-0 {
    transition: ease opacity 300ms;
}

.opacity-hover-0:hover {
    opacity: 0.0 !important;
}

.opacity-hover-1 {
    transition: ease opacity 300ms;
}

.opacity-hover-1:hover {
    opacity: 0.1 !important;
}

.opacity-hover-2 {
    transition: ease opacity 300ms;
}

.opacity-hover-2:hover {
    opacity: 0.2 !important;
}

.opacity-hover-3 {
    transition: ease opacity 300ms;
}

.opacity-hover-3:hover {
    opacity: 0.3 !important;
}

.opacity-hover-4 {
    transition: ease opacity 300ms;
}

.opacity-hover-4:hover {
    opacity: 0.4 !important;
}

.opacity-hover-5 {
    transition: ease opacity 300ms;
}

.opacity-hover-5:hover {
    opacity: 0.5 !important;
}

.opacity-hover-6 {
    transition: ease opacity 300ms;
}

.opacity-hover-6:hover {
    opacity: 0.6 !important;
}

.opacity-hover-7 {
    transition: ease opacity 300ms;
}

.opacity-hover-7:hover {
    opacity: 0.7 !important;
}

.opacity-hover-8 {
    transition: ease opacity 300ms;
}

.opacity-hover-8:hover {
    opacity: 0.8 !important;
}

.opacity-hover-9 {
    transition: ease opacity 300ms;
}

.opacity-hover-9:hover {
    opacity: 0.9 !important;
}

.opacity-hover-10 {
    transition: ease opacity 300ms;
}

.opacity-hover-10:hover {
    opacity: 1 !important;
}

/* Scale */
.scale-1 {
    transform: scale(1.1) !important;
}

.scale-2 {
    transform: scale(1.2) !important;
}

.scale-3 {
    transform: scale(1.3) !important;
}

.scale-4 {
    transform: scale(1.4) !important;
}

.scale-5 {
    transform: scale(1.5) !important;
}

.scale-6 {
    transform: scale(1.6) !important;
}

/* Top / Bottom / Left / Right */
.top-auto {
    top: auto !important;
}

.bottom-auto {
    bottom: auto !important;
}

.top-50pct {
    top: 50%;
}

.left-50pct {
    left: 50%;
}

.left-100pct {
    left: 100%;
}

.right-100pct {
    right: 100%;
}

.top-0 {
    top: 0px !important;
}

.bottom-0 {
    bottom: 0px !important;
}

.left-0 {
    left: 0px !important;
}

.right-0 {
    right: 0px !important;
}

.top-1 {
    top: 1px !important;
}

.bottom-1 {
    bottom: 1px !important;
}

.left-1 {
    left: 1px !important;
}

.right-1 {
    right: 1px !important;
}

.top-2 {
    top: 2px !important;
}

.bottom-2 {
    bottom: 2px !important;
}

.left-2 {
    left: 2px !important;
}

.right-2 {
    right: 2px !important;
}

.top-3 {
    top: 3px !important;
}

.bottom-3 {
    bottom: 3px !important;
}

.left-3 {
    left: 3px !important;
}

.right-3 {
    right: 3px !important;
}

.top-4 {
    top: 4px !important;
}

.bottom-4 {
    bottom: 4px !important;
}

.left-4 {
    left: 4px !important;
}

.right-4 {
    right: 4px !important;
}

.top-5 {
    top: 5px !important;
}

.bottom-5 {
    bottom: 5px !important;
}

.left-5 {
    left: 5px !important;
}

.right-5 {
    right: 5px !important;
}

.top-6 {
    top: 6px !important;
}

.bottom-6 {
    bottom: 6px !important;
}

.left-6 {
    left: 6px !important;
}

.right-6 {
    right: 6px !important;
}

.top-7 {
    top: 7px !important;
}

.bottom-7 {
    bottom: 7px !important;
}

.left-7 {
    left: 7px !important;
}

.right-7 {
    right: 7px !important;
}

.top-8 {
    top: 8px !important;
}

.bottom-8 {
    bottom: 8px !important;
}

.left-8 {
    left: 8px !important;
}

.right-8 {
    right: 8px !important;
}

.top-9 {
    top: 9px !important;
}

.bottom-9 {
    bottom: 9px !important;
}

.left-9 {
    left: 9px !important;
}

.right-9 {
    right: 9px !important;
}

.top-10 {
    top: 10px !important;
}

.bottom-10 {
    bottom: 10px !important;
}

.left-10 {
    left: 10px !important;
}

.right-10 {
    right: 10px !important;
}

.top-11 {
    top: 11px !important;
}

.bottom-11 {
    bottom: 11px !important;
}

.left-11 {
    left: 11px !important;
}

.right-11 {
    right: 11px !important;
}

.top-12 {
    top: 12px !important;
}

.bottom-12 {
    bottom: 12px !important;
}

.left-12 {
    left: 12px !important;
}

.right-12 {
    right: 12px !important;
}

.top-13 {
    top: 13px !important;
}

.bottom-13 {
    bottom: 13px !important;
}

.left-13 {
    left: 13px !important;
}

.right-13 {
    right: 13px !important;
}

.top-14 {
    top: 14px !important;
}

.bottom-14 {
    bottom: 14px !important;
}

.left-14 {
    left: 14px !important;
}

.right-14 {
    right: 14px !important;
}

.top-15 {
    top: 15px !important;
}

.bottom-15 {
    bottom: 15px !important;
}

.left-15 {
    left: 15px !important;
}

.right-15 {
    right: 15px !important;
}

.top-20 {
    top: 20px !important;
}

.top-30 {
    top: 30px !important;
}

.bottom-20 {
    bottom: 20px !important;
}

.bottom-30 {
    bottom: 30px !important;
}

/* Transforms */
/* Negative */
.transform3dx-n50 {
    transform: translate3d(-50%, 0, 0);
}

.transform3dy-n50 {
    transform: translate3d(0, -50%, 0);
}

.transform3dxy-n50 {
    transform: translate3d(-50%, -50%, 0);
}

.transform3dx-n100 {
    transform: translate3d(-100%, 0, 0);
}

.transform3dy-n100 {
    transform: translate3d(0, -100%, 0);
}

/* Positive */
.transform3dx-p50 {
    transform: translate3d(50%, 0, 0);
}

.transform3dy-p50 {
    transform: translate3d(0, 50%, 0);
}

.transformY-p100 {
    transform: translateY(100%);
}

/* Positive */
.transformZ0 {
    transform: translateZ(0px);
}

/* Outline */
.outline-none {
    outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-underline-2 {
    text-decoration: none !important;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
}

/* Text Alignment */
.text-justify {
    text-align: justify;
}

/* Text Transform */
.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-transform-none {
    text-transform: none !important;
}

/* Transform */
.transform-none {
    transform: none !important;
}

/* States */
.text-muted {
    color: #999 !important;
}

html.dark .text-muted {
    color: var(--grey-900) !important;
}

/* Overflow */
.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

/* Z-Index */
.z-index-initial {
    z-index: initial !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-hover-0:hover {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-hover-1:hover {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-hover-2:hover {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-hover-3:hover {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-hover-4:hover {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-hover-5:hover {
    z-index: 5 !important;
}

.z-index-6 {
    z-index: 6 !important;
}

.z-index-hover-6:hover {
    z-index: 6 !important;
}

.z-index-7 {
    z-index: 7 !important;
}

.z-index-hover-7:hover {
    z-index: 7 !important;
}

.z-index-8 {
    z-index: 8 !important;
}

.z-index-hover-8:hover {
    z-index: 8 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-hover-9:hover {
    z-index: 9 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

.z-index-hover-10:hover {
    z-index: 10 !important;
}

@media (max-width: 991px) {
    .z-index-mobile-0 {
        z-index: 0 !important;
    }
}

/* Background Gradient - Skin */
.bg-gradient {
    background-color: var(--primary) !important;
    background-image: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%) !important;
}

.bg-gradient-to-top {
    background-color: var(--primary) !important;
    background-image: linear-gradient(to top, var(--primary) 0%, var(--secondary) 100%) !important;
}

.bg-gradient-to-bottom {
    background-color: var(--primary) !important;
    background-image: linear-gradient(to bottom, var(--primary) 0%, var(--secondary) 100%) !important;
}

/* Color Transition - Skin */
@keyframes colorTransition {
    0% {
        background-color: var(--primary);
    }

    33% {
        background-color: var(--secondary);
    }

    66% {
        background-color: var(--tertiary);
    }

    100% {
        background-color: var(--quaternary);
    }
}

/* Background Gradient Animated */
.bg-gradient-animated {
    background-size: 200% 200% !important;
    animation-name: gradientTransition;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
}

/* Star Rating */
.rating-default .filled-stars {
    color: #6a6a6d;
}

/* Star Rating - Skin */
.rating-primary .filled-stars {
    color: var(--primary);
}

.rating-secondary .filled-stars {
    color: var(--secondary);
}

.rating-tertiary .filled-stars {
    color: var(--tertiary);
}

.rating-quaternary .filled-stars {
    color: var(--quaternary);
}

.rating-dark .filled-stars {
    color: var(--dark);
}

.rating-light .filled-stars {
    color: var(--light);
}

/* Weights */
.font-weight-thin {
    font-weight: 100 !important;
}

.font-weight-extralight,
.font-weight-extra-light {
    font-weight: 200 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-regular,
.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-extrabold,
.font-weight-extra-bold {
    font-weight: 800 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

/* Letter Space */
.letter-spacing-minus-1 {
    letter-spacing: -1px;
}

/* Borders */
.no-borders {
    border: none !important;
}

.rounded {
    border-radius: 5px !important;
}

.b-thin {
    border-width: 3px !important;
}

.b-normal {
    border-width: 5px !important;
}

.b-thick {
    border-width: 7px !important;
}

.border-top {
    border-top-color: var(--grey-200) !important;
}

.border-bottom {
    border-bottom-color: var(--grey-200) !important;
}

.border-left, .border-start {
    border-left-color: var(--grey-200) !important;
}

.border-right, .border-end {
    border-right-color: var(--grey-200) !important;
}

.border-all {
    border: 1px solid var(--grey-200) !important;
}

.border-top-light {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-bottom-light {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-left-light {
    border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-right-light {
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-all-light {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.border-white {
    border-color: var(--light) !important;
}

.border-color-transparent-hover {
    transition: all 0.2s;
}

.border-color-transparent-hover:hover {
    border-color: transparent !important;
}

.border-color-light-2 {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-color-light-3 {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.border-color-light-4 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-color-light-5 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-color-grey-1 {
    border-color: #e9e9e9 !important;
}

.border-color-success {
    border-color: #0cc485 !important;
}

/* Border Radius */
.border-radius {
    border-radius: var(--border-radius) !important;
}

.border-radius.box-shadow-1:before {
    border-radius: var(--border-radius) !important;
}

.border-radius-2 {
    border-radius: var(--border-radius2x) !important;
}

.border-radius-2.box-shadow-1:before {
    border-radius: var(--border-radius2x) !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

:root {
    --bs-border-radius: var(--border-radius);
    --bs-btn-border-radius: var(--border-radius);
}

/* Rounder Circle */
.rounded-circle {
    border-radius: 50% !important;
}

html body .rounded-circle {
    border-radius: 50% !important;
}

/* Border Width */
.border-width-1 {
    border-width: 1px !important;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-width-3 {
    border-width: 3px !important;
}

.border-width-4 {
    border-width: 4px !important;
}

.border-width-5 {
    border-width: 5px !important;
}

.border-width-6 {
    border-width: 6px !important;
}

.border-width-7 {
    border-width: 7px !important;
}

.border-width-8 {
    border-width: 8px !important;
}

.border-width-9 {
    border-width: 9px !important;
}

.border-width-10 {
    border-width: 10px !important;
}

@media (max-width: 767px) {
    .border-sm-none {
        border: 0 !important;
    }
}

/* Border - Skin */
.border-color-primary {
    border-color: var(--primary) !important;
}

.border-color-hover-primary:hover {
    border-color: var(--primary) !important;
}

.border-color-secondary {
    border-color: var(--secondary) !important;
}

.border-color-hover-secondary:hover {
    border-color: var(--secondary) !important;
}

.border-color-tertiary {
    border-color: var(--tertiary) !important;
}

.border-color-hover-tertiary:hover {
    border-color: var(--tertiary) !important;
}

.border-color-quaternary {
    border-color: var(--quaternary) !important;
}

.border-color-hover-quaternary:hover {
    border-color: var(--quaternary) !important;
}

.border-color-dark {
    border-color: var(--dark) !important;
}

.border-color-hover-dark:hover {
    border-color: var(--dark) !important;
}

.border-color-light {
    border-color: var(--light) !important;
}

.border-color-hover-light:hover {
    border-color: var(--light) !important;
}

/* Perspective */
.perspective-100 {
    perspective: 100px !important;
}

.perspective-200 {
    perspective: 200px !important;
}

.perspective-300 {
    perspective: 300px !important;
}

.perspective-400 {
    perspective: 400px !important;
}

.perspective-500 {
    perspective: 500px !important;
}

.perspective-600 {
    perspective: 600px !important;
}

.perspective-700 {
    perspective: 700px !important;
}

.perspective-800 {
    perspective: 800px !important;
}

.perspective-900 {
    perspective: 900px !important;
}

.perspective-1000 {
    perspective: 1000px !important;
}

/* Hide Text */
.hide-text {
    display: block;
    text-indent: -9999px;
    width: 0;
    height: 0;
}

/* General Helpers */
.ws-nowrap {
    white-space: nowrap !important;
}

.ws-normal {
    white-space: normal !important;
}

.ws-pre-line {
    white-space: pre-line !important;
}

.ws-pre-wrap {
    white-space: pre-wrap !important;
}

.wb-all {
    word-break: break-all !important;
}

/* Width */
.w-auto {
    width: auto !important;
}

.w-25pct {
    width: 25% !important;
}

.w-50pct {
    width: 50% !important;
}

.w-75pct {
    width: 75% !important;
}

.w-100pct {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-25pct {
        width: 25% !important;
    }

    .w-sm-50pct {
        width: 50% !important;
    }

    .w-sm-75pct {
        width: 75% !important;
    }

    .w-sm-100pct {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .w-md-25pct {
        width: 25% !important;
    }

    .w-md-50pct {
        width: 50% !important;
    }

    .w-md-75pct {
        width: 75% !important;
    }

    .w-md-100pct {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-25pct {
        width: 25% !important;
    }

    .w-lg-50pct {
        width: 50% !important;
    }

    .w-lg-75pct {
        width: 75% !important;
    }

    .w-lg-100pct {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-25pct {
        width: 25% !important;
    }

    .w-xl-50pct {
        width: 50% !important;
    }

    .w-xl-75pct {
        width: 75% !important;
    }

    .w-xl-100pct {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .w-auto-mobile {
        width: auto !important;
    }

    .w-100-mobile {
        width: 100% !important;
    }
}

.width-50vw {
    width: 50vw;
}

.width-100vw {
    width: 100vw;
}

.min-width-0 {
    min-width: 0 !important;
}

/* Columms (useful for lists) */
.columns-2 {
    -moz-columns: 2 !important;
    columns: 2 !important;
}

.columns-3 {
    -moz-columns: 3 !important;
    columns: 3 !important;
}

.columns-4 {
    -moz-columns: 4 !important;
    columns: 4 !important;
}

.columns-5 {
    -moz-columns: 5 !important;
    columns: 5 !important;
}

@media (min-width: 576px) {
    .columns-sm-2 {
        -moz-columns: 2 !important;
        columns: 2 !important;
    }

    .columns-sm-3 {
        -moz-columns: 3 !important;
        columns: 3 !important;
    }

    .columns-sm-4 {
        -moz-columns: 4 !important;
        columns: 4 !important;
    }

    .columns-sm-5 {
        -moz-columns: 5 !important;
        columns: 5 !important;
    }
}

@media (min-width: 768px) {
    .columns-md-2 {
        -moz-columns: 2 !important;
        columns: 2 !important;
    }

    .columns-md-3 {
        -moz-columns: 3 !important;
        columns: 3 !important;
    }

    .columns-md-4 {
        -moz-columns: 4 !important;
        columns: 4 !important;
    }

    .columns-md-5 {
        -moz-columns: 5 !important;
        columns: 5 !important;
    }
}

@media (min-width: 992px) {
    .columns-lg-2 {
        -moz-columns: 2 !important;
        columns: 2 !important;
    }

    .columns-lg-3 {
        -moz-columns: 3 !important;
        columns: 3 !important;
    }

    .columns-lg-4 {
        -moz-columns: 4 !important;
        columns: 4 !important;
    }

    .columns-lg-5 {
        -moz-columns: 5 !important;
        columns: 5 !important;
    }
}

@media (min-width: 1200px) {
    .columns-xl-2 {
        -moz-columns: 2 !important;
        columns: 2 !important;
    }

    .columns-xl-3 {
        -moz-columns: 3 !important;
        columns: 3 !important;
    }

    .columns-xl-4 {
        -moz-columns: 4 !important;
        columns: 4 !important;
    }

    .columns-xl-5 {
        -moz-columns: 5 !important;
        columns: 5 !important;
    }
}

/* Height */
.h-50px {
    height: 50px;
}

.h-min-50px {
    min-height: 50px;
}

.h-100px {
    height: 100px;
}

.h-min-100px {
    min-height: 100px;
}

.h-150px {
    height: 150px;
}

.h-min-150px {
    min-height: 150px;
}

.h-200px {
    height: 200px;
}

.h-min-200px {
    min-height: 200px;
}

.h-250px {
    height: 250px;
}

.h-min-250px {
    min-height: 250px;
}

.h-300px {
    height: 300px;
}

.h-min-300px {
    min-height: 300px;
}

.h-350px {
    height: 350px;
}

.h-min-350px {
    min-height: 350px;
}

.h-400px {
    height: 400px;
}

.h-min-400px {
    min-height: 400px;
}

.h-450px {
    height: 450px;
}

.h-min-450px {
    min-height: 450px;
}

.h-500px {
    height: 500px;
}

.h-min-500px {
    min-height: 500px;
}

.h-550px {
    height: 550px;
}

.h-min-550px {
    min-height: 550px;
}

.h-600px {
    height: 600px;
}

.h-min-600px {
    min-height: 600px;
}

.h-650px {
    height: 650px;
}

.h-min-650px {
    min-height: 650px;
}

.h-700px {
    height: 700px;
}

.h-min-700px {
    min-height: 700px;
}

.h-750px {
    height: 750px;
}

.h-min-750px {
    min-height: 750px;
}

.h-800px {
    height: 800px;
}

.h-min-800px {
    min-height: 800px;
}

.h-850px {
    height: 850px;
}

.h-min-850px {
    min-height: 850px;
}

.h-900px {
    height: 900px;
}

.h-min-900px {
    min-height: 900px;
}

.h-950px {
    height: 950px;
}

.h-min-950px {
    min-height: 950px;
}

.h-1000px {
    height: 1000px;
}

.h-min-1000px {
    min-height: 1000px;
}

@media (min-width: 576px) {
    .h-sm-50px {
        height: 50px;
    }

    .h-sm-min-50px {
        min-height: 50px;
    }

    .h-sm-100px {
        height: 100px;
    }

    .h-sm-min-100px {
        min-height: 100px;
    }

    .h-sm-150px {
        height: 150px;
    }

    .h-sm-min-150px {
        min-height: 150px;
    }

    .h-sm-200px {
        height: 200px;
    }

    .h-sm-min-200px {
        min-height: 200px;
    }

    .h-sm-250px {
        height: 250px;
    }

    .h-sm-min-250px {
        min-height: 250px;
    }

    .h-sm-300px {
        height: 300px;
    }

    .h-sm-min-300px {
        min-height: 300px;
    }

    .h-sm-350px {
        height: 350px;
    }

    .h-sm-min-350px {
        min-height: 350px;
    }

    .h-sm-400px {
        height: 400px;
    }

    .h-sm-min-400px {
        min-height: 400px;
    }

    .h-sm-450px {
        height: 450px;
    }

    .h-sm-min-450px {
        min-height: 450px;
    }

    .h-sm-500px {
        height: 500px;
    }

    .h-sm-min-500px {
        min-height: 500px;
    }

    .h-sm-550px {
        height: 550px;
    }

    .h-sm-min-550px {
        min-height: 550px;
    }

    .h-sm-600px {
        height: 600px;
    }

    .h-sm-min-600px {
        min-height: 600px;
    }

    .h-sm-650px {
        height: 650px;
    }

    .h-sm-min-650px {
        min-height: 650px;
    }

    .h-sm-700px {
        height: 700px;
    }

    .h-sm-min-700px {
        min-height: 700px;
    }

    .h-sm-750px {
        height: 750px;
    }

    .h-sm-min-750px {
        min-height: 750px;
    }

    .h-sm-800px {
        height: 800px;
    }

    .h-sm-min-800px {
        min-height: 800px;
    }

    .h-sm-850px {
        height: 850px;
    }

    .h-sm-min-850px {
        min-height: 850px;
    }

    .h-sm-900px {
        height: 900px;
    }

    .h-sm-min-900px {
        min-height: 900px;
    }

    .h-sm-950px {
        height: 950px;
    }

    .h-sm-min-950px {
        min-height: 950px;
    }

    .h-sm-1000px {
        height: 1000px;
    }

    .h-sm-min-1000px {
        min-height: 1000px;
    }
}

@media (min-width: 768px) {
    .h-md-50px {
        height: 50px;
    }

    .h-md-min-50px {
        min-height: 50px;
    }

    .h-md-100px {
        height: 100px;
    }

    .h-md-min-100px {
        min-height: 100px;
    }

    .h-md-150px {
        height: 150px;
    }

    .h-md-min-150px {
        min-height: 150px;
    }

    .h-md-200px {
        height: 200px;
    }

    .h-md-min-200px {
        min-height: 200px;
    }

    .h-md-250px {
        height: 250px;
    }

    .h-md-min-250px {
        min-height: 250px;
    }

    .h-md-300px {
        height: 300px;
    }

    .h-md-min-300px {
        min-height: 300px;
    }

    .h-md-350px {
        height: 350px;
    }

    .h-md-min-350px {
        min-height: 350px;
    }

    .h-md-400px {
        height: 400px;
    }

    .h-md-min-400px {
        min-height: 400px;
    }

    .h-md-450px {
        height: 450px;
    }

    .h-md-min-450px {
        min-height: 450px;
    }

    .h-md-500px {
        height: 500px;
    }

    .h-md-min-500px {
        min-height: 500px;
    }

    .h-md-550px {
        height: 550px;
    }

    .h-md-min-550px {
        min-height: 550px;
    }

    .h-md-600px {
        height: 600px;
    }

    .h-md-min-600px {
        min-height: 600px;
    }

    .h-md-650px {
        height: 650px;
    }

    .h-md-min-650px {
        min-height: 650px;
    }

    .h-md-700px {
        height: 700px;
    }

    .h-md-min-700px {
        min-height: 700px;
    }

    .h-md-750px {
        height: 750px;
    }

    .h-md-min-750px {
        min-height: 750px;
    }

    .h-md-800px {
        height: 800px;
    }

    .h-md-min-800px {
        min-height: 800px;
    }

    .h-md-850px {
        height: 850px;
    }

    .h-md-min-850px {
        min-height: 850px;
    }

    .h-md-900px {
        height: 900px;
    }

    .h-md-min-900px {
        min-height: 900px;
    }

    .h-md-950px {
        height: 950px;
    }

    .h-md-min-950px {
        min-height: 950px;
    }

    .h-md-1000px {
        height: 1000px;
    }

    .h-md-min-1000px {
        min-height: 1000px;
    }
}

@media (min-width: 992px) {
    .h-lg-50px {
        height: 50px;
    }

    .h-lg-min-50px {
        min-height: 50px;
    }

    .h-lg-100px {
        height: 100px;
    }

    .h-lg-min-100px {
        min-height: 100px;
    }

    .h-lg-150px {
        height: 150px;
    }

    .h-lg-min-150px {
        min-height: 150px;
    }

    .h-lg-200px {
        height: 200px;
    }

    .h-lg-min-200px {
        min-height: 200px;
    }

    .h-lg-250px {
        height: 250px;
    }

    .h-lg-min-250px {
        min-height: 250px;
    }

    .h-lg-300px {
        height: 300px;
    }

    .h-lg-min-300px {
        min-height: 300px;
    }

    .h-lg-350px {
        height: 350px;
    }

    .h-lg-min-350px {
        min-height: 350px;
    }

    .h-lg-400px {
        height: 400px;
    }

    .h-lg-min-400px {
        min-height: 400px;
    }

    .h-lg-450px {
        height: 450px;
    }

    .h-lg-min-450px {
        min-height: 450px;
    }

    .h-lg-500px {
        height: 500px;
    }

    .h-lg-min-500px {
        min-height: 500px;
    }

    .h-lg-550px {
        height: 550px;
    }

    .h-lg-min-550px {
        min-height: 550px;
    }

    .h-lg-600px {
        height: 600px;
    }

    .h-lg-min-600px {
        min-height: 600px;
    }

    .h-lg-650px {
        height: 650px;
    }

    .h-lg-min-650px {
        min-height: 650px;
    }

    .h-lg-700px {
        height: 700px;
    }

    .h-lg-min-700px {
        min-height: 700px;
    }

    .h-lg-750px {
        height: 750px;
    }

    .h-lg-min-750px {
        min-height: 750px;
    }

    .h-lg-800px {
        height: 800px;
    }

    .h-lg-min-800px {
        min-height: 800px;
    }

    .h-lg-850px {
        height: 850px;
    }

    .h-lg-min-850px {
        min-height: 850px;
    }

    .h-lg-900px {
        height: 900px;
    }

    .h-lg-min-900px {
        min-height: 900px;
    }

    .h-lg-950px {
        height: 950px;
    }

    .h-lg-min-950px {
        min-height: 950px;
    }

    .h-lg-1000px {
        height: 1000px;
    }

    .h-lg-min-1000px {
        min-height: 1000px;
    }
}

@media (min-width: 1200px) {
    .h-xl-50px {
        height: 50px;
    }

    .h-xl-min-50px {
        min-height: 50px;
    }

    .h-xl-100px {
        height: 100px;
    }

    .h-xl-min-100px {
        min-height: 100px;
    }

    .h-xl-150px {
        height: 150px;
    }

    .h-xl-min-150px {
        min-height: 150px;
    }

    .h-xl-200px {
        height: 200px;
    }

    .h-xl-min-200px {
        min-height: 200px;
    }

    .h-xl-250px {
        height: 250px;
    }

    .h-xl-min-250px {
        min-height: 250px;
    }

    .h-xl-300px {
        height: 300px;
    }

    .h-xl-min-300px {
        min-height: 300px;
    }

    .h-xl-350px {
        height: 350px;
    }

    .h-xl-min-350px {
        min-height: 350px;
    }

    .h-xl-400px {
        height: 400px;
    }

    .h-xl-min-400px {
        min-height: 400px;
    }

    .h-xl-450px {
        height: 450px;
    }

    .h-xl-min-450px {
        min-height: 450px;
    }

    .h-xl-500px {
        height: 500px;
    }

    .h-xl-min-500px {
        min-height: 500px;
    }

    .h-xl-550px {
        height: 550px;
    }

    .h-xl-min-550px {
        min-height: 550px;
    }

    .h-xl-600px {
        height: 600px;
    }

    .h-xl-min-600px {
        min-height: 600px;
    }

    .h-xl-650px {
        height: 650px;
    }

    .h-xl-min-650px {
        min-height: 650px;
    }

    .h-xl-700px {
        height: 700px;
    }

    .h-xl-min-700px {
        min-height: 700px;
    }

    .h-xl-750px {
        height: 750px;
    }

    .h-xl-min-750px {
        min-height: 750px;
    }

    .h-xl-800px {
        height: 800px;
    }

    .h-xl-min-800px {
        min-height: 800px;
    }

    .h-xl-850px {
        height: 850px;
    }

    .h-xl-min-850px {
        min-height: 850px;
    }

    .h-xl-900px {
        height: 900px;
    }

    .h-xl-min-900px {
        min-height: 900px;
    }

    .h-xl-950px {
        height: 950px;
    }

    .h-xl-min-950px {
        min-height: 950px;
    }

    .h-xl-1000px {
        height: 1000px;
    }

    .h-xl-min-1000px {
        min-height: 1000px;
    }
}